Uh oh!
There was an error while loading. Please reload this page.
Miri engine: proper support for Assert MIR terminators - #66874
Conversation
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.
24a2882 to
0b1379dCompare
This comment has been minimized.
This comment has been minimized.
0b1379d to
a83aa9bCompareRalfJung
commented
Nov 30, 2019
@bors r=oli-obk |
bors
commented
Nov 30, 2019
📌 Commit 9e7a28b3a3f30938a4eed683d34a3cc59d61bfd9 has been approved by |
bors
commented
Nov 30, 2019
🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened |
04a4b85 to
3c1fd05CompareRalfJung
commented
Dec 1, 2019
I rebased to be able to test this branch integrated with the Miri fixes that landed in the mean time. The last commit is the only new one. |
Rollup of 7 pull requests Successful merges: - #66346 (Replace .unwrap() with ? in std::os::unix::net) - #66789 (rustc: move mir::SourceScopeLocalData to a field of SourceScopeData.) - #66822 (libunwind_panic: adjust miri panic hack) - #66827 (handle diverging functions forwarding their return place) - #66828 (Less minification) - #66850 (rustc: hide HirId's fmt::Debug output from -Z span_free_formats.) - #66907 (rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl.) Failed merges: - #66874 (Miri engine: proper support for `Assert` MIR terminators) r? @ghost
bors
commented
Dec 2, 2019
☔ The latest upstream changes (presumably #66944) made this pull request unmergeable. Please resolve the merge conflicts. |
3c1fd05 to
5e51a15CompareRalfJung
commented
Dec 2, 2019
@bors r=oli-obk |
bors
commented
Dec 2, 2019
📌 Commit 5e51a15 has been approved by |
bors
commented
Dec 2, 2019
Miri engine: proper support for `Assert` MIR terminators This puts down the basis for rust-lang/miri#1070, and I also did some clean-up. The Miri side of this is at rust-lang/miri#1084. r? @oli-obk
bors
commented
Dec 2, 2019
☀️ Test successful - checks-azure |
proper support for `Assert` MIR terminators Fixes#1070 Blocked on rust-lang/rust#66874
proper support for `Assert` MIR terminators Fixes#1070 Blocked on rust-lang/rust#66874
This puts down the basis for rust-lang/miri#1070, and I also did some clean-up. The Miri side of this is at rust-lang/miri#1084.
r? @oli-obk