summary refs log tree commit diff
path: root/src/librustdoc/passes/strip_priv_imports.rs
AgeCommit message (Expand)AuthorLines
2023-07-14Correctly handle `--document-hidden-items`Guillaume Gomez-1/+6
2023-01-12Fix not displayed re-export of `doc(hidden)` itemGuillaume Gomez-1/+2
2022-10-30Make rustdoc Item::visibility computed on-demandGuillaume Gomez-2/+2
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-2/+2
2021-12-15Add module documentation for rustdoc passesJacob Hoffman-Andrews-0/+2
2021-02-16Take `&mut DocContext` in passesJoshua Nelson-1/+1
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-2/+2
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-1/+1
2019-12-22Format the worldMark Rousskov-2/+2
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-1/+1
2019-02-23merge early and late passes into single structAndy Russell-2/+5
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-04introduce "early passes" an convert a few overQuietMisdreavus-2/+3
2018-08-04strongly-typed passesQuietMisdreavus-1/+4
2018-07-24remove pluginmanagersteveklabnik-2/+1
2016-09-25Separate rustdoc passes into separate modules.Corey Farwell-0/+18