rust/tests/compile-fail
2017-03-02 13:11:33 +01:00
..
alignment.rs
assume.rs
cast_box_int_to_fn_ptr.rs add test for int -> fn ptr cast 2016-11-15 14:11:00 +01:00
cast_fn_ptr_unsafe2.rs
cast_fn_ptr_unsafe.rs
cast_fn_ptr.rs Rustup to rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-02 13:11:33 +01:00
cast_int_to_fn_ptr.rs make sure ByVal pointers act just like ByRef to a pointer 2016-11-15 14:12:49 +01:00
dangling_pointer_deref.rs
deref_fn_ptr.rs
env_args.rs update tests 2017-02-09 10:59:42 +01:00
execute_memory.rs
invalid_bool.rs
invalid_enum_discriminant.rs
match_char.rs
memleak_rc.rs add test with an Rc cycle to create a memleak 2017-02-24 10:41:15 +01:00
memleak.rs add a test for the memory leak error 2017-02-24 10:41:15 +01:00
modifying_constants.rs freeze -> static 2017-02-07 20:28:54 +01:00
never_say_never.rs add a test for dereferencing a pointer to a ! 2017-01-12 09:41:36 +01:00
never_transmute_humans.rs fix ICE when transmuting inhabited types to uninhabited 2017-01-12 09:59:00 +01:00
never_transmute_void.rs also test transmutes to empty enums 2017-01-12 11:23:44 +01:00
null_pointer_deref.rs
oom2.rs Optimize reads of field projections of ByValPairs. 2016-10-16 19:58:22 -06:00
oom.rs Do not pre-allocate local variables. 2016-10-15 23:31:42 -06:00
out_of_bounds_read2.rs
out_of_bounds_read.rs
overwriting_part_of_relocation_makes_the_rest_undefined.rs
panic.rs update tests 2017-02-09 10:59:42 +01:00
pointers_to_different_allocations_are_unorderable.rs
reference_to_packed_unsafe.rs fix some unaligned reads 2017-01-31 10:36:46 +01:00
reference_to_packed.rs fix some unaligned reads 2017-01-31 10:36:46 +01:00
repeat2.rs add a step counter that can be changed during interpretation 2016-11-18 10:38:07 +01:00
repeat.rs Make layout SizeOverflow test trigger on i686. 2016-12-16 23:57:46 -08:00
stack_limit.rs
static_memory_modification2.rs
static_memory_modification3.rs
static_memory_modification.rs
tag-align-dyn-u64.rs don't panic on pointer to value comparison in primvals 2016-11-04 15:49:14 +01:00
timeout.rs
undefined_byte_read.rs
wild_pointer_deref.rs
zst.rs