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
/
html
/
render
/
print_item.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-17
Rollup merge of #139943 - fmease:rustdoc-ixcre-trait-aliases, r=GuillaumeGomez
Matthias Krüger
-2
/
+3
2025-04-17
Support inlined cross-crate re-exported trait aliases
León Orell Valerian Liehr
-2
/
+3
2025-04-15
Avoid using `kw::Empty` when comparing names.
Nicholas Nethercote
-4
/
+7
2025-04-06
Update rinja version in `generate-copyright`
Guillaume Gomez
-2
/
+2
2025-04-03
Update to new rinja version (askama)
Guillaume Gomez
-5
/
+5
2025-03-06
Manual, post-`clippy --fix` cleanups
Yotam Ofek
-9
/
+7
2025-03-06
`x clippy src/librustdoc --fix`
Yotam Ofek
-4
/
+2
2025-03-04
Adapt `librustdoc` to 2024 edition lifetieme capture rules
Yotam Ofek
-207
/
+120
2025-02-23
return `impl fmt::Display` in more places instead of writing to strings
Yotam Ofek
-1528
/
+1699
2025-02-17
librustdoc: more usages of `Joined::joined`
Yotam Ofek
-16
/
+12
2025-02-14
librustdoc: make `item_path` formatting lazy
Yotam Ofek
-5
/
+5
2025-02-14
librustdoc: make `notable_traits_button` formatting lazy
Yotam Ofek
-2
/
+1
2025-02-14
librustdoc: make `bounds` formatting lazy
Yotam Ofek
-23
/
+22
2025-02-14
librustdoc: create `MaybeDisplay` helper for `Option<T: Display>` types
Yotam Ofek
-1
/
+1
2025-02-12
Nuke `Buffer` abstraction from `librustdoc` 💣
Yotam Ofek
-257
/
+347
2025-02-05
Auto merge of #136244 - yotamofek:pr/rustdoc-join-iter, r=GuillaumeGomez
bors
-31
/
+27
2025-02-04
librustdoc: create a helper for separating elements of an iterator instead of...
Yotam Ofek
-31
/
+27
2025-01-30
fix(rustdoc): always use a channel when linking to doc.rust-lang.org
Alexis (Poliorcetics) Bourget
-1
/
+1
2025-01-23
Auto merge of #135494 - yotamofek:rustdoc-fmt-from_fn, r=fmease
bors
-13
/
+13
2025-01-22
rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding it
Yotam Ofek
-13
/
+13
2025-01-22
rustdoc: Finalize dyn compatibility renaming
León Orell Valerian Liehr
-2
/
+1
2025-01-18
Remove more CSS classes
Guillaume Gomez
-17
/
+8
2025-01-17
Handle reexports items list a bit differently since they cannot have document...
Guillaume Gomez
-7
/
+5
2025-01-17
Replace ul/li list with dl/dd/dt elements
Guillaume Gomez
-19
/
+11
2025-01-14
Add hir::HeaderSafety to make follow up commits simpler
Oli Scherer
-1
/
+1
2024-12-25
Improve rustdoc code
Guillaume Gomez
-1
/
+1
2024-12-20
Rollup merge of #134321 - dtolnay:docassocconst, r=fmease
Jacob Pratt
-2
/
+4
2024-12-19
Rename TyAssocTypeItem -> RequiredAssocTypeItem
David Tolnay
-1
/
+2
2024-12-19
Rename TyAssocConstItem -> RequiredAssocConstItem
David Tolnay
-1
/
+2
2024-12-14
Add some convenience helper methods on `hir::Safety`
Oli Scherer
-4
/
+2
2024-12-01
Move `SharedContext` out of `Rc`
Guillaume Gomez
-61
/
+56
2024-12-01
Stop cloning `Context` so much
Guillaume Gomez
-1
/
+1
2024-11-28
Fix new clippy lints
Guillaume Gomez
-11
/
+11
2024-11-13
rustdoc: Treat decl macros like other items
León Orell Valerian Liehr
-2
/
+7
2024-11-01
rustdoc: Directly use rustc_abi instead of reexports
Jubilee Young
-1
/
+1
2024-10-16
rustdoc: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-6
/
+8
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-2
/
+2
2024-09-30
rustdoc: rewrite stability inheritance as a pass
Lukas Markeffsky
-19
/
+12
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+6
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-19
/
+19
2024-09-05
Add missing sidebar associated items
Guillaume Gomez
-16
/
+16
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-01
rustdoc: Remove OpaqueTy
Alona Enraght-Moony
-31
/
+0
2024-07-29
rustdoc: properly handle path wrapping
Michael Howell
-1
/
+1
2024-07-29
rustdoc: word wrap CamelCase in the item list table
Michael Howell
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+7
2024-07-27
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
Michael Howell
-3
/
+3
2024-07-24
rustdoc: clean up and fix ord violations in item sorting
Michael Howell
-69
/
+118
2024-07-23
Replace askama with rinja
Guillaume Gomez
-3
/
+3
2024-07-19
Improve display of trait bounds when there are more than two
Guillaume Gomez
-7
/
+14
[next]