summary refs log tree commit diff
path: root/src/test/compile-fail/issue-5100.rs
AgeCommit message (Expand)AuthorLines
2016-01-18simplify E0308 message for primitive typeskalita.alexey-2/+0
2015-02-11Opt into `box_patterns` feature gate in all tests that use them.Felix S. Klock II-0/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-12Fix testsuite errorsmdinger-6/+30
2015-01-08compile-fail tests: Add feature attributes to enable box pat/expr syntax in v...Felix S. Klock II-0/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-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-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