| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2019-02-27 | Remove `TypeRef` from item opts which implement TypeAscriptionOwner | Ville Penttinen | -27/+3 |
| 2019-02-26 | Add new trait TypeAscriptionOwner | Ville Penttinen | -0/+6 |
| 2019-02-25 | rename type to type_alias in the AST as well | Aleksey Kladov | -47/+47 |
| 2019-02-24 | support upcastig in AST enum | Aleksey Kladov | -0/+407 |
| 2019-02-17 | Enable parsing attributes for generic lifetimes and type parameters | Ville Penttinen | -0/+2 |
| 2019-02-17 | Enable parsing of attributes inside a match block | Ville Penttinen | -0/+2 |
| 2019-02-16 | Handle generic args for method calls | Florian Diebold | -0/+4 |
| 2019-02-16 | Add generic params to impl blocks | Florian Diebold | -0/+1 |
| 2019-02-13 | Import the prelude | Florian Diebold | -0/+1 |
| 2019-02-12 | rename yellow -> syntax_node | Aleksey Kladov | -2/+2 |
| 2019-02-11 | make macro a NameOwner | Aleksey Kladov | -0/+1 |
| 2019-02-09 | Fix handling of literal patterns | Florian Diebold | -1/+36 |
| 2019-02-05 | Fill deprecation for LSP | kjeremy | -0/+1 |
| 2019-02-04 | Add AST for extern crate | Florian Diebold | -1/+9 |
| 2019-02-02 | Pass aliases to ImportData | Florian Diebold | -0/+33 |
| 2019-01-31 | Merge #692 | bors[bot] | -0/+1 |
| 2019-01-28 | Infer type of match guard | Marcus Klaas de Vries | -1/+5 |
| 2019-01-28 | Parse and validate attributes in blocks | DJMcNab | -0/+1 |
| 2019-01-27 | fix verification on CI | Aleksey Kladov | -44/+0 |
| 2019-01-27 | fix AST for if expressions | Aleksey Kladov | -0/+44 |
| 2019-01-26 | rename POS_FIELD -> POS_FIELD_DEF | Aleksey Kladov | -21/+21 |
| 2019-01-25 | Add docs to struct fields | Jeremy A. Kolb | -0/+1 |
| 2019-01-25 | Merge #630 | bors[bot] | -3/+15 |
| 2019-01-24 | Merge #633 | bors[bot] | -0/+504 |
| 2019-01-25 | use ToOwned trait instead of inherent method | Aleksey Kladov | -0/+504 |
| 2019-01-25 | Migrate trait & type to new ids | Aleksey Kladov | -0/+1 |
| 2019-01-24 | Fill in DocumentSymbol::detail | Hrvoje Ban | -3/+15 |
| 2019-01-23 | Make EnumVariant a DocCommentsOwner | Jeremy A. Kolb | -0/+1 |
| 2019-01-19 | Add AST/HIR for type args in path segments | Florian Diebold | -0/+128 |
| 2019-01-19 | Change parsing of struct field patterns | Marcus Klaas de Vries | -1/+5 |
| 2019-01-19 | Move parsing of field pattern lists to the parser (where it belongs) | Marcus Klaas de Vries | -1/+34 |
| 2019-01-19 | Add initial (flawed) implementation of binding annotations | Marcus Klaas de Vries | -1/+5 |
| 2019-01-19 | Create struct patterns up to the hir level | Marcus Klaas de Vries | -4/+9 |
| 2019-01-19 | Add additional pattern variants | Marcus Klaas de Vries | -2/+10 |
| 2019-01-16 | Update ARRAY_EXPR grammar | Hirokazu Hata | -1/+5 |
| 2019-01-14 | Fix type inference for raw (byte) strings | Marcus Klaas de Vries | -0/+56 |
| 2019-01-14 | Fixup tests | Marcus Klaas de Vries | -38/+94 |
| 2019-01-14 | Start moving literal interpretation to the AST (WIP) | Marcus Klaas de Vries | -4/+110 |
| 2019-01-13 | Update TUPLE_EXPR grammar | Hirokazu Hata | -1/+5 |
| 2019-01-13 | support ref-patterns | Aleksey Kladov | -1/+5 |
| 2019-01-11 | rename TreePtr -> TreeArc | Aleksey Kladov | -116/+116 |
| 2019-01-08 | itroduce trait for ast tokens | Aleksey Kladov | -0/+7 |
| 2019-01-08 | regenerate | Aleksey Kladov | -3052/+1791 |
| 2019-01-08 | switch ra_syntax to new rowan API | Aleksey Kladov | -45/+48 |
| 2019-01-06 | Make FnScopes use hir::Expr | Florian Diebold | -16/+9 |
| 2019-01-05 | Add HIR Expr machinery | Florian Diebold | -1/+9 |
| 2019-01-04 | Type the self parameter | Florian Diebold | -1/+46 |
| 2019-01-04 | Add HIR for impl blocks | Florian Diebold | -2/+38 |
| 2019-01-04 | Rename ImplItem to ImplBlock | Florian Diebold | -18/+18 |
| 2019-01-03 | visibility owner | Aleksey Kladov | -0/+47 |
