| Age | Commit message (Expand) | Author | Lines |
| 2024-07-17 | Rollup merge of #127229 - notriddle:notriddle/mile-wide-bar, r=GuillaumeGomez | Matthias Krüger | -4/+51 |
| 2024-07-15 | rustdoc: make sidebar highlight cover whole click target | Michael Howell | -2/+41 |
| 2024-07-05 | rustdoc-search: stop constructing pointless arrays in decode | Michael Howell | -11/+7 |
| 2024-07-01 | rustdoc: click target for sidebar items flush left | Michael Howell | -4/+12 |
| 2024-06-09 | rustdoc-search: use lowercase, non-normalized name for type search | Michael Howell | -4/+8 |
| 2024-06-07 | Update tests | Sunshine | -2/+3 |
| 2024-06-07 | Follow ESLint instructions. | Sunshine | -4/+7 |
| 2024-06-07 | Other EcmaScript version bump | Sunshine | -1/+1 |
| 2024-06-07 | Bump the EcmaScript version in the eslint configuration. | Sunshine | -1/+1 |
| 2024-06-07 | Tidying | Sunshine | -2/+4 |
| 2024-06-07 | Add test for PR #126057 | Sunshine | -1/+2 |
| 2024-06-06 | Make html rendered by rustdoc allow searching non-English identifier / alias.... | Sunshine | -70/+78 |
| 2024-05-07 | Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomez | Matthias Krüger | -0/+43 |
| 2024-05-06 | Rollup merge of #124765 - GuillaumeGomez:fix-wrong-cog-colotr, r=notriddle | Matthias Krüger | -0/+5 |
| 2024-05-05 | Fix bad color for setting cog in ayu theme | Guillaume Gomez | -0/+5 |
| 2024-05-05 | rustdoc: dedup search form HTML | Michael Howell | -0/+43 |
| 2024-05-05 | Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomez | Guillaume Gomez | -0/+31 |
| 2024-04-28 | Add some missing comments to describe what the inlined SVG is | Guillaume Gomez | -0/+4 |
| 2024-04-28 | Inline `wheel.svg` into CSS | Guillaume Gomez | -2/+14 |
| 2024-04-28 | Inline `clipboard.svg` into CSS | Guillaume Gomez | -2/+11 |
| 2024-04-19 | rustdoc-search: add parser for `&` syntax | Michael Howell | -0/+31 |
| 2024-04-18 | rustdoc-search: fix description on aliases in results | Michael Howell | -10/+11 |
| 2024-04-18 | Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez | bors | -12/+42 |
| 2024-04-18 | Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddle | Matthias Krüger | -25/+12 |
| 2024-04-17 | Fix copy-path button | Guillaume Gomez | -25/+12 |
| 2024-04-16 | Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomez | Matthias Krüger | -1/+2 |
| 2024-04-09 | rustdoc: remove unused 16x16 favicon | Michael Howell | -0/+0 |
| 2024-04-09 | rustdoc: load icons from css instead of inline | Michael Howell | -4/+20 |
| 2024-04-08 | rustdoc: add re-export info to RawSearchIndex type def | Michael Howell | -6/+13 |
| 2024-04-08 | rustdoc-search: single result for items with multiple paths | Michael Howell | -6/+29 |
| 2024-04-03 | Default to light theme is JS is enabled but not working | Guillaume Gomez | -3/+9 |
| 2024-04-02 | Support type '/' to search | mu001999 | -1/+2 |
| 2024-03-22 | rustdoc-search: address nits | Michael Howell | -5/+9 |
| 2024-03-21 | rustdoc-search: compressed bitmap to sort, then load desc | Michael Howell | -25/+165 |
| 2024-03-18 | Use promise.all to load sorted results in parallel | Michael Howell | -3/+8 |
| 2024-03-17 | Fix style errors | Michael Howell | -1/+1 |
| 2024-03-16 | rustdoc-search: shard the search result descriptions | Michael Howell | -158/+224 |
| 2024-03-15 | rustdoc: clean up formatting | Michael Howell | -1/+1 |
| 2024-03-14 | Rollup merge of #122247 - notriddle:notriddle/search-unbox-limit, r=Guillaume... | Matthias Krüger | -31/+107 |
| 2024-03-11 | rustdoc-search: add search query syntax `Fn(T) -> U` | Michael Howell | -48/+65 |
| 2024-03-11 | rustdoc: use `const` for the special type name ids | Michael Howell | -25/+11 |
| 2024-03-11 | rustdoc: clean up search.js by removing empty sort case | Michael Howell | -5/+0 |
| 2024-03-11 | rustdoc-search: parse and search with ML-style HOF | Michael Howell | -44/+122 |
| 2024-03-09 | rustdoc-search: depth limit `T<U>` -> `U` unboxing | Michael Howell | -31/+108 |
| 2024-02-25 | Correctly handle if rustdoc JS script hash changed | Guillaume Gomez | -3/+11 |
| 2024-02-18 | Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddle | León Orell Valerian Liehr | -7/+2 |
| 2024-01-31 | rustdoc: Correctly handle long crate names on mobile | Guillaume Gomez | -7/+2 |
| 2024-01-30 | Rollup merge of #117906 - GuillaumeGomez:improve-crate-name-hover, r=fmease,n... | Guillaume Gomez | -4/+2 |
| 2024-01-29 | Improve display of crate name when hovered | Guillaume Gomez | -4/+2 |
| 2024-01-29 | rustdoc: Prevent JS injection from localStorage | Chad Norvell | -1/+9 |