1 file changed
+1
-1
lines changedDiff for: src/tools/miri
- README.md+4-4
- rust-version+1-1
- src/eval.rs+2-2
- src/helpers.rs+5-18
- src/intptrcast.rs+9-4
- src/lib.rs+1
- src/machine.rs+8-17
- src/operator.rs+11-103
- src/shims/foreign_items.rs+2-1
- src/stacked_borrows.rs+4-4
- tests/compile-fail/cast_box_int_to_fn_ptr.rs+2-2
- tests/compile-fail/cast_int_to_fn_ptr.rs+1-1
- tests/compile-fail/getrandom.rs-13
- tests/compile-fail/intptrcast_alignment_check.rs+1-1
- tests/compile-fail/intptrcast_cast_int_to_fn_ptr.rs-10
- tests/compile-fail/intptrcast_null_pointer_deref.rs-6
- tests/compile-fail/intptrcast_wild_pointer_deref.rs-7
- tests/compile-fail/pointer_byte_read.rs
- tests/compile-fail/pointer_byte_read_1.rs-7
- tests/compile-fail/ptr_bitops1.rs-7
- tests/compile-fail/ptr_bitops2.rs-5
- tests/compile-fail/ptr_eq_dangling.rs-10
- tests/compile-fail/ptr_eq_integer.rs-6
- tests/compile-fail/ptr_eq_out_of_bounds.rs-9
- tests/compile-fail/ptr_eq_out_of_bounds_null.rs-6
- tests/compile-fail/ptr_int_cast.rs-8
- tests/compile-fail/ptr_offset_int_plus_int.rs+1-1
- tests/compile-fail/ptr_offset_int_plus_ptr.rs+1-1
- tests/compile-fail/ptr_rem.rs-5
- tests/compile-fail/ptr_wrapping_offset_int_plus_ptr.rs-8
- tests/compile-fail/validity/dangling_ref1.rs+1-1
- tests/compile-fail/wild_pointer_deref.rs+1-1
- tests/compiletest.rs+2-6
- tests/run-pass-noseed/intptrcast.rs-26
- tests/run-pass/bitop-beyond-alignment.rs+2-2
- tests/run-pass/hashmap.rs-2
- tests/run-pass/heap_allocator.rs-1
- tests/run-pass/intptrcast.rs+89
- tests/run-pass/malloc.rs-1
0 commit comments