| Age | Commit message (Expand) | Author | Lines |
| 2019-03-10 | Make migrate mode work at item level granularity | Matthew Jasper | -2/+6 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -18/+0 |
| 2019-03-09 | Auto merge of #57882 - euclio:unused-doc-attributes, r=estebank | bors | -18/+17 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -1/+14 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -18/+17 |
| 2019-03-08 | Rollup merge of #58883 - estebank:unused-closure-arg, r=varkor | Pietro Albini | -1/+14 |
| 2019-03-07 | hir: replace NodeId with HirId in Destination | ljedrz | -9/+7 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -2/+2 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -25/+23 |
| 2019-03-06 | Make misc checking 1 more parallel | John Kåre Alsaker | -6/+0 |
| 2019-03-06 | Make misc checking 2 more parallel | John Kåre Alsaker | -12/+0 |
| 2019-03-05 | Handle const generics elsewhere | varkor | -1/+1 |
| 2019-03-02 | Suggest appropriate code for unused field when desrtucturing patttern | Esteban Küber | -1/+14 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -15/+10 |
| 2019-03-02 | hir: remove NodeId from Pat and FieldPat | ljedrz | -14/+12 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -31/+29 |
| 2019-03-02 | hir: remove NodeId from StructField | ljedrz | -3/+2 |
| 2019-03-02 | middle & privacy: partially HirIdify | ljedrz | -29/+35 |
| 2019-03-01 | hir: remove NodeId from ImplItem | ljedrz | -2/+3 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -3/+2 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -4/+4 |
| 2019-03-01 | middle: HirIdify dead | ljedrz | -58/+59 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -10/+21 |
| 2019-02-27 | Auto merge of #58741 - varkor:lang-lib-feature-shared-name, r=alexreg | bors | -4/+8 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -2/+2 |
| 2019-02-25 | Allow lang and lib features to share names | varkor | -4/+8 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -60/+63 |
| 2019-02-24 | hir: remove NodeId from Block | ljedrz | -4/+5 |
| 2019-02-24 | middle: partially HirIdify stability | ljedrz | -29/+23 |
| 2019-02-24 | hir: remove NodeId from GenericParam | ljedrz | -13/+12 |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -30/+33 |
| 2019-02-24 | Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc | bors | -8/+8 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -8/+8 |
| 2019-02-20 | Rollup merge of #58562 - dlrobertson:fix_nits, r=alexreg | kennytm | -4/+4 |
| 2019-02-18 | Fix style nits | Dan Robertson | -4/+4 |
| 2019-02-15 | Drive-by cleanup | varkor | -2/+5 |
| 2019-02-15 | Take Const into account in HIR | varkor | -83/+84 |
| 2019-02-13 | Rollup merge of #58276 - varkor:missing-stability-attr-top-level, r=davidtwco | Mazdak Farrokhzad | -10/+13 |
| 2019-02-13 | Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomez | Mazdak Farrokhzad | -27/+1 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -6/+6 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -4/+4 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -89/+85 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -5/+5 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -3/+3 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -5/+4 |
| 2019-02-11 | Do not apply future deprecation warning for #[deprecated] | varkor | -27/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -89/+85 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -6/+6 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -4/+4 |
| 2019-02-08 | Correct descriptive item name for impl | varkor | -4/+2 |