summary refs log tree commit diff
path: root/src/librustdoc/passes/check_doc_test_visibility.rs
AgeCommit message (Expand)AuthorLines
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