1 file changed
+1
-1
lines changed- .appveyor.yml+1-2
- .travis.yml+1-2
- rust-version+1-1
- src/bin/cargo-miri.rs+3-1
- src/eval.rs+16-28
- src/intptrcast.rs+1-1
- src/machine.rs+3-3
- src/operator.rs+21-35
- src/shims/dlsym.rs+1-1
- src/shims/env.rs+1-1
- src/shims/foreign_items.rs+32-32
- src/shims/fs.rs+6-4
- src/shims/intrinsics.rs+13-23
- src/shims/mod.rs+1-1
- src/stacked_borrows.rs+2-2
- test-cargo-miri/tests/test.rs+1
- tests/compile-fail/exact_div2.rs+1-1
- tests/compile-fail/exact_div3.rs+1-1
- tests/compile-fail/ptr_offset_0_plus_0.rs+7
- tests/compile-fail/validity/invalid_wide_raw.rs+2
- tests/compiletest.rs+2-3
- tests/run-pass/box_box_trait.rs-31
- tests/run-pass/closures.rs+14-2
- tests/run-pass/drop_on_array_elements.rs
- tests/run-pass/drop_on_fat_ptr_array_elements.rs
- tests/run-pass/drop_on_zst_array_elements.rs
- tests/run-pass/drop_through_owned_slice.rs
- tests/run-pass/drop_through_trait_object.rs
- tests/run-pass/drop_through_trait_object_rc.rs
- tests/run-pass/dyn-traits.rs+145
- tests/run-pass/iter.rs+1-1
- tests/run-pass/ptr_offset_from.rs+29
- tests/run-pass/stacked-borrows/stacked-borrows.rs+29
- tests/run-pass/stacked-borrows/stacked-borrows.stderr+7
- tests/run-pass/traits.rs-30
0 commit comments