Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parse variadics correctly | Aleksey Kladov | 2020-03-13 | 1 | -11/+33 |
| | | | | closes #3571 | ||||
* | Move verbose tests out of line | Aleksey Kladov | 2020-03-13 | 1 | -20/+2 |
| | |||||
* | Add test for unnamed argument in function pointer | Han Mertens | 2020-02-12 | 1 | -0/+3 |
| | |||||
* | Support unnamed arguments in function pointers | Han Mertens | 2020-02-12 | 1 | -1/+1 |
| | | | | Fixes #3089 | ||||
* | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 1 | -2/+2 |
| | |||||
* | PR tweaks | Toby Dimmick | 2020-02-07 | 1 | -19/+16 |
| | |||||
* | Closure params test | Toby Dimmick | 2020-02-06 | 1 | -0/+4 |
| | |||||
* | rustfmt | Toby Dimmick | 2020-02-06 | 1 | -2/+2 |
| | |||||
* | Rework value parameter parsing | Toby Dimmick | 2020-02-06 | 1 | -45/+66 |
| | | | | | | | - `Fn__(...)` parameters with idents/patterns no longer parse - Trait function parameters with arbitrary patterns parse - Trait function parameters without idents/patterns no longer parse - `fn(...)` parameters no longer parse with patterns other than a single ident | ||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
| | | | | #1856 | ||||
* | 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 |
| | | | | closes #928 | ||||
* | 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 |