1. 14 10月, 2018 3 次提交
    • M
      submodules: update cargo from ad6e5c00 to 5dbac988 · ab4e697d
      Matthias Krüger 提交于
      Changes:
      
      Switch to use crates-io as the registry name and don't include publish when registry is not specified
      fix redundant pkgid generation
      validate some basic properties of a valid resolve
      Detail dep name in invalid version error
      Fix dashes in rename dependencies.
      Bump flate2 to 1.0.3
      Add default in config document
      Add support for providing a default registry
      Add support for registry to new and init
      use impl Iterator instead of custom types in `source`
      let jetbrains reorder some impls to match the definition
      use impl Iterator instead of custom types in resolver and graph
      remove Graph::sort as it is unused
      fmt
      Bump libgit2-sys to 0.7.9
      Switch to use registry
      Allow registry option for cargo install.
      Second attempt at fixing msys terminal width.
      Try to improve "version not found" error
      Fix typo
      ab4e697d
    • M
      submodules: update rls from 15d4d4a to 440a985 · 2e84e9c0
      Matthias Krüger 提交于
      Changes:
      
      Apply Clippy lints
      Respect build_dir when creating external build plans
      Fix Windows tests
      Implement external build plan
      Detect manifest diagnostic position for toml::de::Error
      Fix std::sync hover doc expectation
      Apply CI specific long timeout
      Propagate cargo errors as manifest diagnostics
      Add test for use statement function completions
      Refactor cmd test `within_timeout`
      Avoid stdout-writer/rls process exit race
      Improve cmd test "no shutdown response" error message
      Add RUST_BACKTRACE=1 to ci env
      Improve cmd test timeout reliability
      Fix use statement function suggestions
      Revert "Revert "Remove "edition" Cargo feature (it's stable now)""
      Add build_wait() tests
      Automatically tune wait_to_build
      Rework cmd tests
      
      Fixes #54697
      2e84e9c0
    • M
      submodules: update clippy from 32b1d1fc to 9d337313 · ce61be81
      Matthias Krüger 提交于
      Changes:
      
      Remove now-useless `allow(unknown_lints)`
      Stabilize tool lints
      Use `impl Iterator` in arg position in clippy_dev
      Fix fn_to_numeric_cast_with_truncation suppression
      Limit commutative assign op lint to primitive types
      Clarify code
      Fix #2937
      Fix cast_possible_wrap and cast_sign_loss warnings
      Fix cast_possible_truncation warnings
      Fixes #2925 cmp_owned false positive
      if_let_redundant_pattern_matching: use Span.to() instead of Span.with_hi() to fix crash.
      Improve diagnostics in case of lifetime elision (closes #3284)
      Fix items_after_statements for `const`s
      Fix items_after_statements for sub-functions
      Fix items_after_statements for `use` statements
      Don't suggest cloned() for map Box deref
      Fix excessive_precision false positive
      Fix FP in `fn_to_numeric_cast_with_truncation`
      new_without_default should not warn about unsafe new
      fix command to manually test an example
      Add license to README
      Adding more detail to filter_map lint documentation.
      additional people
      Add license header to other files
      Add license header to Rust files
      Relicense clippy
      Document relicensing process
      Fix util/export.py to include lints from methods
      ce61be81
  2. 13 10月, 2018 18 次提交
  3. 12 10月, 2018 19 次提交