about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-10636-2.rs
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-11/+0
Because the parser directory has already reached the 1000 file limit.
2019-02-07Deduplicate mismatched delimiter errorsEsteban Küber-1/+1
Delay unmatched delimiter errors until after the parser has run to deduplicate them when parsing and attempt recovering intelligently.
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-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-0/+2
Except those testing parsing during macro expansion
2018-10-21Move more parsing tests to ui/parserVadim Petrochenkov-0/+21