-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #96254 - RalfJung:miri, r=RalfJung
update Miri Fixes #96239 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
18 files
+5 −2 | README.md | |
+1 −1 | rust-version | |
+3 −3 | src/data_race.rs | |
+75 −54 | src/helpers.rs | |
+2 −2 | src/intptrcast.rs | |
+29 −17 | src/machine.rs | |
+1 −1 | src/shims/backtrace.rs | |
+2 −3 | src/shims/mod.rs | |
+14 −0 | src/shims/posix/foreign_items.rs | |
+1 −2 | src/stacked_borrows.rs | |
+5 −2 | src/thread.rs | |
+9 −6 | tests/compile-fail/never_transmute_void.rs | |
+1 −1 | tests/run-pass/async-fn.rs | |
+6 −0 | tests/run-pass/concurrency/thread_locals.rs | |
+2 −0 | tests/run-pass/fs.rs | |
+14 −0 | tests/run-pass/issue-miri-2068-2.rs | |
+48 −0 | tests/run-pass/issue-miri-2068.rs | |
+10 −0 | tests/run-pass/stacked-borrows/stacked-borrows.rs |