2 files changed
+5
-5
lines changed+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
587 | 587 |
| |
588 | 588 |
| |
589 | 589 |
| |
590 |
| - | |
| 590 | + | |
591 | 591 |
| |
592 |
| - | |
| 592 | + | |
593 | 593 |
| |
594 | 594 |
| |
595 | 595 |
| |
| |||
4563 | 4563 |
| |
4564 | 4564 |
| |
4565 | 4565 |
| |
4566 |
| - | |
| 4566 | + | |
4567 | 4567 |
| |
4568 |
| - | |
| 4568 | + | |
4569 | 4569 |
| |
4570 | 4570 |
| |
4571 | 4571 |
| |
|
- Cargo.lock+6-6
- Cargo.toml+1-1
- README.md+2-2
- rust-version+1-1
- src/bin/miri.rs+4-1
- src/eval.rs+28-15
- src/helpers.rs+38-31
- src/lib.rs+1
- src/machine.rs+34-26
- src/shims/foreign_items.rs+36-49
- src/shims/intrinsics.rs+25-8
- src/shims/mod.rs+9-11
- src/shims/panic.rs+173
- src/stacked_borrows.rs+1-1
- test-cargo-miri/test.stdout.ref+3-2
- test-cargo-miri/test.stdout.ref2+1-1
- test-cargo-miri/test.stdout.ref3+1-1
- test-cargo-miri/tests/test.rs+11
- tests/compile-fail/double_panic.rs+11
- tests/compile-fail/never_say_never.rs-1
- tests/compile-fail/never_transmute_humans.rs-2
- tests/compile-fail/never_transmute_void.rs-1
- tests/compile-fail/panic1.rs-5
- tests/compile-fail/panic2.rs-5
- tests/compile-fail/panic_abort1.rs+6
- tests/compile-fail/panic_abort2.rs+7
- tests/compile-fail/panic_abort3.rs+2
- tests/compile-fail/panic_abort4.rs+2
- tests/run-pass/async-fn.rs-2
- tests/run-pass/catch_panic.rs+62
- tests/run-pass/generator.rs+1-1
- tests/run-pass/intrinsics-math.rs+9
- tests/run-pass/issue-17877.rs+2-5
- tests/run-pass/loop-break-value.rs-1
- tests/run-pass/panic1.rs+4
- tests/run-pass/panic1.stderr+1
- tests/run-pass/panic2.rs+5
- tests/run-pass/panic2.stderr+1
0 commit comments