summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2025-02-12Rollup merge of #136927 - GuillaumeGomez:add-missing-hashtag-escape, r=notriddleJacob Pratt-1/+6
2025-02-12Correctly escape hashtags when running `invalid_rust_codeblocks` lintGuillaume Gomez-1/+6
2025-02-11Rollup merge of #135285 - tbu-:pr_fix_typo4, r=GuillaumeGomezMatthias Krüger-1/+1
2025-02-08Rustfmtbjorn3-4/+5
2025-02-06Auto merge of #136471 - safinaskar:parallel, r=SparrowLiibors-5/+7
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-5/+7
2025-01-31it-self → itself, build-system → build system, type-alias → type aliasTobias Bucher-1/+1
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-1/+1
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-3/+3
2025-01-11rustdoc: use import stability marker in displayMichael Howell-1/+20
2025-01-02Use `is_some_and` helperMichael Howell-2/+1
2025-01-02rustdoc: treat `allowed_through_unstable_modules` as deprecationMichael Howell-0/+9
2024-12-25Improve rustdoc codeGuillaume Gomez-1/+1
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+1
2024-12-20Rollup merge of #134321 - dtolnay:docassocconst, r=fmeaseJacob Pratt-9/+16
2024-12-19Rename TyMethodItem -> RequiredMethodItemDavid Tolnay-2/+2
2024-12-19Rename TyAssocTypeItem -> RequiredAssocTypeItemDavid Tolnay-3/+3
2024-12-19Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItemDavid Tolnay-3/+8
2024-12-19Rename TyAssocConstItem -> RequiredAssocConstItemDavid Tolnay-3/+5
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-12-06Store a single copy of the error registry in DiagCtxtbjorn3-1/+2
2024-11-28Do not emit `missing_doc_code_examples` rustdoc lint on module and a few othe...Guillaume Gomez-2/+9
2024-11-28Fix new clippy lintsGuillaume Gomez-149/+137
2024-11-04Rename `DocContext::is_json` into `DocContext::is_json_output`Guillaume Gomez-3/+3
2024-11-04Fix invalid coverage computation when `--output-format=json` is enabledGuillaume Gomez-3/+4
2024-11-02rustdoc: skip stability inheritance for some item kindsLukas Markeffsky-17/+57
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-2/+2
2024-10-20Remove unused `recoverable` argument in collect_intra_doc_linksGuillaume Gomez-21/+9
2024-10-15Remove `AmbiguousLinks::disambiguator`Guillaume Gomez-3/+1
2024-10-15Improve documentation for intra-doc links computationGuillaume Gomez-9/+9
2024-10-14Delay ambiguous intra-doc link resolution after `Cache` has been populatedGuillaume Gomez-45/+237
2024-10-08Rollup merge of #131408 - GuillaumeGomez:more-intra-doc-cleanup, r=notriddleMatthias Krüger-4/+2
2024-10-08Remove unneeded argument of `LinkCollector::verify_disambiguator`Guillaume Gomez-4/+2
2024-10-08Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddlebors-67/+0
2024-10-07Remove dead codeGuillaume Gomez-67/+0
2024-10-07Convert `Option<&Lrc<T>>` return types to `Option<&T>`.Nicholas Nethercote-2/+2
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-4/+4
2024-10-04rustdoc: cleaner errors on disambiguator/namespace mismatchesMichael Howell-5/+16
2024-10-01Auto merge of #131076 - lukas-code:doc-stab2, r=notriddlebors-0/+77
2024-10-01Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid...bors-41/+54
2024-09-30rustdoc: rewrite stability inheritance as a passLukas Markeffsky-0/+77
2024-09-25rm higher-ranked lifetimes from `DocVisitor`Lukas Markeffsky-6/+6
2024-09-25de-rc external traitsLukas Markeffsky-0/+2
2024-09-24Fix toolsMichael Goulet-1/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-24/+23
2024-09-19Add `field@` and `variant@` doc-link disambiguatorsNoa-41/+54
2024-09-11Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomezbors-202/+184
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-15/+15
2024-09-04rustdoc: unify the short-circuit on all lintsMichael Howell-202/+184
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-0/+7