summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2023-07-03remove TypeWellFormedFromEnvMichael Goulet-2/+1
2023-06-27Auto merge of #113083 - matthiaskrgr:rollup-anbqpij, r=matthiaskrgrbors-1/+1
2023-06-27Rollup merge of #113058 - GuillaumeGomez:improve-code-comments, r=notriddleMatthias Krüger-1/+1
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-30/+14
2023-06-26Add/improve code commentsGuillaume Gomez-1/+1
2023-06-26Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomezTakayuki Maeda-43/+45
2023-06-25rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-posLeón Orell Valerian Liehr-13/+5
2023-06-24rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl b...León Orell Valerian Liehr-43/+45
2023-06-22Migrate item_bounds to ty::ClauseMichael Goulet-13/+8
2023-06-21Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obkGuillaume Gomez-4/+17
2023-06-21Correctly handle Weak type aliases in rustdocGuillaume Gomez-4/+17
2023-06-21Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnrNilstrieb-16/+15
2023-06-19Clean up "doc(hidden)" checkGuillaume Gomez-3/+3
2023-06-19s/Clause/ClauseKindMichael Goulet-16/+15
2023-06-17Move ConstEvaluatable to ClauseMichael Goulet-1/+1
2023-06-17Move WF goal to clauseMichael Goulet-1/+1
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-0/+5
2023-06-07use wf::object_region_boundsLeón Orell Valerian Liehr-42/+9
2023-06-07rustdoc: re-elide cross-crate default trait object lifetime boundsLeón Orell Valerian Liehr-26/+219
2023-06-04Rollup merge of #112178 - GuillaumeGomez:fix-inline-private-intermediate, r=n...Matthias Krüger-1/+2
2023-06-01Fix bug where private item with intermediate doc hidden re-export was not inl...Guillaume Gomez-1/+2
2023-06-01Rename `impl_defaultness` to `defaultness`Deadbeef-3/+3
2023-05-30rustdoc: simplify `clean` by removing `FnRetTy`Michael Howell-6/+3
2023-05-26Fix re-export of doc hidden macro not showing upGuillaume Gomez-1/+2
2023-05-10Use proper impl self type for alias impl in rustdocMichael Goulet-8/+9
2023-05-10Rollup merge of #111095 - GuillaumeGomez:fix-assoc-item-trait-inside-hidden, ...Matthias Krüger-24/+41
2023-05-05Improve code to remove duplicationGuillaume Gomez-28/+24
2023-05-05Modules can be reexported and it should be handled by rustdocGuillaume Gomez-1/+22
2023-05-04IAT: Rustdoc integrationLeón Orell Valerian Liehr-15/+45
2023-05-04IAT: Introduce AliasKind::InherentLeón Orell Valerian Liehr-0/+4
2023-05-04Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnrbors-1/+1
2023-05-02resolve: One more attempt to simplify `module_children`Vadim Petrochenkov-2/+2
2023-04-29rustdoc: catch and don't blow up on impl Trait cyclesMichael Howell-18/+41
2023-04-28Rollup merge of #110904 - fmease:rustdoc-fix-110900, r=compiler-errorsMatthias Krüger-5/+5
2023-04-27rustdoc: rebind bound vars to type-outlives predicatesLeón Orell Valerian Liehr-5/+5
2023-04-26Fix uses of `TraitRef::identity` in clippy and rustdocMaybe Waffle-1/+1
2023-04-20add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder...Kyle Matsuda-4/+2
2023-04-20add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...Kyle Matsuda-3/+3
2023-04-20change usages of explicit_item_bounds to bound_explicit_item_boundsKyle Matsuda-8/+11
2023-04-16Spelling librustdocJosh Soref-1/+1
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-1/+0
2023-04-14Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddleMatthias Krüger-30/+39
2023-04-13Correctly handle built-in compiler proc-macros as proc-macro and not macroGuillaume Gomez-30/+39
2023-04-12remove some unneeded importsKaDiWa-1/+0
2023-04-12resolve: Pre-compute non-reexport module childrenVadim Petrochenkov-1/+1
2023-04-10fix(doc): do not parse inline when output is json for external cratebohan-1/+2
2023-04-08rustc_middle: Remove `Option` from `module_reexports` queryVadim Petrochenkov-1/+1
2023-04-08rustdoc: Migrate some logic to `module_reexports`Vadim Petrochenkov-140/+29
2023-03-31Auto merge of #109010 - compiler-errors:rtn, r=eholkbors-1/+2
2023-03-28rustdoc + rustdoc-json support for non_lifetime_bindersMichael Goulet-14/+3