summary refs log tree commit diff
path: root/src/librustdoc/clean/blanket_impl.rs
AgeCommit message (Expand)AuthorLines
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
2022-05-13Add bound_impl_trait_refJack Huey-5/+5
2022-05-13Add bound_type_ofJack Huey-5/+5
2022-05-10Introduce EarlyBinderJack Huey-3/+3
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-1/+1
2022-01-28Remove now-unnecessary blanket impl HIR checkRune Tynan-22/+5
2022-01-21Remove FIXME and fix inconsistency of local blanket impls by using HIR for themRune Tynan-6/+22
2022-01-07rustdoc: Introduce a resolver cache for sharing data between early doc link r...Vadim Petrochenkov-100/+101
2021-12-28rustc_metadata: Encode list of all crate's traits into metadataVadim Petrochenkov-1/+1
2021-12-12Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"Deadbeef-2/+3
2021-12-03Remove a Clean impl for a tuple (3)Noah Lev-3/+3
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-3/+2
2021-11-29Fix toolsDeadbeef-2/+3
2021-11-07Remove Clean impl for `Vec<T>`Noah Lev-2/+2
2021-11-07rustdoc: Use `ty::ImplPolarity` instead of custom enumNoah Lev-1/+1
2021-11-07Use an enum to record polarity in `clean::Impl`Noah Lev-1/+1
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-2/+1
2021-11-06rustdoc: Remove redundant `Impl.span` fieldNoah Lev-1/+0
2021-10-10Fix spelling: Cannonical -> CanonicalJohn Kugelman-1/+1
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-1/+1
2021-10-05Issue 89275 fix and testTom Farmer-1/+2
2021-09-30Avoid unnecessary matches by changing `Clean` implNoah Lev-1/+1
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-3/+1
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-1/+3
2021-09-24Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakisJubilee-1/+5
2021-09-21Revert the rustdoc box syntax removalest31-3/+3
2021-09-15Fix rustdocjackh726-1/+5
2021-09-12downgrade some loggingJoshua Nelson-5/+8
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-3/+3
2021-08-05Use rustdoc Span in LinkFromSrc directlyGuillaume Gomez-1/+1
2021-07-13Rollup merge of #86887 - jyn514:cleanup-clean, r=CraftSpiderYuki Okushi-1/+1
2021-07-05rustdoc: Use `impl_id` and `for_` DefId's for Blanket item idJustus K-1/+1