Uh oh!
There was an error while loading. Please reload this page.
[const-prop] Support Rvalue::{Ref,Len} and Deref - #61532
Conversation
This comment has been minimized.
This comment has been minimized.
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.
174518c to
a1aa0eeComparewesleywiser
commented
Jun 6, 2019
@bors try |
bors
commented
Jun 6, 2019
⌛ Trying commit a1aa0ee29240a4737054013910acff3998648ad9 with merge 78f9292a51479346f19ce2c71bdb0db551ce8fe5... |
bors
commented
Jun 6, 2019
☀️ Try build successful - checks-travis |
oli-obk
commented
Jun 6, 2019
@rust-timer build 78f9292a51479346f19ce2c71bdb0db551ce8fe5 |
rust-timer
commented
Jun 6, 2019
Success: Queued 78f9292a51479346f19ce2c71bdb0db551ce8fe5 with parent 7cdaffd, comparison URL. |
rust-timer
commented
Jun 6, 2019
Finished benchmarking try commit 78f9292a51479346f19ce2c71bdb0db551ce8fe5, comparison URL. |
oli-obk
commented
Jun 6, 2019
Awesome improvements, sprinkled with some small regressions. The worst is the 3-4% clean incremental regression for |
This fixes an ICE when building libcore with `-Z mir-opt-level=3`.
rust-highfive
commented
Jun 6, 2019
The job 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 |
wesleywiser
commented
Jun 7, 2019
bors
commented
Jun 7, 2019
📌 Commit 459e37b has been approved by |
bors
commented
Jun 7, 2019
⌛ Testing commit 459e37b with merge 5ca98982963a5e10ec21d76d608e9bfe47771c3a... |
bors
commented
Jun 7, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Jun 7, 2019
The job 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 |
oli-obk
commented
Jun 7, 2019
@bors retry (timeout) |
[const-prop] Support Rvalue::{Ref,Len} and Deref
Also fixes an ICE I found in testing.
r? @oli-obk
~~The final commit is just for a perf run. I'll remove it after that is completed.~~Rollup of 4 pull requests Successful merges: - #61332 (Remove asterisk suggestion for move errors in borrowck) - #61532 ([const-prop] Support Rvalue::{Ref,Len} and Deref) - #61586 (ci: Disable LLVM/debug assertions for asmjs builder) - #61599 (libcore/pin: Minor grammar corrections for module documentation) Failed merges: r? @ghost
[const-prop] Support Rvalue::{Ref,Len} and Deref
Also fixes an ICE I found in testing.
r? @oli-obk
~~The final commit is just for a perf run. I'll remove it after that is completed.~~Rollup of 7 pull requests Successful merges: - #61332 (Remove asterisk suggestion for move errors in borrowck) - #61532 ([const-prop] Support Rvalue::{Ref,Len} and Deref) - #61586 (ci: Disable LLVM/debug assertions for asmjs builder) - #61599 (libcore/pin: Minor grammar corrections for module documentation) - #61603 (Increases heap size available during testing for SGX) - #61605 (Fix slice const generic length display) - #61618 (make the backtrace field of EvalError private) Failed merges: r? @ghost
Also fixes an ICE I found in testing.
r? @oli-obk
The final commit is just for a perf run. I'll remove it after that is completed.