about summary refs log tree commit diff
path: root/src/librustdoc/html/render/sidebar.rs
AgeCommit message (Expand)AuthorLines
2025-07-19Fix clippy lints in librustdocGuillaume Gomez-1/+1
2025-05-25Rename `clean::Enum::variants` method into `non_stripped_variants`Guillaume Gomez-1/+1
2025-05-24Update `askama` version to `0.14.0` in librustdocGuillaume Gomez-1/+1
2025-05-20Make some fns return `fmt::Result` to get rid of a few `unwrap`sYotam Ofek-2/+8
2025-04-03Update to new rinja version (askama)Guillaume Gomez-3/+3
2025-03-25Rollup merge of #138917 - nnethercote:rustdoc-remove-useless, r=GuillaumeGomezJacob Pratt-26/+36
2025-03-25rustdoc: remove useless `Symbol::is_empty` checks.Nicholas Nethercote-26/+36
2025-03-22rustdoc: be more strict about "Methods from Deref"binarycat-1/+4
2025-03-06Implement `Ord` by-hand instead of `PartialOrd` for `Link`Yotam Ofek-6/+12
2025-02-19Add custom sort for link in rustdocyukang-1/+17
2025-02-12Nuke `Buffer` abstraction from `librustdoc` 💣Yotam Ofek-2/+1
2025-01-22rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding itYotam Ofek-3/+2
2025-01-06rustdoc: Fix mismatched capitalization in sidebarNoah Lev-1/+1
2024-12-19Rename TyAssocTypeItem -> RequiredAssocTypeItemDavid Tolnay-1/+1
2024-12-19Rename TyAssocConstItem -> RequiredAssocConstItemDavid Tolnay-1/+1
2024-12-01Move `SharedContext` out of `Rc`Guillaume Gomez-22/+50
2024-11-28Fix new clippy lintsGuillaume Gomez-3/+3
2024-10-16rustdoc: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-3/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-5/+5
2024-09-05Update to new rustdoc internal APIGuillaume Gomez-16/+13
2024-09-05Add missing sidebar associated itemsGuillaume Gomez-22/+40
2024-09-05Make impl associated constants sorted firstGuillaume Gomez-2/+2
2024-09-05Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdocMatthias Krüger-98/+184
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-08-20rustdoc: add test case for modnav position when TOC is offMichael Howell-6/+5
2024-08-20rustdoc: show code spans as `<code>` in TOCMichael Howell-2/+10
2024-08-20rustdoc: add separate section for module itemsMichael Howell-3/+14
2024-08-20rustdoc: add separate section for module itemsMichael Howell-3/+24
2024-08-20Add configuration options to hide TOC or module navigationMichael Howell-4/+11
2024-08-20Add Top TOC support to rustdocMichael Howell-97/+137
2024-07-29rustdoc: use `<wbr>` in sidebar headersMichael Howell-0/+16
2024-07-29Reformat `use` declarations.Nicholas Nethercote-8/+9
2024-07-23Replace askama with rinjaGuillaume Gomez-1/+1
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