about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2023-03-04Rollup merge of #108734 - clubby789:rustdoc-layout-uninhabited, r=GuillaumeGomezMatthias Krüger-0/+6
2023-03-04rustdoc: include link on all.html location headerMichael Howell-3/+1
2023-03-04rustdoc: function signature search with traits in `where` clauseMichael Howell-21/+13
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 #108076 - GuillaumeGomez:more-let-chain, r=notriddleMatthias Krüger-35/+31
2023-02-15Use more let chainGuillaume Gomez-35/+31
2023-02-15Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8KiDylan DPC-2/+2
2023-02-13rustdoc: use a string with one-character codes for search index typesMichael Howell-1/+10
2023-02-13Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...Matthias Krüger-1/+1
2023-02-12Rollup merge of #107934 - notriddle:notriddle/intra-doc-link-meta-description...Matthias Krüger-1/+4
2023-02-11rustdoc: account for intra-doc links in `<meta name="description">`Michael Howell-1/+4
2023-02-11Rollup merge of #107864 - notriddle:notriddle/rustdoc-write-stutter, r=Guilla...Matthias Krüger-15/+12
2023-02-11Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume...Dylan DPC-9/+3
2023-02-10Rollup merge of #107852 - notriddle:notriddle/rm-tab, r=GuillaumeGomezMatthias Krüger-7/+5
2023-02-09rustdoc: clean up `write!` calls with less stutteringMichael Howell-15/+12
2023-02-09Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomezDylan DPC-23/+52
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-03rustdoc: use the same URL escape rules for fragments as for examplesMichael Howell-23/+52
2023-02-03Rollup merge of #107615 - notriddle:notriddle/nbsp, r=GuillaumeGomezMichael Goulet-2/+2
2023-02-03Replace nbsp in all rustdoc code blocksMichael Howell-2/+2
2023-02-02Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri...bors-1/+1
2023-01-31rustdoc: stop making unstable items transparentMichael Howell-14/+5
2023-01-31rustdoc: remove inconsistently-present sidebar tooltipsMichael Howell-9/+3
2023-01-31Rollup merge of #107482 - notriddle:notriddle/keywords, r=jshaYuki Okushi-12/+2
2023-01-30rustdoc: remove meta keywords from HTMLMichael Howell-12/+2
2023-01-30rustdoc: remove unnecessary wrapper div.item-decl from HTMLMichael Howell-312/+272
2023-01-28rustdoc: remove unused class `has-srclink`Michael Howell-17/+5
2023-01-27rustdoc: merge doctest tooltip with notable traits tooltipMichael Howell-1/+1
2023-01-27Improve code readabilityGuillaume Gomez-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-22rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`Vadim Petrochenkov-10/+10
2023-01-21Remove some superfluous type parameters from layout.rs.Michael Benfield-2/+2
2023-01-19Revert "Improve code readability"Guillaume Gomez-1/+1
2023-01-19Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkovbors-1/+1
2023-01-17Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume...Matthias Krüger-16/+16
2023-01-16Move compiler input and ouput paths into sessionOli Scherer-1/+1
2023-01-15rustdoc: simplify some & ref erencesMatthias Krüger-2/+2
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-13/+12
2023-01-14Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill...Matthias Krüger-1/+1
2023-01-14Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomezYuki Okushi-5/+5
2023-01-13rustdoc: remove `docblock` class from notable trait popoverMichael Howell-1/+1
2023-01-13rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggleMichael Howell-7/+7