-
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 #76469 - RalfJung:miri, r=RalfJung
update Miri Fixes #76337 r? `@ghost` Cc `@rust-lang/miri`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
15 files
+2 −2 | ci.sh | |
+1 −1 | rust-version | |
+31 −1 | src/helpers.rs | |
+1 −0 | src/lib.rs | |
+4 −4 | src/shims/intrinsics.rs | |
+5 −0 | src/shims/posix/foreign_items.rs | |
+16 −22 | src/shims/posix/sync.rs | |
+37 −0 | src/shims/time.rs | |
+1 −1 | src/stacked_borrows.rs | |
+2 −1 | tests/compile-fail/invalid_bool.rs | |
+2 −2 | tests/compile-fail/unaligned_pointers/unaligned_ptr_zst.rs | |
+32 −0 | tests/run-pass/concurrency/libc_pthread_cond.rs | |
+4 −5 | tests/run-pass/float.rs | |
+12 −0 | tests/run-pass/time.rs | |
+2 −1 | tests/run-pass/u128.rs |