summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/main.js
AgeCommit message (Expand)AuthorLines
2023-10-22rustdoc: make JS trait impls act more like HTMLMichael Howell-3/+12
2023-10-22rustdoc: clean up and comment main.js `register_type_impls`Michael Howell-14/+44
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-1/+173
2023-10-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-8/+32
2023-10-08rustdoc: add missing macros to sibling nav sidebarMichael Howell-1/+15
2023-10-08rustdoc: clean up the In [name] up-pointerMichael Howell-5/+10
2023-10-08rustdoc: clean up the layout for annotated version numbersMichael Howell-3/+4
2023-10-08rustdoc: show crate name beside small logoMichael Howell-2/+6
2023-09-21Update search-result-impl-disambiguation.gomlMichael Howell-2/+2
2023-09-21rustdoc: wait for section to open before trying to highlightMichael Howell-2/+6
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-0/+24
2023-09-18Move mobile topbar title creation entirely into JSGuillaume Gomez-3/+5
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-3/+0
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