Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `BoxPat` variant | Dylan MacKenzie | 2019-08-23 | 1 | -0/+1 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -10/+10 |
* | use derive(Debug) for SyntaxKind | Aleksey Kladov | 2019-08-19 | 1 | -247/+1 |
* | plug new boilerplate_gen into ra_tools | Aleksey Kladov | 2019-08-19 | 1 | -4/+0 |
* | use new quote-generated syntax kinds | Aleksey Kladov | 2019-08-19 | 2 | -577/+538 |
* | add await to syntax, parser for await_expr | Unreal Hoang | 2019-07-20 | 1 | -0/+7 |
* | fix: box_pattern | csmoe | 2019-06-19 | 1 | -0/+7 |
* | fix: support existential type | csmoe | 2019-06-12 | 1 | -0/+4 |
* | [#1083] Try block syntax | Andrey Tkachenko | 2019-06-06 | 1 | -0/+7 |
* | fixed macro for brackets | Sergey Parilin | 2019-05-15 | 2 | -3/+3 |
* | Implemented T! macro for syntax kinds | Sergey Parilin | 2019-05-13 | 2 | -0/+109 |
* | Add MacroItems and MacroStmts in grammer.ron | Edwin Cheng | 2019-04-18 | 1 | -0/+4 |
* | Merge #1138 | bors[bot] | 2019-04-14 | 1 | -0/+4 |
|\ | |||||
| * | Add L_DOLLAR and R_DOLLAR | Edwin Cheng | 2019-04-11 | 1 | -0/+4 |
* | | migrate to untyped rowan | Aleksey Kladov | 2019-04-09 | 2 | -0/+36 |
|/ | |||||
* | Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds | Ville Penttinen | 2019-03-30 | 1 | -0/+4 |
* | Add async keyword | Caio | 2019-03-09 | 1 | -0/+4 |
* | rename type to type_alias in the AST as well | Aleksey Kladov | 2019-02-25 | 1 | -2/+2 |
* | fix the test | Aleksey Kladov | 2019-02-21 | 1 | -2/+2 |
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 2 | -0/+738 |