[const-prop] Support Rvalue::{Ref,Len} and Deref#61532
[const-prop] Support Rvalue::{Ref,Len} and Deref#61532bors merged 5 commits intorust-lang:masterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
174518c to
a1aa0ee
Compare
|
@bors try |
|
⌛ Trying commit a1aa0ee29240a4737054013910acff3998648ad9 with merge 78f9292a51479346f19ce2c71bdb0db551ce8fe5... |
|
☀️ Try build successful - checks-travis |
|
@rust-timer build 78f9292a51479346f19ce2c71bdb0db551ce8fe5 |
|
Success: Queued 78f9292a51479346f19ce2c71bdb0db551ce8fe5 with parent 7cdaffd, comparison URL. |
|
Finished benchmarking try commit 78f9292a51479346f19ce2c71bdb0db551ce8fe5, comparison URL. |
|
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`.
a1aa0ee to
dee05ab
Compare
|
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 |
|
📌 Commit 459e37b has been approved by |
|
⌛ Testing commit 459e37b with merge 5ca98982963a5e10ec21d76d608e9bfe47771c3a... |
|
💔 Test failed - checks-travis |
|
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 |
|
@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.