| Age | Commit message (Expand) | Author | Lines |
| 2019-11-18 | Retire BraceStructLiftImpl. | Camille GILLOT | -10/+2 |
| 2019-11-17 | Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc | bors | -7/+2 |
| 2019-11-13 | Use TypeFoldable derive macro in librustc_traits. | Camille GILLOT | -7/+2 |
| 2019-11-12 | Rename in librustc_traits. | Camille GILLOT | -6/+4 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+2 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -15/+6 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -1/+4 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -1/+4 |
| 2019-10-01 | Improve HRTB error span when -Zno-leak-check is used | Aaron Hill | -1/+1 |
| 2019-09-27 | Remove lift_to_global | Mark Rousskov | -1/+1 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -17/+17 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -8/+8 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -0/+5 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -8/+8 |
| 2019-07-02 | introduce `QueryRegionConstraints` struct (no-op) | Niko Matsakis | -2/+3 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -19/+8 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -88/+88 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -28/+16 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -19/+19 |
| 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 | -24/+24 |
| 2019-06-11 | rustc_traits: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -4/+4 |
| 2019-05-01 | Create ShallowResolver | varkor | -1/+1 |
| 2019-05-01 | Fix rebase from LazyConst removal | varkor | -9/+9 |
| 2019-05-01 | Implement TypeRelation::consts | varkor | -2/+43 |
| 2019-04-28 | Fix lint findings in librustc_traits | flip1995 | -25/+25 |
| 2019-04-27 | Rollup merge of #60292 - varkor:ty-tuple-substs, r=nikomatsakis | Mazdak Farrokhzad | -10/+15 |
| 2019-04-27 | Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister | bors | -4/+3 |
| 2019-04-26 | Update handling of Tuple | varkor | -10/+15 |
| 2019-04-25 | Update trait queries | John Kåre Alsaker | -4/+3 |
| 2019-04-24 | Add builtin impls for int and float inference vars in chalk | Tyler Mandry | -14/+19 |
| 2019-04-24 | chalkify: Add Copy/Clone builtins | Tyler Mandry | -21/+149 |
| 2019-03-20 | Add unsize impls for arrays | scalexm | -0/+88 |
| 2019-03-20 | Reorganize `chalk_context::program_clauses` | scalexm | -319/+343 |
| 2019-03-20 | Gather region constraints not coming from unification | scalexm | -28/+33 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -8/+5 |
| 2019-03-05 | Handle const generics elsewhere | varkor | -1/+12 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -4/+4 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -2/+2 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -6/+6 |
| 2019-02-07 | Transition librustc_traits to 2018 edition | Hirokazu Hata | -6/+6 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -5/+1 |
| 2019-01-04 | Revert "add coherence future-compat warnings for marker-only trait objects" | Ariel Ben-Yehuda | -5/+1 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -1/+1 |
| 2018-12-27 | Add `wf_clause_for_fn_def` | scalexm | -1/+21 |
| 2018-12-27 | Handle sub-typing in chalk-engine | scalexm | -5/+27 |
| 2018-12-27 | Integrate chalk engine | scalexm | -31/+132 |
| 2018-12-27 | Fix `Sized` requirement for empty tuples in `program_clauses` | scalexm | -1/+4 |