2 files changed
+1
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
345 |
| - | |
346 | 345 |
| |
347 | 346 |
| |
348 | 347 |
| |
|
- README.md+12-8
- cargo-miri/Cargo.lock+1-23
- cargo-miri/Cargo.toml-1
- cargo-miri/bin.rs+349-264
- ci.sh+1-1
- miri+14-9
- rust-version+1-1
- src/bin/miri.rs+5
- src/shims/intrinsics.rs+2-9
- src/shims/posix/fs.rs+73-42
- test-cargo-miri/Cargo.lock+37-35
- test-cargo-miri/Cargo.toml+7-1
- test-cargo-miri/build.rs+2
- test-cargo-miri/run-test.py+57-36
- test-cargo-miri/src/lib.rs+7
- test-cargo-miri/src/main.rs+29
- test-cargo-miri/stderr.ref1
- test-cargo-miri/stderr.ref3
- test-cargo-miri/stdout.ref1+3
- test-cargo-miri/stdout.ref2
- test-cargo-miri/stdout.ref3+1
- test-cargo-miri/subcrate/Cargo.toml+14
- test-cargo-miri/subcrate/main.rs+16
- test-cargo-miri/subcrate/test.rs+13
- test-cargo-miri/test.stderr.ref1+1
- test-cargo-miri/test.stderr.ref2
- test-cargo-miri/test.stdout.ref-18
- test-cargo-miri/test.stdout.ref1+10
- test-cargo-miri/test.stdout.ref2+1-1
- test-cargo-miri/test.stdout.ref3+9-7
- test-cargo-miri/test.stdout.ref4+3-9
- test-cargo-miri/test.stdout.ref5+3-3
- test-cargo-miri/tests/test.rs+7-8
- tests/compile-fail/fs/close_stdout.rs+14
- tests/compiletest.rs+1-1
- tests/run-pass/binary-heap.rs+20-1
- tests/run-pass/btreemap.rs+29-5
- tests/run-pass/fs_libc.rs+20
- tests/run-pass/fs_libc.stderr+1
- tests/run-pass/fs_libc.stdout+1
- tests/run-pass/hashmap.rs+16
- tests/run-pass/linked-list.rs+18-1
- tests/run-pass/vec.rs+16
0 commit comments