.. |
alignment.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
assume.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
bitop-beyond-alignment.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
cast_box_int_to_fn_ptr.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
cast_fn_ptr2.rs
|
new tests for new fn arg passing code
|
2018-08-30 10:42:18 +02:00 |
cast_fn_ptr3.rs
|
new tests for new fn arg passing code
|
2018-08-30 10:42:18 +02:00 |
cast_fn_ptr4.rs
|
new tests for new fn arg passing code
|
2018-08-30 10:42:18 +02:00 |
cast_fn_ptr_unsafe2.rs
|
update tests for new error message
|
2017-06-27 21:31:38 -04:00 |
cast_fn_ptr_unsafe.rs
|
update tests for new error message
|
2017-06-27 21:31:38 -04:00 |
cast_fn_ptr.rs
|
new tests for new fn arg passing code
|
2018-08-30 10:42:18 +02:00 |
cast_int_to_fn_ptr.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
copy_nonoverlapping.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
copy_null.rs
|
add some compile-fail tests
|
2018-09-16 17:29:53 +02:00 |
copy_unaligned.rs
|
add some compile-fail tests
|
2018-09-16 17:29:53 +02:00 |
ctlz_nonzero.rs
|
port some tests to check the new error format
|
2018-07-15 12:00:02 +02:00 |
cttz_nonzero.rs
|
port some tests to check the new error format
|
2018-07-15 12:00:02 +02:00 |
dangling_pointer_deref.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
deref_fn_ptr.rs
|
port some tests to check the new error format
|
2018-07-15 12:00:02 +02:00 |
div-by-zero-2.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
div-by-zero.rs
|
check the assumptions made by the unchecked_ and copy_nonoverlapping intrinsics
|
2017-07-03 20:37:38 -07:00 |
execute_memory.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
fn_ptr_offset.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
invalid_bool2.rs
|
update for bool/char being checked at binops
|
2018-08-24 19:18:21 +02:00 |
invalid_bool.rs
|
unignore a bunch of tests that actually work
|
2018-08-30 15:57:17 +02:00 |
invalid_enum_discriminant2.rs
|
update for enum discriminant changes
|
2018-08-25 11:07:21 +02:00 |
invalid_enum_discriminant.rs
|
fix test for latest rustc
|
2018-09-29 19:39:34 +02:00 |
match_char2.rs
|
update for bool/char being checked at binops
|
2018-08-24 19:18:21 +02:00 |
match_char.rs
|
unignore a bunch of tests that actually work
|
2018-08-30 15:57:17 +02:00 |
maybe_null_pointer_deref_zst.rs
|
test more operations on dangling ZST pointers
|
2018-09-17 10:02:31 +02:00 |
maybe_null_pointer_write_zst.rs
|
test more operations on dangling ZST pointers
|
2018-09-17 10:02:31 +02:00 |
memleak_rc.rs
|
no TLS dtor and no leak checks on macOS
|
2018-08-30 09:41:57 +02:00 |
memleak.rs
|
no TLS dtor and no leak checks on macOS
|
2018-08-30 09:41:57 +02:00 |
modifying_constants.rs
|
update for miri engine: new function handling, new static handling, fixed leaks
|
2018-08-24 16:45:08 +02:00 |
never_say_never.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
never_transmute_humans.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
never_transmute_void.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
null_pointer_deref_zst.rs
|
test more operations on dangling ZST pointers
|
2018-09-17 10:02:31 +02:00 |
null_pointer_deref.rs
|
port some tests to check the new error format
|
2018-07-15 12:00:02 +02:00 |
null_pointer_write_zst.rs
|
test more operations on dangling ZST pointers
|
2018-09-17 10:02:31 +02:00 |
null_pointer_write.rs
|
test more operations on dangling ZST pointers
|
2018-09-17 10:02:31 +02:00 |
out_of_bounds_read2.rs
|
fix test for rustup
|
2018-09-17 09:18:57 +02:00 |
out_of_bounds_read.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
overflowing-lsh-neg.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
overflowing-rsh-2.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
overflowing-rsh.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
overflowing-unchecked-rsh.rs
|
check the assumptions made by the unchecked_ and copy_nonoverlapping intrinsics
|
2017-07-03 20:37:38 -07:00 |
overwriting_part_of_relocation_makes_the_rest_undefined.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
panic.rs
|
unignore a bunch of tests that actually work
|
2018-08-30 15:57:17 +02:00 |
pointer_byte_read_1.rs
|
ptr equality: only defined for ptrs in the same allocation and live ptrs
|
2018-08-30 10:46:09 +02:00 |
pointer_byte_read_2.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
pointers_to_different_allocations_are_unorderable.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
ptr_bitops2.rs
|
support computing the remainder of a ptr, if covered by alignment
|
2018-08-14 20:10:25 +02:00 |
ptr_bitops.rs
|
ptr equality: only defined for ptrs in the same allocation and live ptrs
|
2018-08-30 10:46:09 +02:00 |
ptr_eq_dangling.rs
|
more compile-fail ptr equality tests, to rule out any non-determinism; and fix ptr equality to fail all of them.
|
2018-09-17 10:02:31 +02:00 |
ptr_eq_integer.rs
|
more compile-fail ptr equality tests, to rule out any non-determinism; and fix ptr equality to fail all of them.
|
2018-09-17 10:02:31 +02:00 |
ptr_eq_out_of_bounds_null.rs
|
more compile-fail ptr equality tests, to rule out any non-determinism; and fix ptr equality to fail all of them.
|
2018-09-17 10:02:31 +02:00 |
ptr_eq_out_of_bounds.rs
|
more compile-fail ptr equality tests, to rule out any non-determinism; and fix ptr equality to fail all of them.
|
2018-09-17 10:02:31 +02:00 |
ptr_int_cast.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
ptr_rem.rs
|
fix modulo logic
|
2018-08-14 20:10:25 +02:00 |
reading_half_a_pointer.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
reference_to_packed.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
stack_limit.rs
|
rustup
|
2018-08-24 19:49:57 +02:00 |
static_memory_modification2.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
static_memory_modification3.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
static_memory_modification.rs
|
update for miri engine: new function handling, new static handling, fixed leaks
|
2018-08-24 16:45:08 +02:00 |
storage_dead_dangling.rs
|
make sure that StorageDead invalidates the backing store
|
2018-07-31 20:29:28 +02:00 |
transmute_fat2.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
transmute_fat.rs
|
try using types with lower alignment, maybe that helps for Windows
|
2018-08-14 18:52:13 +02:00 |
transmute-pair-undef.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
unaligned_ptr_cast2.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
unaligned_ptr_cast_zst.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
unaligned_ptr_cast.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
undefined_byte_read.rs
|
move tests that no longer need MIR out of fullmir
|
2018-07-12 10:22:23 +02:00 |
validation_aliasing_mut1.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
validation_aliasing_mut2.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
validation_aliasing_mut3.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
validation_aliasing_mut4.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
validation_buggy_as_mut_slice.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
validation_buggy_split_at_mut.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
validation_illegal_write.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
validation_lock_confusion.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
validation_pointer_smuggling.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
validation_recover1.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
validation_recover2.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
validation_recover3.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
validation_undef.rs
|
Fix a couple of tests
|
2018-06-05 18:08:18 +02:00 |
wild_pointer_deref.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |
zst.rs
|
make sure we show error messages even when we cannot show span
|
2018-07-15 11:40:57 +02:00 |