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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
passes
/
stripper.rs
Age
Commit message (
Expand
)
Author
Lines
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
2021-09-30
Remove temporary `GetDefId` impl for `Path`
Noah Lev
-1
/
+1
2021-09-12
Rename `is_generic()` to `is_assoc_ty()`
Noah Lev
-1
/
+1
2021-08-31
Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr...
Mara Bos
-2
/
+2
2021-08-29
Use the correct type for Enum variant tuples
Guillaume Gomez
-2
/
+2
2021-08-29
Fix: don't document private macros by default
inquisitivecrystal
-2
/
+3
2021-07-05
Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"
Justus K
-2
/
+2
2021-07-05
rustdoc: Store DefId's in ItemId on heap for decreasing Item's size
Justus K
-2
/
+2
2021-07-05
rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`
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
-3
/
+3
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-8
/
+9
2021-03-05
Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...
Guillaume Gomez
-2
/
+4
2021-01-15
Rename VariantKind -> Variant
Joshua Nelson
-1
/
+1
2021-01-15
Remove useless `clean::Variant` struct
Joshua Nelson
-1
/
+1
2020-12-30
remove unused return types such as empty Results or Options that would always...
Matthias Krüger
-2
/
+2
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-4
/
+4
2020-11-22
Make `fold_item_recur` non-nullable
Joshua Nelson
-9
/
+7
2020-11-17
Use DefPath for clean::Visibility, not clean::Path
Joshua Nelson
-5
/
+3
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-7
/
+7
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-4
/
+4
2020-10-13
Clean up rustdoc passes
Guillaume Gomez
-0
/
+172