| Age | Commit message (Expand) | Author | Lines |
| 2019-10-09 | Obligation must apply modulo regions | Esteban Küber | -1/+1 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -0/+1 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -5/+2 |
| 2019-09-27 | Remove shrink_to_tcx_lifetime | Mark Rousskov | -98/+9 |
| 2019-09-27 | Remove stray uses of gcx name | Mark Rousskov | -1/+1 |
| 2019-09-27 | Remove global_tcx from TyCtxt | Mark Rousskov | -6/+5 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -5/+5 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -2/+2 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -7/+8 |
| 2019-08-23 | Simplify eager normalization of constants | Oliver Scherer | -36/+2 |
| 2019-07-24 | Stabilize the type_name intrinsic in core::any | Steven Fackler | -2/+2 |
| 2019-07-02 | pass a `&mut QueryRegionConstraints` not just outlives constraints | Niko Matsakis | -6/+6 |
| 2019-07-02 | introduce `QueryRegionConstraints` struct | Niko Matsakis | -13/+13 |
| 2019-07-02 | rename `QueryRegionConstraint` to `QueryOutlivesConstraint` | Niko Matsakis | -7/+7 |
| 2019-06-26 | Don't use lift to detect local types | John Kåre Alsaker | -2/+3 |
| 2019-06-19 | Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb | Mazdak Farrokhzad | -5/+4 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-16 | Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelix | bors | -1/+1 |
| 2019-06-14 | Remove unnecessary lift calls | John Kåre Alsaker | -5/+4 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -3/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -123/+108 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -6/+1 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -28/+28 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -30/+30 |
| 2019-06-11 | rename `evaluate_obligation_recursively` | Niko Matsakis | -1/+1 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-03 | Don't canonicalize `'static` in normalize | Matthew Jasper | -1/+3 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -2/+2 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -2/+1 |
| 2019-04-26 | Update handling of Tuple | varkor | -1/+1 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -5/+6 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -2/+2 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -2/+2 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -6/+6 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -2/+2 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -2/+2 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -68/+68 |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -10/+5 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -6/+7 |
| 2019-01-02 | make evaluation track whether outlives relationships mattered | Niko Matsakis | -2/+17 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -6/+7 |
| 2018-12-30 | Stop well-formedness checking unreachable code. | David Wood | -61/+1 |
| 2018-12-30 | Always check well-formedness. | David Wood | -2/+62 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -160/+0 |
| 2018-12-23 | Rollup merge of #56984 - ljedrz:dropck_outlives_tweaks, r=oli-obk | kennytm | -8/+7 |
| 2018-12-19 | dropck: remove unnecessary call to cloned() | ljedrz | -1/+1 |
| 2018-12-19 | dropck: simplify common patterns | ljedrz | -7/+6 |
| 2018-12-15 | move overflow error reporting out of the query | Ariel Ben-Yehuda | -2/+5 |