Uh oh!
There was an error while loading. Please reload this page.
SimplifyArmIdentity only for locals with the same type - #66870
Conversation
rust-highfive
commented
Nov 29, 2019
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @davidtwco (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
tmiasko
commented
Nov 29, 2019
r? @Centril |
Centril
left a comment
There was a problem hiding this comment.
Looks like you beat me to it... ;)
I had some additional stuff that would be good to add.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Centril
commented
Nov 29, 2019
r? @oli-obk |
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
oli-obk
commented
Nov 29, 2019
@bors r+ |
bors
commented
Nov 29, 2019
📌 Commit 45c4e11 has been approved by |
bors
commented
Nov 30, 2019
⌛ Testing commit 45c4e11 with merge f6c902286ac4d2599508c5e302d4317ff03cf760... |
rust-highfive
commented
Nov 30, 2019
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Nov 30, 2019
💔 Test failed - checks-azure |
Centril
commented
Nov 30, 2019
@bors retry spurious |
SimplifyArmIdentity only for locals with the same type Fixesrust-lang#66856Fixesrust-lang#66851
Rollup of 9 pull requests Successful merges: - #66612 (Initial implementation of or-pattern usefulness checking) - #66705 (Atomic as_mut_ptr) - #66759 (impl TrustedLen for vec::Drain) - #66858 (Use LLVMAddAnalysisPasses instead of Rust's wrapper) - #66870 (SimplifyArmIdentity only for locals with the same type) - #66883 (rustc_typeck: gate AnonConst's generics on feature(const_generics).) - #66889 (Make python-generated source files compatible with rustfmt) - #66894 (Remove unneeded prelude imports in libcore tests) - #66895 (Feature gating *declarations* => new crate `rustc_feature`) Failed merges: - #66905 (rustc_plugin: Remove some remaining plugin features) r? @ghost
Fixes#66856
Fixes#66851