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
/
sidebar.rs
Age
Commit message (
Expand
)
Author
Lines
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