Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always wrap block into an expression | Aleksey Kladov | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | simplify | Aleksey Kladov | 2019-09-02 | 1 | -5/+2 |
| | |||||
* | cleanup | Aleksey Kladov | 2019-09-02 | 1 | -74/+72 |
| | |||||
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -2/+2 |
| | |||||
* | Move numeric names inside of `NameRef` | Aleksey Kladov | 2019-08-09 | 1 | -2/+12 |
| | |||||
* | Make name_ref to accept numeric names optionally | Evgenii P | 2019-08-09 | 1 | -2/+2 |
| | |||||
* | Parse tuple struct field initialization | Evgenii P | 2019-08-09 | 1 | -1/+1 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -1/+1 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | 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 |
| | | | | | - Fix pub_expr - Fix incorrect parsing of crate::path | ||||
* | allow aliases in underscores | Aleksey Kladov | 2019-03-04 | 1 | -1/+3 |
| | | | | | | | | this helps with use foo::Trait as _; syntax | ||||
* | improve error recovery | Aleksey Kladov | 2019-03-04 | 1 | -17/+7 |
| | | | | parse the contents of error block as an expression | ||||
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 1 | -0/+202 |