2 files changed
+2
-15
lines changed+1-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 | 299 |
| |
312 | 300 |
| |
313 | 301 |
| |
| |||
1621 | 1609 |
| |
1622 | 1610 |
| |
1623 | 1611 |
| |
1624 |
| - | |
| 1612 | + | |
1625 | 1613 |
| |
1626 | 1614 |
| |
1627 | 1615 |
| |
| |||
4074 | 4062 |
| |
4075 | 4063 |
| |
4076 | 4064 |
| |
4077 |
| - | |
4078 | 4065 |
| |
4079 | 4066 |
| |
4080 | 4067 |
| |
|
- .appveyor.yml+1
- .travis.yml+6-4
- Cargo.toml+2-2
- README.md+82-55
- rust-version+1-1
- src/bin/cargo-miri.rs+16-10
- src/fn_call.rs+150-83
- src/lib.rs+10-4
- src/stacked_borrows.rs+9-1
- test-cargo-miri/run-test.py+20-5
- test-cargo-miri/src/main.rs-4
- test-cargo-miri/tests/test.rs+6-14
- tests/compile-fail/ctlz_nonzero.rs+1-1
- tests/compile-fail/cttz_nonzero.rs+1-1
- tests/compile-fail/deref_fn_ptr.rs+1-1
- tests/compile-fail/getrandom.rs+1-1
- tests/compile-fail/never_transmute_humans.rs+1-2
- tests/compile-fail/null_pointer_deref.rs+1-1
- tests/compile-fail/null_pointer_deref_zst.rs+1-1
- tests/compile-fail/null_pointer_write.rs+1-1
- tests/compile-fail/null_pointer_write_zst.rs+1-1
- tests/compile-fail/stacked_borrows/illegal_read7.rs+20
- tests/compile-fail/stacked_borrows/illegal_write6.rs+12
- tests/compile-fail/stacked_borrows/mut_exclusive_violation2.rs+10
- tests/compiletest.rs+1-1
- tests/run-pass/async-fn.rs-1
- tests/run-pass/env.rs+1-1
- tests/run-pass/exit.rs+3
- tests/run-pass/hashmap.rs+5-9
- tests/run-pass/heap_allocator.rs+28-2
- tests/run-pass/linked-list.rs+33
- travis.sh+15-7
0 commit comments