| Age | Commit message (Expand) | Author | Lines |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -2/+2 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -3/+3 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2020-04-06 | ty: remove unnecessary `Predicate::walk_tys` and `collect_regions`. | Eduard-Mihai Burtescu | -19/+22 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -0/+1 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -5/+2 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-02-16 | Other crates. | Camille GILLOT | -1/+1 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -3/+3 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -1/+1 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-01-13 | Remove unneeded scope | Yuki Okushi | -32/+26 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -209/+161 |
| 2019-12-09 | Move RegionTarget and RegionDeps where they into clean/auto_trait | Guillaume Gomez | -1/+15 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -2/+2 |
| 2019-09-13 | Unwrap Visibility fields | Mark Rousskov | -1/+1 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -4/+4 |
| 2019-06-20 | rustdoc: generate implementors for all auto traits | Simonas Kazlauskas | -3/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-11 | rustdoc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-05 | Addressed points raised in review. | Niko Matsakis | -1/+3 |
| 2019-05-23 | Update GenericPredicates queries | John Kåre Alsaker | -2/+4 |
| 2019-04-30 | rustdoc: refactor(?) synthetic impl building. | Eduard-Mihai Burtescu | -116/+68 |
| 2019-04-30 | rustdoc: remove def_ctor hack. | Eduard-Mihai Burtescu | -82/+52 |
| 2019-04-28 | Fix lint findings in librustdoc | flip1995 | -3/+3 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -1/+1 |
| 2019-03-31 | Fix invalid bounds string generation in rustdoc | Guillaume Gomez | -1/+1 |
| 2019-03-18 | Refactor `GenericArgs` to include const generics | varkor | -1/+7 |
| 2019-03-18 | Rename typarams to param_names | varkor | -4/+4 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -4/+4 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -4/+4 |
| 2019-03-01 | hir: remove NodeId from TraitRef | ljedrz | -1/+0 |
| 2019-02-23 | Fix tidy check errors | Hirokazu Hata | -1/+4 |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -4/+4 |
| 2019-02-15 | Add Const kind to rustdoc | varkor | -0/+1 |
| 2019-01-22 | Don't try to clean predicates involving ReErased | Aaron Hill | -0/+4 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-10 | Remove lifetime from Resolver | John Kåre Alsaker | -4/+4 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -7/+7 |
| 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 | -1/+1 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |