| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -1/+1 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-07-31 | Fix invalid suggestions for non-ASCII characters in byte constants | Fabian Wolff | -4/+6 | |
| 2021-02-03 | Handle `Span`s for byte and raw strings and add more detail | Esteban Küber | -7/+20 | |
| 2020-06-25 | Update UI test | Guillaume Gomez | -1/+2 | |
| 2020-01-08 | Remove `-Z continue-parse-after-error` | Vadim Petrochenkov | -5/+5 | |
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -2/+2 | |
| 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-04-23 | Remove unnecessary tidy ignore directives | varkor | -5/+5 | |
| 2019-03-25 | compiletest: make path normalization smarter | Andy Russell | -4/+4 | |
| 2019-03-20 | Tweak incorrect escaped char diagnostic | Esteban Küber | -2/+2 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -5/+5 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -5/+5 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+34 | |
