about summary refs log tree commit diff
path: root/src/librustdoc/passes/check_doc_test_visibility.rs
AgeCommit message (Expand)AuthorLines
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
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-4/+4
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-4/+4
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-2/+2
2022-03-16rustc_error: make ErrorReported impossible to constructmark-2/+6
2022-03-04librustdoc: adopt let else in more placesest31-6/+4
2022-02-27make GATs print properly in traitsMichael Goulet-1/+1
2021-12-28Fix rustdoc::private_doc_tests lint for public re-exported itemsavitex-1/+1
2021-12-15Add module documentation for rustdoc passesJacob Hoffman-Andrews-0/+2
2021-10-31Convert many impls of `DocFolder` to `DocVisitor`Noah Lev-6/+6
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-2/+2
2021-10-02rustdoc: Improve doctest pass's name and module's nameNoah Lev-0/+141