forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 7
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#95578 - RalfJung:miri, r=RalfJung
update Miri Fixes rust-lang#95570
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
22 files
+4 −0 | README.md | |
+1 −1 | rust-version | |
+4 −0 | src/bin/miri.rs | |
+6 −1 | src/eval.rs | |
+14 −6 | src/intptrcast.rs | |
+1 −1 | src/machine.rs | |
+2 −0 | src/shims/intrinsics.rs | |
+1 −1 | tests/compile-fail/box-cell-alias.rs | |
+1 −1 | tests/compile-fail/stacked_borrows/zst_slice.rs | |
+9 −0 | tests/compile-fail/strict-provenance-offset.rs | |
+1 −6 | tests/compile-fail/too-big-unsized.rs | |
+1 −1 | tests/run-pass/btreemap.rs | |
+0 −1 | tests/run-pass/concurrency/channels.rs | |
+1 −1 | tests/run-pass/concurrency/sync.rs | |
+1 −1 | tests/run-pass/concurrency/thread_locals.rs | |
+0 −1 | tests/run-pass/concurrency/tls_lib_drop_single_thread.rs | |
+29 −0 | tests/run-pass/integer-ops.rs | |
+1 −1 | tests/run-pass/rc.rs | |
+10 −1 | tests/run-pass/slices.rs | |
+1 −1 | tests/run-pass/strings.rs | |
+1 −1 | tests/run-pass/vec.rs | |
+1 −1 | tests/run-pass/vecdeque.rs |