aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/params.rs
Commit message (Collapse)AuthorAgeFilesLines
* apply T! macro where it is possibleSergey Parilin2019-05-151-19/+19
|
* Add `...` parsing for fn pointer typeEdwin Cheng2019-04-231-2/+2
|
* allow `mut ident` patterns in trait methodsAleksey Kladov2019-03-041-1/+2
| | | | closes #928
* allow vararg functionsAleksey Kladov2019-03-041-1/+6
|
* move parser to a separate crateAleksey Kladov2019-02-211-0/+139