| Age | Commit message (Expand) | Author | Lines |
| 2024-11-18 | rustdoc-search: add descriptive comments to bitmap class | Michael Howell | -0/+23 |
| 2024-11-18 | rustdoc-search: use smart binary search in bitmaps | Michael Howell | -10/+32 |
| 2024-11-15 | rustdoc search: allow queries to end in an empty path segment | binarycat | -5/+15 |
| 2024-11-14 | Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgr | bors | -4/+7 |
| 2024-11-14 | rustdoc-search: case-sensitive only when capitals are used | Michael Howell | -4/+7 |
| 2024-11-13 | Add descriptive comment for NameTrie | Michael Howell | -0/+19 |
| 2024-11-13 | Remove console.log | Michael Howell | -3/+0 |
| 2024-11-13 | rustdoc: use a trie for name-based search | Michael Howell | -104/+695 |
| 2024-10-31 | Adjust ranking so that duplicates count against rank | Michael Howell | -14/+11 |
| 2024-10-30 | rustdoc-search: simplify rules for generics and type params | Michael Howell | -79/+273 |
| 2024-10-30 | rustdoc-search: show types signatures in results | Michael Howell | -85/+627 |
| 2024-10-30 | rustdoc-search: use correct type annotations | Michael Howell | -2/+2 |
| 2024-10-30 | rustdoc-search: pass original names through AST | Michael Howell | -20/+26 |
| 2024-10-30 | rustdoc-search: simplify the checkTypes fast path | Michael Howell | -26/+11 |
| 2024-10-28 | Unify variant struct fields margins with struct fields | Guillaume Gomez | -1/+1 |
| 2024-10-26 | Rollup merge of #132183 - GuillaumeGomez:code-in-docblock, r=notriddle | Jubilee | -1/+1 |
| 2024-10-26 | Fix code HTML items making big blocks if too long | Guillaume Gomez | -1/+1 |
| 2024-10-24 | Rollup merge of #131906 - notriddle:notriddle/spacing, r=GuillaumeGomez | Matthias Krüger | -2/+8 |
| 2024-10-23 | rustdoc: adjust spacing and typography in header | Michael Howell | -2/+8 |
| 2024-10-19 | rustdoc: Switch from FxHash to sha256 for static file hashing. | Alona Enraght-Moony | -9/+9 |
| 2024-10-11 | Rollup merge of #131394 - ismailarilik:fix/rustdoc/add-space-between-struct-f... | Matthias Krüger | -0/+3 |
| 2024-10-09 | Fix methods alignment on mobile | Guillaume Gomez | -1/+1 |
| 2024-10-08 | fix(rustdoc): add space between struct fields and their descriptions | ismailarilik | -0/+3 |
| 2024-10-04 | Fix list margins | Guillaume Gomez | -3/+6 |
| 2024-10-01 | Rollup merge of #130933 - lolbinarycat:rustdoc-li-p, r=GuillaumeGomez,notriddle | Matthias Krüger | -0/+7 |
| 2024-09-30 | Rollup merge of #131023 - clubby789:doc-item-path, r=notriddle | Matthias Krüger | -5/+9 |
| 2024-09-29 | Copy correct path to clipboard for modules/keywords/primitives | clubby789 | -5/+9 |
| 2024-09-29 | Adjust spacings and sizing to improve behavior with over-long names | Frank Steffahn | -6/+12 |
| 2024-09-27 | rustdoc: lists items that contain multiple paragraphs are more clear | binarycat | -0/+7 |
| 2024-09-26 | rustdoc: consolidate prefers-reduced-motion-gated rulesets | zopsicle | -6/+4 |
| 2024-09-26 | rustdoc: do not animate when user prefers reduced motion | zopsicle | -7/+14 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -152/+313 |
| 2024-09-23 | Tweak breadcrumbs list | Michael Howell | -7/+9 |
| 2024-09-22 | Generate line numbers for non-rust code examples as well | Guillaume Gomez | -7/+9 |
| 2024-09-20 | Improve paddings for code blocks line numbers | Guillaume Gomez | -2/+6 |
| 2024-09-20 | Revert additional scraped examples height | Guillaume Gomez | -0/+3 |
| 2024-09-19 | Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddle | bors | -23/+42 |
| 2024-09-10 | rustdoc: tweak spacing in toolbar | Michael Howell | -3/+9 |
| 2024-09-10 | rustdoc: make the header show all three buttons | Michael Howell | -33/+58 |
| 2024-09-10 | rustdoc: redesign toolbar and disclosure widgets | Michael Howell | -137/+265 |
| 2024-09-07 | Generate scraped examples buttons in JS | Guillaume Gomez | -23/+42 |
| 2024-09-05 | rustdoc-search: allow trailing `Foo ->` arg search | Michael Howell | -5/+6 |
| 2024-09-05 | Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle | Matthias Krüger | -82/+88 |
| 2024-09-05 | Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc | Matthias Krüger | -7/+53 |
| 2024-09-03 | Fix square corners on line numbers when code is collapsed | Guillaume Gomez | -2/+4 |
| 2024-09-03 | Fix wrong padding for expanded scraped example | Guillaume Gomez | -0/+7 |
| 2024-09-02 | Simplify CSS but wrapping scraped example into a div and move the title out o... | Guillaume Gomez | -38/+17 |
| 2024-09-02 | Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdoc | Matthias Krüger | -0/+10 |
| 2024-09-02 | Fix scraped examples background gradient | Guillaume Gomez | -1/+11 |
| 2024-09-01 | Correctly handle code examples buttons position | Guillaume Gomez | -1/+5 |