| Age | Commit message (Expand) | Author | Lines |
| 2022-08-28 | Remove Attrs type alias | Guillaume Gomez | -8/+6 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -5/+0 |
| 2022-08-25 | Fix missing cfg propagation for reexports | Guillaume Gomez | -2/+27 |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -2/+2 |
| 2022-08-21 | Auto merge of #100645 - notriddle:notriddle/rustdoc-diet-plan, r=GuillaumeGomez | bors | -40/+42 |
| 2022-08-17 | Remove `AttributesExt::other_attrs`. | Nicholas Nethercote | -6/+0 |
| 2022-08-16 | rustdoc: box ItemKind::Trait | Michael Howell | -5/+5 |
| 2022-08-16 | rustdoc: factor Type::QPath out into its own box | Michael Howell | -35/+37 |
| 2022-08-14 | Remove the Clean trait | Guillaume Gomez | -4/+0 |
| 2022-08-14 | remove Clean trait implementation for hir::Variant | Guillaume Gomez | -9/+7 |
| 2022-08-13 | Rollup merge of #100299 - compiler-errors:issue-100283, r=notriddle | Michael Goulet | -16/+7 |
| 2022-08-13 | make clean::Item::span return option instead of dummy span | Michael Goulet | -16/+7 |
| 2022-08-13 | avoid cloning and then iterating | KaDiWa | -2/+2 |
| 2022-08-12 | remove Clean trait implementation for hir::BareFnTy | Guillaume Gomez | -17/+18 |
| 2022-08-12 | remove Clean trait implementation for hir::PathSegment | Guillaume Gomez | -8/+15 |
| 2022-08-11 | Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqd | Dylan DPC | -9/+10 |
| 2022-08-10 | remove Clean trait implementation for hir::GenericArgs | Guillaume Gomez | -30/+38 |
| 2022-08-10 | remove Clean trait implementation for ty::AssocItem | Guillaume Gomez | -172/+175 |
| 2022-08-10 | Avoid repeating qualifiers on `static_assert_size` calls. | Nicholas Nethercote | -9/+10 |
| 2022-08-10 | Rollup merge of #100319 - GuillaumeGomez:rm-clean-impls-2, r=Dylan-DPC | Matthias Krüger | -105/+108 |
| 2022-08-09 | remove Clean trait implementation for ast::Module | Guillaume Gomez | -69/+62 |
| 2022-08-09 | Auto merge of #100304 - matthiaskrgr:rollup-gs56vlw, r=matthiaskrgr | bors | -58/+64 |
| 2022-08-09 | Rollup merge of #100212 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Matthias Krüger | -58/+64 |
| 2022-08-09 | Auto merge of #100205 - cjgillot:noice-doc, r=camelid | bors | -10/+18 |
| 2022-08-08 | Synthetize a trait ref when none is available. | Camille GILLOT | -6/+12 |
| 2022-08-08 | remove Clean trait implementation for hir::Generics | Guillaume Gomez | -68/+67 |
| 2022-08-08 | remove Clean trait implementation for hir::ImplItem | Guillaume Gomez | -39/+43 |
| 2022-08-07 | remove Clean trait implementation for ty::Predicate | Guillaume Gomez | -22/+23 |
| 2022-08-07 | remove Clean trait implementation for hir::WherePredicate | Guillaume Gomez | -36/+41 |
| 2022-08-06 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -21/+43 |
| 2022-08-06 | Avoid ICE in rustdoc. | Camille GILLOT | -5/+7 |
| 2022-08-06 | Rollup merge of #100193 - GuillaumeGomez:rm-clean-impls, r=notriddle | Matthias Krüger | -48/+42 |
| 2022-08-06 | remove Clean trait implementation for hir::PolyTraitRef | Guillaume Gomez | -7/+1 |
| 2022-08-06 | remove Clean trait implementation for hir::GenericBound | Guillaume Gomez | -41/+41 |
| 2022-08-05 | Rollup merge of #100166 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Dylan DPC | -64/+65 |
| 2022-08-05 | remove Clean trait implementation for hir::TraitItem | Guillaume Gomez | -51/+51 |
| 2022-08-05 | remove Clean trait implementation for hir::PolyTraitRef | Guillaume Gomez | -13/+14 |
| 2022-08-04 | rustdoc: use `collect()` instead of repeatedly pushing to bounds | Michael Howell | -12/+12 |
| 2022-08-04 | rustdoc: use `collect()` instead of repeatedly pushing to bindings | Michael Howell | -5/+5 |
| 2022-08-04 | remove Clean trait implementation for hir::TraitRef | Guillaume Gomez | -8/+6 |
| 2022-08-04 | remove Clean trait implementation for hir::FnRetTy | Guillaume Gomez | -10/+5 |
| 2022-08-04 | Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgr | bors | -1/+4 |
| 2022-08-03 | Rollup merge of #100104 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Matthias Krüger | -42/+34 |
| 2022-08-03 | Rollup merge of #98835 - aliemjay:relate_closure_substs, r=nikomatsakis | Matthias Krüger | -1/+4 |
| 2022-08-03 | Remove index from Region::EarlyBound. | Camille GILLOT | -1/+1 |
| 2022-08-03 | remove Clean trait implementation for hir::IsAuto | Guillaume Gomez | -9/+0 |
| 2022-08-03 | remove Clean trait implementation for ty::Region | Guillaume Gomez | -33/+34 |
| 2022-08-03 | Rollup merge of #99738 - notriddle:notriddle/multiple-modules-w-same-name, r=... | Dylan DPC | -7/+12 |
| 2022-08-02 | rustdoc: avoid inlining foreigns with duplicate names | Michael Howell | -5/+7 |
| 2022-08-02 | Rollup merge of #100057 - GuillaumeGomez:rm-more-clean-impl, r=Dylan-DPC | Matthias Krüger | -34/+28 |