about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2023-12-15Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdocGuillaume Gomez-11/+2
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-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
2023-11-23Don't print "private fields" on empty tuple structsKyuuhachi-5/+9
2023-11-22Don't merge cfg and doc(cfg) attributes for re-exportsGuillaume Gomez-11/+2
2023-11-15Re-format code with new rustfmtMark Rousskov-9/+11
2023-11-02Fix order of implementations in the "implementations on foreign types" sectionGuillaume Gomez-1/+2
2023-10-31Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomezMatthias Krüger-0/+15
2023-10-30Move deprecation_in_effect to inherent method on DeprecationDavid Tolnay-6/+1
2023-10-29feat: Add 'object-safety' ID to init_id_map() in rustdocAlexis (Poliorcetics) Bourget-1/+2
2023-10-29feat: render Object Safety informations non-object safe traitsAlexis (Poliorcetics) Bourget-0/+14
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-0/+98
2023-10-22rustdoc: rename `/implementors` to `/impl.trait`Michael Howell-4/+4
2023-10-14Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G...Matthias Krüger-12/+11
2023-10-11Improve code documentation a bitGuillaume Gomez-2/+2
2023-10-11Show enum discriminant if a compatible repr is usedGuillaume Gomez-10/+24
2023-10-09Improve codeGuillaume Gomez-12/+12
2023-10-07Correctly handle cross-crate C-like variantsGuillaume Gomez-20/+7
2023-10-07Only display enum variants integer values if one of them has a value setGuillaume Gomez-18/+27
2023-10-06Show values of C-like variants even if not defined by the userGuillaume Gomez-22/+90
2023-09-25Show enum variant value if it is a C-like variantGuillaume Gomez-2/+14
2023-09-18rustdoc: hide repr(transparent) if it isn't part of the public ABILeón Orell Valerian Liehr-12/+11
2023-09-08Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri...Matthias Krüger-14/+30
2023-09-06Render missing fields in tuple struct/enum as /* private fields */Michael Goulet-14/+30
2023-08-28rustdoc: always print type alias inner type (with it's where clauses)Urgau-4/+13
2023-08-26rustdoc: remove details for type alias inner type and fix sidebarUrgau-92/+51
2023-08-26rustdoc: bind typedef inner type items to the folding systemUrgau-13/+20
2023-08-26rustdoc: show inner enum and struct in type definition for concrete typeUrgau-0/+94
2023-08-24rustdoc: extract logic for printing enum fields and struct variantsUrgau-131/+195
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-5/+5
2023-08-21rustdoc: Rename "Type Definition" to "Type Alias"Noah Lev-1/+1
2023-08-16Use more named format argsGuillaume Gomez-12/+18
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-49/+41
2023-07-30Remove some unneeded `clone()` callsGuillaume Gomez-1/+1
2023-07-28Render generic const items in rustdocLeón Orell Valerian Liehr-1/+3
2023-06-12Revert "List matching impls on type aliases"Guillaume Gomez-32/+16
2023-06-11Add `item_template` macroNicky Lim-57/+116
2023-06-09List matching impls on type aliasesGuillaume Gomez-16/+32
2023-06-08Rollup merge of #112034 - sladyn98:migrate-opaque-ty, r=GuillaumeGomezGuillaume Gomez-3/+10
2023-06-08Migrate item_opaque_type to Askamasladynnunes-3/+10
2023-06-05Rollup merge of #112243 - GuillaumeGomez:rm-unneeded-buffer-creations, r=notr...Guillaume Gomez-21/+16
2023-06-05Move write! arguments directly into the stringGuillaume Gomez-4/+4
2023-06-03Remove unneeded `Buffer` allocations when `&mut fmt::Write` can be used directlyGuillaume Gomez-21/+16
2023-06-03Auto merge of #112032 - sladyn98:migrate-item-primitive, r=GuillaumeGomezbors-3/+3
2023-06-01Rollup merge of #112030 - sladyn98:item-trait-alias, r=GuillaumeGomezMichael Goulet-8/+15
2023-06-01Migrate to Askamasladynnunes-8/+15