about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/main.js
AgeCommit message (Expand)AuthorLines
2023-12-15Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomezGuillaume Gomez-5/+263
2023-11-27Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmeaseMatthias Krüger-2/+1
2023-11-26Fix Rustdoc search docs linkclubby789-2/+1
2023-11-25rustdoc: replace `elemIsInParent` with `Node.contains`Michael Howell-19/+9
2023-11-12rustdoc: use `.rustdoc` class instead of `body`Michael Howell-2/+2
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-11rustdoc: fix resize trouble with mobileMichael Howell-0/+4
2023-10-11rustdoc: avoid whole page layout on each frameMichael Howell-4/+53
2023-10-11rustdoc: enforce BODY_MIN constraint on sidebar resizeMichael Howell-8/+105
2023-10-11rustdoc: clean up main.js and src-script.jsMichael Howell-2/+4
2023-10-11rustdoc: allow resizing the sidebarMichael Howell-5/+111
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