summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
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
2023-05-31Rollup merge of #112113 - notriddle:notriddle/rm-fnretty, r=GuillaumeGomezMatthias Krüger-2/+1
2023-05-31Rollup merge of #112031 - sladyn98:migrate-proc-macro, r=GuillaumeGomezMatthias Krüger-10/+16
2023-05-30rustdoc: simplify `clean` by removing `FnRetTy`Michael Howell-2/+1
2023-05-28Migrate to Askamasladynnunes-3/+3
2023-05-28Migrate to Askamasladynnunes-10/+16
2023-05-28Rollup merge of #112005 - sladyn98:item-foreign-types, r=GuillaumeGomezfee1-dead-6/+8
2023-05-27Migrate to Askamasladynnunes-6/+8
2023-05-27Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddleMatthias Krüger-9/+8
2023-05-27Rollup merge of #111946 - nicklimmm:askama-item-template-trait, r=GuillaumeGomezMatthias Krüger-38/+57
2023-05-27Clean up usage of `cx.tcx` when `tcx` is already set into a variableGuillaume Gomez-9/+8
2023-05-27Rollup merge of #111927 - sladyn98:item-static, r=GuillaumeGomezMatthias Krüger-5/+9
2023-05-26Formatted file correctlysladynnunes-1/+0
2023-05-26Fixed testssladynnunes-4/+9
2023-05-26Fix failing CIsladynnunes-1/+1
2023-05-25Add `ItemTemplate` traitNicky Lim-38/+57
2023-05-24Migrate item_static to Askamasladynnunes-1/+1
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-3/+3
2023-04-29Fix display of attributes for enumsGuillaume Gomez-2/+2
2023-04-29Get `repr` information through `AdtDef` for foreign itemsGuillaume Gomez-11/+12
2023-04-22Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jshaYuki Okushi-116/+2
2023-04-21rustdoc: factor `document_type_layout` into its own moduleMichael Howell-77/+2
2023-04-21rustdoc: get rid of redundant, nested `let` linesMichael Howell-17/+13
2023-04-18rustdoc: create variants list outside of templateMichael Howell-56/+53
2023-04-18rustdoc: use a separate template for type layout sizeMichael Howell-12/+12
2023-04-10Fix typos in librustdocDaniPopes-2/+3
2023-04-08rustdoc: migrate `document_type_layout` to askamaMichael Howell-99/+67