about summary refs log tree commit diff
path: root/src/librustdoc/clean/auto_trait.rs
AgeCommit message (Expand)AuthorLines
2023-12-17use Vec for region constraintsAli MJ Al-Nasrawy-1/+1
2023-12-10remove redundant importssurechen-3/+1
2023-11-14finish `RegionKind` renamelcnr-2/+2
2023-11-13rename `ReLateBound` to `ReBound`lcnr-1/+1
2023-10-03rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimesLeón Orell Valerian Liehr-4/+3
2023-08-16Use more named format argsGuillaume Gomez-3/+3
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-7/+7
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-6/+4
2023-06-19s/Clause/ClauseKindMichael Goulet-3/+3
2023-06-07rustdoc: re-elide cross-crate default trait object lifetime boundsLeón Orell Valerian Liehr-1/+1
2023-05-04IAT: Rustdoc integrationLeón Orell Valerian Liehr-1/+4
2023-05-04Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnrbors-1/+1
2023-04-26Make some region folders a little stricter.Nicholas Nethercote-1/+3
2023-04-25Use `ty::TraitRef::new` in rustdocMaybe Waffle-1/+1
2023-04-16Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-deadbors-1/+1
2023-04-16more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti...Matthias Krüger-1/+1
2023-04-16Remove `TypeSuper{Foldable,Visitable}` impls for `Region`.Nicholas Nethercote-6/+5
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-1/+1
2023-02-13Rename folder traits' `tcx` method to `interner`Alan Egerton-1/+1
2023-02-13Make folding traits generic over the InternerAlan Egerton-1/+1
2023-01-15rustdoc: simplify some & ref erencesMatthias Krüger-9/+7
2022-12-12Round 2: make clean_middle_ty take a binderOli Scherer-1/+1
2022-12-12Round 1: add some binders (fails due to losing bound vars and then rebinding ...Oli Scherer-1/+1
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-3/+5
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-1/+1
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-1/+1
2022-11-21Assert that various types have the right amount of generic args and fix the s...Oli Scherer-1/+1
2022-11-04rustdoc: create helper `GenericParamDef::lifetime`León Orell Valerian Liehr-4/+1
2022-11-02rustdoc: use ThinVec for cleaned genericsMichael Howell-5/+6
2022-10-30Make rustdoc Item::visibility computed on-demandGuillaume Gomez-1/+1
2022-10-27Update toolingMaybe Waffle-1/+1
2022-10-05rustdoc: render more cross-crate hrtbs properlyLeón Orell Valerian Liehr-3/+10
2022-09-01Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorinobors-1/+1
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-1/+1
2022-08-28Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillotbors-2/+2
2022-08-16rustdoc: factor Type::QPath out into its own boxMichael Howell-5/+7
2022-08-13avoid cloning and then iteratingKaDiWa-2/+2
2022-08-09Auto merge of #100304 - matthiaskrgr:rollup-gs56vlw, r=matthiaskrgrbors-1/+1
2022-08-08Synthetize a trait ref when none is available.Camille GILLOT-6/+12
2022-08-07remove Clean trait implementation for ty::PredicateGuillaume Gomez-1/+1
2022-08-06Avoid ICE in rustdoc.Camille GILLOT-5/+7
2022-08-03Rollup merge of #98835 - aliemjay:relate_closure_substs, r=nikomatsakisMatthias Krüger-1/+4
2022-08-02fix rustdoc regressionAli MJ Al-Nasrawy-1/+4
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-1/+1
2022-07-11Remove box syntax for Box<ImplItem> constructionest31-2/+2
2022-06-08Folding revamp.Nicholas Nethercote-1/+1