Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implementing Display for enums too. | Fireassember | 2020-03-11 | 1 | -0/+635 |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -14/+14 |
* | Merge #3062 | bors[bot] | 2020-02-11 | 1 | -1/+5 |
|\ | |||||
| * | Implement slice pattern AST > HIR lowering | Jonas Platte | 2020-02-11 | 1 | -1/+5 |
* | | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 1 | -6/+75 |
* | | Rename add import assist | Kirill Bulatov | 2020-02-07 | 1 | -1/+1 |
|/ | |||||
* | Improve const generics parsing | Michael Chesser | 2020-01-06 | 1 | -0/+33 |
* | Switch ast declaration from ron to a macro | Aleksey Kladov | 2020-01-03 | 1 | -1484/+1476 |
* | Collect visibility of items during nameres | Florian Diebold | 2019-12-26 | 1 | -0/+3 |
* | Merge #2641 | bors[bot] | 2019-12-22 | 1 | -0/+30 |
|\ | |||||
| * | Parse const generics | roblabla | 2019-12-22 | 1 | -0/+30 |
* | | Handle closure return types | Florian Diebold | 2019-12-20 | 1 | -0/+3 |
|/ | |||||
* | Add `ModuleItemsOwner` to `Block` | ice1000 | 2019-12-03 | 1 | -0/+1 |
* | Fix hir for ast::UnionDef | Aleksey Kladov | 2019-11-25 | 1 | -4/+24 |
* | Introduce dedicated AST node for union | Aleksey Kladov | 2019-11-25 | 1 | -0/+28 |
* | Allow non-path default type parameters | Aleksey Kladov | 2019-11-20 | 1 | -2/+5 |
* | Remove the custom impl of AttrsOwner for ImplItem | DJMcNab | 2019-11-18 | 1 | -0/+1 |
* | Pass attributes as token tree to DefCollector | uHOOCCOOHu | 2019-10-02 | 1 | -0/+1 |
* | Merge branch 'master' into feature/issue/1856 | Alexander Andreev | 2019-09-30 | 1 | -1/+42 |
|\ | |||||
| * | Fix API of Attr | uHOOCCOOHu | 2019-09-30 | 1 | -3/+0 |
| * | Parse correct AttrInput | uHOOCCOOHu | 2019-09-30 | 1 | -0/+44 |
* | | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -1/+1 |
|/ | |||||
* | Support path starting with a type | uHOOCCOOHu | 2019-09-15 | 1 | -0/+3 |
* | Add `DotDotPat` to AST | Dylan MacKenzie | 2019-09-15 | 1 | -2/+35 |
* | Infer box expression | uHOOCCOOHu | 2019-09-11 | 1 | -3/+37 |
* | Lower `Fn(X, Y) -> Z` paths | Florian Diebold | 2019-09-07 | 1 | -0/+6 |
* | Merge #1743 | bors[bot] | 2019-09-05 | 1 | -0/+1 |
|\ | |||||
| * | Support resolution of `#[macro_use] extern crate` | uHOOCCOOHu | 2019-08-31 | 1 | -0/+1 |
* | | fix hir for new block syntax | Aleksey Kladov | 2019-09-02 | 1 | -1/+1 |
* | | fix generated AST | Aleksey Kladov | 2019-09-02 | 1 | -1/+1 |
* | | remove useless trait | Aleksey Kladov | 2019-09-02 | 1 | -2/+5 |
|/ | |||||
* | Add `BoxPat` variant | Dylan MacKenzie | 2019-08-23 | 1 | -2/+37 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -261/+261 |
* | remove ast::*Kind enums | Aleksey Kladov | 2019-08-19 | 1 | -345/+339 |
* | use new quote-generated ast | Aleksey Kladov | 2019-08-18 | 1 | -1188/+1408 |
* | Add function parameters attributes | Evgenii P | 2019-08-07 | 1 | -0/+2 |
* | add await expr to ast | Unreal Hoang | 2019-07-20 | 1 | -1/+32 |
* | cleanup casts | Aleksey Kladov | 2019-07-19 | 1 | -798/+939 |
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 1 | -1888/+832 |
* | [#1083] Try block syntax | Andrey Tkachenko | 2019-06-06 | 1 | -0/+37 |
* | fill struct fields diagnostic | Sergey Parilin | 2019-05-06 | 1 | -4/+4 |
* | Merge #1208 | bors[bot] | 2019-05-04 | 1 | -0/+1 |
|\ | |||||
| * | Added local macro goto | Lenard Pratt | 2019-05-04 | 1 | -0/+1 |
* | | Add default type param in TypeParam Node | Edwin Cheng | 2019-05-03 | 1 | -0/+1 |
|/ | |||||
* | Merge #1154 | bors[bot] | 2019-04-20 | 1 | -0/+1 |
|\ | |||||
| * | Initial support for lang items. | Marco Groppo | 2019-04-19 | 1 | -0/+1 |
* | | Add MacroItems and MacroStmts in grammer.ron | Edwin Cheng | 2019-04-18 | 1 | -0/+66 |
|/ | |||||
* | migrate to untyped rowan | Aleksey Kladov | 2019-04-09 | 1 | -115/+115 |
* | Merge #1076 | bors[bot] | 2019-04-02 | 1 | -2/+10 |
|\ | |||||
| * | Added const bodies and static body to the ast | Lenard Pratt | 2019-04-02 | 1 | -3/+10 |