aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar.rs
Commit message (Expand)AuthorAgeFilesLines
* Move numeric names inside of `NameRef`Aleksey Kladov2019-08-091-2/+12
* Make name_ref to accept numeric names optionallyEvgenii P2019-08-091-2/+2
* Parse tuple struct field initializationEvgenii P2019-08-091-1/+1
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
* Fix clippy::match_boolAlan Du2019-06-041-4/+2
* apply T! macro where it is possibleSergey Parilin2019-05-151-21/+21
* Fix more bugsEdwin Cheng2019-04-251-1/+16
* Add vis matcherEdwin Cheng2019-04-191-1/+1
* add block matcherEdwin Cheng2019-04-191-0/+27
* Add block matcherEdwin Cheng2019-04-191-0/+4
* Add expr, pat, ty and macro_stmtsEdwin Cheng2019-04-181-0/+20
* Add MacroItems and MacroStmts in grammer.ronEdwin Cheng2019-04-181-0/+6
* Add `item` matcher in mbeEdwin Cheng2019-04-181-0/+4
* Add mbe stmt matcherEdwin Cheng2019-04-171-0/+4
* Fix bug and add expr , pat , ty matcherEdwin Cheng2019-04-141-0/+12
* Add TtCursorTokenSource and TtCursorTokenSinkEdwin Cheng2019-04-061-0/+4
* Add extern_crate_self to ra_parser.memoryruins2019-03-281-0/+4
* Use Marker argument for item parserspcpthm2019-03-181-3/+9
* allow aliases in underscoresAleksey Kladov2019-03-041-1/+3
* improve error recoveryAleksey Kladov2019-03-041-17/+7
* move parser to a separate crateAleksey Kladov2019-02-211-0/+202