| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -101/+84 |
| 2024-07-28 | Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-team | Guillaume Gomez | -48/+135 |
| 2024-07-27 | rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind` | Michael Howell | -27/+48 |
| 2024-07-25 | use double quotes | binarycat | -1/+1 |
| 2024-07-25 | rustdoc: change title of search results | binarycat | -1/+1 |
| 2024-07-24 | rustdoc: clean up and fix ord violations in item sorting | Michael Howell | -70/+119 |
| 2024-07-23 | Replace askama with rinja | Guillaume Gomez | -20/+18 |
| 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 | Rollup merge of #128014 - GuillaumeGomez:stab-in-doc-blocks, r=notriddle | Jubilee | -0/+4 |
| 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-20 | Rollup merge of #127975 - GuillaumeGomez:fix-trait-bounds-display, r=notriddle | Matthias Krüger | -7/+14 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -1/+1 |
| 2024-07-19 | Improve display of trait bounds when there are more than two | Guillaume Gomez | -7/+14 |
| 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-15 | Create new CSS class for "big toggles" | Guillaume Gomez | -3/+3 |
| 2024-07-15 | Fix style | Guillaume Gomez | -0/+5 |
| 2024-07-15 | doc: Fold inline methods from Deref | Lzu Tao | -4/+18 |
| 2024-07-14 | Fix trivial gen ident usage in tools | Michael Goulet | -3/+3 |
| 2024-07-12 | Add rustdoc support for use<> in (local) RPITs | Michael Goulet | -0/+14 |
| 2024-07-05 | rustdoc-search: stop constructing pointless arrays in decode | Michael Howell | -11/+7 |
| 2024-07-04 | Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG... | bors | -57/+54 |
| 2024-07-01 | rustdoc: click target for sidebar items flush left | Michael Howell | -4/+12 |
| 2024-06-30 | rustdoc: update to pulldown-cmark 0.11 | Michael Howell | -57/+54 |
| 2024-06-30 | Uplift fast rejection to new solver | Michael Goulet | -2/+1 |
| 2024-06-20 | Implement `unsafe_extern_blocks` feature in rustdoc | Guillaume Gomez | -5/+18 |
| 2024-06-09 | rustdoc-search: use lowercase, non-normalized name for type search | Michael Howell | -4/+8 |
| 2024-06-08 | Rollup merge of #126057 - Sunshine40:rustdoc-search-non-english, r=notriddle | León Orell Valerian Liehr | -73/+88 |
| 2024-06-07 | Move some arguments to fields and reorganize fields | Noah Lev | -2/+10 |
| 2024-06-07 | rustdoc: Remove `DoctestVisitor::get_line` | Noah Lev | -1/+23 |
| 2024-06-07 | rustdoc: Rename `Tester` to `DoctestVisitor` | Noah Lev | -4/+4 |
| 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 |