about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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-27Rollup merge of #99783 - notriddle:notriddle/clean-trait-removal, r=Guillaume...Yuki Okushi-58/+61
2022-07-27Rollup merge of #99775 - notriddle:notriddle/as-str, r=camelidYuki Okushi-2/+2
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-26rustdoc: do not allocate String when writing path full nameMichael Howell-2/+2
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-26/+27
2022-07-24Remove Clean trait implementation for FieldDefGuillaume Gomez-27/+28
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-136/+153
2022-07-22Auto merge of #99598 - GuillaumeGomez:clean-trait-fields-on-demand, r=notriddlebors-13/+13
2022-07-22Make some clean::Trait fields computation on demandGuillaume Gomez-13/+13
2022-07-21Remove unused field in ItemKind::KeywordItemGuillaume Gomez-5/+4
2022-07-19Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau...bors-8/+8
2022-07-19Improve the function pointer docsMichael Howell-1/+1
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-7/+7
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-25/+31
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
2022-07-11Remove box syntax for Box<ImplItem> constructionest31-5/+5
2022-07-11Remove box syntax for Box<Attributes> constructionest31-6/+12
2022-07-07Rollup merge of #98692 - camelid:more-fixmes, r=GuillaumeGomezDylan DPC-3/+2
2022-07-06Rollup merge of #98911 - notriddle:notriddle/rustdoc-string-impl, r=Guillaume...Guillaume Gomez-0/+1
2022-07-04rustdoc: filter '_ lifetimes from ty::GenericsMichael Howell-0/+1
2022-07-04Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomezMatthias Krüger-6/+87
2022-07-04rustdoc: censor certain complex unevaluated const exprsLeón Orell Valerian Liehr-6/+87
2022-06-30rustdoc: filter '_ lifetimes from ty::PolyTraitRefMichael Howell-1/+1
2022-06-29Remove FIXME that hasn't been an issue in practiceNoah Lev-1/+0
2022-06-29Replace weird handling of edge case with panicNoah Lev-2/+2
2022-06-29Auto merge of #98542 - jackh726:coinductive-wf, r=oli-obkbors-1/+1
2022-06-28Auto merge of #98475 - notriddle:notriddle/index-fn-signatures, r=GuillaumeGomezbors-4/+0
2022-06-28Fix glob import ICE in rustdoc JSON formatGuillaume Gomez-1/+5
2022-06-28Make empty bounds lower to WellFormed and make WellFormed coinductiveJack Huey-1/+1
2022-06-24rustdoc: reference function signature types from the `p` arrayMichael Howell-4/+0
2022-06-22Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkovbors-32/+35
2022-06-21Rustdoc fallout.Camille GILLOT-32/+35
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-1/+1
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-1/+1
2022-06-16Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomezbors-6/+19
2022-06-16Auto merge of #98108 - SpriteOvO:doc_auto_cfg-feature-rmv-fix, r=notriddle,Gu...bors-6/+10