| Age | Commit message (Expand) | Author | Lines |
| 2022-05-12 | rustdoc: fix GUI crash when searching for magic JS property values | Michael Howell | -2/+2 |
| 2022-05-12 | Rollup merge of #96939 - GuillaumeGomez:settings-css, r=notriddle | Matthias Krüger | -36/+0 |
| 2022-05-11 | Remove unused CSS settings rules | Guillaume Gomez | -36/+0 |
| 2022-05-11 | Rollup merge of #96900 - GuillaumeGomez:fix-js-error, r=notriddle | Yuki Okushi | -3/+1 |
| 2022-05-11 | Rollup merge of #96879 - notriddle:notriddle/search-ranking, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2022-05-10 | Remove unused CSS rule | Guillaume Gomez | -1/+0 |
| 2022-05-10 | Fix JS error in source code pages | Guillaume Gomez | -2/+1 |
| 2022-05-09 | rustdoc: search result ranking fix | Michael Howell | -1/+1 |
| 2022-05-08 | Remove unused param from search.js::checkPath | Michael Howell | -2/+2 |
| 2022-05-08 | Enforce no trailing spaces with eslint | Guillaume Gomez | -0/+1 |
| 2022-05-08 | Enforce linebreak style in js source code | Guillaume Gomez | -0/+4 |
| 2022-05-07 | Enforce quote rule for JS source code | Guillaume Gomez | -52/+56 |
| 2022-05-07 | Change eslint rules from configuration comments to configuration files | Folyd | -30/+4 |
| 2022-05-06 | Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomez | Guillaume Gomez | -1/+7 |
| 2022-05-06 | Rollup merge of #96748 - GuillaumeGomez:reexports-in-search, r=notriddle | Guillaume Gomez | -0/+3 |
| 2022-05-06 | Rollup merge of #96590 - notriddle:notriddle/tab-bar-fn-search, r=GuillaumeGo... | Guillaume Gomez | -25/+49 |
| 2022-05-06 | Fix reexports missing from the search index | Guillaume Gomez | -0/+3 |
| 2022-05-05 | Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, r=... | Michael Goulet | -4/+4 |
| 2022-05-05 | Rollup merge of #96704 - GuillaumeGomez:rotation-animation, r=jsha | Michael Goulet | -0/+14 |
| 2022-05-05 | rustdoc: ensure HTML/JS side implementors don't have dups | Michael Howell | -1/+7 |
| 2022-05-05 | Improve settings loading strategy by loading CSS and JS at the same time to p... | Guillaume Gomez | -4/+4 |
| 2022-05-05 | rustdoc: fix JS error when rendering parse error | Michael Howell | -0/+4 |
| 2022-05-05 | rustdoc: fix keyboard shortcuts and console log on search page | Michael Howell | -12/+24 |
| 2022-05-05 | rustdoc: change the "In Function Signatures" to context-sensitive | Michael Howell | -1/+5 |
| 2022-05-05 | rustdoc: when running a function-signature search, tweak the tab bar | Michael Howell | -13/+17 |
| 2022-05-05 | Add rotation animation on settings button when loading | Guillaume Gomez | -1/+14 |
| 2022-05-05 | Use "strict" mode in JS scripts | Guillaume Gomez | -5/+15 |
| 2022-05-04 | Move callback to the () => {} syntax. | Folyd | -112/+109 |
| 2022-05-01 | * Add documentation for settings page rendering functions. | Guillaume Gomez | -55/+65 |
| 2022-04-30 | Move settings into full JS | Guillaume Gomez | -53/+329 |
| 2022-04-29 | Rollup merge of #96390 - GuillaumeGomez:es6-part2, r=notriddle | Dylan DPC | -245/+233 |
| 2022-04-26 | Remove dead code in main.js | Guillaume Gomez | -23/+0 |
| 2022-04-26 | Migrate scrape-examples.js to ES6 | Guillaume Gomez | -21/+24 |
| 2022-04-26 | Migrate storage.js to ES6 | Guillaume Gomez | -22/+25 |
| 2022-04-26 | Migrate source-script to ES6 | Guillaume Gomez | -44/+45 |
| 2022-04-26 | Migrate main.js to ES6 | Guillaume Gomez | -128/+130 |
| 2022-04-26 | Migrate externs.js to ES6 | Guillaume Gomez | -7/+10 |
| 2022-04-26 | Small JS code improvements | Guillaume Gomez | -6/+5 |
| 2022-04-26 | Update rustdoc search parser to handle `!` correctly | Guillaume Gomez | -2/+13 |
| 2022-04-26 | Rollup merge of #96361 - GuillaumeGomez:es6, r=notriddle | Guillaume Gomez | -224/+216 |
| 2022-04-26 | Rollup merge of #96279 - GuillaumeGomez:remove-woff-fonts, r=camelid,jsha | Dylan DPC | -25/+12 |
| 2022-04-24 | Update settings.js to ES6 | Guillaume Gomez | -6/+9 |
| 2022-04-24 | Update search.js to ES6 | Guillaume Gomez | -218/+207 |
| 2022-04-21 | Remove .woff font files | Guillaume Gomez | -25/+12 |
| 2022-04-20 | Extend `handleSingleArg` documentation | Guillaume Gomez | -0/+4 |
| 2022-04-18 | Correctly handle single `:` | Guillaume Gomez | -10/+6 |
| 2022-04-18 | Add an extra check over filter type | Guillaume Gomez | -3/+30 |
| 2022-04-18 | Fix some corner cases | Guillaume Gomez | -5/+3 |
| 2022-04-18 | Parse idents the same way in both quote string elements and "normal" elements | Guillaume Gomez | -32/+44 |
| 2022-04-18 | Remove unnecessary `elem.name.length === 0` since the rustdoc search eBNF doe... | Guillaume Gomez | -1/+1 |