| Age | Commit message (Expand) | Author | Lines |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -110/+183 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -2/+2 |
| 2019-12-23 | Add the full issue reference to equality constraints in `where` clauses | varkor | -2/+8 |
| 2019-12-22 | Format the world | Mark Rousskov | -655/+666 |
| 2019-12-21 | Use Arena inside hir::Body. | Camille GILLOT | -5/+5 |
| 2019-12-21 | Use Arena inside hir::Mod. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::StructField. | Camille GILLOT | -3/+3 |
| 2019-12-21 | Use Arena inside hir::EnumDef. | Camille GILLOT | -5/+5 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -5/+5 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -5/+5 |
| 2019-12-21 | Use Arena inside hir::ForeignItem. | Camille GILLOT | -3/+3 |
| 2019-12-21 | Handle Attributes in arena. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -11/+11 |
| 2019-12-21 | Use Arena inside hir::Crate. | Camille GILLOT | -5/+5 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -4/+4 |
| 2019-12-20 | Rollup merge of #67131 - Centril:item-merge, r=petrochenkov | Mazdak Farrokhzad | -35/+130 |
| 2019-12-13 | Use better name for local containing required feature gates | Dylan MacKenzie | -5/+5 |
| 2019-12-13 | Replace `Index` impl with `enabled` method | Dylan MacKenzie | -2/+2 |
| 2019-12-13 | Apply suggestions from review | Dylan MacKenzie | -5/+5 |
| 2019-12-13 | Improve comment | Dylan MacKenzie | -2/+2 |
| 2019-12-13 | Restructue HIR const-checker to handle features with multiple gates | Dylan MacKenzie | -19/+69 |
| 2019-12-12 | `AssocImplKind::{Method -> Fn}`. | Mazdak Farrokhzad | -4/+4 |
| 2019-12-12 | Remove `ast::{Impl,Trait}{Item,ItemKind}`. | Mazdak Farrokhzad | -3/+3 |
| 2019-12-12 | More c-variadic errors as semantic restrictions. | Mazdak Farrokhzad | -2/+21 |
| 2019-12-12 | `ast_validation`: move trait item logic to proper place. | Mazdak Farrokhzad | -20/+23 |
| 2019-12-12 | Move `allow_c_varadic` logic to `ast_validation`. | Mazdak Farrokhzad | -0/+26 |
| 2019-12-12 | Unify assoc item visitors more. | Mazdak Farrokhzad | -4/+4 |
| 2019-12-12 | Unify associated item visitor. | Mazdak Farrokhzad | -9/+9 |
| 2019-12-12 | parse: refactor fun ret ty & param ty | Mazdak Farrokhzad | -2/+2 |
| 2019-12-12 | Unify `{Trait,Impl}ItemKind::TyAlias` structures. | Mazdak Farrokhzad | -0/+16 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Method`. | Mazdak Farrokhzad | -11/+20 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Const`. | Mazdak Farrokhzad | -6/+20 |
| 2019-12-12 | Alias `TraitItem` & `ImplItem`. | Mazdak Farrokhzad | -0/+9 |
| 2019-12-07 | Simplify `check_decl_no_pat`. | Mazdak Farrokhzad | -5/+5 |
| 2019-12-02 | syntax: Remove redundant span from `ast::Mac` | Vadim Petrochenkov | -8/+0 |
| 2019-11-30 | move GateIssue to rustc_feature & simplify emit_feature_err | Mazdak Farrokhzad | -8/+2 |
| 2019-11-30 | move is_builtin_attr to syntax::attr | Mazdak Farrokhzad | -2/+1 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -1/+3 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -2/+2 |
| 2019-11-25 | Tweak bad `continue` error | Esteban Küber | -2/+2 |
| 2019-11-24 | Add raw address of expressions to the AST and HIR | Matthew Jasper | -1/+1 |
| 2019-11-23 | Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk | bors | -25/+73 |
| 2019-11-22 | Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkov | Mazdak Farrokhzad | -0/+6 |
| 2019-11-21 | Suggest `const_if_match` on nightly | Dylan MacKenzie | -19/+70 |
| 2019-11-21 | Hold a `TyCtxt` in the HIR const-checker | Dylan MacKenzie | -10/+7 |
| 2019-11-21 | Add feature gate for const `if` and `match` | Dylan MacKenzie | -1/+1 |
| 2019-11-21 | reduce size of hir::ExprKind | Mazdak Farrokhzad | -13/+17 |
| 2019-11-20 | Rollup merge of #66535 - estebank:issue-62480, r=matthewjasper | Mazdak Farrokhzad | -3/+10 |
| 2019-11-18 | Avoid ICE when `break`ing to an unreachable label | Esteban Küber | -3/+10 |
| 2019-11-18 | Reword help and add test | Esteban Küber | -6/+4 |