about summary refs log tree commit diff
path: root/src/librustdoc/clean/blanket_impl.rs
AgeCommit message (Expand)AuthorLines
2025-07-02avoid suggesting traits from private dependenciesJeremy Smart-1/+1
2025-06-10rustdoc: Refractor `clean_ty_generics`Alona Enraght-Moony-5/+1
2025-03-26rustdoc: Rearrange `Item`/`ItemInner`.Nicholas Nethercote-4/+4
2024-10-29update toolslcnr-2/+2
2024-09-30rustdoc: rewrite stability inheritance as a passLukas Markeffsky-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-35/+37
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-0/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-08-29Fix clippy lintsGuillaume Gomez-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+0
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-2/+2
2024-05-18Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726bors-1/+1
2024-05-17Rename Unsafe to SafetySantiago Pastorino-1/+1
2024-05-16Remove trivial Binder::dummy callsMichael Goulet-1/+1
2024-05-16Fix toolsMichael Goulet-2/+2
2024-04-08rustdoc: slightly clean up the synthesis of blanket implsLeón Orell Valerian Liehr-120/+109
2024-04-04use `DefineOpaqueTypes::Yes` in rustdocOli Scherer-1/+1
2024-01-12Remove unused ErrorReporting variant from overflow handlingMichael Goulet-1/+0
2023-12-14rustdoc: avoid ParamEnv with infer varsAli MJ Al-Nasrawy-2/+1
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-2/+2
2023-07-22rustdoc: handle cross-crate RPITITs correctlyLeón Orell Valerian Liehr-1/+2
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-9/+9
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-3/+7
2023-06-07rustdoc: re-elide cross-crate default trait object lifetime boundsLeón Orell Valerian Liehr-1/+7
2023-06-05cleanup some skip_binder -> subst_identityKyle Matsuda-3/+3
2023-05-29EarlyBinder::new -> EarlyBinder::bindlcnr-1/+1
2023-05-28Make EarlyBinder's inner value private; and fix all of the resulting errorsKyle Matsuda-6/+6
2023-05-28Replace EarlyBinder(x) with EarlyBinder::new(x)Kyle Matsuda-1/+1
2023-04-19Fix missing blanket impl if the trait is not directly publicGuillaume Gomez-1/+1
2023-03-15always make `define_opaque_types` explicitlcnr-3/+2
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-1/+1
2022-12-12Round 2: make clean_middle_ty take a binderOli Scherer-2/+2
2022-12-12Round 1: add some binders (fails due to losing bound vars and then rebinding ...Oli Scherer-1/+1
2022-11-25get rid of to_poly_trait_predicateOli Scherer-6/+1
2022-11-16Convert predicates into Predicate in the Obligation constructorOli Scherer-0/+1
2022-10-30Make rustdoc Item::visibility computed on-demandGuillaume Gomez-1/+1
2022-10-29rustdoc: Split effective visibilities from rustc from similar data built by r...Vadim Petrochenkov-1/+1
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-1/+1
2022-10-19rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits`Vadim Petrochenkov-94/+102
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-58/+52
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-1/+0
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-1/+1
2022-08-10remove Clean trait implementation for ty::AssocItemGuillaume Gomez-1/+1
2022-08-02Remove Clean trait implementation for ty::TraitRefGuillaume Gomez-1/+1
2022-07-29Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKindest31-2/+2
2022-07-23Remove Clean trait implementation for hir::Ty and middle::TyGuillaume Gomez-2/+2
2022-07-11Remove box syntax for Box<ImplItem> constructionest31-3/+3
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-3/+3