-
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 #78990 - RalfJung:miri, r=RalfJung
update Miri Fixes #78937 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
24 files
+12 −8 | CONTRIBUTING.md | |
+2 −1 | cargo-miri/bin.rs | |
+1 −1 | rust-version | |
+3 −3 | src/helpers.rs | |
+1 −1 | src/machine.rs | |
+6 −6 | src/shims/env.rs | |
+1 −1 | src/shims/foreign_items.rs | |
+1 −1 | src/shims/os_str.rs | |
+2 −2 | src/shims/posix/foreign_items.rs | |
+2 −2 | src/shims/posix/fs.rs | |
+1 −1 | src/shims/posix/linux/dlsym.rs | |
+1 −1 | src/shims/posix/macos/dlsym.rs | |
+1 −1 | src/shims/tls.rs | |
+1 −1 | src/shims/windows/dlsym.rs | |
+1 −1 | src/shims/windows/foreign_items.rs | |
+0 −1 | tests/compile-fail/check_arg_count_too_few_args.rs | |
+0 −1 | tests/compile-fail/check_arg_count_too_many_args.rs | |
+0 −2 | tests/compile-fail/shim_arg_size.rs | |
+2 −0 | tests/run-pass/btreemap.rs | |
+2 −2 | tests/run-pass/calloc.rs | |
+0 −2 | tests/run-pass/concurrency/sync_singlethread.rs | |
+2 −2 | tests/run-pass/fs.rs | |
+2 −2 | tests/run-pass/malloc.rs | |
+1 −0 | tests/run-pass/regions-mock-trans.rs |