| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -18/+0 | |
| 2021-02-03 | Handle `Span`s for byte and raw strings and add more detail | Esteban Küber | -2/+2 | |
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -4/+4 | |
| 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-03-25 | compiletest: make path normalization smarter | Andy Russell | -2/+2 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -2/+2 | |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -2/+2 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+18 | |
