about summary refs log tree commit diff
path: root/src/librustdoc/html/static/main.js
AgeCommit message (Expand)AuthorLines
2021-01-15Use Array.some instead of onEach to have better performanceGuillaume Gomez-1/+1
2021-01-15Improve JS performance by storing length before comparing to it in loopsGuillaume Gomez-53/+45
2021-01-04Auto merge of #80554 - GuillaumeGomez:more-js-cleanup, r=jyn514bors-18/+12
2021-01-03Inline resetMouseMoved function directly into "mousemove" event handlerGuillaume Gomez-5/+1
2021-01-03Replace some loops with "onEachLazy" callGuillaume Gomez-13/+11
2020-12-31Use Array.prototype.filter instead of open-codingMichael Howell-7/+1
2020-12-30If the current search result tab is empty, it picks the first non-empty one. ...Guillaume Gomez-0/+15
2020-12-15Rollup merge of #79796 - GuillaumeGomez:hide-associated-const-when-collapsing...Guillaume Gomez-3/+6
2020-12-10Make search results tab and help button focusable with keyboardGuillaume Gomez-3/+3
2020-12-09Rollup merge of #79862 - GuillaumeGomez:tab-lock, r=ManishearthTyler Mandry-16/+17
2020-12-09Remove tab-lock and replace it with ctrl+up/down arrows to switch between sea...Guillaume Gomez-16/+17
2020-12-09Hide associated constants too when collapsing implementationGuillaume Gomez-3/+6
2020-12-03Use `createElement` and `innerHTML` instead of `DOMParser`Camelid-5/+3
2020-12-03Render Markdown in search resultsCamelid-2/+23
2020-12-01Auto merge of #78876 - GuillaumeGomez:better-setting-keyboard-ux, r=jyn514bors-22/+23
2020-11-24Rename "stability" CSS class to "item-info"Guillaume Gomez-8/+9
2020-11-22Prevent feature information to be hidden if it's on the impl directlyGuillaume Gomez-2/+8
2020-11-14Add tests and improve rendering of features on traitsWim Looman-3/+7
2020-11-12Improve comment for getVirtualKey functionGuillaume Gomez-1/+1
2020-11-12Make keyboard interactions in the settings menu more pleasantGuillaume Gomez-22/+23
2020-11-12Auto merge of #78976 - GuillaumeGomez:rollup-endkih3, r=GuillaumeGomezbors-2/+5
2020-11-10Improve the page title switch handling between search and docGuillaume Gomez-2/+5
2020-11-05Add shortcut for theme picker menuGuillaume Gomez-0/+10
2020-10-30Pull theme picker keyboard code into main.jsMichael Howell-1/+59
2020-10-30Close the theme picker when Escape is pressedMichael Howell-8/+2
2020-10-28rustdoc: js: Use getSettingValue for all rustdoc-* valuesIan Jackson-11/+11
2020-10-19Add link to rustdoc book in rustdoc help popupGuillaume Gomez-0/+5
2020-10-16Fix sidebar scroll on mobile devicesGuillaume Gomez-4/+0
2020-08-31Rollup merge of #76052 - aszenz:GH-66816_removes_disable_attribute_before_ret...Aleksey Kladov-4/+8
2020-08-30Rollup merge of #76022 - GuillaumeGomez:cleanup-rustdoc-front, r=jyn514Dylan DPC-8/+9
2020-08-29Use an id instead of a functionGuillaume Gomez-6/+3
2020-08-29GH-66816: Process before enabling searchasrar-2/+5
2020-08-29GH-66816: Removes disable before returnasrar-3/+4
2020-08-28Clean up rustdoc front-end source codeGuillaume Gomez-8/+12
2020-08-27Auto merge of #75976 - GuillaumeGomez:help-popup, r=jyn514bors-4/+5
2020-08-27Delay help popup creation to when it's neededGuillaume Gomez-2/+3
2020-08-27Improve helper wordingGuillaume Gomez-2/+2
2020-08-24Add explanations on the results search element checkGuillaume Gomez-0/+3
2020-08-23Prevent automatic page change when using historyGuillaume Gomez-4/+11
2020-08-11Fully handle "?" shortcutGuillaume Gomez-3/+1
2020-08-11Rollup merge of #75366 - GuillaumeGomez:help-button, r=jyn514Dylan DPC-1/+3
2020-08-10Add help buttonGuillaume Gomez-1/+3
2020-08-09Rename "Important traits" to "Notable traits"Camelid-2/+2
2020-07-16Review comments for JSManish Goregaokar-8/+2
2020-07-16Make spotlight show on hoverManish Goregaokar-18/+3
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-0/+28
2020-07-15Rollup merge of #74196 - GuillaumeGomez:auto-collapse-implementors, r=Manishe...Manish Goregaokar-3/+9
2020-07-09Add option to collapse automatically implementorsGuillaume Gomez-3/+9
2020-07-02Simplify DOM by removing IDs for code tagsGuillaume Gomez-14/+7
2020-07-02Expand sub code blocks block content when hidden when the page hash refers to itGuillaume Gomez-0/+8