summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
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
2024-06-20Implement `unsafe_extern_blocks` feature in rustdocGuillaume Gomez-5/+18
2024-06-05Remove `Type` from rustdoc `Const`Boxy-5/+12
2024-05-26rustdoc: Show "const" for const-unstable if also overall unstableNoah Lev-1/+12
2024-05-17Rename Unsafe to SafetySantiago Pastorino-7/+7
2024-04-19Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdocbors-5/+1
2024-04-09rustdoc: load icons from css instead of inlineMichael Howell-12/+2
2024-04-09rustdoc: clean up type alias codeMichael Howell-16/+12
2024-03-27rustdoc: Swap fields and variant documentationschloekek-2/+2
2024-03-14fix polarityManish Goregaokar-2/+2
2024-03-14Make compactManish Goregaokar-10/+10
2024-03-14Refactor visibility_print_with_space to directly take an itemManish Goregaokar-33/+15
2024-03-14print ghostsManish Goregaokar-0/+6
2024-03-01Correctly generate item info of trait itemsGuillaume Gomez-3/+6
2024-01-19Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddleMatthias Krüger-61/+51
2024-01-08Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefIdMichael Goulet-2/+1
2023-12-15Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdocGuillaume Gomez-11/+2
2023-12-05Generate section headings all from one placeGuillaume Gomez-61/+51
2023-12-05Make all headings display the same by creating an anchor right beside themGuillaume Gomez-1/+1
2023-12-04Don't generate the "Fields" heading if there is no field displayedGuillaume Gomez-1/+8
2023-12-01Add highlighting for comments in items declarationGuillaume Gomez-8/+14
2023-11-29rustdoc: remove small from `small-section-header`Michael Howell-7/+7
2023-11-29Always display stability version even if it's the same as the containing itemGuillaume Gomez-5/+1
2023-11-29rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.Alona Enraght-Moony-2/+3
2023-11-24Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`David Tolnay-2/+4
2023-11-23Sort unstable items last in rustdoc, instead of firstDavid Tolnay-2/+2