summary refs log tree commit diff
path: root/src/librustdoc/html/render/sidebar.rs
AgeCommit message (Expand)AuthorLines
2023-09-11Add missing "Aliased type" title in the sidebarGuillaume Gomez-0/+1
2023-09-09rustdoc: factor all-impls-for-item out into its own methodMichael Howell-36/+2
2023-09-08rustdoc: add impl items from aliased type into sidebarMichael Howell-5/+40
2023-08-28rustdoc: always print type alias inner type (with it's where clauses)Urgau-1/+1
2023-08-26rustdoc: remove details for type alias inner type and fix sidebarUrgau-2/+26
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-4/+4
2023-08-16Use more named format argsGuillaume Gomez-2/+2
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-7/+7
2023-04-01a couple clippy::complexity fixesMatthias Krüger-5/+2
2023-03-10Render doc sidebar using Askamaclubby789-0/+561