Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | Replace usages of bump_any with bump | kjeremy | 2019-09-19 | 1 | -1/+1 |
* | WIP: switch to fully decomposed tokens internally | Aleksey Kladov | 2019-09-10 | 1 | -4/+5 |
* | rename bump -> bump_any | Aleksey Kladov | 2019-09-09 | 1 | -2/+2 |
* | Fix parser tests according to review | Evgenii P | 2019-08-08 | 1 | -13/+4 |
* | Deduplicate while loop break condition | Evgenii P | 2019-08-08 | 1 | -2/+2 |
* | Fix parser to correctly consume outer attrs before ellipsis param | Evgenii P | 2019-08-07 | 1 | -0/+4 |
* | Fix variadic arg inline test | Evgenii P | 2019-08-07 | 1 | -1/+1 |
* | Add function parameters attributes | Evgenii P | 2019-08-07 | 1 | -0/+16 |
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -19/+19 |
* | Add `...` parsing for fn pointer type | Edwin Cheng | 2019-04-23 | 1 | -2/+2 |
* | allow `mut ident` patterns in trait methods | Aleksey Kladov | 2019-03-04 | 1 | -1/+2 |
* | allow vararg functions | Aleksey Kladov | 2019-03-04 | 1 | -1/+6 |
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 1 | -0/+139 |