Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Report invalid, nested, multi-segment crate-paths | John Renner | 2020-04-30 | 1 | -1/+1 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | fix infinite loop in the parser | Aleksey Kladov | 2019-09-20 | 1 | -7/+11 |
* | Replace usages of bump_any with bump | kjeremy | 2019-09-19 | 1 | -3/+3 |
* | WIP: switch to fully decomposed tokens internally | Aleksey Kladov | 2019-09-10 | 1 | -12/+12 |
* | rename bump -> bump_any | Aleksey Kladov | 2019-09-09 | 1 | -8/+8 |
* | better error recovery for use trees | Aleksey Kladov | 2019-09-05 | 1 | -1/+4 |
* | Fix is_path_start to accept T![<], fix is_path_start usages | Evgenii P | 2019-08-13 | 1 | -1/+1 |
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -15/+15 |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -2/+2 |
* | Use Marker argument for item parsers | pcpthm | 2019-03-18 | 1 | -1/+2 |
* | allow aliases in underscores | Aleksey Kladov | 2019-03-04 | 1 | -0/+1 |
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 1 | -0/+121 |