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
/
clean
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-2
/
+2
2025-07-26
Fix tooling
Jonathan Brouwer
-31
/
+20
2025-07-17
parse `const trait Trait`
Deadbeef
-1
/
+1
2025-07-15
Implement other logics
tiif
-1
/
+2
2025-07-13
Retire hir::*ItemRef.
Camille GILLOT
-2
/
+2
2025-07-08
Fix weird rustdoc output when single and glob reexport conflict on a name
Guillaume Gomez
-21
/
+29
2025-07-06
rustdoc: migrate BareFn -> FnPtr
Jubilee Young
-2
/
+2
2025-07-04
Same for types
Michael Goulet
-2
/
+3
2025-07-04
Remove Symbol for Named LateParam/Bound variants
Michael Goulet
-41
/
+42
2025-07-03
Rollup merge of #141831 - lolbinarycat:rustdoc-extern-reexport-135092, r=Guil...
Guillaume Gomez
-8
/
+11
2025-07-03
Rollup merge of #143083 - JonathanBrouwer:rustdoc-fix, r=jdonszelmann
Jana Dönszelmann
-1
/
+2
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-27
Fix rustdoc not correctly showing attributes with re-exports
Jonathan Brouwer
-1
/
+2
2025-06-27
rustdoc: fix attrs of locally reexported foreign items
binarycat
-6
/
+9
2025-06-27
rustdoc: add regression test for issue 135092
binarycat
-2
/
+2
2025-06-26
Change const trait bound syntax from ~const to [const]
Oli Scherer
-3
/
+3
2025-06-16
rustdoc: skip `MetaSized` bounds
David Wood
-1
/
+18
2025-06-10
rustdoc: Refractor `clean_ty_generics`
Alona Enraght-Moony
-7
/
+7
2025-06-05
Support middle::ty assoc const eq predicates again
León Orell Valerian Liehr
-79
/
+50
2025-06-05
Rename `should_show_cast` to `should_fully_qualify`
León Orell Valerian Liehr
-11
/
+12
2025-06-03
Overhaul `UsePath`.
Nicholas Nethercote
-2
/
+2
2025-05-31
Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead
Matthias Krüger
-9
/
+9
2025-05-29
Rework `#[doc(cfg(..))]` checks as distinct pass in rustdoc
Urgau
-1
/
+0
2025-05-30
Reorder fields in `hir::ItemKind` variants.
Nicholas Nethercote
-9
/
+9
2025-05-27
Rollup merge of #140894 - Urgau:check-cfg-rustdoc, r=GuillaumeGomez
Trevor Gross
-0
/
+1
2025-05-27
Rename unpack to kind
Michael Goulet
-1
/
+1
2025-05-26
rustdoc: use custom `CfgMatchesLintEmitter` to make check-cfg work
Urgau
-0
/
+1
2025-05-17
Make some `match`es slightly more ergonomic in `librustdoc`
Yotam Ofek
-11
/
+11
2025-04-24
Remove `weak` alias terminology
Boxy
-2
/
+2
2025-04-19
Rollup merge of #140008 - GuillaumeGomez:cleanup-clean_maybe_renamed_item, r=...
Chris Denton
-14
/
+33
2025-04-18
Improve `clean_maybe_renamed_item` function code a bit
Guillaume Gomez
-14
/
+33
2025-04-17
rustdoc: Properly clean fn params in all contexts
León Orell Valerian Liehr
-30
/
+28
2025-04-17
rustdoc/clean: Change terminology of items pertaining to (formal) fn params f...
León Orell Valerian Liehr
-86
/
+64
2025-04-17
Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomez
Matthias Krüger
-26
/
+32
2025-04-15
Remove another `kw::Empty` use in rustdoc.
Nicholas Nethercote
-16
/
+19
2025-04-15
Remove some `kw::Empty` uses in rustdoc.
Nicholas Nethercote
-16
/
+19
2025-04-15
Move `name` field from `AssocItem` to `AssocKind` variants.
Nicholas Nethercote
-6
/
+6
2025-04-15
Move `opt_rpitit_info` field to `hir::AssocKind::Type`.
Nicholas Nethercote
-1
/
+1
2025-04-14
Move `has_self` field to `hir::AssocKind::Fn`.
Nicholas Nethercote
-2
/
+2
2025-04-10
Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead
Matthias Krüger
-12
/
+12
2025-04-10
Rename some `name` variables as `ident`.
Nicholas Nethercote
-12
/
+12
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-4
/
+4
2025-03-27
Auto merge of #139023 - jhpratt:rollup-4ou6ei4, r=jhpratt
bors
-7
/
+4
2025-03-27
Rollup merge of #138926 - nnethercote:less-kw-Empty-rustc_middle, r=lcnr
Jacob Pratt
-6
/
+3
2025-03-27
Remove `kw::Empty` uses from `src/librustdoc`.
Nicholas Nethercote
-6
/
+3
2025-03-26
expand: Leave traces when expanding `cfg` attributes
Vadim Petrochenkov
-1
/
+1
2025-03-26
rustdoc: Rearrange `Item`/`ItemInner`.
Nicholas Nethercote
-1
/
+1
2025-03-19
Use `Option<Ident>` for lowered param names.
Nicholas Nethercote
-11
/
+13
2025-03-18
Move `hir::Item::ident` into `hir::ItemKind`.
Nicholas Nethercote
-16
/
+19
2025-03-15
Add RTN support to rustdoc
Michael Goulet
-30
/
+39
[next]