aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar/patterns.rs
Commit message (Expand)AuthorAgeFilesLines
* Change parsing of struct field patternsMarcus Klaas de Vries2019-01-191-12/+11
* Move parsing of field pattern lists to the parser (where it belongs)Marcus Klaas de Vries2019-01-191-9/+17
* make token set a const-fnAleksey Kladov2019-01-191-5/+5
* parse minus before number literalcsmoe2018-12-301-0/+5
* Fix parsing of inclusive ranges (#214)DJMcNab2018-12-191-2/+6
* clippy: Use if lets and remove redundant returnsAlan Du2018-10-181-3/+2
* Cargo FormatJeremy A. Kolb2018-10-161-11/+11
* rename all thingsAleksey Kladov2018-09-161-0/+224