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
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
2024-06-20
Implement `unsafe_extern_blocks` feature in rustdoc
Guillaume Gomez
-5
/
+18
2024-06-05
Remove `Type` from rustdoc `Const`
Boxy
-5
/
+12
2024-05-26
rustdoc: Show "const" for const-unstable if also overall unstable
Noah Lev
-1
/
+12
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-7
/
+7
2024-04-19
Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc
bors
-5
/
+1
2024-04-09
rustdoc: load icons from css instead of inline
Michael Howell
-12
/
+2
2024-04-09
rustdoc: clean up type alias code
Michael Howell
-16
/
+12
2024-03-27
rustdoc: Swap fields and variant documentations
chloekek
-2
/
+2
2024-03-14
fix polarity
Manish Goregaokar
-2
/
+2
2024-03-14
Make compact
Manish Goregaokar
-10
/
+10
2024-03-14
Refactor visibility_print_with_space to directly take an item
Manish Goregaokar
-33
/
+15
2024-03-14
print ghosts
Manish Goregaokar
-0
/
+6
2024-03-01
Correctly generate item info of trait items
Guillaume Gomez
-3
/
+6
2024-01-19
Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddle
Matthias Krüger
-61
/
+51
2024-01-08
Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefId
Michael Goulet
-2
/
+1
2023-12-15
Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdoc
Guillaume Gomez
-11
/
+2
2023-12-05
Generate section headings all from one place
Guillaume Gomez
-61
/
+51
2023-12-05
Make all headings display the same by creating an anchor right beside them
Guillaume Gomez
-1
/
+1
2023-12-04
Don't generate the "Fields" heading if there is no field displayed
Guillaume Gomez
-1
/
+8
2023-12-01
Add highlighting for comments in items declaration
Guillaume Gomez
-8
/
+14
2023-11-29
rustdoc: remove small from `small-section-header`
Michael Howell
-7
/
+7
2023-11-29
Always display stability version even if it's the same as the containing item
Guillaume Gomez
-5
/
+1
2023-11-29
rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.
Alona Enraght-Moony
-2
/
+3
2023-11-24
Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`
David Tolnay
-2
/
+4
2023-11-23
Sort unstable items last in rustdoc, instead of first
David Tolnay
-2
/
+2
[next]