summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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
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-20Remove WithOptconstParam.Camille GILLOT-2/+2
2023-04-19Fix missing blanket impl if the trait is not directly publicGuillaume Gomez-1/+1
2023-04-17Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddleMatthias Krüger-6/+6
2023-04-16Spelling librustdocJosh Soref-6/+6
2023-04-16Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-deadbors-1/+1
2023-04-16Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e...fee1-dead-6/+5
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-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-3/+1
2023-04-14Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddleMatthias Krüger-40/+55
2023-04-13Correctly handle built-in compiler proc-macros as proc-macro and not macroGuillaume Gomez-40/+55
2023-04-12remove some unneeded importsKaDiWa-3/+1
2023-04-12resolve: Pre-compute non-reexport module childrenVadim Petrochenkov-2/+2
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+1
2023-04-11Auto merge of #109765 - petrochenkov:encodeless, r=cjgillotbors-1/+1
2023-04-10fix(doc): do not parse inline when output is json for external cratebohan-2/+3
2023-04-10rustc_metadata: Filter encoded data more aggressively using `DefKind`Vadim Petrochenkov-1/+1
2023-04-08rustc_middle: Remove `Option` from `module_reexports` queryVadim Petrochenkov-2/+1
2023-04-08rustdoc: Migrate some logic to `module_reexports`Vadim Petrochenkov-140/+29
2023-04-08resolve: Preserve reexport chains in `ModChild`renVadim Petrochenkov-1/+1
2023-04-04rustdoc: Add human-readable cfg string for loongarch64zhaixiaojuan-0/+1
2023-04-04Auto merge of #109876 - jsha:uniquify-intra-doc, r=notriddlebors-7/+11
2023-04-02rustdoc: fix quadratic time in intra-doc link passJacob Hoffman-Andrews-7/+11