about summary refs log tree commit diff
path: root/src/test/compile-fail/forget-init-unsafe.rs
AgeCommit message (Collapse)AuthorLines
2018-07-10improve error message shown for unsafe operations: explain why undefined ↵Ralf Jung-18/+0
behavior could arise Inspired by @gnzlbg at https://github.com/rust-lang/rust/issues/46043#issuecomment-381544673
2017-04-09Fix test failuresSimonas Kazlauskas-2/+1
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-0/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
Issue #1457
2013-05-29librustc: Redo the unsafe checker and make unsafe methods not callable from ↵Patrick Walton-3/+3
safe code
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-09testsuite: Test that init and forget are both unsafeTim Chevalier-0/+17