summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
2022-10-31rustdoc: add support for incoherent impls on structs and traitsMichael Howell-0/+15
2022-10-29Auto merge of #102233 - petrochenkov:effvis, r=jackh726bors-2/+2
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-2/+2
2022-10-25Don't merge inline doc comments for impl blocksGuillaume Gomez-8/+35
2022-10-09ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet-1/+1
2022-09-27rustdoc: remove `clean::TraitWithExtraInfo`Michael Howell-4/+0
2022-09-01Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorinobors-2/+3
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-2/+3
2022-08-28Remove Attrs type aliasGuillaume Gomez-8/+6
2022-08-25Fix missing cfg propagation for reexportsGuillaume Gomez-1/+1
2022-08-16rustdoc: box ItemKind::TraitMichael Howell-1/+1
2022-08-16rustdoc: factor Type::QPath out into its own boxMichael Howell-1/+1
2022-08-10remove Clean trait implementation for ty::AssocItemGuillaume Gomez-5/+6
2022-08-10Rollup merge of #100319 - GuillaumeGomez:rm-clean-impls-2, r=Dylan-DPCMatthias Krüger-4/+4
2022-08-08remove Clean trait implementation for hir::GenericsGuillaume Gomez-3/+3
2022-08-08remove Clean trait implementation for hir::ImplItemGuillaume Gomez-2/+2
2022-08-06rustdoc: do not mark the contents of a skipped module as inlinedMichael Howell-5/+32
2022-08-02Rollup merge of #100057 - GuillaumeGomez:rm-more-clean-impl, r=Dylan-DPCMatthias Krüger-4/+4
2022-08-02Rollup merge of #100005 - GuillaumeGomez:cleanup-ast-attr-clean, r=notriddleMatthias Krüger-3/+3
2022-08-02Remove Clean trait implementation for ast::Attribute and cleanup Attributes::...Guillaume Gomez-3/+3
2022-08-02Remove Clean trait implementation for ty::TraitRefGuillaume Gomez-4/+4
2022-08-01Remove visibility from AssocItem.Camille GILLOT-1/+1
2022-07-30Remove Clean trait implementation for ty::VariantDefGuillaume Gomez-3/+3
2022-07-29Box FunctionItem, TyMethodItem, MethodItem, ForeignFunctionItemest31-2/+2
2022-07-29Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKindest31-5/+5
2022-07-29Remove box syntax from Box<rustdoc::clean::types::ItemKind> constructionest31-2/+2
2022-07-28Remove Clean trait implementation for ty::VisibilityGuillaume Gomez-3/+4
2022-07-24Remove Clean trait implementation for FieldDefGuillaume Gomez-4/+4
2022-07-23Remove Clean trait implementation for hir::Ty and middle::TyGuillaume Gomez-7/+7
2022-07-22Make some clean::Trait fields computation on demandGuillaume Gomez-8/+1
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-2/+2
2022-07-11Remove box syntax for Box<Attributes> constructionest31-4/+10
2022-06-11Fix incorrectly spelled "variadic"Michael Howell-1/+1
2022-06-08rustdoc: show tuple impls as `impl Trait for (T, ...)`Michael Howell-1/+5
2022-05-24Rollup merge of #97288 - compiler-errors:tcxify-rustdoc, r=Dylan-DPCDylan DPC-1/+1
2022-05-23Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddlebors-3/+1
2022-05-23Auto merge of #97195 - notriddle:notriddle/cleanup, r=GuillaumeGomezbors-1/+1
2022-05-22Lifetime variance fixes for rustdocMichael Goulet-1/+1
2022-05-22Auto merge of #97177 - oli-obk:const-stability, r=davidtwcobors-2/+2
2022-05-21Shrink GenericArgs/PathSegment with boxed slicesMichael Howell-1/+1
2022-05-21Remove fields_stripped fields (and equivalents)Guillaume Gomez-3/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-9/+9
2022-05-19Add and use stability helper methodsJacob Pratt-2/+2
2022-05-10update rustdoclcnr-3/+3
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-1/+1
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-1/+1
2022-04-07Hide cross-crate doc-hidden assoc items in trait implsLeón Orell Valerian Liehr-4/+17
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-1/+1
2022-03-29Remove header field from clean::FunctionGuillaume Gomez-8/+1
2022-03-12Remove needless use of `Into`Noah Lev-2/+2