Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -1/+1 |
* | Fix clippy::match_bool | Alan Du | 2019-06-04 | 1 | -4/+2 |
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -21/+21 |
* | Fix more bugs | Edwin Cheng | 2019-04-25 | 1 | -1/+16 |
* | Add vis matcher | Edwin Cheng | 2019-04-19 | 1 | -1/+1 |
* | add block matcher | Edwin Cheng | 2019-04-19 | 1 | -0/+27 |
* | Add block matcher | Edwin Cheng | 2019-04-19 | 1 | -0/+4 |
* | Add expr, pat, ty and macro_stmts | Edwin Cheng | 2019-04-18 | 1 | -0/+20 |
* | Add MacroItems and MacroStmts in grammer.ron | Edwin Cheng | 2019-04-18 | 1 | -0/+6 |
* | Add `item` matcher in mbe | Edwin Cheng | 2019-04-18 | 1 | -0/+4 |
* | Add mbe stmt matcher | Edwin Cheng | 2019-04-17 | 1 | -0/+4 |
* | Fix bug and add expr , pat , ty matcher | Edwin Cheng | 2019-04-14 | 1 | -0/+12 |
* | Add TtCursorTokenSource and TtCursorTokenSink | Edwin Cheng | 2019-04-06 | 1 | -0/+4 |
* | Add extern_crate_self to ra_parser. | memoryruins | 2019-03-28 | 1 | -0/+4 |
* | Use Marker argument for item parsers | pcpthm | 2019-03-18 | 1 | -3/+9 |
* | allow aliases in underscores | Aleksey Kladov | 2019-03-04 | 1 | -1/+3 |
* | improve error recovery | Aleksey Kladov | 2019-03-04 | 1 | -17/+7 |
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 1 | -0/+202 |