-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
18 files
+13 −1 | README.md | |
+37 −1 | src/bin/miri.rs | |
+29 −15 | src/diagnostics.rs | |
+36 −4 | src/eval.rs | |
+53 −12 | src/helpers.rs | |
+3 −1 | src/lib.rs | |
+15 −4 | src/machine.rs | |
+29 −9 | src/shims/env.rs | |
+8 −2 | src/shims/foreign_items.rs | |
+1 −1 | src/shims/panic.rs | |
+15 −14 | src/shims/posix/fs.rs | |
+4 −1 | src/shims/posix/linux/foreign_items.rs | |
+3 −1 | src/shims/windows/foreign_items.rs | |
+1 −1 | tests/compile-fail/concurrency/thread-spawn.rs | |
+21 −0 | tests/run-pass/current_dir_with_isolation.rs | |
+4 −0 | tests/run-pass/current_dir_with_isolation.stderr | |
+11 −0 | tests/run-pass/panic/unsupported_foreign_function.rs | |
+2 −0 | tests/run-pass/panic/unsupported_foreign_function.stderr |