| Age | Commit message (Expand) | Author | Lines |
| 2019-12-23 | improve robustness of pat walkers | Mazdak Farrokhzad | -2/+11 |
| 2019-12-23 | is_range_literal: leave FIXME | Mazdak Farrokhzad | -0/+3 |
| 2019-12-23 | is_range_literal: fix fallout | Mazdak Farrokhzad | -12/+9 |
| 2019-12-23 | Add new folder for destructuring assignment tests | varkor | -0/+1 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -10/+13 |
| 2019-12-23 | Move `{hir::lowering -> hir}::is_range_literal`. | Mazdak Farrokhzad | -62/+62 |
| 2019-12-22 | Format the world | Mark Rousskov | -2282/+1884 |
| 2019-12-21 | Nits. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Tidy. | Camille GILLOT | -21/+39 |
| 2019-12-21 | Use Arena inside hir::Body. | Camille GILLOT | -18/+21 |
| 2019-12-21 | Use Arena inside hir::Mod. | Camille GILLOT | -12/+12 |
| 2019-12-21 | Use Arena inside hir::StructField. | Camille GILLOT | -17/+18 |
| 2019-12-21 | Use Arena inside hir::EnumDef. | Camille GILLOT | -41/+43 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -30/+32 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -32/+33 |
| 2019-12-21 | Use Arena inside hir::ForeignItem. | Camille GILLOT | -31/+32 |
| 2019-12-21 | Handle Attributes in arena. | Camille GILLOT | -30/+29 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -83/+88 |
| 2019-12-21 | Use Arena inside hir::Crate. | Camille GILLOT | -66/+73 |
| 2019-12-21 | Rollup merge of #67355 - Centril:merge-mut, r=oli-obk | Mazdak Farrokhzad | -16/+15 |
| 2019-12-21 | Auto merge of #66994 - Centril:stmt-polish, r=estebank | bors | -27/+18 |
| 2019-12-20 | introduce 'type AttrVec' | Mazdak Farrokhzad | -27/+18 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -16/+15 |
| 2019-12-20 | Rollup merge of #67392 - csmoe:async-typeinfo, r=estebank | Mazdak Farrokhzad | -0/+10 |
| 2019-12-20 | Rollup merge of #67131 - Centril:item-merge, r=petrochenkov | Mazdak Farrokhzad | -93/+121 |
| 2019-12-18 | record previous unresolve span for generator error reporting | csmoe | -9/+3 |
| 2019-12-18 | add debuginfo in generator_interior | csmoe | -0/+16 |
| 2019-12-16 | improve lower_pat_slice docs + while -> for | Mazdak Farrokhzad | -12/+26 |
| 2019-12-15 | improve hir::PatKind::Slice docs | Mazdak Farrokhzad | -2/+9 |
| 2019-12-14 | Do not ICE on unnamed future | Esteban Küber | -3/+10 |
| 2019-12-12 | make visitor uses more robust | Mazdak Farrokhzad | -2/+2 |
| 2019-12-12 | `AssocImplKind::{Method -> Fn}`. | Mazdak Farrokhzad | -6/+6 |
| 2019-12-12 | Remove `ast::{Impl,Trait}{Item,ItemKind}`. | Mazdak Farrokhzad | -26/+26 |
| 2019-12-12 | More c-variadic errors as semantic restrictions. | Mazdak Farrokhzad | -1/+7 |
| 2019-12-12 | Unify assoc item visitors more. | Mazdak Farrokhzad | -3/+3 |
| 2019-12-12 | Unify associated item visitor. | Mazdak Farrokhzad | -5/+5 |
| 2019-12-12 | parse: refactor fun ret ty & param ty | Mazdak Farrokhzad | -22/+12 |
| 2019-12-12 | Unify `{Trait,Impl}ItemKind::TyAlias` structures. | Mazdak Farrokhzad | -30/+31 |
| 2019-12-12 | `TraitItemKind::Type` -> `TraitItemKind::TyAlias`. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Method`. | Mazdak Farrokhzad | -25/+50 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Const`. | Mazdak Farrokhzad | -1/+7 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -7/+1 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for macro definitions | Vadim Petrochenkov | -1/+1 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for attributes | Vadim Petrochenkov | -1/+11 |
| 2019-11-29 | Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum | Ralf Jung | -5/+5 |
| 2019-11-26 | Make the HIR map own the Definitions. | Camille GILLOT | -5/+5 |
| 2019-11-25 | Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril | bors | -30/+55 |
| 2019-11-24 | Add raw address of expressions to the AST and HIR | Matthew Jasper | -30/+55 |
| 2019-11-23 | Move def collector from `rustc` to `rustc_resolve` | Vadim Petrochenkov | -353/+10 |