| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-25 | Move some tests to more reasonable directories | Caio | -141/+0 | |
| 2020-07-04 | Update UI tests | Guillaume Gomez | -6/+7 | |
| 2019-07-20 | Introduce rustc_lexer | Aleksey Kladov | -2/+2 | |
| The idea here is to make a reusable library out of the existing rust-lexer, by separating out pure lexing and rustc-specific concerns, like spans, error reporting an interning. So, rustc_lexer operates directly on `&str`, produces simple tokens which are a pair of type-tag and a bit of original text, and does not report errors, instead storing them as flags on the token. | ||||
| 2019-05-31 | fix tidy | Esteban Küber | -23/+23 | |
| 2019-05-23 | syntax: Some code cleanup | Vadim Petrochenkov | -10/+10 | |
| 2019-05-23 | syntax: More consistent wording for some literal parsing errors | Vadim Petrochenkov | -2/+2 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -23/+23 | |
| 2019-01-11 | Continue evaluating after incorrect float literal | Esteban Küber | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -23/+23 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+140 | |
