about summary refs log tree commit diff
path: root/src/test/ui/parser/pat-tuple-5.rs
AgeCommit message (Collapse)AuthorLines
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-10/+0
This feature adds `X..`, `..X`, and `..=X` patterns.
2019-07-28And --bless tests accordingly for those exceptions.Mazdak Farrokhzad-4/+4
2019-07-28Update tests wrt. recovery of range patterns.Mazdak Farrokhzad-1/+6
2019-03-28Recover from parse error in tuple syntaxEsteban Küber-1/+1
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+17