summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2022-08-08rustdoc: do not mark the contents of a skipped module as inlinedMichael Howell-16/+11
2022-08-04remove Clean trait implementation for hir::TraitRefGuillaume Gomez-8/+6
2022-08-04remove Clean trait implementation for hir::FnRetTyGuillaume Gomez-10/+5
2022-08-03Rollup merge of #100104 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPCMatthias Krüger-38/+30
2022-08-03remove Clean trait implementation for hir::IsAutoGuillaume Gomez-9/+0
2022-08-03remove Clean trait implementation for ty::RegionGuillaume Gomez-29/+30
2022-08-03Rollup merge of #99738 - notriddle:notriddle/multiple-modules-w-same-name, r=...Dylan DPC-7/+12
2022-08-02rustdoc: avoid inlining foreigns with duplicate namesMichael Howell-5/+7
2022-08-02Rollup merge of #100057 - GuillaumeGomez:rm-more-clean-impl, r=Dylan-DPCMatthias Krüger-28/+22
2022-08-02Rollup merge of #100005 - GuillaumeGomez:cleanup-ast-attr-clean, r=notriddleMatthias Krüger-7/+1
2022-08-02Remove Clean trait implementation for ast::Attribute and cleanup Attributes::...Guillaume Gomez-7/+1
2022-08-02Remove Clean trait implementation for hir::LifetimeGuillaume Gomez-20/+20
2022-08-02Remove Clean trait implementation for ty::TraitRefGuillaume Gomez-8/+2
2022-08-01Remove DefId from AssocItemContainer.Camille GILLOT-11/+11
2022-08-01Store associated item defaultness in impl_defaultness.Camille GILLOT-5/+5
2022-07-31Remove Clean trait implementation for hir::TypeBindingKindGuillaume Gomez-8/+2
2022-07-31Remove Clean trait implementation for hir::TypeBindingGuillaume Gomez-7/+9
2022-07-31Remove Clean trait implementation for hir::PathGuillaume Gomez-8/+6
2022-07-30Remove Clean trait implementation for hir::VariantDataGuillaume Gomez-19/+13
2022-07-30Remove Clean trait implementation for ty::VariantDefGuillaume Gomez-17/+15
2022-07-29Box FunctionItem, TyMethodItem, MethodItem, ForeignFunctionItemest31-6/+6
2022-07-29Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKindest31-11/+11
2022-07-29Remove box syntax from Box<rustdoc::clean::types::ItemKind> constructionest31-1/+1
2022-07-29Rollup merge of #99850 - GuillaumeGomez:clean-more-items, r=notriddleYuki Okushi-27/+22
2022-07-28Remove Clean trait implementation for VariantData fieldsGuillaume Gomez-7/+3
2022-07-28Remove Clean trait implementation for VariantStructGuillaume Gomez-7/+8
2022-07-28Remove Clean trait implementation for ty::VisibilityGuillaume Gomez-13/+11
2022-07-27rustdoc: remove Clean trait impl for ty::GenericParamDefMichael Howell-42/+39
2022-07-27rustdoc: remove Clean trait impl for hir::TermMichael Howell-9/+7
2022-07-27rustdoc: remove Clean trait impl for ty::TermMichael Howell-9/+9
2022-07-26rustdoc: remove Clean trait impl for ty::PolyTraitPredicateMichael Howell-16/+19
2022-07-26rustdoc: remove Clean trait impls for ty::OutlivesPredicateMichael Howell-29/+27
2022-07-26rustdoc: remove Clean trait impl for ProjectionPredicateMichael Howell-8/+9
2022-07-26rustdoc: remove Clean trait impl for ProjectionTyMichael Howell-9/+10
2022-07-26Rollup merge of #99235 - WaffleLapkin:rustdoc_implement_support_for_must_impl...Matthias Krüger-0/+1
2022-07-25rustdoc: avoid inlining modules with duplicate namesMichael Howell-2/+5
2022-07-24Remove Clean trait implementation for ConstantGuillaume Gomez-22/+23
2022-07-24Remove Clean trait implementation for FieldDefGuillaume Gomez-23/+24
2022-07-24Add support for `#[rustc_must_implement_one_of]` to rustdocMaybe Waffle-0/+1
2022-07-23Remove Clean trait implementation for hir::Ty and middle::TyGuillaume Gomez-122/+138
2022-07-22Make some clean::Trait fields computation on demandGuillaume Gomez-3/+2
2022-07-19Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau...bors-2/+2
2022-07-18Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name...Dylan DPC-5/+37
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-2/+2
2022-07-16rustdoc: avoid inlining items with duplicate `(type, name)`Michael Howell-5/+37
2022-07-16Fix rustdoc JSON inlineGuillaume Gomez-2/+3
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-07-13Auto merge of #99066 - est31:remove_box_librustdoc, r=jshabors-15/+15
2022-07-11Remove box syntax from Box<BareFunctionDecl> constructionest31-3/+3
2022-07-11Remove box syntax for Box<rustdoc::clean::types::Type> constructionest31-11/+11