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_hidden.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-21
Port #[macro_export] to the new attribute parsing infrastructure
Jonathan Brouwer
-2
/
+3
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-03-07
Small code improvement in rustdoc hidden stripper
Guillaume Gomez
-10
/
+12
2025-03-04
[rustdoc] hide item that is not marked as doc(inline) and whose src is doc(hi...
xizheyin
-2
/
+20
2024-11-28
Fix new clippy lints
Guillaume Gomez
-2
/
+2
2024-11-04
Rename `DocContext::is_json` into `DocContext::is_json_output`
Guillaume Gomez
-1
/
+1
2024-11-04
Fix invalid coverage computation when `--output-format=json` is enabled
Guillaume Gomez
-1
/
+1
2024-10-14
Delay ambiguous intra-doc link resolution after `Cache` has been populated
Guillaume Gomez
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-2
/
+2
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-22
Fix extern crates not being hidden with `doc(hidden)`
Guillaume Gomez
-3
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2023-07-29
Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs`
Guillaume Gomez
-1
/
+1
2023-07-14
Correctly handle `--document-hidden-items`
Guillaume Gomez
-0
/
+1
2023-06-19
Clean up "doc(hidden)" check
Guillaume Gomez
-2
/
+2
2023-05-05
Correctly handle associated items of a trait inside a `#[doc(hidden)]` item
Guillaume Gomez
-5
/
+25
2023-03-29
Don't strip crate module
Guillaume Gomez
-2
/
+7
2023-02-20
Fix handling of reexported macro in doc hidden items
Guillaume Gomez
-5
/
+13
2023-01-27
Special-case handling of impl blocks
Guillaume Gomez
-44
/
+61
2023-01-27
Fix handling of items inside a `doc(hidden)` block
Guillaume Gomez
-14
/
+54
2022-10-29
rustdoc: Split effective visibilities from rustc from similar data built by r...
Vadim Petrochenkov
-0
/
+1
2022-08-09
Prevent impl blocks containing only private items to be documented by default
Guillaume Gomez
-1
/
+7
2022-05-23
Greatly extend explanations on strip_hidden items
Guillaume Gomez
-1
/
+8
2022-05-21
Remove fields_stripped fields (and equivalents)
Guillaume Gomez
-1
/
+1
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-2
/
+2
2022-04-16
Rename `def_id` into `item_id` when the type is `ItemId` for readability
Guillaume Gomez
-1
/
+1
2022-01-17
fix #90187
zredb
-2
/
+2
2021-12-15
Add module documentation for rustdoc passes
Jacob Hoffman-Andrews
-0
/
+1
2021-07-05
Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"
Justus K
-1
/
+1
2021-07-05
rustdoc: Store DefId's in ItemId on heap for decreasing Item's size
Justus K
-1
/
+1
2021-07-05
rustdoc: Replace `FakeDefId` with new `ItemId` type
Justus K
-3
/
+3
2021-05-04
rustdoc: Remove unnecessary `StripItem` wrapper
Joshua Nelson
-2
/
+2
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-4
/
+3
2021-04-27
Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...
Timothée Delabrouille
-2
/
+2
2021-02-16
Take `&mut DocContext` in passes
Joshua Nelson
-1
/
+1
2021-02-04
Cleanup rustdoc pass descriptions a bit
Camelid
-1
/
+1
2021-01-01
clippy fixes for librustdoc
Matthias Krüger
-3
/
+1
2020-12-30
remove unused return types such as empty Results or Options that would always...
Matthias Krüger
-1
/
+1
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-1
/
+1
2020-11-22
Make `fold_item_recur` non-nullable
Joshua Nelson
-2
/
+2
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-2
/
+2
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-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
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-2
/
+2
2019-09-13
Move to print functions on types instead of impl fmt::Display
Mark Rousskov
-1
/
+1
[next]