aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add extern_crate_self to ra_parser.memoryruins2019-03-281-0/+4
|
* Use Marker argument for item parserspcpthm2019-03-181-3/+9
| | | | | - Fix pub_expr - Fix incorrect parsing of crate::path
* allow aliases in underscoresAleksey Kladov2019-03-041-1/+3
| | | | | | | | this helps with use foo::Trait as _; syntax
* improve error recoveryAleksey Kladov2019-03-041-17/+7
| | | | parse the contents of error block as an expression
* move parser to a separate crateAleksey Kladov2019-02-211-0/+202