-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 5 pull requests #67140
Rollup of 5 pull requests #67140
Commits on Nov 16, 2019
-
Deleted unused labels from compiler and fixed or allowed unused labels in tests. This patch removes some gratuitous unused labels and turns off the warning for unused labels that are a necessary part of tests. This will permit setting the `unused_labels` lint to `warn`.
Configuration menu - View commit details
-
Copy full SHA for ed56f86 - Browse repository at this point
Copy the full SHA ed56f86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a45a5 - Browse repository at this point
Copy the full SHA 34a45a5View commit details
Commits on Dec 6, 2019
-
rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove u…
…nneeded Index impl, remove body fn rustc_codegen_ssa: Fix BodyAndCache reborrow to Body and change instances of body() call to derefence rustc_mir: Fix BodyAndCache reborrow to Body and change intances of body() call to derefence
Configuration menu - View commit details
-
Copy full SHA for 756aa1e - Browse repository at this point
Copy the full SHA 756aa1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a21f6e - Browse repository at this point
Copy the full SHA 9a21f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e144b - Browse repository at this point
Copy the full SHA a5e144bView commit details
Commits on Dec 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c8850c7 - Browse repository at this point
Copy the full SHA c8850c7View commit details -
`legacy_disrectory_ownership` vs `legacy_directory_ownership`
Configuration menu - View commit details
-
Copy full SHA for dfc04fc - Browse repository at this point
Copy the full SHA dfc04fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e48fa2b - Browse repository at this point
Copy the full SHA e48fa2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for baeed92 - Browse repository at this point
Copy the full SHA baeed92View commit details
Commits on Dec 8, 2019
-
Rollup merge of rust-lang#66325 - BartMassey:master, r=joshtriplett
Change unused_labels from allow to warn Fixes rust-lang#66324, making the unused_labels lint warn instead of allow by default. I'm told @rust-lang/lang will need to review this, and perhaps will want to do a crater run.
Configuration menu - View commit details
-
Copy full SHA for 56f830e - Browse repository at this point
Copy the full SHA 56f830eView commit details -
Rollup merge of rust-lang#66991 - Nashenas88:body_cache_cleanup, r=eddyb
Cleanup BodyCache After this PR: - `BodyCache` is renamed to `BodyAndCache` - `ReadOnlyBodyCache` is renamed to `ReadOnlyBodyAndCache` - `ReadOnlyBodyAndCache::body` fn is removed and all calls to it are replaced by a deref (possible due to fix of its `Deref` imp in rust-lang#65947) cc @eddyb @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 56c0bea - Browse repository at this point
Copy the full SHA 56c0beaView commit details -
Rollup merge of rust-lang#67101 - rust-lang:ostrich, r=Mark-Simulacrum
use `#[allow(unused_attributes)]` to paper over incr.comp problem Paper over the problem in rust-lang#58633. r? @Mark-Simulacrum
Configuration menu - View commit details
-
Copy full SHA for b8e921b - Browse repository at this point
Copy the full SHA b8e921bView commit details -
Rollup merge of rust-lang#67114 - Centril:foreign-item-alias, r=petro…
…chenkov Make `ForeignItem` an alias of `Item`. Working towards the merging of items in AST and syntactically. r? @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for 0c9f669 - Browse repository at this point
Copy the full SHA 0c9f669View commit details -
Rollup merge of rust-lang#67129 - remexre:patch-1, r=Dylan-DPC
Fixes typo `legacy_disrectory_ownership` vs `legacy_directory_ownership`
Configuration menu - View commit details
-
Copy full SHA for 32e27c2 - Browse repository at this point
Copy the full SHA 32e27c2View commit details