about summary refs log tree commit diff
path: root/src/librustdoc/passes/calculate_doc_coverage.rs
AgeCommit message (Expand)AuthorLines
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
2021-01-02End of rework of Attributes structGuillaume Gomez-1/+1
2020-12-29Auto merge of #80014 - jyn514:box-item-kind, r=nnethercotebors-1/+1
2020-12-23Box ItemKind to reduce the size of `Item`Joshua Nelson-1/+1
2020-12-21Rename rustc_middle::lint::LintSourcepierwill-2/+2
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-9/+6
2020-11-22Make `fold_item_recur` non-nullableJoshua Nelson-1/+1
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-1/+1
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-1/+1
2020-10-12Improve lint level handlingGuillaume Gomez-1/+3
2020-10-12Apply same treatment to MISSING_DOC_CODE_EXAMPLESGuillaume Gomez-2/+3
2020-10-12Inherit lint level from parentsGuillaume Gomez-23/+17
2020-10-12rustdoc: skip allow missing doc in cover. reportRoman-2/+19
2020-10-03Change DocFragments from enum variant fields to structs with a nested enumJoshua Nelson-1/+6
2020-08-21Unify checks for lint missing_doc_code_examples and --show-coverageGuillaume Gomez-15/+2
2020-08-21Show line even if there is no code examplesGuillaume Gomez-5/+3
2020-08-21Ignore more kind of items for doc examplesGuillaume Gomez-0/+4
2020-08-20fmtGuillaume Gomez-11/+2