aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/params.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix parser tests according to reviewEvgenii P2019-08-081-13/+4
* Deduplicate while loop break conditionEvgenii P2019-08-081-2/+2
* Fix parser to correctly consume outer attrs before ellipsis paramEvgenii P2019-08-071-0/+4
* Fix variadic arg inline testEvgenii P2019-08-071-1/+1
* Add function parameters attributesEvgenii P2019-08-071-0/+16
* 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
* allow vararg functionsAleksey Kladov2019-03-041-1/+6
* move parser to a separate crateAleksey Kladov2019-02-211-0/+139