aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar/type_params.rs
Commit message (Expand)AuthorAgeFilesLines
* move all parsing related bits to a separate moduleAleksey Kladov2019-02-201-175/+0
* Enable parsing attributes for generic lifetimes and type parametersVille Penttinen2019-02-171-7/+15
* No need for is_type_startErlend Tobiassen2019-01-221-1/+1
* Update tests after allowing where predicate to accept typesErlend Tobiassen2019-01-221-0/+5
* Optimistically bail out of where clause loop if not at start of a type or lif...Erlend Tobiassen2019-01-221-12/+16
* Don't leave a marker hanging without completing it.Erlend Tobiassen2019-01-221-2/+1
* Allow types to the left of : in where predicates.Erlend Tobiassen2019-01-221-24/+27
* Fix where clauses using fully qualified path syntaxDJMcNab2018-12-211-1/+6
* Don't require a command before EQ in a where clauseDJMcNab2018-12-201-1/+1
* grammar: fix where clause parsingAleksey Kladov2018-11-061-1/+5
* reduce code duplicationAleksey Kladov2018-11-051-19/+8
* grammar: for predicates in whereAleksey Kladov2018-11-051-35/+62
* Cargo FormatJeremy A. Kolb2018-10-161-8/+3
* rename all thingsAleksey Kladov2018-09-161-0/+136