summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2025-04-17Rollup merge of #139943 - fmease:rustdoc-ixcre-trait-aliases, r=GuillaumeGomezMatthias Krüger-2/+3
2025-04-17Support inlined cross-crate re-exported trait aliasesLeón Orell Valerian Liehr-2/+3
2025-04-15Avoid using `kw::Empty` when comparing names.Nicholas Nethercote-4/+7
2025-04-06Update rinja version in `generate-copyright`Guillaume Gomez-2/+2
2025-04-03Update to new rinja version (askama)Guillaume Gomez-5/+5
2025-03-06Manual, post-`clippy --fix` cleanupsYotam Ofek-9/+7
2025-03-06`x clippy src/librustdoc --fix`Yotam Ofek-4/+2
2025-03-04Adapt `librustdoc` to 2024 edition lifetieme capture rulesYotam Ofek-207/+120
2025-02-23return `impl fmt::Display` in more places instead of writing to stringsYotam Ofek-1528/+1699
2025-02-17librustdoc: more usages of `Joined::joined`Yotam Ofek-16/+12
2025-02-14librustdoc: make `item_path` formatting lazyYotam Ofek-5/+5
2025-02-14librustdoc: make `notable_traits_button` formatting lazyYotam Ofek-2/+1
2025-02-14librustdoc: make `bounds` formatting lazyYotam Ofek-23/+22
2025-02-14librustdoc: create `MaybeDisplay` helper for `Option<T: Display>` typesYotam Ofek-1/+1
2025-02-12Nuke `Buffer` abstraction from `librustdoc` 💣Yotam Ofek-257/+347
2025-02-05Auto merge of #136244 - yotamofek:pr/rustdoc-join-iter, r=GuillaumeGomezbors-31/+27
2025-02-04librustdoc: create a helper for separating elements of an iterator instead of...Yotam Ofek-31/+27
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-1/+1
2025-01-23Auto merge of #135494 - yotamofek:rustdoc-fmt-from_fn, r=fmeasebors-13/+13
2025-01-22rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding itYotam Ofek-13/+13
2025-01-22rustdoc: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-2/+1
2025-01-18Remove more CSS classesGuillaume Gomez-17/+8
2025-01-17Handle reexports items list a bit differently since they cannot have document...Guillaume Gomez-7/+5
2025-01-17Replace ul/li list with dl/dd/dt elementsGuillaume Gomez-19/+11
2025-01-14Add hir::HeaderSafety to make follow up commits simplerOli Scherer-1/+1
2024-12-25Improve rustdoc codeGuillaume Gomez-1/+1
2024-12-20Rollup merge of #134321 - dtolnay:docassocconst, r=fmeaseJacob Pratt-2/+4
2024-12-19Rename TyAssocTypeItem -> RequiredAssocTypeItemDavid Tolnay-1/+2
2024-12-19Rename TyAssocConstItem -> RequiredAssocConstItemDavid Tolnay-1/+2
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-4/+2
2024-12-01Move `SharedContext` out of `Rc`Guillaume Gomez-61/+56
2024-12-01Stop cloning `Context` so muchGuillaume Gomez-1/+1
2024-11-28Fix new clippy lintsGuillaume Gomez-11/+11
2024-11-13rustdoc: Treat decl macros like other itemsLeón Orell Valerian Liehr-2/+7
2024-11-01rustdoc: Directly use rustc_abi instead of reexportsJubilee Young-1/+1
2024-10-16rustdoc: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-6/+8
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-2/+2
2024-09-30rustdoc: rewrite stability inheritance as a passLukas Markeffsky-19/+12
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-6/+6
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-19/+19
2024-09-05Add missing sidebar associated itemsGuillaume Gomez-16/+16
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-08-01rustdoc: Remove OpaqueTyAlona Enraght-Moony-31/+0
2024-07-29rustdoc: properly handle path wrappingMichael Howell-1/+1
2024-07-29rustdoc: word wrap CamelCase in the item list tableMichael Howell-3/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+7
2024-07-27rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`Michael Howell-3/+3
2024-07-24rustdoc: clean up and fix ord violations in item sortingMichael Howell-69/+118
2024-07-23Replace askama with rinjaGuillaume Gomez-3/+3
2024-07-19Improve display of trait bounds when there are more than twoGuillaume Gomez-7/+14