aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/items
Commit message (Collapse)AuthorAgeFilesLines
* allow aliases in underscoresAleksey Kladov2019-03-041-0/+1
| | | | | | | | this helps with use foo::Trait as _; syntax
* move parser to a separate crateAleksey Kladov2019-02-214-0/+447