| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-05-24 | fix simple clippy lints | klensy | -4/+4 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -4/+4 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -1/+1 |
| 2022-03-03 | make generic projection types print correctly | Michael Goulet | -3/+3 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -1/+1 |
| 2022-01-17 | Update term for use in more places | kadmin | -3/+5 |
| 2021-12-12 | don't alloc Path and mutate it inplace | klensy | -1/+1 |
| 2021-12-03 | Remove a Clean impl for a tuple (3) | Noah Lev | -7/+12 |
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -4/+4 |
| 2021-11-26 | Unwrap the results of type folders | LeSeulArtichaut | -1/+1 |
| 2021-11-26 | Adapt `TypeFolder` implementors to return a `Result` | LeSeulArtichaut | -3/+3 |
| 2021-11-07 | rustdoc: Use `ty::ImplPolarity` instead of custom enum | Noah Lev | -2/+2 |
| 2021-11-07 | Use an enum to record polarity in `clean::Impl` | Noah Lev | -4/+4 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -2/+1 |
| 2021-11-06 | rustdoc: Remove redundant `Impl.span` field | Noah Lev | -1/+0 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -12/+12 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-03 | Rename `strip_path` to `strip_path_generics` | Noah Lev | -1/+1 |
| 2021-10-02 | Replace all uses of `path.res.def_id()` with `path.def_id()` | Noah Lev | -1/+1 |
| 2021-10-02 | Turn some comments into docs | Noah Lev | -57/+57 |
| 2021-09-30 | Remove unnecessary `Box` in `Type::QPath` | Noah Lev | -3/+3 |
| 2021-09-30 | Avoid unnecessary matches by changing `Clean` impl | Noah Lev | -1/+1 |
| 2021-09-30 | Use `Path` instead of `Type` in `PolyTrait` | Noah Lev | -122/+86 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -1/+1 |
| 2021-09-25 | Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514 | Manish Goregaokar | -12/+3 |