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