]> git.lizzy.rs Git - rust.git/commit
stub Retag hook; fix tests for removal of -Zmir-emit-validate
authorRalf Jung <post@ralfj.de>
Wed, 24 Oct 2018 15:17:44 +0000 (17:17 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 1 Nov 2018 07:58:03 +0000 (08:58 +0100)
commit7ac0e79ad5bcd8d7e4f8317c15238d5911faf11c
treebee7fa058aaac4ff79bd71e1dfe691aafcc4214a
parentfba55ba2a9f9d906dc584e2c8dc6a97a8c137b92
stub Retag hook; fix tests for removal of -Zmir-emit-validate
35 files changed:
src/lib.rs
src/stacked_borrows.rs
tests/compile-fail-fullmir/stack_free.rs
tests/compile-fail/cast_box_int_to_fn_ptr.rs
tests/compile-fail/cast_int_to_fn_ptr.rs
tests/compile-fail/execute_memory.rs
tests/compile-fail/fn_ptr_offset.rs
tests/compile-fail/invalid_bool.rs [new file with mode: 0644]
tests/compile-fail/invalid_bool2.rs [deleted file]
tests/compile-fail/invalid_char.rs [new file with mode: 0644]
tests/compile-fail/invalid_char2.rs [deleted file]
tests/compile-fail/invalid_enum_discriminant.rs [new file with mode: 0644]
tests/compile-fail/invalid_enum_discriminant2.rs [deleted file]
tests/compile-fail/never_say_never.rs
tests/compile-fail/never_transmute_humans.rs
tests/compile-fail/never_transmute_void.rs
tests/compile-fail/panic.rs
tests/compile-fail/reference_to_packed.rs
tests/compile-fail/stacked_borrows/static_memory_modification.rs [new file with mode: 0644]
tests/compile-fail/static_memory_modification.rs
tests/compile-fail/static_memory_modification2.rs
tests/compile-fail/static_memory_modification3.rs
tests/compile-fail/storage_dead_dangling.rs
tests/compile-fail/transmute_fat.rs
tests/compile-fail/unaligned_ptr_cast.rs
tests/compile-fail/unaligned_ptr_cast2.rs
tests/compile-fail/undefined_byte_read.rs
tests/compile-fail/validity/execute_memory.rs [new file with mode: 0644]
tests/compile-fail/validity/fn_ptr_offset.rs [new file with mode: 0644]
tests/compiletest.rs
tests/run-pass/move-undef-primval.rs
tests/run-pass/packed_struct.rs
tests/run-pass/recursive_static.rs
tests/run-pass/regions-mock-trans.rs
tests/run-pass/slice-of-zero-size-elements.rs