aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar/patterns.rs
Commit message (Collapse)AuthorAgeFilesLines
* move all parsing related bits to a separate moduleAleksey Kladov2019-02-201-248/+0
|
* Fix handling of literal patternsFlorian Diebold2019-02-091-15/+26
| | | | | Wrap them in a LiteralPat node so they can be distinguished from literal expressions.
* reformat the worldAleksey Kladov2019-02-081-3/+1
|
* 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
| | | | I'm not certain that this is correct, so extra eyes would be good
* clippy: Use if lets and remove redundant returnsAlan Du2018-10-181-3/+2
|
* Cargo FormatJeremy A. Kolb2018-10-161-11/+11
| | | | Run `cargo fmt` and ignore generated files
* rename all thingsAleksey Kladov2018-09-161-0/+224