2 files changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1646 | 1646 |
| |
1647 | 1647 |
| |
1648 | 1648 |
| |
| 1649 | + | |
1649 | 1650 |
| |
1650 | 1651 |
| |
1651 | 1652 |
| |
|
- .appveyor.yml+1-1
- .travis.yml-1
- Cargo.toml+5-2
- README.md+21-40
- miri+150
- rust-version+1-1
- src/bin/cargo-miri.rs+4-1
- src/fn_call.rs+4-3
- src/intrinsic.rs+3-2
- src/lib.rs+37-38
- src/operator.rs+15-17
- src/stacked_borrows.rs+62-53
- tests/compile-fail/modifying_constants.rs+2
- tests/compile-fail/out_of_bounds_ptr_1.rs+1-1
- tests/compile-fail/rc_as_raw.rs+19
- tests/compile-fail/stacked_borrows/interior_mut1.rs+8-3
- tests/compile-fail/stacked_borrows/interior_mut2.rs+28
- tests/compile-fail/stacked_borrows/unescaped_static.rs+7
- tests/run-pass/box_box_trait.rs+3-3
- tests/run-pass/call_drop_on_fat_ptr_array_elements.rs+1-1
- tests/run-pass/call_drop_through_trait_object.rs+1-1
- tests/run-pass/call_drop_through_trait_object_rc.rs+1-1
- tests/run-pass/cast-rfc0401-vtable-kinds.rs+5-5
- tests/run-pass/closures.rs+52
- tests/run-pass/dst-field-align.rs+4-4
- tests/run-pass/dst-raw.rs+4-4
- tests/run-pass/fn_item_as_closure_trait_object.rs-6
- tests/run-pass/fn_item_with_args_as_closure_trait_object.rs-8
- tests/run-pass/fn_item_with_multiple_args_as_closure_trait_object.rs-18
- tests/run-pass/fn_ptr_as_closure_trait_object.rs-15
- tests/run-pass/ints.rs+5-5
- tests/run-pass/issue-20575.rs+1-1
- tests/run-pass/issue-23261.rs+2-2
- tests/run-pass/issue-26709.rs+1-1
- tests/run-pass/issue-30530.rs+2-2
- tests/run-pass/issue-33387.rs+1-1
- tests/run-pass/issue-35815.rs+1-1
- tests/run-pass/issue-3794.rs+2-2
- tests/run-pass/last-use-in-cap-clause.rs+1-1
- tests/run-pass/mir_coercions.rs+5-5
- tests/run-pass/multi_arg_closure.rs+1-1
- tests/run-pass/non_capture_closure_to_fn_ptr.rs+1-1
- tests/run-pass/ptr_arith_offset_overflow.rs+8-5
- tests/run-pass/ptr_int_casts.rs+7
- tests/run-pass/rc.rs+39-3
- tests/run-pass/regions-lifetime-nonfree-late-bound.rs+4-4
- tests/run-pass/thread-local.rs+1-1
- tests/run-pass/traits.rs+4-4
- travis.sh+8-14
0 commit comments