-
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 #87538 - RalfJung:miri, r=RalfJung
update Miri Fixes #87518 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
14 files
+2 −1 | README.md | |
+1 −1 | rust-version | |
+1 −3 | src/diagnostics.rs | |
+16 −0 | src/eval.rs | |
+1 −1 | src/helpers.rs | |
+4 −4 | src/shims/env.rs | |
+180 −60 | src/shims/posix/fs.rs | |
+12 −9 | src/thread.rs | |
+13 −0 | tests/compile-fail/alloc/global_system_mixup.rs | |
+2 −2 | tests/compile-fail/concurrency/libc_pthread_create_main_terminate.rs | |
+54 −0 | tests/run-pass/fs_with_isolation.rs | |
+20 −0 | tests/run-pass/fs_with_isolation.stderr | |
+37 −0 | tests/run-pass/threadleak_ignored.rs | |
+3 −0 | tests/run-pass/threadleak_ignored.stderr |