1 file changed
+1
-1
lines changed- CONTRIBUTING.md+19-27
- benches/helpers/miri_helper.rs+3-3
- rust-version+1-1
- rustup-toolchain+46
- src/bin/miri-rustc-tests.rs+3-3
- src/bin/miri.rs+3-3
- src/eval.rs+101-109
- src/helpers.rs+39
- src/lib.rs+3-2
- src/machine.rs+28-31
- src/shims/env.rs+1-1
- src/shims/foreign_items.rs+14-9
- src/shims/intrinsics.rs+2-3
- src/shims/mod.rs+1-1
- src/shims/panic.rs+60-22
- src/shims/tls.rs+3-11
- src/stacked_borrows.rs+12-2
- test-cargo-miri/run-test.py+4
- 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+13-4
- tests/compile-fail/div-by-zero-2.rs-5
- tests/compile-fail/double_panic.rs+1-1
- tests/compile-fail/exact_div3.rs+1-1
- tests/compile-fail/overflowing-lsh-neg.rs-6
- tests/compile-fail/overflowing-rsh-1.rs-5
- tests/compile-fail/panic/panic_abort1.rs
- tests/compile-fail/panic/panic_abort2.rs
- tests/compile-fail/panic/panic_abort3.rs
- tests/compile-fail/panic/panic_abort4.rs
- tests/run-pass/catch_panic.stderr-9
- tests/run-pass/coerce_non_capture_closure_to_fn_ptr.rs+10-12
- tests/run-pass/issue-miri-1075.rs+6
- tests/run-pass/panic/catch_panic.rs+23-19
- tests/run-pass/panic/catch_panic.stderr+19
- tests/run-pass/panic/div-by-zero-2.rs+6
- tests/run-pass/panic/div-by-zero-2.stderr+1
- tests/run-pass/panic/overflowing-lsh-neg.rs+7
- tests/run-pass/panic/overflowing-lsh-neg.stderr+1
- tests/run-pass/panic/overflowing-rsh-1.rs+6
- tests/run-pass/panic/overflowing-rsh-1.stderr+1
- tests/run-pass/panic/overflowing-rsh-2.rs+2-1
- tests/run-pass/panic/overflowing-rsh-2.stderr+1
- tests/run-pass/panic/panic1.rs+4
- tests/run-pass/panic/panic1.stderr+1
- tests/run-pass/panic/panic2.rs+4
- tests/run-pass/panic/panic2.stderr+1
- tests/run-pass/panic/panic3.rs+4
- tests/run-pass/panic/panic3.stderr+1
- tests/run-pass/panic/panic4.rs+4
- tests/run-pass/panic/panic4.stderr+1
- tests/run-pass/panic/transmute_fat2.rs+2-1
- tests/run-pass/panic/transmute_fat2.stderr+1
0 commit comments