| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -10/+0 | |
| Because the parser directory has already reached the 1000 file limit. | ||||
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -3/+3 | |
| 2020-05-15 | Remove redundant backtick in error message. | Eric Huss | -1/+1 | |
| The value passed in already has backticks surrounding the text. | ||||
| 2019-10-28 | Use heuristics to recover parsing of missing `;` | Esteban Küber | -4/+4 | |
| - Detect `,` and `:` typos where `;` was intended. - When the next token could have been the start of a new statement, detect a missing semicolon. | ||||
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+10 | |
