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-10
Stop showing impl items for negative impls
Guillaume Gomez
-16
/
+21
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-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
2024-04-19
rustdoc-search: add index of borrow references
Michael Howell
-23
/
+39
2024-04-19
Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc
bors
-54
/
+14
2024-04-18
Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez
bors
-16
/
+140
2024-04-18
Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb
bors
-1
/
+3
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-1
/
+3
2024-04-16
Always use `ty::` qualifier for `TyKind` enum variants.
Nicholas Nethercote
-3
/
+2
2024-04-16
Avoid unnecessary `rustc_span::DUMMY_SP` usage.
Nicholas Nethercote
-3
/
+3
2024-04-09
rustdoc: load icons from css instead of inline
Michael Howell
-13
/
+3
2024-04-09
rustdoc: clean up type alias code
Michael Howell
-16
/
+12
2024-04-08
Update search_index.rs
Michael Howell
-1
/
+0
2024-04-08
rustdoc: improve comments based on feedback
Michael Howell
-8
/
+13
2024-04-08
rustdoc-search: single result for items with multiple paths
Michael Howell
-16
/
+136
2024-04-08
Thread pattern types through the HIR
Oli Scherer
-1
/
+1
2024-04-02
Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomez
Guillaume Gomez
-44
/
+370
2024-04-02
Clean up src/librustdoc/html/render/search_index/encode.rs
Michael Howell
-24
/
+22
2024-03-28
Make local_crate_source_file return a RealFileName
Urgau
-1
/
+1
2024-03-27
Add rustdoc hack
Oli Scherer
-2
/
+3
2024-03-27
Remove `DefId`'s `Partial/Ord` impls
Oli Scherer
-2
/
+2
[next]