| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -24/+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. | ||||
| 2021-04-09 | Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verbose | Esteban Küber | -3/+3 | |
| Those two recovery attempts have a very bad interaction that causes too unnecessary output. Add a simple gate to avoid interpreting a `;` as a `,` when there are unclosed braces. | ||||
| 2020-11-25 | add tests | b-naber | -1/+1 | |
| 2020-03-26 | parse: recover on `const fn()` / `async fn()`. | Mazdak Farrokhzad | -1/+1 | |
| 2020-03-10 | use check_path more | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-03 | tweak wording of mismatched delimiter errors | Andy Russell | -2/+2 | |
| 2019-11-16 | Add test for issue 63116 | Alex Macleod | -0/+24 | |
