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
/
sidebar.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-12
Nuke `Buffer` abstraction from `librustdoc` 💣
Yotam Ofek
-2
/
+1
2025-01-22
rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding it
Yotam Ofek
-3
/
+2
2025-01-06
rustdoc: Fix mismatched capitalization in sidebar
Noah Lev
-1
/
+1
2024-12-19
Rename TyAssocTypeItem -> RequiredAssocTypeItem
David Tolnay
-1
/
+1
2024-12-19
Rename TyAssocConstItem -> RequiredAssocConstItem
David Tolnay
-1
/
+1
2024-12-01
Move `SharedContext` out of `Rc`
Guillaume Gomez
-22
/
+50
2024-11-28
Fix new clippy lints
Guillaume Gomez
-3
/
+3
2024-10-16
rustdoc: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-5
/
+5
2024-09-05
Update to new rustdoc internal API
Guillaume Gomez
-16
/
+13
2024-09-05
Add missing sidebar associated items
Guillaume Gomez
-22
/
+40
2024-09-05
Make impl associated constants sorted first
Guillaume Gomez
-2
/
+2
2024-09-05
Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc
Matthias Krüger
-98
/
+184
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-20
rustdoc: add test case for modnav position when TOC is off
Michael Howell
-6
/
+5
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
-3
/
+24
2024-08-20
Add configuration options to hide TOC or module navigation
Michael Howell
-4
/
+11
2024-08-20
Add Top TOC support to rustdoc
Michael Howell
-97
/
+137
2024-07-29
rustdoc: use `<wbr>` in sidebar headers
Michael Howell
-0
/
+16
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+9
2024-07-23
Replace askama with rinja
Guillaume Gomez
-1
/
+1
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-13
/
+11
2023-10-29
feat: render Object Safety informations non-object safe traits
Alexis (Poliorcetics) Bourget
-0
/
+8
2023-10-22
rustdoc: use JS to inline target type impl docs into alias
Michael Howell
-20
/
+37
2023-10-22
Revert "rustdoc: add impl items from aliased type into sidebar"
Michael Howell
-40
/
+5
2023-10-22
Revert "rustdoc: factor all-impls-for-item out into its own method"
Michael Howell
-2
/
+36
2023-10-11
Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease
bors
-8
/
+16
2023-10-08
rustdoc: add missing macros to sibling nav sidebar
Michael Howell
-7
/
+5
2023-10-08
rustdoc: clean up the In [name] up-pointer
Michael Howell
-3
/
+16
2023-10-08
rustdoc: show crate name beside small logo
Michael Howell
-6
/
+3
2023-09-21
rustdoc-search: add impl disambiguator to duplicate assoc items
Michael Howell
-2
/
+1
2023-09-11
Add missing "Aliased type" title in the sidebar
Guillaume Gomez
-0
/
+1
2023-09-09
rustdoc: factor all-impls-for-item out into its own method
Michael Howell
-36
/
+2
2023-09-08
rustdoc: add impl items from aliased type into sidebar
Michael Howell
-5
/
+40
2023-08-28
rustdoc: always print type alias inner type (with it's where clauses)
Urgau
-1
/
+1
2023-08-26
rustdoc: remove details for type alias inner type and fix sidebar
Urgau
-2
/
+26
2023-08-21
rustdoc: Rename `clean` items from typedef to type alias
Noah Lev
-4
/
+4
2023-08-16
Use more named format args
Guillaume Gomez
-2
/
+2
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-7
/
+7
2023-04-01
a couple clippy::complexity fixes
Matthias Krüger
-5
/
+2
2023-03-10
Render doc sidebar using Askama
clubby789
-0
/
+561