| Age | Commit message (Expand) | Author | Lines |
| 2025-02-05 | Rollup merge of #136263 - notriddle:notriddle/typescript2, r=fmease | León Orell Valerian Liehr | -140/+124 |
| 2025-02-03 | rustdoc: clean up a bunch of ts-expected-error declarations in main | Michael Howell | -140/+124 |
| 2025-01-30 | fix(rustdoc): always use a channel when linking to doc.rust-lang.org | Alexis (Poliorcetics) Bourget | -8/+8 |
| 2025-01-27 | rustdoc: add nobuild typescript checking to our JS | Michael Howell | -51/+294 |
| 2024-09-29 | Copy correct path to clipboard for modules/keywords/primitives | clubby789 | -5/+9 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -64/+77 |
| 2024-09-23 | Tweak breadcrumbs list | Michael Howell | -7/+4 |
| 2024-09-22 | Generate line numbers for non-rust code examples as well | Guillaume Gomez | -7/+9 |
| 2024-09-10 | rustdoc: make the header show all three buttons | Michael Howell | -0/+8 |
| 2024-09-10 | rustdoc: redesign toolbar and disclosure widgets | Michael Howell | -57/+65 |
| 2024-09-07 | Generate scraped examples buttons in JS | Guillaume Gomez | -6/+8 |
| 2024-09-05 | Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle | Matthias Krüger | -2/+7 |
| 2024-09-05 | Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc | Matthias Krüger | -2/+2 |
| 2024-08-31 | Fix code examples buttons not appearing on click on mobile | Guillaume Gomez | -2/+8 |
| 2024-08-31 | Unify scraped examples with other code examples | Guillaume Gomez | -2/+7 |
| 2024-08-20 | rustdoc: consistentify `#TOC` and `#ModNav` to lowercase | Michael Howell | -2/+2 |
| 2024-08-20 | Add configuration options to hide TOC or module navigation | Michael Howell | -2/+2 |
| 2024-08-12 | Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdoc | Guillaume Gomez | -2/+6 |
| 2024-08-06 | rustdoc-search: account for numeric disambiguators on impls | Michael Howell | -6/+12 |
| 2024-08-05 | Prevent clicking on a link or on a button to toggle the code example buttons ... | Guillaume Gomez | -2/+6 |
| 2024-08-03 | Rollup merge of #128573 - GuillaumeGomez:simplify-body, r=notriddle | Matthias Krüger | -5/+3 |
| 2024-08-03 | Simplify `body` usage in rustdoc | Guillaume Gomez | -5/+3 |
| 2024-08-01 | rustdoc: Remove dead opaque_tys rendering logic | Alona Enraght-Moony | -1/+0 |
| 2024-07-29 | Make the buttons remain when code example is clicked | Guillaume Gomez | -2/+23 |
| 2024-07-28 | Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-team | Guillaume Gomez | -21/+69 |
| 2024-07-18 | Rearrange sidebar modnav builder to more logical order | Michael Howell | -2/+2 |
| 2024-07-18 | rustdoc: fix `current` class on sidebar modnav | Michael Howell | -3/+5 |
| 2024-07-18 | Add copy code button | Guillaume Gomez | -21/+69 |
| 2024-04-18 | Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddle | Matthias Krüger | -18/+2 |
| 2024-04-17 | Fix copy-path button | Guillaume Gomez | -18/+2 |
| 2024-04-16 | Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomez | Matthias Krüger | -1/+2 |
| 2024-04-02 | Support type '/' to search | mu001999 | -1/+2 |
| 2024-03-22 | rustdoc-search: address nits | Michael Howell | -0/+4 |
| 2024-03-17 | Fix style errors | Michael Howell | -1/+1 |
| 2024-03-16 | rustdoc-search: shard the search result descriptions | Michael Howell | -4/+24 |
| 2024-02-25 | Correctly handle if rustdoc JS script hash changed | Guillaume Gomez | -3/+11 |
| 2024-01-31 | rustdoc: Correctly handle long crate names on mobile | Guillaume Gomez | -1/+1 |
| 2024-01-08 | rustdoc: hide modals when resizing the sidebar | Michael Howell | -0/+1 |
| 2023-12-31 | Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla... | bors | -1/+4 |
| 2023-12-26 | rustdoc: treat query string `+` as space | Michael Howell | -1/+2 |
| 2023-12-19 | Fix corner cases when dealing with mobile mode | Michael Howell | -11/+7 |
| 2023-12-17 | rustdoc: clean up source sidebar hide button | Michael Howell | -6/+13 |
| 2023-12-15 | Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomez | Guillaume Gomez | -5/+263 |
| 2023-11-27 | Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmease | Matthias Krüger | -2/+1 |
| 2023-11-26 | Fix Rustdoc search docs link | clubby789 | -2/+1 |
| 2023-11-25 | rustdoc: replace `elemIsInParent` with `Node.contains` | Michael Howell | -19/+9 |
| 2023-11-12 | rustdoc: use `.rustdoc` class instead of `body` | Michael Howell | -2/+2 |
| 2023-10-22 | rustdoc: make JS trait impls act more like HTML | Michael Howell | -3/+12 |
| 2023-10-22 | rustdoc: clean up and comment main.js `register_type_impls` | Michael Howell | -14/+44 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -1/+173 |