forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#76283 - RalfJung:miri, r=RalfJung
update miri Fixes rust-lang#76190 Cc @rust-lang/miri r? @ghost
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
16 files
+1 −1 | rust-version | |
+0 −6 | src/eval.rs | |
+20 −4 | src/helpers.rs | |
+0 −10 | src/machine.rs | |
+5 −4 | src/shims/panic.rs | |
+1 −1 | src/shims/posix/linux/foreign_items.rs | |
+1 −1 | src/shims/posix/macos/foreign_items.rs | |
+25 −0 | src/thread.rs | |
+12 −0 | test-cargo-miri/run-test.py | |
+12 −0 | test-cargo-miri/test.stdout.ref4 | |
+6 −0 | test-cargo-miri/test.stdout.ref5 | |
+20 −0 | tests/run-pass/libc.rs | |
+2 −0 | tests/run-pass/libc.stderr | |
+91 −0 | tests/run-pass/panic/concurrent-panic.rs | |
+11 −0 | tests/run-pass/panic/concurrent-panic.stderr | |
+1 −1 | tests/run-pass/stacked-borrows/interior_mutability.rs |