Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for async block | Caio | 2019-03-10 | 1 | -1/+2 |
| | |||||
* | Add async keyword | Caio | 2019-03-09 | 3 | -1/+18 |
| | |||||
* | Introduce pattern_list to parse pipe separated patterns | Ville Penttinen | 2019-03-05 | 2 | -10/+18 |
| | | | | | pattern_list comes in two variants, one uses the default PAT_RECOVERY_SET as the recovery set, while other allows the user to provide a recovery set. | ||||
* | Add support for parsing multiple if and while-let patterns | Ville Penttinen | 2019-03-04 | 1 | -0/+10 |
| | |||||
* | allow `mut ident` patterns in trait methods | Aleksey Kladov | 2019-03-04 | 1 | -1/+2 |
| | | | | closes #928 | ||||
* | allow aliases in underscores | Aleksey Kladov | 2019-03-04 | 2 | -1/+4 |
| | | | | | | | | 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 |
| | | |||||
* | | improve error recovery | Aleksey Kladov | 2019-03-04 | 1 | -17/+7 |
| | | | | | | | | parse the contents of error block as an expression | ||||
* | | 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 | 2 | -3/+3 |
| | |||||
* | docs | Aleksey Kladov | 2019-02-21 | 3 | -15/+39 |
| | |||||
* | fix the test | Aleksey Kladov | 2019-02-21 | 1 | -2/+2 |
| | |||||
* | fix compilation | Aleksey Kladov | 2019-02-21 | 1 | -7/+7 |
| | |||||
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 23 | -0/+4283 |