about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
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
2023-04-05rustdoc: migrate `item_union` to an Askama templateMichael Howell-254/+319
2023-04-03rustdoc: migrate document functions to return a DisplayMichael Howell-23/+26
2023-04-03rustdoc: convert render_attributes_in_pre to return a DisplayMichael Howell-15/+15
2023-04-03rustdoc: convert `print_tuple_struct_fields` to return a DisplayMichael Howell-16/+18
2023-03-26rustdoc: tweak `some variants omitted`Ezra Shaw-1/+1
2023-03-20rustdoc: Optimize impl sorting during renderingVadim Petrochenkov-7/+20
2023-03-17extra_info_tags don't return string, use display_fnklensy-35/+56
2023-03-11Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jshaMatthias Krüger-4/+5
2023-03-10rustdoc: sort deprecated items lower in searchPeter Jaszkowiak-4/+5
2023-03-04rustdoc: Note in a type's layout/size if it is uninhabitedclubby789-0/+6
2023-02-19Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomezDylan DPC-10/+10
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-1/+1
2023-02-15Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8KiDylan DPC-2/+2
2023-02-11Rollup merge of #107864 - notriddle:notriddle/rustdoc-write-stutter, r=Guilla...Matthias Krüger-15/+12
2023-02-09rustdoc: clean up `write!` calls with less stutteringMichael Howell-15/+12
2023-02-09rustdoc: remove unused fn parameter `tab`Michael Howell-7/+5
2023-02-07rustdoc: simplify DOM for `.item-table`Michael Howell-10/+10
2023-02-04rustdoc: trait bound formattingRoland Strasser-10/+10
2023-02-03Replace nbsp in all rustdoc code blocksMichael Howell-2/+2
2023-01-31rustdoc: stop making unstable items transparentMichael Howell-14/+5
2023-01-30rustdoc: remove unnecessary wrapper div.item-decl from HTMLMichael Howell-312/+272
2023-01-28rustdoc: remove unused class `has-srclink`Michael Howell-1/+1
2023-01-27Rollup merge of #107336 - notriddle:notriddle/import-item-module-item, r=Guil...Yuki Okushi-2/+2