| Age | Commit message (Expand) | Author | Lines |
| 2023-12-17 | use Vec for region constraints | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-12-10 | remove redundant imports | surechen | -3/+1 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -2/+2 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -1/+1 |
| 2023-10-03 | rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes | León Orell Valerian Liehr | -4/+3 |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -3/+3 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -7/+7 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -6/+4 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -3/+3 |
| 2023-06-07 | rustdoc: re-elide cross-crate default trait object lifetime bounds | León Orell Valerian Liehr | -1/+1 |
| 2023-05-04 | IAT: Rustdoc integration | León Orell Valerian Liehr | -1/+4 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -1/+1 |
| 2023-04-26 | Make some region folders a little stricter. | Nicholas Nethercote | -1/+3 |
| 2023-04-25 | Use `ty::TraitRef::new` in rustdoc | Maybe Waffle | -1/+1 |
| 2023-04-16 | Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead | bors | -1/+1 |
| 2023-04-16 | more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti... | Matthias Krüger | -1/+1 |
| 2023-04-16 | Remove `TypeSuper{Foldable,Visitable}` impls for `Region`. | Nicholas Nethercote | -6/+5 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -1/+1 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -1/+1 |
| 2023-01-15 | rustdoc: simplify some & ref erences | Matthias Krüger | -9/+7 |
| 2022-12-12 | Round 2: make clean_middle_ty take a binder | Oli Scherer | -1/+1 |
| 2022-12-12 | Round 1: add some binders (fails due to losing bound vars and then rebinding ... | Oli Scherer | -1/+1 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -3/+5 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -1/+1 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -1/+1 |
| 2022-11-04 | rustdoc: create helper `GenericParamDef::lifetime` | León Orell Valerian Liehr | -4/+1 |
| 2022-11-02 | rustdoc: use ThinVec for cleaned generics | Michael Howell | -5/+6 |
| 2022-10-30 | Make rustdoc Item::visibility computed on-demand | Guillaume Gomez | -1/+1 |
| 2022-10-27 | Update tooling | Maybe Waffle | -1/+1 |
| 2022-10-05 | rustdoc: render more cross-crate hrtbs properly | León Orell Valerian Liehr | -3/+10 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -1/+1 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -1/+1 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -2/+2 |
| 2022-08-16 | rustdoc: factor Type::QPath out into its own box | Michael Howell | -5/+7 |
| 2022-08-13 | avoid cloning and then iterating | KaDiWa | -2/+2 |
| 2022-08-09 | Auto merge of #100304 - matthiaskrgr:rollup-gs56vlw, r=matthiaskrgr | bors | -1/+1 |
| 2022-08-08 | Synthetize a trait ref when none is available. | Camille GILLOT | -6/+12 |
| 2022-08-07 | remove Clean trait implementation for ty::Predicate | Guillaume Gomez | -1/+1 |
| 2022-08-06 | Avoid ICE in rustdoc. | Camille GILLOT | -5/+7 |
| 2022-08-03 | Rollup merge of #98835 - aliemjay:relate_closure_substs, r=nikomatsakis | Matthias Krüger | -1/+4 |
| 2022-08-02 | fix rustdoc regression | Ali MJ Al-Nasrawy | -1/+4 |
| 2022-08-02 | Remove Clean trait implementation for ty::TraitRef | Guillaume Gomez | -1/+1 |
| 2022-07-29 | Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind | est31 | -2/+2 |
| 2022-07-23 | Remove Clean trait implementation for hir::Ty and middle::Ty | Guillaume Gomez | -1/+1 |
| 2022-07-11 | Remove box syntax for Box<ImplItem> construction | est31 | -2/+2 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -1/+1 |