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
/
stripper.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-28
Add new `doc(attribute = "...")` attribute
Guillaume Gomez
-0
/
+2
2024-12-19
Rename TyMethodItem -> RequiredMethodItem
David Tolnay
-1
/
+1
2024-12-19
Rename TyAssocTypeItem -> RequiredAssocTypeItem
David Tolnay
-1
/
+1
2024-12-19
Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem
David Tolnay
-1
/
+4
2024-12-19
Rename TyAssocConstItem -> RequiredAssocConstItem
David Tolnay
-1
/
+3
2024-11-28
Fix new clippy lints
Guillaume Gomez
-6
/
+6
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-4
/
+4
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-08
rustdoc: fixed #101105
schvv31n
-1
/
+8
2024-08-01
rustdoc: Remove OpaqueTy
Alona Enraght-Moony
-2
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-01-20
Fix impl stripped in rustdoc HTML whereas it should not be in case the impl i...
Guillaume Gomez
-12
/
+19
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-8
/
+9
2023-08-21
rustdoc: Rename `clean` items from typedef to type alias
Noah Lev
-1
/
+1
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
-8
/
+15
2023-07-14
Strip impl if not re-exported and is doc(hidden)
Guillaume Gomez
-1
/
+7
2023-06-19
Clean up "doc(hidden)" check
Guillaume Gomez
-5
/
+4
2023-05-22
rustdoc: Cleanup doc string collapsing
Vadim Petrochenkov
-1
/
+1
2023-02-15
Use more let chain
Guillaume Gomez
-17
/
+15
2023-01-14
Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle
Yuki Okushi
-11
/
+1
2023-01-12
Fix not displayed re-export of `doc(hidden)` item
Guillaume Gomez
-1
/
+14
2023-01-12
Remove dead code in rustdoc stripper
Guillaume Gomez
-11
/
+1
2023-01-06
rustdoc: Strip imports of items which are `#[doc(hidden)]`
Nixon Enraght-Moony
-0
/
+1
2023-01-01
clean: Always store enum disriminant.
Nixon Enraght-Moony
-1
/
+4
2022-11-03
Remove rustdoc clean::Visibility type
Guillaume Gomez
-4
/
+4
2022-10-30
Make rustdoc Item::visibility computed on-demand
Guillaume Gomez
-8
/
+11
2022-10-29
rustdoc: Split effective visibilities from rustc from similar data built by r...
Vadim Petrochenkov
-12
/
+22
2022-10-29
Add regression test for missing item from private mod in JSON output
Guillaume Gomez
-1
/
+1
2022-10-29
Add missing impl blocks for item reexported from private mod in JSON output
Guillaume Gomez
-5
/
+25
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-7
/
+7
2022-09-01
Fix typo in comment
Nixon Enraght-Moony
-1
/
+1
2022-08-15
Rollup merge of #100325 - aDotInTheVoid:rdj-import-impl, r=GuillaumeGomez
Matthias Krüger
-1
/
+11
2022-08-15
rustdoc: Mark imported items as retained
Nixon Enraght-Moony
-1
/
+11
2022-08-09
Prevent impl blocks containing only private items to be documented by default
Guillaume Gomez
-14
/
+39
2022-07-21
Remove unused field in ItemKind::KeywordItem
Guillaume Gomez
-1
/
+1
2022-07-16
Correctly handle usage of private items in public API for JSON output format
Guillaume Gomez
-4
/
+18
2022-05-31
Display empty impl blocks if they have documentations
Guillaume Gomez
-2
/
+3
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-8
/
+8
2022-04-16
Rename `def_id` into `item_id` when the type is `ItemId` for readability
Guillaume Gomez
-4
/
+5
2022-04-12
rustdoc: discr. required+provided assoc consts+tys
León Orell Valerian Liehr
-5
/
+3
2022-01-17
fix #90187
zredb
-1
/
+1
2022-01-17
fix #90187
zredb
-0
/
+1
2022-01-17
fix #90187
zredb
-1
/
+2
2022-01-13
librustdoc: Address some clippy lints
pierwill
-5
/
+4
2021-12-15
Add module documentation for rustdoc passes
Jacob Hoffman-Andrews
-0
/
+1
2021-10-22
Rename `Type::def_id()` to `Type::def_id_no_primitives()`
Noah Lev
-2
/
+2
2021-10-22
Replace `GetDefId` with inherent methods
Noah Lev
-1
/
+1
[next]