| Age | Commit message (Expand) | Author | Lines |
| 2019-03-25 | Utilize `?` instead of `return None`. | Corey Farwell | -5/+1 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -2/+2 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -1/+1 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -17/+7 |
| 2019-03-23 | Auto merge of #58929 - estebank:elide-object, r=zackmdavis | bors | -11/+25 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -2/+2 |
| 2019-03-17 | Auto merge of #59178 - oli-obk:lazy_const, r=eddyb | bors | -10/+12 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -2/+2 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -4/+6 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -10/+12 |
| 2019-03-15 | Elide object safety errors on non-existent trait function | Esteban Küber | -11/+25 |
| 2019-03-15 | rustc: print elided regions as '_ instead of nothing, and use a separate chec... | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: make util::ppaux private. | Eduard-Mihai Burtescu | -2/+3 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -11/+11 |
| 2019-03-15 | rustc: always rely on '_ to be not printed by ty::Region itself. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: remove fmt::{Debug,Display} from ty::TyKind. | Eduard-Mihai Burtescu | -4/+5 |
| 2019-03-13 | Auto merge of #56864 - Zoxc:stable-hash-macro, r=michaelwoerister | bors | -21/+23 |
| 2019-03-13 | Rollup merge of #59132 - nikomatsakis:issue-53548-generator-bound, r=pnkfelix | Mazdak Farrokhzad | -0/+2 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -21/+23 |
| 2019-03-12 | add a useful debug printout | Niko Matsakis | -0/+2 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -12/+52 |
| 2019-03-08 | Rollup merge of #58204 - estebank:impl-trait-semi, r=zackmdavis | Pietro Albini | -12/+52 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -3/+2 |
| 2019-03-05 | Handle const generics elsewhere | varkor | -4/+8 |
| 2019-03-04 | Fix rebase and move suggestion to its own method | Esteban Küber | -29/+46 |
| 2019-03-04 | Add fixme | Esteban Küber | -3/+4 |
| 2019-03-04 | On return type `impl Trait` for block with no expr point at last semi | Esteban Küber | -5/+27 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -2/+2 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -1/+1 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -26/+30 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -15/+15 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -2/+2 |
| 2019-02-24 | hir: remove NodeId from Block | ljedrz | -1/+2 |
| 2019-02-21 | partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc | Niko Matsakis | -1/+19 |
| 2019-02-21 | introduce a dummy leak check and invoke it in all the right places | Niko Matsakis | -24/+61 |
| 2019-02-21 | s/skol_/placeholder_/ | Niko Matsakis | -10/+10 |
| 2019-02-14 | Rollup merge of #58267 - estebank:match-arms, r=matthewjasper | Mazdak Farrokhzad | -3/+17 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -14/+14 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -5/+5 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -3/+3 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -3/+3 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -117/+116 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -4/+5 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -4/+4 |
| 2019-02-08 | review comments: (marginally) reduce memory consumtion | Esteban Küber | -5/+11 |
| 2019-02-07 | Reweork incompatible match arms error | Esteban Küber | -3/+11 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -4/+4 |
| 2019-02-05 | rustc: partially HirIdify | ljedrz | -4/+5 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -191/+191 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -1/+1 |