| Age | Commit message (Expand) | Author | Lines |
| 2023-05-22 | rustdoc: remove unneeded `position: relative` setting CSS | Michael Howell | -1/+0 |
| 2023-05-22 | rustdoc: merge identical CSS rules | Michael Howell | -5/+3 |
| 2023-05-03 | Rollup merge of #110371 - notriddle:notriddle/search-corrections, r=Guillaume... | Manish Goregaokar | -197/+232 |
| 2023-04-23 | Rollup merge of #110661 - notriddle:notriddle/settings-js-handlekey, r=Guilla... | Matthias Krüger | -19/+1 |
| 2023-04-21 | rustdoc: remove unused CSS `color: inherit` | Michael Howell | -1/+0 |
| 2023-04-21 | rustdoc: remove unneeded handleKey from settings.js | Michael Howell | -18/+1 |
| 2023-04-21 | rustdoc: clean up redundant search hiding results code | Michael Howell | -8/+1 |
| 2023-04-21 | rustdoc: lift constant string manipulation out of loop | Michael Howell | -1/+1 |
| 2023-04-21 | rustdoc: use Set for ignored crates, instead of string matching | Michael Howell | -2/+4 |
| 2023-04-20 | rustdoc-search: use more descriptive "x not found; y instead" message | Michael Howell | -1/+1 |
| 2023-04-20 | rustdoc-search: make type name correction choice deterministic | Michael Howell | -0/+3 |
| 2023-04-20 | rustdoc-search: clean up `checkIfInGenerics` call at end of `checkType` | Michael Howell | -5/+1 |
| 2023-04-19 | rustdoc-search: give longer notification for type corrections | Michael Howell | -2/+7 |
| 2023-04-17 | rustdoc: restructure type search engine to pick-and-use IDs | Michael Howell | -196/+227 |
| 2023-04-17 | rustdoc-search: fix incorrect doc comment | Michael Howell | -1/+1 |
| 2023-04-17 | Rollup merge of #110341 - notriddle:notriddle/main-js-replacestate, r=Guillau... | Matthias Krüger | -4/+2 |
| 2023-04-15 | rustdoc: stop passing a title to `replaceState` second argument | Michael Howell | -4/+2 |
| 2023-04-14 | rustdoc-search: add support for nested generics | Michael Howell | -11/+10 |
| 2023-04-13 | rustdoc-search: use ES6 Map for `Result` instead of Object | Michael Howell | -21/+40 |
| 2023-04-13 | rustdoc-search: use ES6 `Set` for deduplication instead of `Object` | Michael Howell | -3/+3 |
| 2023-04-13 | rustdoc-search: use ES6 `Map` for generic matching instead of `Object` | Michael Howell | -23/+14 |
| 2023-04-13 | rustdoc-search: use ES6 `Map` for aliases instead of `Object` | Michael Howell | -11/+16 |
| 2023-04-12 | Rollup merge of #110205 - notriddle:notriddle/pixelated-border, r=GuillaumeGomez | Matthias Krüger | -1/+5 |
| 2023-04-12 | rustdoc: use CSS `overscroll-behavior` instead of JavaScript | Michael Howell | -56/+8 |
| 2023-04-12 | rustdoc: make settings radio and checks thicker, less contrast | Michael Howell | -1/+5 |
| 2023-04-10 | rustdoc: remove redundant expandSection code from main.js | Michael Howell | -14/+5 |
| 2023-04-08 | Rollup merge of #110037 - notriddle:notriddle/theme-default, r=GuillaumeGomez | Nilstrieb | -0/+1 |
| 2023-04-06 | rustdoc: add test and bug fix for theme defaults | Michael Howell | -0/+1 |
| 2023-04-06 | rustdoc: clean up JS | Michael Howell | -28/+9 |
| 2023-04-06 | Rollup merge of #109977 - notriddle:notriddle/data-nosnippet, r=jsha,the8472 | Matthias Krüger | -7/+7 |
| 2023-04-05 | rustdoc: avoid including line numbers in Google SERP snippets | Michael Howell | -7/+7 |
| 2023-04-05 | Improve display of logo on very small screens | Guillaume Gomez | -1/+6 |
| 2023-04-04 | Move scrollbar on the <main> element rather than only on the code block to im... | Guillaume Gomez | -0/+4 |
| 2023-03-31 | rustdoc-search: update docs for comma in `?` help popover | Michael Howell | -3/+1 |
| 2023-03-27 | Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddle | Matthias Krüger | -5/+1 |
| 2023-03-26 | Fix "Directly go to item in search if there is only one result" setting | Guillaume Gomez | -5/+1 |
| 2023-03-25 | Rollup merge of #109542 - notriddle:notriddle/storage-js, r=GuillaumeGomez | Matthias Krüger | -77/+19 |
| 2023-03-24 | Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=Guillaume... | Matthias Krüger | -53/+111 |
| 2023-03-23 | rustdoc: remove old `content` hack for theme switching | Michael Howell | -47/+5 |
| 2023-03-23 | rustdoc: clean up `storage.js` | Michael Howell | -30/+14 |
| 2023-03-21 | rustdoc: remove redundant `.content` prefix from span/a colors | Michael Howell | -21/+21 |
| 2023-03-20 | rustdoc: add support for type filters in arguments and generics | Michael Howell | -53/+111 |
| 2023-03-19 | rustdoc: implement bag semantics for function parameter search | Michael Howell | -26/+70 |
| 2023-03-12 | Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomez | Matthias Krüger | -149/+223 |
| 2023-03-11 | rustdoc: collapse edit distance state into an object | Michael Howell | -80/+86 |
| 2023-03-11 | Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jsha | Matthias Krüger | -4/+21 |
| 2023-03-10 | rustdoc: use restricted Damerau-Levenshtein distance for search | Michael Howell | -147/+215 |
| 2023-03-11 | Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelix | bors | -0/+21 |
| 2023-03-10 | rustdoc: sort deprecated items lower in search | Peter Jaszkowiak | -4/+21 |
| 2023-03-09 | avoid reuse tripping over copyright notices | Pietro Albini | -0/+21 |