-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 #100495 - RalfJung:miri, r=RalfJung
update Miri Fixes #100424
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
16 files
+1 −1 | rust-version | |
+1 −0 | src/lib.rs | |
+12 −9 | src/shims/time.rs | |
+6 −5 | src/shims/unix/foreign_items.rs | |
+71 −65 | src/shims/unix/fs.rs | |
+13 −10 | src/shims/unix/linux/foreign_items.rs | |
+12 −12 | src/shims/unix/macos/foreign_items.rs | |
+5 −5 | src/shims/unix/sync.rs | |
+11 −52 | src/shims/unix/thread.rs | |
+10 −15 | src/thread.rs | |
+11 −0 | tests/fail/const-ub-checks.rs | |
+9 −0 | tests/fail/const-ub-checks.stderr | |
+11 −0 | tests/fail/intrinsics/raw_eq_on_ptr.rs | |
+14 −0 | tests/fail/intrinsics/raw_eq_on_ptr.stderr | |
+10 −6 | tests/pass/concurrency/data_race.rs | |
+0 −55 | tests/pass/libc.rs |