about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2023-10-24Expose a non-Symbol way to access current rustc version stringDavid Tolnay-2/+2
2023-10-24Handle structured stable attribute 'since' version in rustdocDavid Tolnay-9/+22
2023-10-22rustdoc: make JS trait impls act more like HTMLMichael Howell-3/+19
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-22/+385
2023-10-22Revert "rustdoc: list matching impls on type aliases"Michael Howell-42/+4
2023-10-22Revert "Add note about lazy_type_alias"Michael Howell-2/+2
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-55/+78
2023-10-22Revert "rustdoc: filter before storing in vec"Michael Howell-10/+4
2023-10-22rustdoc: rename `/implementors` to `/impl.trait`Michael Howell-5/+5
2023-10-14Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G...Matthias Krüger-20/+19
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-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-15/+32
2023-10-10Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...Guillaume Gomez-17/+60
2023-10-09Improve codeGuillaume Gomez-12/+12
2023-10-08rustdoc: add missing macros to sibling nav sidebarMichael Howell-7/+6
2023-10-08rustdoc: clean up the In [name] up-pointerMichael Howell-5/+19
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-5/+8
2023-10-08rustdoc: clean up the layout for annotated version numbersMichael Howell-1/+5
2023-10-08rustdoc: show crate name beside small logoMichael Howell-9/+6
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-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-17/+60
2023-09-19Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomezGuillaume Gomez-113/+140
2023-09-18rustdoc: hide repr(transparent) if it isn't part of the public ABILeón Orell Valerian Liehr-20/+19
2023-09-17Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...Guillaume Gomez-2/+7
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-12/+3
2023-09-13Rollup merge of #115812 - GuillaumeGomez:merge-settings-into-rustdoc-css, r=n...Matthias Krüger-3/+0
2023-09-13Merge settings.css into rustdoc.cssGuillaume Gomez-3/+0
2023-09-11Add missing "Aliased type" title in the sidebarGuillaume Gomez-0/+1
2023-09-10rustdoc: filter before storing in vecMichael Howell-4/+10
2023-09-09rustdoc: factor all-impls-for-item out into its own methodMichael Howell-78/+55
2023-09-08rustdoc: add impl items from aliased type into sidebarMichael Howell-5/+40
2023-09-08Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau...Guillaume Gomez-4/+43
2023-09-08Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri...Matthias Krüger-14/+30
2023-09-07Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomezbors-133/+290
2023-09-06Render missing fields in tuple struct/enum as /* private fields */Michael Goulet-14/+30
2023-09-03rustdoc-search: add support for type parametersMichael Howell-113/+140
2023-09-02Correctly handle paths from foreign itemsGuillaume Gomez-11/+46
2023-09-01Merge all loops into one when generating search indexGuillaume Gomez-92/+65
2023-09-01[rustdoc] Fix path in type-based searchGuillaume Gomez-13/+50
2023-08-28rustdoc: always print type alias inner type (with it's where clauses)Urgau-5/+14
2023-08-26Add note about lazy_type_aliasMichael Howell-2/+2
2023-08-26rustdoc: remove details for type alias inner type and fix sidebarUrgau-94/+77
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: list matching impls on type aliasesMichael Howell-4/+43