2 files changed
+20
-11
lines changed+19-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
345 |
| - | |
346 | 345 |
| |
347 | 346 |
| |
348 | 347 |
| |
| |||
576 | 575 |
| |
577 | 576 |
| |
578 | 577 |
| |
579 |
| - | |
| 578 | + | |
580 | 579 |
| |
581 |
| - | |
| 580 | + | |
582 | 581 |
| |
583 | 582 |
| |
584 | 583 |
| |
| |||
886 | 885 |
| |
887 | 886 |
| |
888 | 887 |
| |
889 |
| - | |
| 888 | + | |
890 | 889 |
| |
891 |
| - | |
| 890 | + | |
892 | 891 |
| |
893 |
| - | |
894 | 892 |
| |
895 | 893 |
| |
896 | 894 |
| |
| |||
1186 | 1184 |
| |
1187 | 1185 |
| |
1188 | 1186 |
| |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
1189 | 1198 |
| |
1190 | 1199 |
| |
1191 | 1200 |
| |
| |||
1992 | 2001 |
| |
1993 | 2002 |
| |
1994 | 2003 |
| |
1995 |
| - | |
| 2004 | + | |
1996 | 2005 |
| |
1997 | 2006 |
| |
1998 | 2007 |
| |
| |||
2584 | 2593 |
| |
2585 | 2594 |
| |
2586 | 2595 |
| |
2587 |
| - | |
| 2596 | + | |
2588 | 2597 |
| |
2589 | 2598 |
| |
2590 | 2599 |
| |
| |||
2608 | 2617 |
| |
2609 | 2618 |
| |
2610 | 2619 |
| |
2611 |
| - | |
| 2620 | + | |
2612 | 2621 |
| |
2613 | 2622 |
| |
2614 | 2623 |
| |
| |||
2684 | 2693 |
| |
2685 | 2694 |
| |
2686 | 2695 |
| |
2687 |
| - | |
| 2696 | + | |
2688 | 2697 |
| |
2689 | 2698 |
| |
2690 | 2699 |
| |
|
- Cargo.lock+81-71
- Cargo.toml+2-2
- README.md+19-11
- cargo-miri/Cargo.lock+55-72
- cargo-miri/Cargo.toml+1-2
- cargo-miri/bin.rs+373-264
- ci.sh+1-1
- miri+14-9
- rust-version+1-1
- src/bin/miri.rs+5
- src/helpers.rs+1-1
- src/shims/foreign_items.rs+11-9
- src/shims/intrinsics.rs+2-9
- src/shims/panic.rs+2
- src/shims/posix/fs.rs+73-42
- test-cargo-miri/Cargo.lock+44-40
- test-cargo-miri/Cargo.toml+7-2
- 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+30
- 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+17
- test-cargo-miri/subcrate/main.rs+16
- test-cargo-miri/subcrate/test.rs+16
- 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.ref3+10-9
- test-cargo-miri/test.stdout.ref4+3-9
- test-cargo-miri/test.stdout.ref5+3-3
- test-cargo-miri/tests/test.rs+5-11
- tests/compile-fail/fs/close_stdout.rs+14
- tests/compile-fail/generator-pinned-moved.rs+2-2
- tests/compile-fail/panic/panic_abort1.rs+2-2
- tests/compile-fail/panic/panic_abort2.rs+1-2
- tests/compile-fail/panic/panic_abort3.rs+1-2
- tests/compile-fail/panic/panic_abort4.rs+1-2
- tests/compile-fail/storage_dead_dangling.rs+2-2
- tests/compile-fail/validity/transmute_through_ptr.rs+3-1
- 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