2 files changed
+4
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
388 | 388 |
| |
389 | 389 |
| |
390 | 390 |
| |
| 391 | + | |
| 392 | + | |
391 | 393 |
| |
392 | 394 |
| |
393 | 395 |
| |
| |||
397 | 399 |
| |
398 | 400 |
| |
399 | 401 |
| |
400 |
| - | |
| 402 | + | |
401 | 403 |
| |
402 | 404 |
| |
403 | 405 |
| |
|
- Cargo.lock+159-214
- README.md+10-11
- rust-version+1-1
- src/bin/cargo-miri.rs-2
- src/eval.rs+1-1
- src/helpers.rs+17-5
- src/lib.rs+2-1
- src/shims/foreign_items.rs+33-608
- src/shims/foreign_items/posix.rs+335
- src/shims/foreign_items/posix/linux.rs+106
- src/shims/foreign_items/posix/macos.rs+91
- src/shims/foreign_items/windows.rs+212
- src/shims/fs.rs+217-138
- test-cargo-miri/Cargo.lock+25-25
- test-cargo-miri/tests/test.rs+1-1
- tests/compile-fail/copy_null.rs+7-1
- tests/compile-fail/copy_overlapping.rs+7-3
- tests/compile-fail/copy_unaligned.rs+7-1
- tests/run-pass/coerce_non_capture_closure_to_fn_ptr.rs-3
- tests/run-pass/fs.rs+113-21
- tests/run-pass/panic/catch_panic.rs+7-2
- tests/run-pass/panic/catch_panic.stderr+6
- tests/run-pass/panic/div-by-zero-2.rs+1-1
- tests/run-pass/panic/overflowing-lsh-neg.rs+1-2
- tests/run-pass/panic/overflowing-lsh-neg.stderr+1-1
- tests/run-pass/panic/overflowing-rsh-1.rs+1-1
- tests/run-pass/panic/overflowing-rsh-2.rs+1-1
0 commit comments