about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
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
2023-01-26rustdoc: remove mostly-unused CSS classes import/module-itemMichael Howell-2/+2
2023-01-23rustdoc: make item links consistently use `title="{shortty} {path}"`Michael Howell-1/+1
2023-01-21Remove some superfluous type parameters from layout.rs.Michael Benfield-2/+2
2023-01-17Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume...Matthias Krüger-16/+16
2023-01-14rustdoc: remove redundant item kind class from `.item-decl > pre`Michael Howell-16/+16
2023-01-14Rollup merge of #106855 - klensy:rd-s, r=notriddleMatthias Krüger-2/+2
2023-01-13rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggleMichael Howell-3/+3
2023-01-13evade clonesklensy-2/+2
2023-01-03clean: Remove `ctor_kind` from `VariantStruct`.Nixon Enraght-Moony-10/+1
2023-01-01clean: Always store enum disriminant.Nixon Enraght-Moony-17/+20
2022-12-12rustdoc: stop treating everything in a trait item as a methodMichael Howell-1/+2
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-2/+2
2022-11-24make rustc_target usable outside of rustchkalbasi-4/+4
2022-11-23Improve accessibility:Guillaume Gomez-9/+9
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-8/+8
2022-11-17rustdoc: use `code-header` class to format enum variantsMichael Howell-15/+16
2022-11-07rustdoc: use javascript to layout notable traits popupsMichael Howell-10/+19
2022-11-07rustdoc: refactor `notable_traits_decl` to just act on the type directlyMichael Howell-1/+6
2022-11-05Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomezMatthias Krüger-4/+4
2022-11-03Remove rustdoc clean::Visibility typeGuillaume Gomez-18/+23
2022-10-30Make rustdoc Item::visibility computed on-demandGuillaume Gomez-30/+36
2022-10-29Make --static-root-path point to static.filesJacob Hoffman-Andrews-1/+1
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-3/+3
2022-10-08rustdoc: remove weird `<a href="#">` wrapper around unsafe triangleMichael Howell-1/+1
2022-10-06rustdoc: remove unused HTML `class="item-list"`Michael Howell-4/+4
2022-09-30rustdoc: add missing margin to no-docblock trait itemsMichael Howell-2/+2
2022-09-28rustdoc: add method spacing to trait methodsMichael Howell-1/+1
2022-09-19rustdoc: remove `docblock` class from `item-decl`Michael Howell-15/+15
2022-09-03Rustdoc-Json: Add enum discriminantNixon Enraght-Moony-1/+2
2022-08-31Rollup merge of #101204 - aDotInTheVoid:async-resugar-in-clean, r=GuillaumeGomezRalf Jung-1/+1