about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2024-10-07Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,...bors-25/+25
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-25/+25
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-8/+8
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-10/+2
2024-10-04Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercoteGuillaume Gomez-22/+44
2024-10-04Adjust rustdoc for literal boolean supportUrgau-22/+44
2024-10-02Remove redundant in_trait from hir::TyKind::OpaqueDefMichael Goulet-1/+1
2024-09-30rustdoc: rewrite stability inheritance as a passLukas Markeffsky-41/+17
2024-09-30add `stable_since` convenienceLukas Markeffsky-4/+1
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-1/+1
2024-09-25de-rc external traitsLukas Markeffsky-7/+4
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-09-24Rollup merge of #130798 - lukas-code:doc-stab, r=notriddleTrevor Gross-1/+39
2024-09-24rustdoc: inherit parent's stability where applicableLukas Markeffsky-1/+39
2024-09-24Fix toolsMichael Goulet-4/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-91/+83
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-98/+110
2024-09-07rustdoc: use `LocalDefId` for inline stmtMichael Howell-20/+22
2024-09-05Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdocMatthias Krüger-6/+0
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-0/+6
2024-08-31Rollup merge of #129725 - compiler-errors:predicates-of, r=fmeaseMatthias Krüger-12/+2
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+6
2024-08-29Fix clippy lintsGuillaume Gomez-72/+60
2024-08-29Stop using ty::GenericPredicates for non-predicates_of queriesMichael Goulet-12/+2
2024-08-22Use a LocalDefId in ResolvedArg.Camille GILLOT-1/+1
2024-08-20Add Top TOC support to rustdocMichael Howell-6/+0
2024-08-20Remove unneeded conversion to `DefId` for `ExtraInfo`Guillaume Gomez-1/+6
2024-08-16Simplify cleaning foreign fns in rustdocMichael Goulet-10/+4
2024-08-14Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errorsbors-1/+1
2024-08-10Stop showing impl items for negative implsGuillaume Gomez-0/+4
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-1/+1
2024-08-04rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`)Noah Lev-22/+3
2024-08-04rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`Noah Lev-21/+19
2024-08-04rustdoc: Rename `SelfTy` to `ReceiverTy`Noah Lev-5/+5
2024-08-04Rollup merge of #128578 - camelid:cache-index-cleanup, r=notriddleMatthias Krüger-12/+8
2024-08-02rustdoc: Simplify some search index codeNoah Lev-12/+8
2024-08-01rustdoc: Remove OpaqueTyAlona Enraght-Moony-14/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-68/+49
2024-07-27rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`Michael Howell-54/+54
2024-07-25Support ?Trait bounds in supertraits and dyn Trait under a feature gateBryanskiy-1/+1
2024-07-20Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm...bors-17/+17
2024-07-17Remove some unintended changes to importsNoah Lev-3/+5
2024-07-17Add cross-crate precise capturing support to rustdocMichael Goulet-17/+17
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-3/+13
2024-07-16Use `ConstArg` for const param defaultsNoah Lev-2/+3
2024-07-16Use `ConstArg` for array lengthsNoah Lev-4/+14
2024-07-16Use `ConstArg` for assoc item constraintsNoah Lev-1/+1
2024-07-16hir: Create `hir::ConstArgKind` enumNoah Lev-3/+5
2024-07-14Fix trivial gen ident usage in toolsMichael Goulet-2/+2
2024-07-12Add rustdoc support for use<> in (local) RPITsMichael Goulet-3/+6