| Age | Commit message (Expand) | Author | Lines |
| 2022-08-08 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -16/+11 |
| 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-03 | Rollup merge of #100104 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Matthias Krüger | -38/+30 |
| 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 | -29/+30 |
| 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 | -28/+22 |
| 2022-08-02 | Rollup merge of #100005 - GuillaumeGomez:cleanup-ast-attr-clean, r=notriddle | Matthias Krüger | -7/+1 |
| 2022-08-02 | Remove Clean trait implementation for ast::Attribute and cleanup Attributes::... | Guillaume Gomez | -7/+1 |
| 2022-08-02 | Remove Clean trait implementation for hir::Lifetime | Guillaume Gomez | -20/+20 |
| 2022-08-02 | Remove Clean trait implementation for ty::TraitRef | Guillaume Gomez | -8/+2 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -11/+11 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -5/+5 |
| 2022-07-31 | Remove Clean trait implementation for hir::TypeBindingKind | Guillaume Gomez | -8/+2 |
| 2022-07-31 | Remove Clean trait implementation for hir::TypeBinding | Guillaume Gomez | -7/+9 |
| 2022-07-31 | Remove Clean trait implementation for hir::Path | Guillaume Gomez | -8/+6 |
| 2022-07-30 | Remove Clean trait implementation for hir::VariantData | Guillaume Gomez | -19/+13 |
| 2022-07-30 | Remove Clean trait implementation for ty::VariantDef | Guillaume Gomez | -17/+15 |
| 2022-07-29 | Box FunctionItem, TyMethodItem, MethodItem, ForeignFunctionItem | est31 | -6/+6 |
| 2022-07-29 | Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind | est31 | -11/+11 |
| 2022-07-29 | Remove box syntax from Box<rustdoc::clean::types::ItemKind> construction | est31 | -1/+1 |
| 2022-07-29 | Rollup merge of #99850 - GuillaumeGomez:clean-more-items, r=notriddle | Yuki Okushi | -27/+22 |
| 2022-07-28 | Remove Clean trait implementation for VariantData fields | Guillaume Gomez | -7/+3 |
| 2022-07-28 | Remove Clean trait implementation for VariantStruct | Guillaume Gomez | -7/+8 |
| 2022-07-28 | Remove Clean trait implementation for ty::Visibility | Guillaume Gomez | -13/+11 |
| 2022-07-27 | rustdoc: remove Clean trait impl for ty::GenericParamDef | Michael Howell | -42/+39 |
| 2022-07-27 | rustdoc: remove Clean trait impl for hir::Term | Michael Howell | -9/+7 |
| 2022-07-27 | rustdoc: remove Clean trait impl for ty::Term | Michael Howell | -9/+9 |
| 2022-07-26 | rustdoc: remove Clean trait impl for ty::PolyTraitPredicate | Michael Howell | -16/+19 |
| 2022-07-26 | rustdoc: remove Clean trait impls for ty::OutlivesPredicate | Michael Howell | -29/+27 |
| 2022-07-26 | rustdoc: remove Clean trait impl for ProjectionPredicate | Michael Howell | -8/+9 |
| 2022-07-26 | rustdoc: remove Clean trait impl for ProjectionTy | Michael Howell | -9/+10 |
| 2022-07-26 | Rollup merge of #99235 - WaffleLapkin:rustdoc_implement_support_for_must_impl... | Matthias Krüger | -0/+1 |
| 2022-07-25 | rustdoc: avoid inlining modules with duplicate names | Michael Howell | -2/+5 |
| 2022-07-24 | Remove Clean trait implementation for Constant | Guillaume Gomez | -22/+23 |
| 2022-07-24 | Remove Clean trait implementation for FieldDef | Guillaume Gomez | -23/+24 |
| 2022-07-24 | Add support for `#[rustc_must_implement_one_of]` to rustdoc | Maybe Waffle | -0/+1 |
| 2022-07-23 | Remove Clean trait implementation for hir::Ty and middle::Ty | Guillaume Gomez | -122/+138 |
| 2022-07-22 | Make some clean::Trait fields computation on demand | Guillaume Gomez | -3/+2 |
| 2022-07-19 | Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau... | bors | -2/+2 |
| 2022-07-18 | Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name... | Dylan DPC | -5/+37 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -2/+2 |
| 2022-07-16 | rustdoc: avoid inlining items with duplicate `(type, name)` | Michael Howell | -5/+37 |
| 2022-07-16 | Fix rustdoc JSON inline | Guillaume Gomez | -2/+3 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -1/+1 |
| 2022-07-13 | Auto merge of #99066 - est31:remove_box_librustdoc, r=jsha | bors | -15/+15 |
| 2022-07-11 | Remove box syntax from Box<BareFunctionDecl> construction | est31 | -3/+3 |
| 2022-07-11 | Remove box syntax for Box<rustdoc::clean::types::Type> construction | est31 | -11/+11 |