| Age | Commit message (Expand) | Author | Lines |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -2/+2 |
| 2019-09-26 | Rename `ForeignItem.node` to `ForeignItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -2/+2 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -1/+1 |
| 2019-09-24 | remove outdated fixme | Niko Matsakis | -1/+0 |
| 2019-09-24 | resolve the rustc_reservation_impl attribute in 1 place | Ariel Ben-Yehuda | -2/+3 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+1 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -11/+11 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -16/+4 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -18/+18 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -7/+7 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -2/+3 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into TypeNs. | Eduard-Mihai Burtescu | -5/+20 |
| 2019-03-20 | Fix a bug in implied bounds | scalexm | -4/+5 |
| 2019-03-20 | Fix a bug in chalk lowering | scalexm | -1/+8 |
| 2019-03-20 | Gather region constraints not coming from unification | scalexm | -27/+1 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -2/+2 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -6/+6 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -6/+6 |
| 2019-02-07 | Transition librustc_traits to 2018 edition | Hirokazu Hata | -3/+3 |
| 2019-01-10 | integrate trait aliases into def-paths / metadata | Niko Matsakis | -1/+2 |
| 2018-12-27 | Fix `tcx.environment` for inherent impls | scalexm | -31/+48 |
| 2018-12-27 | Fix binding levels in implied bounds rules | scalexm | -15/+11 |
| 2018-12-27 | Add utilities for creating generic types | scalexm | -8/+5 |
| 2018-12-27 | Return an instantiated environment instead of a generic one | scalexm | -20/+13 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -20/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -6/+6 |
| 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 | -5/+5 |
| 2018-11-24 | Move `BoundTy` debruijn index to the `TyKind` enum variant | scalexm | -2/+3 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -0/+1 |
| 2018-11-15 | Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb | Pietro Albini | -5/+7 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -5/+7 |
| 2018-11-13 | Implement `ProjectionEq-Normalize` | csmoe | -1/+43 |
| 2018-11-13 | Use a dummy outlives requirement for `where Type:,` (see #53696) | scalexm | -6/+7 |
| 2018-11-13 | Provide program clauses for builtin types | scalexm | -3/+28 |
| 2018-11-13 | Adjust documentation | scalexm | -3/+4 |
| 2018-11-13 | Pretty print quantified goals and clauses | scalexm | -10/+3 |
| 2018-11-13 | Replace type params with bound vars in `rustc_traits::lowering` | scalexm | -60/+118 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -0/+1 |
| 2018-10-20 | Rollup merge of #55203 - scalexm:program-clauses, r=nikomatsakis | Manish Goregaokar | -4/+7 |
| 2018-10-19 | Write an initial version of the `program_clauses` callback | scalexm | -4/+7 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -2/+2 |