| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-28 | review comments | Esteban Küber | -1/+1 | |
| 2019-07-19 | Handle more cases of typos misinterpreted as type ascription | Esteban Küber | -1/+1 | |
| 2019-06-09 | Update tests since ? macro op is supported on 2015. | Mazdak Farrokhzad | -2/+2 | |
| 2019-05-31 | fix tidy | Esteban Küber | -5/+3 | |
| 2019-05-30 | Remove unecessary `-Z continue-parse-after-error` from tests | Esteban Küber | -1/+1 | |
| 2019-05-24 | review comments | Esteban Küber | -0/+12 | |
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -0/+28 | |
| 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-11 | Update tests | Vadim Petrochenkov | -12/+12 | |
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -1/+1 | |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -2/+9 | |
| Fix a number of uncovered deficiencies in diagnostics | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -114/+14 | |
| 2018-11-23 | Reword incorrect macro invocation primary label | Esteban Küber | -2/+2 | |
| 2018-10-26 | Rollup merge of #55298 - estebank:macro-def, r=pnkfelix | kennytm | -2/+8 | |
| Point at macro definition when no rules expect token Fix #35150. | ||||
| 2018-10-24 | Point to macro def span instead of whole body | Esteban Küber | -12/+8 | |
| 2018-10-23 | Point at macro definition when no rules expect token | Esteban Küber | -4/+14 | |
| 2018-10-23 | Modify invalid macro in expression context diagnostic | Esteban Küber | -10/+8 | |
| 2018-10-21 | Make sure all ui/parse tests have `-Z parse-only` | Vadim Petrochenkov | -0/+355 | |
| Except those testing parsing during macro expansion | ||||
