Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | :arrow_up: rustc_lexer | Aleksey Kladov | 2019-08-20 | 1 | -88/+48 |
* | Change macro to function | Evgenii P | 2019-08-09 | 1 | -15/+13 |
* | rustfmt | Evgenii P | 2019-08-09 | 1 | -10/+10 |
* | Reduce code duplication in lexer by introducing small macro | Evgenii P | 2019-08-09 | 1 | -20/+17 |
* | kill old lexer | Aleksey Kladov | 2019-07-22 | 1 | -148/+17 |
* | add rustc_lexer | Aleksey Kladov | 2019-07-22 | 1 | -4/+104 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -2/+1 |
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -12/+13 |
* | Refactor parser handle mult-char punct internally | Edwin Cheng | 2019-04-28 | 1 | -59/+12 |
* | Add proper test for literals and fixed typo bug | Edwin Cheng | 2019-04-05 | 1 | -1/+1 |
* | Add classify_literal and undo expose next_token | Edwin Cheng | 2019-04-05 | 1 | -0/+9 |
* | Fix lexer not producing right token on "_" | pcpthm | 2019-03-21 | 1 | -0/+1 |
* | move all parsing related bits to a separate module | Aleksey Kladov | 2019-02-20 | 1 | -0/+215 |