Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow aliases in underscores | Aleksey Kladov | 2019-03-04 | 1 | -0/+1 |
| | | | | | | | | this helps with use foo::Trait as _; syntax | ||||
* | Merge #926 | bors[bot] | 2019-03-04 | 1 | -1/+6 |
|\ | | | | | | | | | | | | | | | 926: allow vararg functions r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | allow vararg functions | Aleksey Kladov | 2019-03-04 | 1 | -1/+6 |
| | | |||||
* | | extract block contents into a function | Aleksey Kladov | 2019-03-04 | 1 | -2/+6 |
|/ | |||||
* | rename type to type_alias in the AST as well | Aleksey Kladov | 2019-02-25 | 1 | -1/+1 |
| | |||||
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 14 | -0/+2809 |