summaryrefslogtreecommitdiff
path: root/src/librustdoc/html/static/js/source-script.js
Commit message (Expand)AuthorAgeFilesLines
* rustdoc: lift constant string manipulation out of loopMichael Howell2023-04-211-1/+1
* rustdoc: use CSS `overscroll-behavior` instead of JavaScriptMichael Howell2023-04-121-3/+6
* Clean up JS files code a bitGuillaume Gomez2023-02-261-2/+1
* rustdoc: name the source page sidebar-toggle `#src-sidebar-toggle`Michael Howell2022-12-151-1/+1
* rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a`Michael Howell2022-10-311-3/+8
* rustdoc: factor JS mobile scroll lock into its own functionMichael Howell2022-10-171-30/+3
* rustdoc: give `.line-number` / `.line-numbers` meaningful namesMichael Howell2022-09-261-2/+2
* Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jshaMatthias Krüger2022-08-101-3/+17
|\
| * rustdoc: improve scroll locking in the rustdoc mobile sidebarsMichael Howell2022-07-051-3/+17
* | rustdoc: use a more compact encoding for source-files.jsMichael Howell2022-08-021-7/+11
* | Fix auto-expand of trees in source code page sidebarGuillaume Gomez2022-07-171-1/+1
|/
* Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=Gui...Dylan DPC2022-07-051-2/+9
|\
| * Improve click behavior of the source code mobile full-screen "sidebar"Michael Howell2022-07-011-2/+9
* | Rollup merge of #98774 - notriddle:notriddle/source-code-sidebar-button, r=Gu...Matthias Krüger2022-07-041-3/+3
|\ \
| * | rustdoc: make source sidebar toggle a real buttonMichael Howell2022-07-021-3/+3
| |/
* | rustdoc cleanup: remove unused functionMichael Howell2022-07-011-1/+1
* | rustdoc: use <details> tag for the source code sidebarMichael Howell2022-07-011-18/+11
|/
* Fix scroll when source sidebar is open on mobileGuillaume Gomez2022-06-301-0/+15
* Rollup merge of #98310 - jsha:defer-source-sidebar, r=GuillaumeGomezMichael Goulet2022-06-231-8/+2
|\
| * rustdoc: optimize loading of source sidebarJacob Hoffman-Andrews2022-06-201-8/+2
* | Improve loading of crates.js and sidebar-items.jsJacob Hoffman-Andrews2022-06-201-29/+12
|/
* Fix expand/collapse on source viewer sidebar foldersGuillaume Gomez2022-06-141-3/+3
* Fix invalid line number computation when clicking on something else than a li...Guillaume Gomez2022-05-301-0/+4
* Add new eslint rule "space-before-function-paren"Guillaume Gomez2022-05-251-1/+1
* Fix JS error in source code pagesGuillaume Gomez2022-05-101-2/+1
* Change eslint rules from configuration comments to configuration filesFolyd2022-05-071-5/+0
* Use "strict" mode in JS scriptsGuillaume Gomez2022-05-051-1/+4
* Move callback to the () => {} syntax.Folyd2022-05-041-10/+11
* Move settings into full JSGuillaume Gomez2022-04-301-2/+2
* Migrate source-script to ES6Guillaume Gomez2022-04-261-44/+45
* Scroll when the anchor change and is linking outside of the displayed contentGuillaume Gomez2022-03-051-9/+7
* Unify storage getter and setter functionsGuillaume Gomez2022-02-021-4/+4
* Simplify and unify rustdoc sidebar stylesJacob Hoffman-Andrews2022-01-181-1/+1
* Rename ID "main" into "main-content"Guillaume Gomez2021-12-021-5/+5
* rustdoc: rework source sidebarcynecx2021-11-291-16/+9
* rustdoc: merge source sidebar into main sidebarcynecx2021-11-291-6/+8
* Clean up rustdoc static filesGuillaume Gomez2021-07-071-0/+249