about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2022-10-27fix(rustdoc): add missing URL component for error messagesWeihang Lo-1/+1
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-12/+12
2022-10-24rustdoc: parse self-closing tags and attributes in `invalid_html_tags`Michael Howell-1/+54
2022-10-19rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits`Vadim Petrochenkov-19/+13
2022-10-16rustdoc: Process extern impls in all loaded cratesVadim Petrochenkov-1/+2
2022-10-16rustdoc: Do not expect `doc(primitive)` modules to always existVadim Petrochenkov-5/+5
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-3/+4
2022-10-10Stabilize rustdoc CHECK_INVALID_HTML_TAGS checkGuillaume Gomez-4/+2
2022-10-10errors: use `HashMap` to store diagnostic argsDavid Wood-3/+4
2022-10-03Fix rustdoc ICE in invalid_rust_codeblocks lintNilstrieb-2/+5
2022-10-01rustdoc: adopt to the new lint APIMaybe Waffle-67/+57
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-09-12Rollup merge of #101735 - notriddle:notriddle/backslash-escaped-html, r=Guill...Guillaume Gomez-1/+1
2022-09-12Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG...Guillaume Gomez-1/+1
2022-09-12rustdoc: fix treatment of backslash-escaped HTMLMichael Howell-1/+1
2022-09-12Feature gate the rustdoc::missing_doc_code_examples lintWim Looman-1/+1
2022-09-12rustdoc: improve rustdoc HTML suggestions handling of nested genericsMichael Howell-3/+80
2022-09-10Rustdoc-Json: Correcty handle intra-doc-links to items without HTML pageNixon Enraght-Moony-3/+7
2022-09-09Rustdoc supportMichael Goulet-2/+2
2022-09-01Rollup merge of #101279 - GuillaumeGomez:doc_auto_cfg_nested_impl, r=notriddleMatthias Krüger-20/+40
2022-09-01Rollup merge of #101274 - aDotInTheVoid:comment-typo, r=TaKO8KiMatthias Krüger-1/+1
2022-09-01tracing::instrument cleanupOli Scherer-4/+2
2022-09-01Correctly merge impl block cfg attributes with its parentsGuillaume Gomez-20/+40
2022-09-01Fix typo in commentNixon Enraght-Moony-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-2/+2
2022-08-28extend attrs if local_def_id existsTakayuki Maeda-2/+3
2022-08-25Fix missing cfg propagation for reexportsGuillaume Gomez-4/+35
2022-08-17Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-SimulacrumMatthias Krüger-9/+12
2022-08-15Rollup merge of #100325 - aDotInTheVoid:rdj-import-impl, r=GuillaumeGomezMatthias Krüger-1/+11
2022-08-15rustdoc: Mark imported items as retainedNixon Enraght-Moony-1/+11
2022-08-15errors: move translation logic into moduleDavid Wood-9/+12
2022-08-13make clean::Item::span return option instead of dummy spanMichael Goulet-8/+10
2022-08-09Prevent impl blocks containing only private items to be documented by defaultGuillaume Gomez-17/+54