| Age | Commit message (Expand) | Author | Lines |
| 2024-08-31 | Rollup merge of #129824 - GuillaumeGomez:code-example-buttons-mobile, r=notri... | Matthias Krüger | -2/+8 |
| 2024-08-31 | Fix code examples buttons not appearing on click on mobile | Guillaume Gomez | -2/+8 |
| 2024-08-29 | Separate core search logic with search ui | Folyd | -2277/+2316 |
| 2024-08-24 | Rollup merge of #129430 - lolbinarycat:rustdoc-search-exact-case, r=notriddle | Trevor Gross | -0/+8 |
| 2024-08-23 | rustdoc: show exact case-sensitive matches first | binarycat | -0/+8 |
| 2024-08-22 | rustdoc-search: use tighter json for names and parents | Michael Howell | -7/+10 |
| 2024-08-19 | rustdoc: animate the `:target` highlight | Michael Howell | -0/+13 |
| 2024-08-12 | Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdoc | Guillaume Gomez | -43/+27 |
| 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-05 | Unify run button display with "copy code" button and with mdbook buttons | Guillaume Gomez | -41/+21 |
| 2024-08-04 | Rollup merge of #128615 - notriddle:notriddle/anchor-a11y, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2024-08-03 | rustdoc: make the hover trail for doc anchors a bit bigger | Michael Howell | -1/+1 |
| 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-30 | Rollup merge of #128339 - GuillaumeGomez:click-code-example, r=notriddle | Matthias Krüger | -3/+37 |
| 2024-07-29 | Make the buttons remain when code example is clicked | Guillaume Gomez | -3/+37 |
| 2024-07-29 | rustdoc: properly handle path wrapping | Michael Howell | -1/+4 |
| 2024-07-28 | Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-team | Guillaume Gomez | -48/+135 |
| 2024-07-25 | use double quotes | binarycat | -1/+1 |
| 2024-07-25 | rustdoc: change title of search results | binarycat | -1/+1 |
| 2024-07-21 | rustdoc: revert spacing change in item-table | Michael Howell | -1/+0 |
| 2024-07-21 | Rollup merge of #128023 - Kijewski:pr-table-width, r=notriddle | Jubilee | -0/+1 |
| 2024-07-21 | rustdoc: short descr. cause word-breaks in tables | René Kijewski | -0/+1 |
| 2024-07-20 | Fix stab display in doc blocks | Guillaume Gomez | -0/+4 |
| 2024-07-19 | Auto merge of #127969 - matthiaskrgr:rollup-nhxmwhn, r=matthiaskrgr | bors | -1/+0 |
| 2024-07-19 | Rollup merge of #127963 - GuillaumeGomez:fix-logo-display, r=notriddle | Matthias Krüger | -1/+0 |
| 2024-07-19 | Fix display of logo "border" | Guillaume Gomez | -1/+0 |
| 2024-07-19 | Rollup merge of #127932 - notriddle:notriddle/current, r=GuillaumeGomez | Matthias Krüger | -3/+5 |
| 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 | Wrap too long item name and improve the item list display a bit | Guillaume Gomez | -0/+8 |
| 2024-07-18 | Unify UI between code block buttons and top buttons | Guillaume Gomez | -7/+14 |
| 2024-07-18 | Make "copy code" button the same size as the "copy path" button | Guillaume Gomez | -23/+11 |
| 2024-07-18 | Add copy code button | Guillaume Gomez | -40/+132 |
| 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 |