about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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-23Rollup merge of #112870 - compiler-errors:clause-2, r=oli-obkMatthias Krüger-13/+8
2023-06-23Link to the corresponding channel in the help popoverGuillaume Gomez-0/+3
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-21Rollup merge of #112836 - GuillaumeGomez:rustdoc-invalid-file-creation, r=not...Guillaume Gomez-9/+13
2023-06-21Correctly handle Weak type aliases in rustdocGuillaume Gomez-4/+17
2023-06-21Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnrNilstrieb-20/+21
2023-06-20Add `Item::def_id` helperGuillaume Gomez-9/+13
2023-06-19Clean up "doc(hidden)" checkGuillaume Gomez-3/+11
2023-06-19s/Clause/ClauseKindMichael Goulet-20/+21
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-14remove drain-on-drop behavior from vec::DrainFilter and add #[must_use]The 8472-3/+3
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-49/+268
2023-06-05cleanup some skip_binder -> subst_identityKyle Matsuda-3/+3
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-35/+18
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-05-27Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddleMatthias Krüger-3/+3
2023-05-27Clean up usage of `cx.tcx` when `tcx` is already set into a variableGuillaume Gomez-3/+3
2023-05-27Rollup merge of #111997 - GuillaumeGomez:re-export-doc-hidden-macros, r=notri...Guillaume Gomez-1/+2
2023-05-26Fix re-export of doc hidden macro not showing upGuillaume Gomez-1/+2
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-44/+26
2023-05-13refactor: add chunks method to TokenStream to obviate rustdoc clonesCaleb Cartwright-2/+1
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-19/+57
2023-05-04IAT: Introduce AliasKind::InherentLeón Orell Valerian Liehr-0/+4
2023-05-04Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnrbors-2/+2
2023-05-02resolve: One more attempt to simplify `module_children`Vadim Petrochenkov-3/+4
2023-04-30Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomezMatthias Krüger-18/+41
2023-04-29rustdoc: catch and don't blow up on impl Trait cyclesMichael Howell-18/+41
2023-04-29Unify attributes retrieval for JSON and HTML renderingGuillaume Gomez-0/+73
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-26Make some region folders a little stricter.Nicholas Nethercote-1/+3
2023-04-25Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com...Matthias Krüger-6/+7
2023-04-25Use `ty::TraitRef::new` in rustdocMaybe Waffle-1/+1
2023-04-24Fix `rustc_index` imports outside the compilerMaybe Waffle-1/+1