| Age | Commit message (Expand) | Author | Lines |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -2/+1 |
| 2019-03-28 | Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -1/+1 |
| 2019-03-16 | Add def getting methods to librustc/ty/context | Tomas Koutsky | -1/+1 |
| 2019-03-13 | middle: replace NodeId with HirId in AccessLevels | ljedrz | -3/+2 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -1/+2 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -6/+6 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -5/+1 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -2/+2 |
| 2019-03-02 | middle & privacy: partially HirIdify | ljedrz | -29/+35 |
| 2019-03-01 | hir: remove NodeId from ImplItem | ljedrz | -1/+1 |
| 2019-02-15 | Drive-by cleanup | varkor | -2/+5 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -2/+2 |
| 2019-02-05 | rustc: partially HirIdify | ljedrz | -2/+2 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -14/+14 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -20/+20 |
| 2018-11-30 | Use opt_def_id instead of having special branch | Esteban Küber | -3/+3 |
| 2018-11-30 | Fix ICE with feature self_struct_ctor | Esteban Küber | -0/+1 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -1/+1 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -1/+1 |
| 2018-10-06 | rustc/middle: whitespace & formatting fixes | ljedrz | -1/+0 |
| 2018-10-06 | rustc/middle: improve allocations | ljedrz | -1/+3 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -1/+1 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -17/+17 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -17/+17 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -16/+16 |
| 2018-08-26 | rustc: Continue to tweak "std internal symbols" | Alex Crichton | -2/+5 |
| 2018-08-24 | Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov | kennytm | -0/+2 |
| 2018-08-20 | Mark impl Trait Functions as reachable. (Fixes #50865) | Kyle Simpson | -0/+2 |
| 2018-08-19 | Fix tidy check | varkor | -1/+1 |
| 2018-08-19 | Replace generics_require_inlining with generics.requires_monomorphization | varkor | -17/+4 |
| 2018-08-07 | rustc: Tweak visibility of some lang items | Alex Crichton | -4/+7 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -2/+2 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -6/+2 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+2 |
| 2018-07-16 | Fix tidy | csmoe | -6/+13 |
| 2018-07-16 | ItemKind | csmoe | -15/+15 |
| 2018-07-16 | ExprKind | csmoe | -3/+3 |
| 2018-06-28 | Always check type_dependent_defs | varkor | -1/+1 |
| 2018-06-21 | Parse async fn header. | Without Boats | -2/+2 |
| 2018-06-20 | Use ty::Generics instead of hir::Generics for various checks | varkor | -16/+23 |
| 2018-06-20 | Remove hir::GenericParam::is_*_param | varkor | -2/+8 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -0/+1 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -0/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -9/+9 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |