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