about summary refs log tree commit diff
path: root/src/librustdoc/html/render/sidebar.rs
AgeCommit message (Expand)AuthorLines
2023-11-15Re-format code with new rustfmtMark Rousskov-13/+11
2023-10-29feat: render Object Safety informations non-object safe traitsAlexis (Poliorcetics) Bourget-0/+8
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-20/+37
2023-10-22Revert "rustdoc: add impl items from aliased type into sidebar"Michael Howell-40/+5
2023-10-22Revert "rustdoc: factor all-impls-for-item out into its own method"Michael Howell-2/+36
2023-10-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-8/+16
2023-10-08rustdoc: add missing macros to sibling nav sidebarMichael Howell-7/+5
2023-10-08rustdoc: clean up the In [name] up-pointerMichael Howell-3/+16
2023-10-08rustdoc: show crate name beside small logoMichael Howell-6/+3
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-2/+1
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