about summary refs log tree commit diff
path: root/src/librustdoc/passes/strip_private.rs
AgeCommit message (Expand)AuthorLines
2023-07-14Correctly handle `--document-hidden-items`Guillaume Gomez-2/+7
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-10-29rustdoc: Split effective visibilities from rustc from similar data built by r...Vadim Petrochenkov-0/+2
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-1/+1
2022-08-09Prevent impl blocks containing only private items to be documented by defaultGuillaume Gomez-2/+8
2022-07-16Correctly handle usage of private items in public API for JSON output formatGuillaume Gomez-0/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-2/+2
2022-01-17fix #90187zredb-1/+1
2021-12-15Add module documentation for rustdoc passesJacob Hoffman-Andrews-0/+2
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-2/+2
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-4/+2
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-2/+1
2021-02-22Remove many RefCells from DocContextCamelid-1/+1
2021-02-16Take `&mut DocContext` in passesJoshua Nelson-1/+1
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-2/+2
2020-08-31Fix strings indentGuillaume Gomez-1/+1
2020-01-09Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomezYuki Okushi-1/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-1/+1
2020-01-04DefId{Map,Set} -> rustc::hir::def_idMazdak Farrokhzad-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-4/+6
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-21rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.Eduard-Mihai Burtescu-1/+1
2018-09-20refactor: move `access_levels` into RenderInfoQuietMisdreavus-1/+1
2018-09-20only move access_levels/external_traits after early passesQuietMisdreavus-2/+2
2018-08-04introduce "early passes" an convert a few overQuietMisdreavus-2/+3
2018-08-04strongly-typed passesQuietMisdreavus-1/+6
2018-07-24remove pluginmanagersteveklabnik-2/+1
2016-09-25Separate rustdoc passes into separate modules.Corey Farwell-0/+38