2 files changed
+1
-3
lines changedDiff for: src/libcore/intrinsics.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1333 | 1333 |
| |
1334 | 1334 |
| |
1335 | 1335 |
| |
1336 |
| - | |
1337 | 1336 |
| |
1338 | 1337 |
| |
1339 | 1338 |
| |
| |||
1438 | 1437 |
| |
1439 | 1438 |
| |
1440 | 1439 |
| |
1441 |
| - | |
1442 | 1440 |
| |
1443 | 1441 |
| |
1444 | 1442 |
| |
|
Diff 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