index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
passes
/
strip_private.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-14
Correctly handle `--document-hidden-items`
Guillaume Gomez
-2
/
+7
2023-01-12
Fix not displayed re-export of `doc(hidden)` item
Guillaume Gomez
-1
/
+2
2022-10-30
Make rustdoc Item::visibility computed on-demand
Guillaume Gomez
-2
/
+2
2022-10-29
rustdoc: Split effective visibilities from rustc from similar data built by r...
Vadim Petrochenkov
-0
/
+2
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-1
/
+1
2022-08-09
Prevent impl blocks containing only private items to be documented by default
Guillaume Gomez
-2
/
+8
2022-07-16
Correctly handle usage of private items in public API for JSON output format
Guillaume Gomez
-0
/
+1
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-2
/
+2
2022-01-17
fix #90187
zredb
-1
/
+1
2021-12-15
Add module documentation for rustdoc passes
Jacob Hoffman-Andrews
-0
/
+2
2021-07-05
rustdoc: Replace `FakeDefId` with new `ItemId` type
Justus K
-2
/
+2
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-4
/
+2
2021-03-01
Remove the dummy cache in `DocContext`
Joshua Nelson
-2
/
+1
2021-02-22
Remove many RefCells from DocContext
Camelid
-1
/
+1
2021-02-16
Take `&mut DocContext` in passes
Joshua Nelson
-1
/
+1
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-2
/
+2
2020-08-31
Fix strings indent
Guillaume Gomez
-1
/
+1
2020-01-09
Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
Yuki Okushi
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-04
Distinguish between private items and hidden items in rustdoc
David Tolnay
-1
/
+1
2020-01-04
DefId{Map,Set} -> rustc::hir::def_id
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-2
/
+2
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-1
/
+1
2019-02-23
merge early and late passes into single struct
Andy Russell
-4
/
+6
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-21
rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.
Eduard-Mihai Burtescu
-1
/
+1
2018-09-20
refactor: move `access_levels` into RenderInfo
QuietMisdreavus
-1
/
+1
2018-09-20
only move access_levels/external_traits after early passes
QuietMisdreavus
-2
/
+2
2018-08-04
introduce "early passes" an convert a few over
QuietMisdreavus
-2
/
+3
2018-08-04
strongly-typed passes
QuietMisdreavus
-1
/
+6
2018-07-24
remove pluginmanager
steveklabnik
-2
/
+1
2016-09-25
Separate rustdoc passes into separate modules.
Corey Farwell
-0
/
+38