about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-2/+2
2023-02-14Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obkbors-84/+12
2023-02-13Reduce direct `mk_ty` usage.Nicholas Nethercote-20/+20
2023-02-13rustdoc: Eliminate remaining uses of resolverVadim Petrochenkov-84/+12
2023-02-12Auto merge of #107933 - petrochenkov:rmdlc, r=GuillaumeGomezbors-13/+2
2023-02-11rustdoc: Remove cache for preprocessed markdown linksVadim Petrochenkov-13/+2
2023-02-11Rollup merge of #107912 - clubby789:doc-bad-enum-field, r=camelid,GuillaumeGomezMatthias Krüger-4/+25
2023-02-11rustdoc: Don't resolve link to field on different variantclubby789-4/+25
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-540/+40
2023-02-02Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri...bors-26/+83
2023-01-27Special-case handling of impl blocksGuillaume Gomez-44/+61
2023-01-27Introduce GeneratorWitnessMIR.Camille GILLOT-0/+1
2023-01-27Fix handling of items inside a `doc(hidden)` blockGuillaume Gomez-14/+54
2023-01-27Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomezbors-8/+32
2023-01-26rustdoc: Stop using `HirId`sVadim Petrochenkov-35/+25
2023-01-25rustdoc: Don't put non rustdoc-reachable impls into `all_trait_impls`Vadim Petrochenkov-3/+1
2023-01-25rustdoc: Use rustdoc-reachable set to prune extern implsVadim Petrochenkov-5/+9
2023-01-25rustdoc: Collect rustdoc-reachable items during early doc link resolutionVadim Petrochenkov-0/+22
2023-01-22rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`Vadim Petrochenkov-6/+6
2023-01-14Auto merge of #106696 - kylematsuda:early-binder, r=lcnrbors-1/+1
2023-01-14fix various subst_identity vs skip_binderKyle Matsuda-1/+1
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-1/+1
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-2/+2
2023-01-14Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddleYuki Okushi-11/+1
2023-01-13Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkovMatthias Krüger-11/+11
2023-01-13Remove redundant session fieldOli Scherer-11/+11
2023-01-12Fix not displayed re-export of `doc(hidden)` itemGuillaume Gomez-3/+18
2023-01-12Remove dead code in rustdoc stripperGuillaume Gomez-11/+1
2023-01-11Rollup merge of #106427 - mejrs:translation_errors, r=davidtwconils-1/+3
2023-01-08Make translate_message return result and add testsmejrs-1/+3
2023-01-06rustdoc: Strip imports of items which are `#[doc(hidden)]`Nixon Enraght-Moony-0/+1
2023-01-04rename find_parent_node to opt_parent_idMichael Goulet-1/+1
2023-01-01clean: Always store enum disriminant.Nixon Enraght-Moony-1/+4
2022-12-13Combine projection and opaque into aliasMichael Goulet-2/+1
2022-12-08Prevent to try to retrieve auto and blanket implementations if there were err...Guillaume Gomez-0/+6
2022-12-04Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma...bors-499/+439
2022-11-27Remove Crate::primitives fieldGuillaume Gomez-2/+4
2022-11-22Consolidate rustdoc's lint passes into a single passNoah Lev-499/+439
2022-11-17Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-deadbors-2/+2
2022-11-13rustdoc: Resolve doc links in external traits having local implsVadim Petrochenkov-1/+8
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-2/+2
2022-11-07return `None` when def_kind is `DefKind::Use`Takayuki Maeda-1/+2
2022-11-03Remove rustdoc clean::Visibility typeGuillaume Gomez-4/+4
2022-10-30Make rustdoc Item::visibility computed on-demandGuillaume Gomez-12/+15
2022-10-30Auto merge of #103010 - petrochenkov:effvisdoc, r=GuillaumeGomezbors-14/+27
2022-10-30Rollup merge of #103588 - weihanglo:rustdoc/url-redirect, r=notriddleDylan DPC-1/+1
2022-10-29rustdoc: Split effective visibilities from rustc from similar data built by r...Vadim Petrochenkov-14/+27
2022-10-29Add regression test for missing item from private mod in JSON outputGuillaume Gomez-1/+1
2022-10-29Add missing impl blocks for item reexported from private mod in JSON outputGuillaume Gomez-5/+25
2022-10-29Auto merge of #102233 - petrochenkov:effvis, r=jackh726bors-12/+12