about summary refs log tree commit diff
path: root/src/librustdoc/passes/calculate_doc_coverage.rs
AgeCommit message (Expand)AuthorLines
2025-05-30Reorder fields in `hir::ItemKind` variants.Nicholas Nethercote-1/+1
2025-04-25Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmeaseMatthias Krüger-1/+1
2025-04-03Remove `LintExpectationId` from `Level` variantsOli Scherer-1/+1
2025-04-03Make LevelAndSource a structOli Scherer-3/+4
2025-03-27Remove and stabilize --enable-per-target-ignoresEric Huss-1/+1
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-1/+1
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-1/+1
2024-11-28Fix new clippy lintsGuillaume Gomez-2/+2
2024-11-04Fix invalid coverage computation when `--output-format=json` is enabledGuillaume Gomez-0/+1
2024-10-14Delay ambiguous intra-doc link resolution after `Cache` has been populatedGuillaume Gomez-1/+1
2024-09-25rm higher-ranked lifetimes from `DocVisitor`Lukas Markeffsky-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-1/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-8/+9
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-05-01Stabilize `custom_code_classes_in_docs` featureGuillaume Gomez-8/+1
2023-09-17Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...Guillaume Gomez-1/+8
2023-08-16Use more named format argsGuillaume Gomez-2/+4
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-3/+3
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-7/+1
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-1/+0
2023-01-26rustdoc: Stop using `HirId`sVadim Petrochenkov-7/+1
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-2/+2
2022-08-13make clean::Item::span return option instead of dummy spanMichael Goulet-8/+10
2022-05-24fix simple clippy lintsklensy-1/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-1/+1
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-3/+3
2021-12-15Add module documentation for rustdoc passesJacob Hoffman-Andrews-0/+1
2021-10-31Convert many impls of `DocFolder` to `DocVisitor`Noah Lev-11/+12
2021-10-02rustdoc: Improve doctest pass's name and module's nameNoah Lev-1/+1
2021-09-10Don't require documentation for fields in an enum tuple variant or for tuple ...Guillaume Gomez-3/+37
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-2/+2
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-3/+3
2021-05-08Remove `FakeDefId::expect_local()`Camelid-1/+7
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-04-24Get rid of `item.span`Joshua Nelson-1/+1
2021-04-24Do the hard part firstJoshua Nelson-1/+1
2021-04-09rustdoc: Don't generate blanket impls when running --show-coverageJoshua Nelson-43/+7
2021-03-24Rework rustdoc const typeGuillaume Gomez-3/+7
2021-03-21Rename `clean::Item.source` to `span`Camelid-2/+2
2021-03-05Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...Guillaume Gomez-1/+1
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-1/+1
2021-02-22Remove many RefCells from DocContextCamelid-1/+1
2021-02-16Take `&mut DocContext` in passesJoshua Nelson-7/+3
2021-01-28rustdoc: Remove unnecessary optionalCamelid-1/+1
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-2/+7
2021-01-02Improve code for DocFragment reworkGuillaume Gomez-6/+1