about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-5100.rs
AgeCommit message (Expand)AuthorLines
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-10/+10
2014-10-28Update tests with the new error messagesJakub Bukaj-2/+2
2014-10-24Update tests with the new error messagesJakub Bukaj-4/+9
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-7/+7
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-02-17backticks for syntax elementskud1ing-2/+2
2014-02-07Added tests to make tidyDerek Guenther-3/+7
2014-01-13librustc: Remove `@` pointer patterns from the languagePatrick Walton-4/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-05-11rustc: Don't call type_error_message() with ty_err as the expected typeTim Chevalier-1/+1
2013-04-28rustc: Suppress derived pattern-match-checking errorsTim Chevalier-0/+44