about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2021-06-10manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-62/+35
2021-06-05Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearthbors-2/+5
2021-06-05Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomezYuki Okushi-6/+6
2021-06-04rustdoc: link consistently to stable/beta in diagnostic messagesJoshua Nelson-2/+5
2021-05-20Remove `PrimitiveType::as_str`Joshua Nelson-6/+6
2021-05-17Fix rebase conflictsJoshua Nelson-1/+1
2021-05-17Address review commentsJoshua Nelson-1/+1
2021-05-17Rename INVALID_RUST_CODEBLOCK{,S}Joshua Nelson-1/+1
2021-05-17Add back missing help for ignore blocksJoshua Nelson-28/+26
2021-05-17New rustdoc lint to respect -Dwarnings correctlyAlexis Bourget-33/+59
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-6/+4
2021-05-15Rollup merge of #85067 - Stupremee:minimize-amount-of-fake-defids, r=jyn514,G...Guillaume Gomez-46/+25
2021-05-15Rollup merge of #84461 - jyn514:remove-strip-item, r=GuillaumeGomezGuillaume Gomez-5/+5
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-46/+25
2021-05-12Use () for all_traits.Camille GILLOT-2/+2
2021-05-12Use () for privacy.Camille GILLOT-4/+2
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-3/+3
2021-05-08Remove `FakeDefId::expect_local()`Camelid-3/+15
2021-05-07rustdoc: Link to the docs on namespaces when an unknown disambiguator is foundJoshua Nelson-1/+4
2021-05-05Use local and remapped paths where appropriateAndy Wang-2/+2
2021-05-05Remove impl Display for FileName and add FileNameDisplay wrapper typeAndy Wang-1/+1
2021-05-05Revert PR 83866Pietro Albini-8/+1
2021-05-04rustdoc: Remove unnecessary `StripItem` wrapperJoshua Nelson-5/+5
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-65/+94
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-8/+4
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-9/+14
2021-04-24Get rid of `item.span`Joshua Nelson-1/+1
2021-04-24Do the hard part firstJoshua Nelson-1/+1
2021-04-24Add attr_span helper functionJoshua Nelson-17/+13
2021-04-17rustdoc: Give a more accurate span for anchor failuresJoshua Nelson-8/+16
2021-04-15Rollup merge of #84201 - jyn514:primitive-warnings, r=cuviperDylan DPC-0/+4
2021-04-14rustdoc: Note that forbidding anchors in links to primitives is a bugJoshua Nelson-0/+4
2021-04-12Add explanatory note to `bare_urls` lintCamelid-0/+1
2021-04-11Move crate loader to collect_intra_doc_links::earlyJoshua Nelson-11/+77
2021-04-10Preprocess intra-doc links consistentlyJoshua Nelson-82/+138
2021-04-09Auto merge of #84034 - jyn514:regex-in-loop, r=Mark-Simulacrumbors-1/+1
2021-04-09Fix perf regression in non-autolinksJoshua Nelson-1/+1
2021-04-09Auto merge of #84030 - jyn514:no-blanket-impls, r=GuillaumeGomezbors-44/+7
2021-04-09rustdoc: Don't generate blanket impls when running --show-coverageJoshua Nelson-44/+7
2021-04-08Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomezDylan DPC-58/+35
2021-04-07Reuse logic for determining the channel in the rest of rustdocJoshua Nelson-9/+3
2021-04-07rustdoc: Link to the docs on namespaces when an unknown disambiguator is foundJoshua Nelson-1/+14
2021-04-06Store links in Cache instead of on items directlyJoshua Nelson-2/+2
2021-04-06Auto merge of #83875 - jyn514:diag_info, r=bugadanibors-124/+52
2021-04-06Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadaniYuki Okushi-135/+102
2021-04-05Use DiagnosticInfo for `report_diagnostic`Joshua Nelson-39/+29
2021-04-05Take DiagnosticInfo in privacy_errorJoshua Nelson-3/+7
2021-04-05Take `DiagnosticInfo` in `ambiguity_error`Joshua Nelson-12/+3
2021-04-05Take DiagnosticInfo in disambiguator_errorJoshua Nelson-3/+2
2021-04-05Rename link_range -> disambiguator_range in disambiguator_errorJoshua Nelson-2/+2