about summary refs log tree commit diff
path: root/src/librustdoc/passes/check_doc_test_visibility.rs
AgeCommit message (Expand)AuthorLines
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-0/+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/+3
2025-03-27Remove and stabilize --enable-per-target-ignoresEric Huss-1/+1
2024-12-19Rename TyAssocTypeItem -> RequiredAssocTypeItemDavid Tolnay-1/+1
2024-12-19Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItemDavid Tolnay-1/+2
2024-12-19Rename TyAssocConstItem -> RequiredAssocConstItemDavid Tolnay-1/+1
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-2/+2
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-1/+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-1/+1
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-08-13Unify naming of `DocTest`Guillaume Gomez-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+4
2024-07-27rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`Michael Howell-1/+1
2024-06-07rustdoc: Remove `DoctestVisitor::get_line`Noah Lev-2/+2
2024-06-07rustdoc: Rename `Tester` to `DoctestVisitor`Noah Lev-2/+2
2024-06-05Remove `Type` from rustdoc `Const`Boxy-1/+1
2024-06-01Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...bors-8/+1
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-9/+6
2024-05-01Stabilize `custom_code_classes_in_docs` featureGuillaume Gomez-8/+1
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-2/+1
2024-01-23Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.Nicholas Nethercote-2/+2
2023-12-15Don't pass lint back out of lint decoratorMichael Goulet-2/+2
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-1/+1
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-1/+1
2023-11-15Re-format code with new rustfmtMark Rousskov-3/+3
2023-09-17Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...Guillaume Gomez-1/+8
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-1/+1
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-1/+1
2023-07-29Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs`Guillaume Gomez-1/+1
2023-07-14Correctly handle `--document-hidden-items`Guillaume Gomez-2/+2
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-2/+1
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-3/+1
2023-05-05Modules can be reexported and it should be handled by rustdocGuillaume Gomez-1/+1
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-1/+0
2023-02-15Use more let chainGuillaume Gomez-12/+11
2023-01-26rustdoc: Stop using `HirId`sVadim Petrochenkov-8/+11
2023-01-04rename find_parent_node to opt_parent_idMichael Goulet-1/+1
2022-10-29rustdoc: Split effective visibilities from rustc from similar data built by r...Vadim Petrochenkov-2/+2
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-2/+2
2022-10-01rustdoc: adopt to the new lint APIMaybe Waffle-6/+4
2022-09-12Feature gate the rustdoc::missing_doc_code_examples lintWim Looman-1/+1
2022-07-29Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKindest31-1/+1
2022-07-21Remove unused field in ItemKind::KeywordItemGuillaume Gomez-1/+1
2022-05-24fix simple clippy lintsklensy-2/+2