1 file changed
+1
-1
lines changed- README.md+13-1
- src/bin/miri.rs+37-1
- src/diagnostics.rs+29-15
- src/eval.rs+36-4
- src/helpers.rs+53-12
- src/lib.rs+3-1
- src/machine.rs+15-4
- src/shims/env.rs+29-9
- src/shims/foreign_items.rs+8-2
- src/shims/panic.rs+1-1
- src/shims/posix/fs.rs+15-14
- src/shims/posix/linux/foreign_items.rs+4-1
- src/shims/windows/foreign_items.rs+3-1
- tests/compile-fail/concurrency/thread-spawn.rs+1-1
- tests/run-pass/current_dir_with_isolation.rs+21
- tests/run-pass/current_dir_with_isolation.stderr+4
- tests/run-pass/panic/unsupported_foreign_function.rs+11
- tests/run-pass/panic/unsupported_foreign_function.stderr+2
0 commit comments