summary refs log tree commit diff
path: root/src/test/compile-fail/issue-4968.rs
AgeCommit message (Expand)AuthorLines
2015-01-12Fix testsuite errorsmdinger-2/+5
2015-01-06test fallout from isize/usizeCorey Richardson-2/+2
2014-10-30Use the `_` representation for integral variables as wellJakub Bukaj-1/+1
2014-10-29Always drop var IDs from type variables modulo -Z verbose, per PR discussionJakub Bukaj-1/+1
2014-10-29Update tests with the new diagnostic tweaksJakub Bukaj-1/+1
2014-10-09test: Convert statics to constantsAlex Crichton-1/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-2/+2
2014-02-07Added tests to make tidyDerek Guenther-1/+3
2014-01-13rustc: make error messages containing generic more self-explanatory.Huon Wilson-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-02-19add missing typecheck for const pattern match armJeong YunWon-0/+17