| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -16/+0 | |
| Because the parser directory has already reached the 1000 file limit. | ||||
| 2021-08-27 | Point at unclosed delimiters as part of the primary MultiSpan | Esteban Kuber | -2/+2 | |
| Both the place where the parser encounters a needed closed delimiter and the unclosed opening delimiter are important, so they should get the same level of highlighting in the output. | ||||
| 2019-04-22 | Fix #58270, fix off-by-one error in error diagnostics. | Xavier Denis | -3/+2 | |
| 2019-02-07 | tweak wording based on in person feedback | Esteban Küber | -1/+1 | |
| 2019-02-07 | Deduplicate mismatched delimiter errors | Esteban Küber | -14/+6 | |
| Delay unmatched delimiter errors until after the parser has run to deduplicate them when parsing and attempt recovering intelligently. | ||||
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-10-21 | Make sure all ui/parse tests have `-Z parse-only` | Vadim Petrochenkov | -3/+3 | |
| Except those testing parsing during macro expansion | ||||
| 2018-10-21 | Move more parsing tests to ui/parser | Vadim Petrochenkov | -0/+25 | |
