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 (
Collapse
)
Author
Lines
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
map_identity filter_next option_as_ref_deref unnecessary_find_map redundant_slicing unnecessary_unwrap bool_comparison derivable_impls manual_flatten needless_borrowed_reference
2023-03-10
Render doc sidebar using Askama
clubby789
-0
/
+561