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
/
html
/
render
Age
Commit message (
Expand
)
Author
Lines
2024-08-26
rustdoc: fix missing resource suffix on `crates.js`
Michael Howell
-9
/
+15
2024-08-25
Generate missing source link on impl associated types
Guillaume Gomez
-0
/
+2
2024-08-22
rustdoc-search: use tighter json for names and parents
Michael Howell
-6
/
+30
2024-08-20
rustdoc: add test case for modnav position when TOC is off
Michael Howell
-11
/
+7
2024-08-20
rustdoc: show code spans as `<code>` in TOC
Michael Howell
-2
/
+10
2024-08-20
rustdoc: add separate section for module items
Michael Howell
-3
/
+14
2024-08-20
rustdoc: add separate section for module items
Michael Howell
-6
/
+30
2024-08-20
Add configuration options to hide TOC or module navigation
Michael Howell
-4
/
+12
2024-08-20
Add Top TOC support to rustdoc
Michael Howell
-98
/
+139
2024-08-20
Auto merge of #128252 - EtomicBomb:pre-rfc, r=notriddle
bors
-683
/
+1551
2024-08-10
Stop showing impl items for negative impls
Guillaume Gomez
-16
/
+21
2024-08-08
fix typos, more Self
EtomicBomb
-17
/
+13
2024-08-07
rename sortedjson -> orderedjson
EtomicBomb
-192
/
+227
2024-08-07
added unit tests for write_shared
EtomicBomb
-51
/
+257
2024-08-07
move sorted_template and sorted_json tests
EtomicBomb
-271
/
+270
2024-08-07
add blank line, remove extraneous comment
EtomicBomb
-1
/
+0
2024-08-07
initial implementation of mergable rustdoc cci
EtomicBomb
-682
/
+1315
2024-08-04
rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`)
Noah Lev
-6
/
+5
2024-08-04
Use `match` instead of sequence of `if let`s
Noah Lev
-234
/
+243
2024-08-04
rustdoc: Stop treating `Self` as a generic in search index
Noah Lev
-6
/
+1
2024-08-04
rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`
Noah Lev
-3
/
+12
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
-33
/
+0
2024-07-29
rustdoc: properly handle path wrapping
Michael Howell
-1
/
+1
2024-07-29
rustdoc: use `<wbr>` in sidebar headers
Michael Howell
-1
/
+17
2024-07-29
rustdoc: word wrap CamelCase in the item list table
Michael Howell
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-45
/
+36
2024-07-27
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
Michael Howell
-26
/
+47
2024-07-24
rustdoc: clean up and fix ord violations in item sorting
Michael Howell
-70
/
+119
2024-07-23
Replace askama with rinja
Guillaume Gomez
-7
/
+7
2024-07-19
Improve display of trait bounds when there are more than two
Guillaume Gomez
-7
/
+14
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-07-14
Fix trivial gen ident usage in tools
Michael Goulet
-3
/
+3
2024-06-30
Uplift fast rejection to new solver
Michael Goulet
-2
/
+1
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-06-01
Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...
bors
-5
/
+0
2024-05-31
Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...
Matthias Krüger
-23
/
+23
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-23
/
+23
2024-05-29
Make `body_owned_by` return the body directly.
Oli Scherer
-3
/
+1
2024-05-26
rustdoc: Show "const" for const-unstable if also overall unstable
Noah Lev
-4
/
+17
2024-05-25
rustdoc: Elide const-unstable if also unstable overall
Noah Lev
-8
/
+13
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-11
/
+11
2024-05-14
rustdoc: Negative impls are not notable
Michael Goulet
-0
/
+8
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-0
/
+1
2024-05-05
Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomez
Guillaume Gomez
-23
/
+39
2024-05-01
Stabilize `custom_code_classes_in_docs` feature
Guillaume Gomez
-5
/
+0
2024-04-28
Remove direct dependencies on lazy_static, once_cell and byteorder
George Bateman
-12
/
+11
[prev]
[next]