Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |