about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/main.js
AgeCommit message (Expand)AuthorLines
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
2022-04-30Move settings into full JSGuillaume Gomez-34/+145
2022-04-26Remove dead code in main.jsGuillaume Gomez-23/+0
2022-04-26Migrate main.js to ES6Guillaume Gomez-128/+130
2022-03-08Unify inherent impl blocks by wrapping them into a divGuillaume Gomez-1/+1
2022-02-05Linkify sidebar headings for sibling itemsJacob Hoffman-Andrews-16/+24
2022-02-04Rollup merge of #92735 - GuillaumeGomez:crate-filter-url-param, r=jshaMatthias Krüger-20/+3
2022-02-03Add filter-crate URL parameterGuillaume Gomez-20/+3
2022-01-29rustdoc: small fixes to mobile navigationJacob Hoffman-Andrews-1/+1
2022-01-18Simplify and unify rustdoc sidebar stylesJacob Hoffman-Andrews-39/+21
2022-01-18Rollup merge of #92830 - jsha:style-cleanups, r=GuillaumeGomezMatthias Krüger-27/+0
2022-01-18Rollup merge of #92803 - jsha:hide-sidebar, r=GuillaumeGomezMatthias Krüger-0/+4
2022-01-17Hide mobile sidebar on some clicksJacob Hoffman-Andrews-0/+4
2022-01-17Rustdoc style cleanupsJacob Hoffman-Andrews-27/+0
2022-01-14Pick themes on settings page, not every pageJacob Hoffman-Andrews-0/+5
2022-01-06Create CSS class instead of using inline style for search resultsGuillaume Gomez-2/+2
2021-12-22Add some JSDoc comments to rustdoc JSJacob Hoffman-Andrews-0/+7
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-2/+3
2021-11-29rustdoc: use flexbox to layout sidebar and main contentcynecx-1/+1
2021-11-24Consistentize the system for image URLs in CSS.Jacob Hoffman-Andrews-2/+2
2021-11-24Move themes and version into rustdoc-varsJacob Hoffman-Andrews-9/+24
2021-11-24Fix clicking on anchors inside summary tags.Jacob Hoffman-Andrews-1/+1
2021-11-22Add GUI test for clicking on non-toggle summaryJacob Hoffman-Andrews-1/+1
2021-11-21Inhibit clicks on summary's childrenJacob Hoffman-Andrews-0/+8
2021-11-04Fix missing bottom border for headings in sidebarGuillaume Gomez-2/+7
2021-10-31Hide search bar in noscript.cssJacob Hoffman-Andrews-1/+3
2021-09-17Add rustdoc version into the help popupGuillaume Gomez-0/+9
2021-08-16Rollup merge of #87178 - moxian:rd-use, r=jyn514Mara Bos-1/+1