summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2025-02-12rustdoc: use better, consistent SVG icons for scraped examplesMichael Howell-5/+50
2025-02-11Correctly handle `user-select: none`Guillaume Gomez-0/+5
2025-02-10Move line numbers into the `<code>` directlyGuillaume Gomez-28/+48
2025-02-05Rollup merge of #136263 - notriddle:notriddle/typescript2, r=fmeaseLeón Orell Valerian Liehr-148/+156
2025-02-04Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelidMatthias Krüger-12/+13
2025-02-03rustdoc: clean up a bunch of ts-expected-error declarations in mainMichael Howell-148/+156
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-12/+13
2025-01-30Rollup merge of #133636 - GuillaumeGomez:sans-serif, r=rustdocMatthias Krüger-3/+64
2025-01-29Add SemiBold for SourceSerif4Guillaume Gomez-3/+11
2025-01-29Add italic for newly added sans serif fontsGuillaume Gomez-2/+18
2025-01-29Add new setting allowing to switch to sans serif fontsGuillaume Gomez-2/+39
2025-01-27rustdoc: add nobuild typescript checking to our JSMichael Howell-680/+1655
2025-01-25Remove extra whitespace from rustdoc breadcrumbs for copypastingKornel-6/+3
2025-01-24Fix indent of trait items on mobileGuillaume Gomez-3/+7
2025-01-19Remove unused `item-row` CSS classGuillaume Gomez-1/+1
2025-01-18Remove more CSS classesGuillaume Gomez-11/+11
2025-01-17Handle reexports items list a bit differently since they cannot have document...Guillaume Gomez-1/+1
2025-01-17Replace ul/li list with dl/dd/dt elementsGuillaume Gomez-14/+18
2025-01-16Treat other items as functions for the purpose of type-based searchbinarycat-0/+16
2025-01-14Rollup merge of #135499 - lolbinarycat:rustdoc-link-underline-133484, r=Guill...Jubilee-0/+2
2025-01-14fix underlining of hovered intra-doc links.binarycat-0/+2
2025-01-13for purely return-type based searches, deprioritize clone-like functionsbinarycat-0/+46
2024-12-31Fix typosericlehong-2/+2
2024-12-13rustdoc-search: show `impl Trait` inline when unhighlightedMichael Howell-1/+6
2024-12-05Improve positioning of "..." in collapsed impl blockGuillaume Gomez-3/+8
2024-12-05Use text ellipsis instead of bottom blurringGuillaume Gomez-11/+16
2024-12-05Always display first line of impl blocks even when collapsedGuillaume Gomez-0/+23
2024-11-29Rollup merge of #131718 - GuillaumeGomez:impl-items-indent, r=rustdocMatthias Krüger-15/+35
2024-11-18rustdoc-search: add descriptive comments to bitmap classMichael Howell-0/+23
2024-11-18rustdoc-search: use smart binary search in bitmapsMichael Howell-10/+32
2024-11-15rustdoc search: allow queries to end in an empty path segmentbinarycat-5/+15
2024-11-14Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgrbors-4/+7
2024-11-14rustdoc-search: case-sensitive only when capitals are usedMichael Howell-4/+7
2024-11-13Add descriptive comment for NameTrieMichael Howell-0/+19
2024-11-13Remove console.logMichael Howell-3/+0
2024-11-13rustdoc: use a trie for name-based searchMichael Howell-104/+695
2024-11-13Align impl doc block with `impl` keywordGuillaume Gomez-1/+1
2024-11-12Increase impl items indent and decrease documentation indent for impl blockGuillaume Gomez-15/+35
2024-10-31Adjust ranking so that duplicates count against rankMichael Howell-14/+11
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-79/+273
2024-10-30rustdoc-search: show types signatures in resultsMichael Howell-85/+627
2024-10-30rustdoc-search: use correct type annotationsMichael Howell-2/+2
2024-10-30rustdoc-search: pass original names through ASTMichael Howell-20/+26
2024-10-30rustdoc-search: simplify the checkTypes fast pathMichael Howell-26/+11
2024-10-28Unify variant struct fields margins with struct fieldsGuillaume Gomez-1/+1
2024-10-26Rollup merge of #132183 - GuillaumeGomez:code-in-docblock, r=notriddleJubilee-1/+1
2024-10-26Fix code HTML items making big blocks if too longGuillaume Gomez-1/+1
2024-10-24Rollup merge of #131906 - notriddle:notriddle/spacing, r=GuillaumeGomezMatthias Krüger-2/+8
2024-10-23rustdoc: adjust spacing and typography in headerMichael Howell-2/+8
2024-10-19rustdoc: Switch from FxHash to sha256 for static file hashing.Alona Enraght-Moony-9/+9