| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -34/+0 | |
| Because the parser directory has already reached the 1000 file limit. | ||||
| 2021-02-03 | Handle `Span`s for byte and raw strings and add more detail | Esteban Küber | -7/+7 | |
| 2020-01-08 | Remove `-Z continue-parse-after-error` | Vadim Petrochenkov | -2/+0 | |
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -6/+1 | |
| Currently, we deal with escape sequences twice: once when we lex a string, and a second time when we unescape literals. This PR aims to remove this duplication, by introducing a new `unescape` mode as a single source of truth for character escaping rules | ||||
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -1/+1 | |
| 2018-12-31 | Use structured suggestion for braceless unicode escape squence | Esteban Küber | -0/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+48 | |
