about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/main.js
AgeCommit message (Expand)AuthorLines
2024-04-18Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddleMatthias Krüger-18/+2
2024-04-17Fix copy-path buttonGuillaume Gomez-18/+2
2024-04-16Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomezMatthias Krüger-1/+2
2024-04-02Support type '/' to searchmu001999-1/+2
2024-03-22rustdoc-search: address nitsMichael Howell-0/+4
2024-03-17Fix style errorsMichael Howell-1/+1
2024-03-16rustdoc-search: shard the search result descriptionsMichael Howell-4/+24
2024-02-25Correctly handle if rustdoc JS script hash changedGuillaume Gomez-3/+11
2024-01-31rustdoc: Correctly handle long crate names on mobileGuillaume Gomez-1/+1
2024-01-08rustdoc: hide modals when resizing the sidebarMichael Howell-0/+1
2023-12-31Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla...bors-1/+4
2023-12-26rustdoc: treat query string `+` as spaceMichael Howell-1/+2
2023-12-19Fix corner cases when dealing with mobile modeMichael Howell-11/+7
2023-12-17rustdoc: clean up source sidebar hide buttonMichael Howell-6/+13
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