| Age | Commit message (Expand) | Author | Lines |
| 2020-02-16 | Move librustc/{traits,infer} to librustc_infer. | Camille GILLOT | -837/+0 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -2/+1 |
| 2020-02-10 | Reduce the number of `RefCell`s in `InferCtxt`. | Nicholas Nethercote | -3/+13 |
| 2020-02-05 | Move rustc::traits datatypes to module traits::types. | Camille GILLOT | -0/+1 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -1/+1 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -3/+6 |
| 2019-12-22 | Format the world | Mark Rousskov | -104/+81 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -3/+3 |
| 2019-11-21 | Applied suggestions from code review. | Alexander Regueiro | -63/+64 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -64/+65 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -1/+1 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -2/+2 |
| 2019-09-24 | resolve the rustc_reservation_impl attribute in 1 place | Ariel Ben-Yehuda | -1/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -30/+24 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -3/+3 |
| 2019-05-13 | Always try to project predicates when finding auto traits in rustdoc | Aaron Hill | -17/+68 |
| 2019-05-01 | Auto merge of #60137 - eddyb:rustdoc-rm-def-ctor-hax, r=petrochenkov | bors | -62/+26 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -1/+1 |
| 2019-04-30 | Rollup merge of #60344 - Aaron1011:fix/tower-hyper, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-04-30 | rustdoc: refactor(?) synthetic impl building. | Eduard-Mihai Burtescu | -56/+23 |
| 2019-04-30 | rustdoc: remove def_ctor hack. | Eduard-Mihai Burtescu | -12/+9 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -4/+4 |
| 2019-04-27 | Don't try to render auto-trait bounds with any inference variables | Aaron Hill | -1/+1 |
| 2019-04-25 | Update existing usages | varkor | -1/+1 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -1/+1 |
| 2019-02-21 | introduce a dummy leak check and invoke it in all the right places | Niko Matsakis | -1/+7 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -3/+3 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -4/+4 |
| 2019-01-02 | universe transition | Niko Matsakis | -7/+1 |
| 2018-12-27 | Add a def-id in `ty::ParamEnv` | scalexm | -1/+6 |
| 2018-12-27 | Auto merge of #56838 - Aaron1011:fix/rustdoc-infer-unify, r=nikomatsakis | bors | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-14 | Call poly_project_and_unify_type on types that contain inference types | Aaron Hill | -2/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -5/+5 |
| 2018-11-28 | Filter out self-referential projection predicates | Aaron Hill | -1/+26 |
| 2018-11-28 | Check all substitution parameters for inference variables | Aaron Hill | -3/+8 |
| 2018-11-28 | Ensure that Rusdoc discovers all necessary auto trait bounds | Aaron Hill | -17/+51 |
| 2018-11-13 | Auto merge of #55356 - Aaron1011:fix/rustdoc-negative-auto, r=nikomatsakis | bors | -1/+16 |
| 2018-11-08 | Fix typo in comment | varkor | -1/+1 |
| 2018-11-07 | Rollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime, r=pnkfelix | kennytm | -9/+33 |
| 2018-11-03 | Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars` | scalexm | -2/+2 |
| 2018-10-28 | Choose predicates without inference variables over those with them | Aaron Hill | -9/+33 |
| 2018-10-25 | Fix tidy error | Aaron Hill | -1/+3 |
| 2018-10-25 | Check for negative impls when finding auto traits | Aaron Hill | -1/+14 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -2/+2 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -4/+4 |