about summary refs log tree commit diff
path: root/src/test/compile-fail/unsafe-fn-called-from-safe.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-16/+0
2018-07-10improve error message shown for unsafe operations: explain why undefined beha...Ralf Jung-1/+1
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-1/+0
2013-05-29librustc: Redo the unsafe checker and make unsafe methods not callable from s...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-05-11move purity checking into borrowck, addresses #1422Niko Matsakis-2/+1
2011-10-12add some new testsNiko Matsakis-1/+0
2011-10-12skip test, remove whitespaceNiko Matsakis-0/+1
2011-10-12Add unsafe blocks, unsafe functions, and two rudimentary testsNiko Matsakis-0/+8