about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/storage.js
AgeCommit message (Expand)AuthorLines
2025-08-22typecheck window.CURRENT_TOOLTIP_ELEMENTbinarycat-1/+1
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-30/+37
2025-06-16rustdoc: add ways of collapsing all impl blocksbinarycat-1/+3
2025-03-24rustdoc js: add nonundef and use it to remove a ts-expect-errorbinarycat-0/+22
2025-03-14rustdoc js: add nonnull helper and typecheck src-script.jsbinarycat-0/+22
2025-02-22Rename feature into `Word wrap source code`Guillaume Gomez-2/+2
2025-02-14Add new setting to wrap source code lines when too longGuillaume Gomez-0/+3
2025-02-03rustdoc: clean up a bunch of ts-expected-error declarations in mainMichael Howell-6/+10
2025-01-30Rollup merge of #133636 - GuillaumeGomez:sans-serif, r=rustdocMatthias Krüger-0/+3
2025-01-29Add new setting allowing to switch to sans serif fontsGuillaume Gomez-0/+3
2025-01-27rustdoc: add nobuild typescript checking to our JSMichael Howell-15/+83
2024-09-10rustdoc: make the header show all three buttonsMichael Howell-2/+2
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-8/+21
2024-08-20Add configuration options to hide TOC or module navigationMichael Howell-4/+9
2024-05-05rustdoc: dedup search form HTMLMichael Howell-0/+43
2024-03-16rustdoc-search: shard the search result descriptionsMichael Howell-2/+2
2024-01-29rustdoc: Prevent JS injection from localStorageChad Norvell-1/+9
2023-12-15Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomezGuillaume Gomez-0/+28
2023-12-07rustdoc: remove unused parameter `reversed` from onEach(Lazy)Michael Howell-19/+6
2023-10-11rustdoc: enforce BODY_MIN constraint on sidebar resizeMichael Howell-2/+5
2023-10-11rustdoc: allow resizing the sidebarMichael Howell-0/+25
2023-09-15rustdoc: avoid calling `document.write` after the page loadsMichael Howell-2/+12
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-11/+15
2023-07-14rustdoc: use `src` consistently over `source` in codeMichael Howell-1/+1
2023-06-27Replace `id` attribute with `name` for `<meta>` tagGuillaume Gomez-1/+1
2023-04-08Rollup merge of #110037 - notriddle:notriddle/theme-default, r=GuillaumeGomezNilstrieb-0/+1
2023-04-06rustdoc: add test and bug fix for theme defaultsMichael Howell-0/+1
2023-04-06rustdoc: clean up JSMichael Howell-14/+5
2023-03-23rustdoc: remove old `content` hack for theme switchingMichael Howell-32/+5
2023-03-23rustdoc: clean up `storage.js`Michael Howell-29/+8
2023-03-08Update src/librustdoc/html/static/js/storage.jsMichael Howell-1/+1
2023-03-08Fix eslint errorsGuillaume Gomez-0/+1
2023-03-08Only load one CSS theme by defaultMichael Howell-21/+25
2023-01-31Clean up eslint annotations and remove unused JS functionGuillaume Gomez-1/+0
2023-01-30Keep all theme-updating logic togetherRoy Wellington Ⅳ-44/+52
2023-01-21This function appears to be unusedRoy Wellington Ⅳ-16/+0
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-14/+10
2022-10-17rustdoc: change mobile breakpoint to match CSSMichael Howell-1/+1
2022-10-17rustdoc: remove CSS `@media (min-width: 701px)`Michael Howell-1/+1
2022-07-01Improve click behavior of the source code mobile full-screen "sidebar"Michael Howell-0/+5
2022-06-20rustdoc: optimize loading of source sidebarJacob Hoffman-Andrews-0/+11
2022-05-25Add new eslint rule "space-before-function-paren"Guillaume Gomez-2/+2
2022-05-19Add new lint to enforce whitespace after keywordsGuillaume Gomez-2/+2
2022-05-17rustdoc: make search.js a moduleJacob Hoffman-Andrews-5/+0
2022-05-07Enforce quote rule for JS source codeGuillaume Gomez-2/+2
2022-05-07Change eslint rules from configuration comments to configuration filesFolyd-5/+0
2022-05-05Use "strict" mode in JS scriptsGuillaume Gomez-0/+2
2022-05-04Move callback to the () => {} syntax.Folyd-7/+8
2022-04-26Migrate storage.js to ES6Guillaume Gomez-22/+25
2022-02-02Unify storage getter and setter functionsGuillaume Gomez-6/+6