summary refs log tree commit diff
path: root/src/test/compile-fail/issue-14845.rs
AgeCommit message (Expand)AuthorLines
2015-07-29Improve typeck diagnostic messagesSimonas Kazlauskas-2/+2
2015-05-19Fix test fallout, and add some rather comprehensive tests.Ariel Ben-Yehuda-12/+2
2015-03-25Add trivial cast lints.Nick Cameron-2/+2
2015-03-05Fix compile-fail error messages after integer suffix removal.Eduard Burtescu-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-01-12Fix testsuite errorsmdinger-2/+10
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-3/+3
2014-10-03Change rustc pretty-printing to print [T, ..n] instead of [T, .. n]P1start-2/+2
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-2/+2
2014-06-13Rolling up PRs in the queueAlex Crichton-1/+1
2014-06-13librustc: Take in account mutability when casting array to raw ptr.Luqman Aden-0/+24