about summary refs log tree commit diff
path: root/src/test/ui/parser/pat-tuple-5.stderr
AgeCommit message (Collapse)AuthorLines
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-30/+0
This feature adds `X..`, `..X`, and `..=X` patterns.
2019-12-30MatchExpressionArmPattern: Use more generic wording.Mazdak Farrokhzad-1/+1
The existing wording was inappropriate for e.g. `if let Ok(_) = expr { .. }`. The diagnostic would leak the fact that we desugar to a `match`.
2019-12-30note other end-point when typeck range patsMazdak Farrokhzad-1/+1
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-10-31Revert "pre-expansion gate exclusive_range_pattern"Eduard-Mihai Burtescu-2/+2
This reverts commit 665a876e307933c6480a6c55a3e38e88937aff2c.
2019-10-24pre-expansion gate exclusive_range_patternMazdak Farrokhzad-2/+2
2019-07-28And --bless tests accordingly for those exceptions.Mazdak Farrokhzad-26/+16
2019-07-28--bless tests after rebase.Mazdak Farrokhzad-1/+1
2019-07-28And also --bless those recovery tests.Mazdak Farrokhzad-4/+36
2019-05-11Move literal parsing code into a separate fileVadim Petrochenkov-2/+2
Remove some dead code
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+8