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
/
mod.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
-21
/
+53
2024-12-19
Rename TyMethodItem -> RequiredMethodItem
David Tolnay
-4
/
+4
2024-12-19
Rename TyAssocTypeItem -> RequiredAssocTypeItem
David Tolnay
-3
/
+3
2024-12-19
Suppress `= _` on associated constants in impls
David Tolnay
-10
/
+40
2024-12-19
Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem
David Tolnay
-3
/
+5
2024-12-19
Rename TyAssocConstItem -> RequiredAssocConstItem
David Tolnay
-3
/
+3
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-2
/
+3
2024-12-05
Turn `markdown_split_summary_and_content` into a method of `Markdown`
Guillaume Gomez
-3
/
+3
2024-12-05
Always display first line of impl blocks even when collapsed
Guillaume Gomez
-17
/
+28
2024-12-01
Move `SharedContext` out of `Rc`
Guillaume Gomez
-36
/
+34
2024-11-28
Fix new clippy lints
Guillaume Gomez
-12
/
+10
2024-11-12
Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errors
Matthias Krüger
-3
/
+1
2024-11-10
ensure that all publicly reachable const fn have const stability info
Ralf Jung
-3
/
+1
2024-10-30
rustdoc-search: add type param names to index
Michael Howell
-0
/
+1
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-1
/
+3
2024-10-23
rustdoc: adjust spacing and typography in header
Michael Howell
-2
/
+2
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-19
/
+19
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-9
/
+9
2024-09-19
Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddle
bors
-1
/
+0
2024-09-10
Auto merge of #129337 - EtomicBomb:rfc, r=notriddle
bors
-0
/
+1
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-11
/
+11
2024-09-07
rfc#3662 changes under unstable flags
EtomicBomb
-0
/
+1
2024-09-07
Generate scraped examples buttons in JS
Guillaume Gomez
-1
/
+0
2024-09-05
Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle
Matthias Krüger
-24
/
+9
2024-09-05
Make impl associated constants sorted first
Guillaume Gomez
-11
/
+11
2024-09-05
Sort impl associated items by kinds and then by appearance
Guillaume Gomez
-1
/
+52
2024-09-02
Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdoc
Matthias Krüger
-4
/
+13
2024-08-31
Unify scraped examples with other code examples
Guillaume Gomez
-24
/
+9
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-25
Generate missing source link on impl associated types
Guillaume Gomez
-0
/
+2
2024-08-20
Auto merge of #128252 - EtomicBomb:pre-rfc, r=notriddle
bors
-0
/
+2
2024-08-10
Stop showing impl items for negative impls
Guillaume Gomez
-16
/
+21
2024-08-07
rename sortedjson -> orderedjson
EtomicBomb
-1
/
+1
2024-08-07
initial implementation of mergable rustdoc cci
EtomicBomb
-0
/
+2
2024-08-04
rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`)
Noah Lev
-6
/
+5
2024-08-04
rustdoc: Rename `SelfTy` to `ReceiverTy`
Noah Lev
-7
/
+7
2024-08-01
rustdoc: Remove dead opaque_tys rendering logic
Alona Enraght-Moony
-10
/
+0
2024-08-01
rustdoc: Remove OpaqueTy
Alona Enraght-Moony
-2
/
+0
2024-07-29
rustdoc: use `<wbr>` in sidebar headers
Michael Howell
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-13
/
+7
2024-07-27
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
Michael Howell
-23
/
+44
2024-07-23
Replace askama with rinja
Guillaume Gomez
-1
/
+1
2024-07-15
Create new CSS class for "big toggles"
Guillaume Gomez
-1
/
+1
2024-07-15
doc: Fold inline methods from Deref
Lzu Tao
-4
/
+13
2024-06-01
Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...
bors
-5
/
+0
2024-05-26
rustdoc: Show "const" for const-unstable if also overall unstable
Noah Lev
-3
/
+5
2024-05-25
rustdoc: Elide const-unstable if also unstable overall
Noah Lev
-8
/
+13
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-4
/
+4
2024-05-14
rustdoc: Negative impls are not notable
Michael Goulet
-0
/
+8
[next]