Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | Added defWithBody | Lenard Pratt | 2019-03-30 | 1 | -0/+1 |
* | | Merge #1084 | bors[bot] | 2019-04-01 | 1 | -29/+0 |
|\ \ | |||||
| * | | remove dead code | Aleksey Kladov | 2019-04-01 | 1 | -29/+0 |
* | | | intelligently add parens when inlining local varaibles | gfreezy | 2019-04-01 | 1 | -1/+9 |
|/ / | |||||
* | | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -523/+4 |
* | | Add WherePred to allow predicate access in WhereClause | Ville Penttinen | 2019-03-31 | 1 | -1/+42 |
* | | Add trait ast::TypeBoundsOwner | Ville Penttinen | 2019-03-31 | 1 | -0/+5 |
* | | Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds | Ville Penttinen | 2019-03-30 | 1 | -0/+68 |
|/ | |||||
* | Basics for trait method resolution | Florian Diebold | 2019-03-25 | 1 | -1/+5 |
* | add name resolution from the old impl | Aleksey Kladov | 2019-03-17 | 1 | -0/+1 |
* | Remove `TypeRef` from item opts which implement TypeAscriptionOwner | Ville Penttinen | 2019-02-27 | 1 | -27/+3 |
* | Add new trait TypeAscriptionOwner | Ville Penttinen | 2019-02-26 | 1 | -0/+6 |
* | rename type to type_alias in the AST as well | Aleksey Kladov | 2019-02-25 | 1 | -47/+47 |
* | support upcastig in AST enum | Aleksey Kladov | 2019-02-24 | 1 | -0/+398 |
* | Enable parsing attributes for generic lifetimes and type parameters | Ville Penttinen | 2019-02-17 | 1 | -0/+2 |
* | Enable parsing of attributes inside a match block | Ville Penttinen | 2019-02-17 | 1 | -0/+2 |
* | Handle generic args for method calls | Florian Diebold | 2019-02-16 | 1 | -0/+4 |
* | Add generic params to impl blocks | Florian Diebold | 2019-02-16 | 1 | -0/+1 |
* | Import the prelude | Florian Diebold | 2019-02-13 | 1 | -0/+1 |
* | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 1 | -1/+1 |
* | make macro a NameOwner | Aleksey Kladov | 2019-02-11 | 1 | -0/+1 |
* | Fix handling of literal patterns | Florian Diebold | 2019-02-09 | 1 | -1/+36 |
* | Fill deprecation for LSP | kjeremy | 2019-02-05 | 1 | -0/+1 |
* | Add AST for extern crate | Florian Diebold | 2019-02-04 | 1 | -1/+9 |
* | Pass aliases to ImportData | Florian Diebold | 2019-02-01 | 1 | -0/+33 |
* | Merge #692 | bors[bot] | 2019-01-31 | 1 | -0/+1 |
|\ | |||||
| * | Parse and validate attributes in blocks | DJMcNab | 2019-01-28 | 1 | -0/+1 |
* | | Infer type of match guard | Marcus Klaas de Vries | 2019-01-28 | 1 | -1/+5 |
|/ | |||||
* | fix verification on CI | Aleksey Kladov | 2019-01-26 | 1 | -44/+0 |
* | fix AST for if expressions | Aleksey Kladov | 2019-01-26 | 1 | -0/+44 |
* | rename POS_FIELD -> POS_FIELD_DEF | Aleksey Kladov | 2019-01-25 | 1 | -21/+21 |
* | Add docs to struct fields | Jeremy A. Kolb | 2019-01-25 | 1 | -0/+1 |
* | Merge #630 | bors[bot] | 2019-01-25 | 1 | -3/+15 |
|\ | |||||
| * | Fill in DocumentSymbol::detail | Hrvoje Ban | 2019-01-24 | 1 | -3/+15 |
* | | Merge #633 | bors[bot] | 2019-01-24 | 1 | -0/+496 |
|\ \ | |||||
| * | | use ToOwned trait instead of inherent method | Aleksey Kladov | 2019-01-24 | 1 | -0/+496 |
| |/ |