about summary refs log tree commit diff
path: root/src/test/compile-fail/unsafe-fn-assign-deref-ptr.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-19/+0
2018-07-10improve error message shown for unsafe operations: explain why undefined beha...Ralf Jung-1/+1
2017-09-24move unsafety checking to MIRAriel Ben-Yehuda-1/+2
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-1/+0
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-09implement new borrow ck (disabled by default)Niko Matsakis-3/+1
2011-10-12new testNiko Matsakis-0/+11