about summary refs log tree commit diff
path: root/src/test/compile-fail/forget-init-unsafe.rs
AgeCommit message (Expand)AuthorLines
2018-07-10improve error message shown for unsafe operations: explain why undefined beha...Ralf Jung-18/+0
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
2013-05-29librustc: Redo the unsafe checker and make unsafe methods not callable from s...Patrick Walton-3/+3
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