about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2023-02-27Rollup merge of #108494 - GuillaumeGomez:cleanup-js, r=notriddleMatthias Krüger-13/+7
2023-02-26Clean up JS files code a bitGuillaume Gomez-13/+7
2023-02-25Update search eBNF with `!` movedMichael Howell-2/+2
2023-02-23rustdoc: avoid including `<li>` tags in item table short descMichael Howell-4/+1
2023-02-22rustdoc: reduce allocations when generating tooltipsMichael Howell-10/+17
2023-02-22diagnostics: if AssocFn has self argument, describe as methodMichael Howell-1/+1
2023-02-19Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomezDylan DPC-17/+19
2023-02-18doc links: Filter away autolinks in both rustc and rustdocVadim Petrochenkov-16/+8
2023-02-18rustdoc: Cleanup broken link callbacksVadim Petrochenkov-29/+17
2023-02-18rustdoc: Do not use Footnotes and HeadingLinks when extracting doc linksVadim Petrochenkov-8/+3
2023-02-16Correct eslint warningMichael Howell-1/+1
2023-02-16rustdoc: search by macro when query ends with `!`Michael Howell-4/+24
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-16Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomezMatthias Krüger-3/+3
2023-02-15use chars instead of strings where applicableMatthias Krüger-3/+3
2023-02-15Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddleMatthias Krüger-44/+36
2023-02-15Use more let chainGuillaume Gomez-44/+36
2023-02-15Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8KiDylan DPC-2/+2
2023-02-14Rollup merge of #108025 - notriddle:notriddle/intra-doc-link-tooltips, r=Guil...Matthias Krüger-5/+27
2023-02-13rustdoc: add more tooltips to intra-doc linksMichael Howell-5/+27
2023-02-13rustdoc: use a string with one-character codes for search index typesMichael Howell-5/+15
2023-02-13Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...Matthias Krüger-109/+81
2023-02-12Rollup merge of #107964 - notriddle:notriddle/title-line-height, r=GuillaumeG...Matthias Krüger-0/+8
2023-02-12Rollup merge of #107934 - notriddle:notriddle/intra-doc-link-meta-description...Matthias Krüger-4/+16
2023-02-12Rollup merge of #107930 - GuillaumeGomez:js-func-improvement, r=notriddleMatthias Krüger-6/+4
2023-02-12rustdoc: use tighter line height in h1 and h2Michael Howell-0/+8
2023-02-11rustdoc: account for intra-doc links in `<meta name="description">`Michael Howell-4/+16
2023-02-11Improve JS function itemTypeFromName code a bitGuillaume Gomez-6/+4
2023-02-11Rollup merge of #107909 - notriddle:notriddle/register-header-empty-cond, r=c...Matthias Krüger-5/+1
2023-02-11Rollup merge of #107864 - notriddle:notriddle/rustdoc-write-stutter, r=Guilla...Matthias Krüger-15/+12
2023-02-11Auto merge of #94857 - petrochenkov:doclink2, r=oli-obkbors-9/+1
2023-02-11Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume...Dylan DPC-14/+4
2023-02-10rustdoc: remove redundant `if s.is_empty()` from `find_testable_code`Michael Howell-5/+1
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-9/+1
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-64/+54
2023-02-09rustdoc: remove unused fn parameter `tab`Michael Howell-7/+5
2023-02-08rustdoc: use [svgo] to shrink `wheel.svg`Michael Howell-1/+1
2023-02-08Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomezMatthias Krüger-17/+14
2023-02-07rustdoc: simplify DOM for `.item-table`Michael Howell-17/+19
2023-02-07rustdoc: use a newline instead of `<br>` to format code headersMichael Howell-17/+14
2023-02-07Rollup merge of #107471 - notriddle:notriddle/default-settings, r=GuillaumeGomezMatthias Krüger-0/+2
2023-02-06Rollup merge of #107725 - GuillaumeGomez:turn-markdownwithtoc-into-struct, r=...Matthias Krüger-9/+9
2023-02-06Turn MarkdownWithToc into a struct with named fieldsGuillaume Gomez-9/+9
2023-02-06Rollup merge of #107669 - notriddle:notriddle/ayu-smaller, r=GuillaumeGomezDylan DPC-34/+14
2023-02-06Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=Guillaum...bors-65/+84
2023-02-04rustdoc: trait bound formattingRoland Strasser-12/+21
2023-02-04rustdoc: combine duplicate rules in ayu CSSMichael Howell-34/+14