Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beta backport rollup #56102

Merged
merged 31 commits into from
Nov 21, 2018
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
bd27131
Add helpful logging statements.
davidtwco Oct 26, 2018
6c1d718
Test for cast causing static promotion failure.
davidtwco Oct 26, 2018
0c3dfe1
Refactor and add `PlaceContext::AscribeUserTy`.
davidtwco Oct 26, 2018
8a6f4c8
remove "approx env bounds" if we already know from trait
nikomatsakis Nov 18, 2018
410f520
improve debug output related to bound calculation
nikomatsakis Nov 16, 2018
84afecc
handle trait objects formed from traits with `Self::Foo: 'a` clauses
nikomatsakis Nov 16, 2018
0a26e79
Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint
varkor Nov 10, 2018
9ab3b0f
Use non-short suggestion for parenthesised ..=
varkor Nov 10, 2018
4541827
don't inline `pub use some_crate` unless directly asked to
QuietMisdreavus Nov 9, 2018
1d1213f
Increase `Duration` approximate equal threshold to 1us
alexcrichton Nov 19, 2018
e2a9ee4
squashed form of #54145
nrc Aug 31, 2018
14bf347
Adjust Ids of path segments in visibility modifiers
nrc Oct 29, 2018
beb61b4
save analysis: don't dump macro refs
nrc Oct 30, 2018
9201260
save-analysis: make sure we save the def for the last segment of a path
nrc Oct 30, 2018
0af0260
save-analysis: be even more aggressive about ignorning macro-generate…
nrc Nov 13, 2018
396e009
save-analysis: fallback to using path id
nrc Nov 19, 2018
90580ca
save-analysis: Don't panic for macro-generated use globs
Xanewok Nov 11, 2018
ddeb85f
Add temporary renames to manifests for rustfmt/clippy
alexcrichton Nov 19, 2018
c8feb63
revert
newpavlov Nov 18, 2018
224eb83
tests
newpavlov Nov 18, 2018
beaf59f
fix test
newpavlov Nov 18, 2018
a830c06
Fix stability hole with `static _`
oli-obk Nov 15, 2018
46dd614
Update stderr file
oli-obk Nov 16, 2018
feede07
Updated RELEASES.md for 1.31.0
Nov 4, 2018
74bcc4c
Update releases to add rename dependencies feature
Aaronepower Nov 20, 2018
01e090d
Fix Rustdoc ICE when checking blanket impls
Aaron1011 Oct 22, 2018
0f84c8e
Update clippy module to fix breakage
alexcrichton Nov 20, 2018
5ea8c58
Update RLS and Rustfmt
nikomatsakis Nov 20, 2018
8129c41
Update the `cargo_metadata` dependency
alexcrichton Nov 20, 2018
e6c93e7
Stabilize `extern_crate_item_prelude`
petrochenkov Nov 17, 2018
93704f2
Add a couple more tests
petrochenkov Nov 17, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update the cargo_metadata dependency
Needed by rustfmt!
  • Loading branch information
alexcrichton committed Nov 20, 2018
commit 8129c413f24aa99b2d2b6744200f8004a292a244
14 changes: 7 additions & 7 deletions src/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ dependencies = [

[[package]]
name = "cargo_metadata"
version = "0.6.0"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
Expand Down Expand Up @@ -323,7 +323,7 @@ dependencies = [
name = "clippy"
version = "0.0.212"
dependencies = [
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"clippy-mini-macro-test 0.2.0",
"clippy_dev 0.0.1",
"clippy_lints 0.0.212",
Expand Down Expand Up @@ -357,7 +357,7 @@ dependencies = [
name = "clippy_lints"
version = "0.0.212"
dependencies = [
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Expand Down Expand Up @@ -1289,7 +1289,7 @@ name = "miri"
version = "0.1.0"
dependencies = [
"byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
Expand Down Expand Up @@ -1786,7 +1786,7 @@ name = "rls"
version = "1.31.6"
dependencies = [
"cargo 0.32.0",
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"clippy_lints 0.0.212",
"crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
Expand Down Expand Up @@ -2521,7 +2521,7 @@ dependencies = [
"assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"bytecount 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
Expand Down Expand Up @@ -3210,7 +3210,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum bytecount 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f861d9ce359f56dbcb6e0c2a1cb84e52ad732cadb57b806adeb3c7668caccbd8"
"checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9"
"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
"checksum cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d6809b327f87369e6f3651efd2c5a96c49847a3ed2559477ecba79014751ee1"
"checksum cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d8dfe3adeb30f7938e6c1dd5327f29235d8ada3e898aeb08c343005ec2915a2"
"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
"checksum chalk-engine 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9adbe0fe1d6e937c3ee0571739a78f53c1de22f59df616060e868cf13c6c4ce5"
Expand Down