about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/main.js
AgeCommit message (Expand)AuthorLines
2022-11-07rustdoc: use javascript to layout notable traits popupsMichael Howell-2/+83
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-5/+5
2022-10-27rustdoc: remove redundant `div.search-container`Michael Howell-1/+1
2022-10-20+/- shortcut now only expand/collapse, not bothGuillaume Gomez-29/+30
2022-10-19Rollup merge of #103211 - notriddle:notriddle/dot-location, r=GuillaumeGomezMatthias Krüger-1/+1
2022-10-18rustdoc: remove class name `location` from sidebar sibling navMichael Howell-1/+1
2022-10-17rustdoc: change mobile breakpoint to match CSSMichael Howell-2/+2
2022-10-17rustdoc: factor JS mobile scroll lock into its own functionMichael Howell-11/+25
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-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-3/+3
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/+30
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-10Auto merge of #100346 - matthiaskrgr:rollup-6rljn4p, r=matthiaskrgrbors-4/+42
2022-08-10Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jshaMatthias Krüger-4/+42
2022-08-04rustdoc: use a more compact encoding for implementors/trait.*.jsMichael Howell-4/+10
2022-08-02Replace `* -> vec` with `-> vec` in docsNoah Lev-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-4/+42
2022-06-30Rollup merge of #98709 - GuillaumeGomez:rm-decl-for-old-browsers, r=Dylan-DPCMatthias Krüger-34/+0
2022-06-30Remove unneeded methods declaration for old web browsersGuillaume Gomez-34/+0
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-23Merge all popover hide functions into oneGuillaume Gomez-20/+13
2022-06-23Move help popup into a pocket menu as wellGuillaume Gomez-70/+106
2022-06-20Improve loading of crates.js and sidebar-items.jsJacob Hoffman-Andrews-69/+61
2022-06-06Add "no-confusing-arrow" eslint checkGuillaume Gomez-1/+1
2022-05-27Add "eqeqeq" eslint ruleGuillaume Gomez-2/+2
2022-05-25Add new eslint rule "space-before-function-paren"Guillaume Gomez-2/+2
2022-05-15Add new eslint rule about brace styleGuillaume Gomez-2/+2
2022-05-14Remove theme picker buttonGuillaume Gomez-135/+2
2022-05-07Enforce quote rule for JS source codeGuillaume Gomez-15/+15
2022-05-07Change eslint rules from configuration comments to configuration filesFolyd-4/+0
2022-05-06Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomezGuillaume Gomez-1/+7
2022-05-05Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, r=...Michael Goulet-0/+3
2022-05-05Rollup merge of #96704 - GuillaumeGomez:rotation-animation, r=jshaMichael Goulet-0/+1
2022-05-05rustdoc: ensure HTML/JS side implementors don't have dupsMichael Howell-1/+7
2022-05-05Improve settings loading strategy by loading CSS and JS at the same time to p...Guillaume Gomez-0/+3
2022-05-05Add rotation animation on settings button when loadingGuillaume Gomez-1/+1
2022-05-05Use "strict" mode in JS scriptsGuillaume Gomez-3/+2
2022-05-04Move callback to the () => {} syntax.Folyd-56/+49
2022-05-01* Add documentation for settings page rendering functions.Guillaume Gomez-6/+6