| Age | Commit message (Expand) | Author | Lines |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -1/+0 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -1/+0 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 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 | -23/+23 |
| 2019-07-02 | introduce `QueryRegionConstraints` struct (no-op) | Niko Matsakis | -2/+3 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-19 | Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb | Mazdak Farrokhzad | -2/+1 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -4/+4 |
| 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 | -2/+1 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -20/+9 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -131/+131 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -47/+23 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -55/+55 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -11/+11 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -66/+66 |
| 2019-06-11 | rename `evaluate_obligation_recursively` | Niko Matsakis | -1/+1 |
| 2019-06-11 | rustc_traits: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+2 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -6/+6 |
| 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-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 | -32/+32 |
| 2019-04-27 | Rollup merge of #60292 - varkor:ty-tuple-substs, r=nikomatsakis | Mazdak Farrokhzad | -14/+20 |
| 2019-04-27 | Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister | bors | -20/+14 |
| 2019-04-26 | Update handling of Tuple | varkor | -14/+20 |
| 2019-04-25 | Update trait queries | John Kåre Alsaker | -20/+14 |
| 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-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 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 | 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 | -55/+34 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -8/+5 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -2/+2 |
| 2019-03-05 | Handle const generics elsewhere | varkor | -1/+12 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -6/+6 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -6/+6 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -14/+14 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -6/+6 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -7/+7 |