about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2025-07-19Fix clippy lints in librustdocGuillaume Gomez-27/+24
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-2/+2
2025-06-23Improve code and documentationGuillaume Gomez-12/+22
2025-06-23Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ...Guillaume Gomez-22/+50
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-18/+10
2025-06-19Extract Translator structCameron Steffen-18/+10
2025-06-19De-dup common code from `ExternalCrate` methodsYotam Ofek-1/+1
2025-05-31Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-deadMatthias Krüger-1/+1
2025-05-29Rework `#[doc(cfg(..))]` checks as distinct pass in rustdocUrgau-0/+81
2025-05-30Reorder fields in `hir::ItemKind` variants.Nicholas Nethercote-1/+1
2025-05-28Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill...Trevor Gross-8/+28
2025-05-27rustdoc: linking to a local proc macro no longer warnsbinarycat-8/+28
2025-05-23Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeG...Matthias Krüger-4/+8
2025-05-22rustdoc: improve diagnostics on raw doc fragmentsbinarycat-4/+8
2025-05-22Remove `is_empty` check in `filter_assoc_items_by_name_and_namespace`.Nicholas Nethercote-6/+1
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-1/+1
2025-05-09Remove `Ident::empty`.Nicholas Nethercote-6/+15
2025-05-06rustdoc: remove unportable markdown lint and old parserMichael Howell-149/+0
2025-04-25Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmeaseMatthias Krüger-2/+2
2025-04-19Fix error when an intra doc link is trying to resolve an empty associated itemGuillaume Gomez-1/+6
2025-04-15Move two methods from `AssocKind` to `AssocItem`.Nicholas Nethercote-2/+2
2025-04-10Rollup merge of #138167 - GuillaumeGomez:rustdoc-hidden-stripper-improvement,...Matthias Krüger-10/+12
2025-04-03Remove `LintExpectationId` from `Level` variantsOli Scherer-2/+2
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