about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js
AgeCommit message (Expand)AuthorLines
2022-10-18rustdoc: remove class name `location` from sidebar sibling navMichael Howell-1/+1
2022-10-17rustdoc: change mobile breakpoint to match CSSMichael Howell-3/+3
2022-10-17rustdoc: remove CSS `@media (min-width: 701px)`Michael Howell-1/+1
2022-10-17rustdoc: factor JS mobile scroll lock into its own functionMichael Howell-41/+28
2022-10-16Rollup merge of #103060 - notriddle:notridddle/help-page, r=GuillaumeGomezMatthias Krüger-23/+62
2022-10-15rustdoc: make help button a no-op when on help pageMichael Howell-0/+15
2022-10-15rustdoc: fix Ctrl-Click on help and settings linksMichael Howell-1/+8
2022-10-15rustdoc: make the help button a link to a pageMichael Howell-23/+40
2022-10-15Fix display of settings pageGuillaume Gomez-1/+3
2022-10-11rustdoc: remove unused classes from sidebarMichael Howell-5/+3
2022-10-10rustdoc: remove unneeded `<div>` wrapper from sidebar DOMMichael Howell-15/+11
2022-10-08rustdoc: remove mobile topbar from source pages instead of hiding itMichael Howell-6/+8
2022-10-05rustdoc: remove unused CSS class `in-band`Michael Howell-1/+1
2022-09-26rustdoc: give `.line-number` / `.line-numbers` meaningful namesMichael Howell-6/+6
2022-09-25rustdoc: clean up `.out-of-band`/`.in-band` CSSMichael Howell-1/+0
2022-09-21rustdoc: dynamically show-hide line numbers on code examplesMichael Howell-11/+37
2022-09-09rustdoc: simplify the codeblock tooltipMichael Howell-21/+2
2022-08-26rustdoc: remove empty extern_crates and type="text/javascript" on scriptMichael Howell-3/+3
2022-08-10Improve crate selection on rustdoc search results pageFrank Steffahn-22/+9
2022-08-10Auto merge of #100346 - matthiaskrgr:rollup-6rljn4p, r=matthiaskrgrbors-7/+59
2022-08-10Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jshaMatthias Krüger-7/+59
2022-08-04rustdoc: use a more compact encoding for implementors/trait.*.jsMichael Howell-4/+10
2022-08-03Rollup merge of #100083 - notriddle:notriddle/source-files-js, r=GuillaumeGomezMatthias Krüger-7/+11
2022-08-02Replace `* -> vec` with `-> vec` in docsNoah Lev-1/+1
2022-08-02rustdoc: use a more compact encoding for source-files.jsMichael Howell-7/+11
2022-07-17Fix auto-expand of trees in source code page sidebarGuillaume Gomez-1/+1
2022-07-14Correctly handle crate level page on docs.rs as wellGuillaume Gomez-17/+14
2022-07-05rustdoc: improve scroll locking in the rustdoc mobile sidebarsMichael Howell-7/+59
2022-07-05Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=Gui...Dylan DPC-2/+14
2022-07-04Rollup merge of #98774 - notriddle:notriddle/source-code-sidebar-button, r=Gu...Matthias Krüger-3/+3
2022-07-02rustdoc: make source sidebar toggle a real buttonMichael Howell-3/+3
2022-07-01Improve click behavior of the source code mobile full-screen "sidebar"Michael Howell-2/+14
2022-07-01rustdoc cleanup: remove unused functionMichael Howell-1/+1
2022-07-01rustdoc: use <details> tag for the source code sidebarMichael Howell-18/+11
2022-06-30Rollup merge of #98709 - GuillaumeGomez:rm-decl-for-old-browsers, r=Dylan-DPCMatthias Krüger-34/+0
2022-06-30Rollup merge of #98671 - GuillaumeGomez:source-sidebar-fixes, r=notriddleMatthias Krüger-0/+15
2022-06-30Fix scroll when source sidebar is open on mobileGuillaume Gomez-0/+15
2022-06-30Remove unneeded methods declaration for old web browsersGuillaume Gomez-34/+0
2022-06-29Rollup merge of #98646 - notriddle:notriddle/main.js, r=GuillaumeGomezMatthias Krüger-2/+6
2022-06-28rustdoc: make keyboard commands work when checkboxes are selectedMichael Howell-1/+2
2022-06-28rustdoc: fix keyboard shortcuts bug in settings menuMichael Howell-1/+1
2022-06-28rustdoc: fix help menu popover togglingMichael Howell-0/+3
2022-06-28Auto merge of #98475 - notriddle:notriddle/index-fn-signatures, r=GuillaumeGomezbors-35/+187
2022-06-27Add comments, fixes for `0` sentinelMichael Howell-4/+9
2022-06-27Update src/librustdoc/html/static/js/externs.jsMichael Howell-1/+1
2022-06-27Put back, fix ()-output optimizationMichael Howell-1/+1
2022-06-27Add documentationMichael Howell-1/+87
2022-06-26Rollup merge of #98297 - GuillaumeGomez:help-pocket-menu, r=notriddleMatthias Krüger-102/+115
2022-06-24rustdoc: reference function signature types from the `p` arrayMichael Howell-35/+96
2022-06-23Rollup merge of #98310 - jsha:defer-source-sidebar, r=GuillaumeGomezMichael Goulet-8/+13