about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/main.js
AgeCommit message (Expand)AuthorLines
2023-09-13Merge settings.css into rustdoc.cssGuillaume Gomez-8/+0
2023-09-08Change syntax for anonymous functions setGuillaume Gomez-14/+14
2023-08-21rustdoc: Rename "Type Definition" to "Type Alias"Noah Lev-1/+1
2023-06-23Link to the corresponding channel in the help popoverGuillaume Gomez-5/+6
2023-06-23Add link to rustdoc book search chapter in help popoverGuillaume Gomez-0/+3
2023-06-16Fix invalid handling of "going back in history" when "Directly go to item in ...Guillaume Gomez-3/+7
2023-06-10rustdoc: add note about slice/array searches to help popupMichael Howell-0/+4
2023-05-31rustdoc: add jsdoc comments for complex functionsMichael Howell-1/+34
2023-05-23rustdoc: add interaction delays for tooltip popoversMichael Howell-9/+104
2023-04-21rustdoc: clean up redundant search hiding results codeMichael Howell-4/+1
2023-04-21rustdoc: use Set for ignored crates, instead of string matchingMichael Howell-2/+4
2023-04-15rustdoc: stop passing a title to `replaceState` second argumentMichael Howell-4/+2
2023-04-12rustdoc: use CSS `overscroll-behavior` instead of JavaScriptMichael Howell-52/+0
2023-04-10rustdoc: remove redundant expandSection code from main.jsMichael Howell-14/+5
2023-04-06rustdoc: clean up JSMichael Howell-8/+2
2023-03-31rustdoc-search: update docs for comma in `?` help popoverMichael Howell-3/+1
2023-03-23rustdoc: clean up `storage.js`Michael Howell-0/+5
2023-03-08Only load one CSS theme by defaultMichael Howell-12/+27
2023-02-13Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...Matthias Krüger-52/+60
2023-02-11Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume...Dylan DPC-5/+1
2023-01-31rustdoc: remove inconsistently-present sidebar tooltipsMichael Howell-5/+1
2023-01-31Clean up eslint annotations and remove unused JS functionGuillaume Gomez-1/+0
2023-01-27rustdoc: remove inline javascript from copy-path buttonMichael Howell-1/+5
2023-01-27rustdoc: merge doctest tooltip with notable traits tooltipMichael Howell-52/+60
2023-01-18rustdoc: fix "?" keyboard command when radio button is focusedMichael Howell-1/+2
2023-01-18rustdoc: put focus on the help link when opening it from keyboardMichael Howell-0/+3
2023-01-17rustdoc: stop using deprecated `window.event` when there's an `ev` paramMichael Howell-1/+1
2023-01-17rustdoc: remove function `handleClick` that's only used onceMichael Howell-8/+3
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-1/+1
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-4/+4
2023-01-13rustdoc: remove unnecessary DOM class `h1.fqn`Michael Howell-1/+1
2023-01-04Rollup merge of #106437 - notriddle:notriddle/http-url, r=GuillaumeGomezMatthias Krüger-1/+1
2023-01-03rustdoc: fix buggy JS check for absolute URLMichael Howell-1/+1
2023-01-02rustdoc: allow popover child links to workArdis Lu-3/+0
2022-12-21rustdoc: simplify link anchor to section expand JSMichael Howell-7/+5
2022-12-12rustdoc: remove `type="text/css" from stylesheet linksMichael Howell-1/+0
2022-12-07Improve several aspects of the Rustdoc scrape-examples UI.Will Crichton-1/+1
2022-11-28Add sentence when rustdoc search is runningGuillaume Gomez-4/+6
2022-11-26rustdoc: pass "true" to reset focus for notable traitsMichael Howell-11/+7
2022-11-26rustdoc: improve popover focus handling JSMichael Howell-4/+20
2022-11-20Rollup merge of #104581 - notriddle:notriddle/js-iife-2, r=GuillaumeGomezMatthias Krüger-6/+3
2022-11-19Fix invalid focus when blurring notable traits popoverGuillaume Gomez-8/+11
2022-11-18rustdoc: remove unused JS IIFE from main.jsMichael Howell-6/+3
2022-11-18Don't focus on notable trait parent when hiding itGuillaume Gomez-1/+0
2022-11-15rustdoc: remove unused JS IIFE from main.jsMichael Howell-4/+2
2022-11-11rustdoc: make notable traits popover behavior consistent with Help and SettingsMichael Howell-1/+9
2022-11-11rustdoc: use consistent "popover" styling for notable traitsMichael Howell-9/+43
2022-11-07rustdoc: fix font color inheritance from body, and testMichael Howell-2/+4