| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-12-13 | Remove `Lexer`'s dependency on `Parser`. | Nicholas Nethercote | -29/+1 |
| 2024-07-25 | add limit for unclosed delimiters in lexer diagnostic | yukang | -7/+1 |
| 2024-07-18 | Be more accurate about calculating `display_col` from a `BytePos` | Esteban Küber | -1/+1 |
| 2023-11-11 | Move unclosed delim errors to separate function | sjwang05 | -10/+4 |
| 2023-11-10 | Correctly handle while-let-chains | sjwang05 | -2/+28 |
| 2023-11-09 | Catch an edge case | sjwang05 | -1/+4 |
| 2023-11-09 | Catch stray { in let-chains | sjwang05 | -0/+42 |
