-
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 6 pull requests #70966
Rollup of 6 pull requests #70966
Commits on Apr 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9d13520 - Browse repository at this point
Copy the full SHA 9d13520View commit details
Commits on Apr 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f9a691f - Browse repository at this point
Copy the full SHA f9a691fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c838d - Browse repository at this point
Copy the full SHA e1c838dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f8d89 - Browse repository at this point
Copy the full SHA 15f8d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44daa45 - Browse repository at this point
Copy the full SHA 44daa45View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e4709 - Browse repository at this point
Copy the full SHA f2e4709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 444ad62 - Browse repository at this point
Copy the full SHA 444ad62View commit details -
Make
MaybeStorageLive
correct for all kinds of MIR bodiesBefore, it ignored the first argument and marked all variables without `Storage*` annotations as dead.
Configuration menu - View commit details
-
Copy full SHA for fcd1f5b - Browse repository at this point
Copy the full SHA fcd1f5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 335fd6b - Browse repository at this point
Copy the full SHA 335fd6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c65e1 - Browse repository at this point
Copy the full SHA 02c65e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7154860 - Browse repository at this point
Copy the full SHA 7154860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 209087b - Browse repository at this point
Copy the full SHA 209087bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1761a65 - Browse repository at this point
Copy the full SHA 1761a65View commit details -
Rollup merge of rust-lang#70447 - ecstatic-morse:storage-live-always,…
… r=tmandry Add utility to find locals that don't use `StorageLive` annotations and use it for `MaybeStorageLive` Addresses rust-lang#70004 (comment) (cc @RalfJung). The only dataflow analysis that is incorrect in this case is `MaybeStorageLive`. `transform/generator.rs` implemented custom handling for this class of locals, but other consumers of this analysis (there's one in [clippy](https://github.com/rust-lang/rust-clippy/blob/513b46793e98ce5b412d388a91f6371d6a9b290b/clippy_lints/src/redundant_clone.rs#L402)) would be incorrect. r? @tmandry
Configuration menu - View commit details
-
Copy full SHA for 23425d6 - Browse repository at this point
Copy the full SHA 23425d6View commit details -
Rollup merge of rust-lang#70629 - anyska:fields-variant, r=oli-obk
rustc_target::abi: add Primitive variant to FieldsShape. Originally suggested by @eddyb.
Configuration menu - View commit details
-
Copy full SHA for 58c7615 - Browse repository at this point
Copy the full SHA 58c7615View commit details -
Rollup merge of rust-lang#70913 - eddyb:rc-arc-diagnostic-items, r=ma…
…tthewjasper Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. `Rc`/`Arc` should have no special semantics, so it seems appropriate for them to not be lang items. r? @matthewjasper
Configuration menu - View commit details
-
Copy full SHA for 7c5fef9 - Browse repository at this point
Copy the full SHA 7c5fef9View commit details -
Rollup merge of rust-lang#70932 - mark-i-m:de-abuse-err-2, r=Centril
De-abuse TyKind::Error in pattern type checking r? @eddyb cc rust-lang#70866 In particular, I would appreciate extra scrutiny over the soundness of these changes. Also, this will go a bit slowly because I'm going to use my other PR (rust-lang#70551) to check if I missed anything.
Configuration menu - View commit details
-
Copy full SHA for 853d3bc - Browse repository at this point
Copy the full SHA 853d3bcView commit details -
Rollup merge of rust-lang#70952 - GuillaumeGomez:cleanup-e0511, r=Dyl…
…an-DPC Clean up E0511 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for fbe3977 - Browse repository at this point
Copy the full SHA fbe3977View commit details -
Rollup merge of rust-lang#70964 - RalfJung:mark-cli-lint-hack, r=petr…
…ochenkov rustc_session CLI lint parsing: mark a temporary hack as such This code was added in rust-lang#70918, but it should not be necessary any more once `forbid` works as expected for in-code attributes. Cc @tobithiel @davidtwco
Configuration menu - View commit details
-
Copy full SHA for f124d7f - Browse repository at this point
Copy the full SHA f124d7fView commit details