forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
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 rust-lang#94716 - RalfJung:miri, r=RalfJung
update Miri Fixes rust-lang#94687 r? `@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
16 files
+1 −1 | rust-version | |
+1 −1 | src/data_race.rs | |
+1 −0 | src/helpers.rs | |
+1 −0 | src/lib.rs | |
+5 −4 | src/machine.rs | |
+1 −1 | src/shims/backtrace.rs | |
+13 −12 | src/shims/env.rs | |
+179 −48 | src/shims/intrinsics.rs | |
+66 −54 | src/shims/posix/fs.rs | |
+4 −4 | src/shims/posix/linux/foreign_items.rs | |
+1 −1 | src/stacked_borrows.rs | |
+1 −1 | src/thread.rs | |
+7 −0 | tests/compile-fail/intrinsics/simd-float-to-int.rs | |
+9 −6 | tests/run-pass/fs.rs | |
+12 −1 | tests/run-pass/integer-ops.rs | |
+192 −27 | tests/run-pass/portable-simd.rs |