about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2025-04-03Make LevelAndSource a structOli Scherer-6/+7
2025-03-27Remove and stabilize --enable-per-target-ignoresEric Huss-2/+2
2025-03-26rustdoc: Rearrange `Item`/`ItemInner`.Nicholas Nethercote-3/+3
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-1/+1
2025-03-07Small code improvement in rustdoc hidden stripperGuillaume Gomez-10/+12
2025-03-07Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomezMatthias Krüger-4/+4
2025-03-07Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errorsbors-58/+54
2025-03-06Rollup merge of #137534 - xizheyin:issue-137342, r=GuillaumeGomezMichael Goulet-2/+20
2025-03-06`x clippy src/librustdoc --fix`Yotam Ofek-4/+4
2025-03-06`librustdoc`: flatten nested ifsYotam Ofek-58/+54
2025-03-04Adapt `librustdoc` to 2024 edition lifetieme capture rulesYotam Ofek-1/+1
2025-03-04[rustdoc] hide item that is not marked as doc(inline) and whose src is doc(hi...xizheyin-2/+20
2025-02-23fixed by differentiating glob exportTapan Prakash-0/+12
2025-02-21convert all_macro_rules from hashmap to hashsetklensy-1/+1
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-1/+1
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