about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2022-09-10Rustdoc-Json: Correcty handle intra-doc-links to items without HTML pageNixon Enraght-Moony-2/+5
2022-09-09rustdoc: when removing duplicate names, ignore `#[doc(hidden)]` itemsMichael Howell-3/+10
2022-09-09rustdoc: avoid cleaning modules with duplicate namesMichael Howell-3/+5
2022-09-09Handle generic parameters.Camille GILLOT-11/+1
2022-09-09Rustdoc supportMichael Goulet-0/+10
2022-09-09RPITIT placeholder itemsMichael Goulet-2/+2
2022-09-08Remove ReEmptyJack Huey-9/+0
2022-09-08Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorinobors-3/+3
2022-09-08Rollup merge of #101498 - petrochenkov:visparam, r=cjgillotDylan DPC-3/+3
2022-09-08Arena-allocate `hir::Lifetime`.Nicholas Nethercote-3/+3
2022-09-07Use niche-filling optimization even when multiple variants have data.Michael Benfield-1/+2
2022-09-07Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnrbors-3/+3
2022-09-07rustc: Parameterize `ty::Visibility` over used IDVadim Petrochenkov-3/+3
2022-09-05Pack `Term` in the same way as `GenericArg`.Nicholas Nethercote-3/+3
2022-09-04rustdoc: Compute enum discriminant on demandNixon Enraght-Moony-16/+18
2022-09-03Rustdoc-Json: Add enum discriminantNixon Enraght-Moony-15/+56
2022-09-01Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorinobors-28/+26
2022-08-30rustdoc: Resugar async fn return type in `clean`, not `html`Nixon Enraght-Moony-1/+4
2022-08-29Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errorsDylan DPC-1/+1
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-28/+26
2022-08-29Rollup merge of #101116 - GuillaumeGomez:rm-attrs-ty-alias, r=notriddleMatthias Krüger-8/+6
2022-08-28Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillotbors-2/+2
2022-08-28Remove Attrs type aliasGuillaume Gomez-8/+6
2022-08-27rustc_middle: Remove `Visibility::Invisible`Vadim Petrochenkov-5/+0
2022-08-25Fix missing cfg propagation for reexportsGuillaume Gomez-2/+27
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-2/+2
2022-08-21Auto merge of #100645 - notriddle:notriddle/rustdoc-diet-plan, r=GuillaumeGomezbors-40/+42
2022-08-17Remove `AttributesExt::other_attrs`.Nicholas Nethercote-6/+0
2022-08-16rustdoc: box ItemKind::TraitMichael Howell-5/+5
2022-08-16rustdoc: factor Type::QPath out into its own boxMichael Howell-35/+37
2022-08-14Remove the Clean traitGuillaume Gomez-4/+0
2022-08-14remove Clean trait implementation for hir::VariantGuillaume Gomez-9/+7
2022-08-13Rollup merge of #100299 - compiler-errors:issue-100283, r=notriddleMichael Goulet-16/+7
2022-08-13make clean::Item::span return option instead of dummy spanMichael Goulet-16/+7
2022-08-13avoid cloning and then iteratingKaDiWa-2/+2
2022-08-12remove Clean trait implementation for hir::BareFnTyGuillaume Gomez-17/+18
2022-08-12remove Clean trait implementation for hir::PathSegmentGuillaume Gomez-8/+15
2022-08-11Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqdDylan DPC-9/+10
2022-08-10remove Clean trait implementation for hir::GenericArgsGuillaume Gomez-30/+38
2022-08-10remove Clean trait implementation for ty::AssocItemGuillaume Gomez-172/+175
2022-08-10Avoid repeating qualifiers on `static_assert_size` calls.Nicholas Nethercote-9/+10
2022-08-10Rollup merge of #100319 - GuillaumeGomez:rm-clean-impls-2, r=Dylan-DPCMatthias Krüger-105/+108
2022-08-09remove Clean trait implementation for ast::ModuleGuillaume Gomez-69/+62
2022-08-09Auto merge of #100304 - matthiaskrgr:rollup-gs56vlw, r=matthiaskrgrbors-58/+64
2022-08-09Rollup merge of #100212 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPCMatthias Krüger-58/+64
2022-08-09Auto merge of #100205 - cjgillot:noice-doc, r=camelidbors-10/+18
2022-08-08Synthetize a trait ref when none is available.Camille GILLOT-6/+12
2022-08-08remove Clean trait implementation for hir::GenericsGuillaume Gomez-68/+67
2022-08-08remove Clean trait implementation for hir::ImplItemGuillaume Gomez-39/+43
2022-08-07remove Clean trait implementation for ty::PredicateGuillaume Gomez-22/+23