summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-13/+13
2022-10-29Auto merge of #102233 - petrochenkov:effvis, r=jackh726bors-1/+1
2022-10-27Rollup merge of #103408 - compiler-errors:rpitit-rustdoc, r=GuillaumeGomezMatthias Krüger-53/+69
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-1/+1
2022-10-23Rollup merge of #103254 - fmease:fix-24183, r=GuillaumeGomezMichael Howell-18/+23
2022-10-22Clean middle RPITITs correctly in rustdocMichael Goulet-53/+69
2022-10-19rustdoc: render bounds of cross-crate GAT paramsLeón Orell Valerian Liehr-14/+30
2022-10-19rustdoc: Do not filter out `Self: Sized` boundsLeón Orell Valerian Liehr-18/+23
2022-10-14Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8KiDylan DPC-1/+1
2022-10-14more dupe word typosRageking8-1/+1
2022-10-13rustdoc: don't ICE on `TyKind::Typeof`Maybe Waffle-2/+1
2022-10-10Rollup merge of #102834 - compiler-errors:unnecessary-lift, r=jyn514Yuki Okushi-13/+5
2022-10-10Rollup merge of #102831 - compiler-errors:rustdoc-norm-oops, r=jyn514Yuki Okushi-5/+4
2022-10-10Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8KiYuki Okushi-1/+1
2022-10-09Remove unnecessary lift calls from rustdocMichael Goulet-14/+5
2022-10-09Don't use unnormalized type in Ty::fn_sigMichael Goulet-5/+4
2022-10-09ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet-1/+1
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-6/+5
2022-10-05rustdoc: render more cross-crate hrtbs properlyLeón Orell Valerian Liehr-17/+45
2022-10-03Rollup merge of #102439 - fmease:rustdoc-simplify-cross-crate-trait-bounds, r...Matthias Krüger-0/+9
2022-10-03rustdoc: re-sugar more cross-crate trait boundsLeón Orell Valerian Liehr-0/+9
2022-09-27rustc_typeck to rustc_hir_analysislcnr-2/+2
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-4/+4
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-1/+1
2022-09-12Plumb dyn trait representation through ty::DynamicEric Holk-1/+1
2022-09-10Auto merge of #98559 - jackh726:remove-reempty, r=oli-obkbors-9/+0
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-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-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-14/+4
2022-09-03Rustdoc-Json: Add enum discriminantNixon Enraght-Moony-3/+20
2022-09-01Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorinobors-18/+15
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-18/+15
2022-08-27rustc_middle: Remove `Visibility::Invisible`Vadim Petrochenkov-5/+0
2022-08-16rustdoc: box ItemKind::TraitMichael Howell-2/+2
2022-08-16rustdoc: factor Type::QPath out into its own boxMichael Howell-17/+14
2022-08-14Remove the Clean traitGuillaume Gomez-4/+0
2022-08-14remove Clean trait implementation for hir::VariantGuillaume Gomez-9/+7
2022-08-12remove Clean trait implementation for hir::BareFnTyGuillaume Gomez-17/+18
2022-08-12remove Clean trait implementation for hir::PathSegmentGuillaume Gomez-8/+15