Uh oh!
There was an error while loading. Please reload this page.
Add escape-to-raw MIR statement - #55716
Conversation
rust-highfive
commented
Nov 6, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
RalfJung
commented
Nov 6, 2018
r? @oli-obk I can also add that to the previous PR, but I felt I shouldn't grow that any further. |
Uh oh!
There was an error while loading. Please reload this page.
RalfJung
commented
Nov 6, 2018
I declared array index accesses stable places, and added a test. |
RalfJung
commented
Nov 6, 2018
Ah, I need to change a bit how I emit |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Nov 7, 2018
📌 Commit b891a81 has been approved by |
bors
commented
Nov 7, 2018
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Nov 7, 2018
📌 Commit b891a81 has been approved by |
RalfJung
commented
Nov 14, 2018
@bors p=1 This effectively blocks progress on stacked borrows / miri. |
bors
commented
Nov 15, 2018
Add escape-to-raw MIR statement Add a new MIR "ghost state statement": Escaping a ptr to permit raw accesses. ~~This includes #55549, [click here](RalfJung/rust@miri-visitor...RalfJung:escape-to-raw) for just the new commits.~~
bors
commented
Nov 15, 2018
☀️ Test successful - status-appveyor, status-travis |
Make miri value visitor usfeful for mutation This is based on top of rust-lang#55716, [click here](RalfJung/rust@escape-to-raw...RalfJung:mut-visitor) for just the new commits. r? @oli-obk
Make miri value visitor usfeful for mutation ~~This is based on top of rust-lang#55716, [click here](RalfJung/rust@escape-to-raw...RalfJung:mut-visitor) for just the new commits.~~ r? @oli-obk
Make miri value visitor usfeful for mutation ~~This is based on top of rust-lang#55716, [click here](RalfJung/rust@escape-to-raw...RalfJung:mut-visitor) for just the new commits.~~ r? @oli-obk
Add a new MIR "ghost state statement": Escaping a ptr to permit raw accesses.
This includes #55549, click here for just the new commits.