-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #70391 - RalfJung:miri, r=RalfJung
update miri Usually I'd wait until #70226 lands which will break Miri again, but... the queue is empty (!), so whatever.^^ r? @ghost Cc @oli-obk Fixes #70346
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
17 files
+23 −6 | .appveyor.yml | |
+1 −1 | rust-version | |
+1 −1 | src/bin/cargo-miri.rs | |
+39 −18 | src/diagnostics.rs | |
+2 −2 | src/eval.rs | |
+202 −9 | src/helpers.rs | |
+12 −13 | src/machine.rs | |
+15 −13 | src/shims/env.rs | |
+23 −30 | src/shims/fs.rs | |
+1 −0 | src/shims/intrinsics.rs | |
+7 −8 | src/stacked_borrows.rs | |
+4 −0 | tests/compile-fail/unreachable.rs | |
+2 −0 | tests/compiletest.rs | |
+10 −19 | tests/run-pass/async-fn.rs | |
+9 −4 | tests/run-pass/fs.rs | |
+8 −3 | tests/run-pass/libc.rs | |
+2 −0 | travis.sh |