Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |