-
Notifications
You must be signed in to change notification settings - Fork 13k
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 #83009 - RalfJung:miri, r=RalfJung
bump Miri Fixes #82961 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
20 files
+5 −0 | Cargo.toml | |
+1 −1 | ci.sh | |
+1 −1 | rust-version | |
+2 −2 | src/helpers.rs | |
+1 −1 | src/lib.rs | |
+2 −2 | src/machine.rs | |
+18 −18 | src/shims/foreign_items.rs | |
+57 −51 | src/shims/intrinsics.rs | |
+1 −1 | src/shims/posix/dlsym.rs | |
+1 −1 | src/shims/posix/foreign_items.rs | |
+2 −2 | src/shims/posix/fs.rs | |
+1 −1 | src/shims/tls.rs | |
+1 −1 | src/shims/windows/dlsym.rs | |
+1 −1 | src/shims/windows/foreign_items.rs | |
+1 −1 | src/stacked_borrows.rs | |
+4 −4 | src/thread.rs | |
+7 −0 | tests/compile-fail/breakpoint.rs | |
+5 −2 | tests/compile-fail/concurrency/unwind_top_of_stack.rs | |
+1 −1 | tests/compile-fail/intrinsics/copy_overflow.rs | |
+1 −6 | tests/run-pass/panic/std-panic-locations.rs |