| Age | Commit message (Expand) | Author | Lines |
| 2024-08-03 | Simplify `body` usage in rustdoc | Guillaume Gomez | -5/+3 |
| 2024-08-02 | Restructure `add_item_to_search_index` to eliminate code paths | Noah Lev | -110/+103 |
| 2024-08-02 | Extract local variables | Noah Lev | -30/+33 |
| 2024-08-02 | Restructure a confusing `match` | Noah Lev | -62/+62 |
| 2024-08-02 | rustdoc: Simplify some search index code | Noah Lev | -44/+36 |
| 2024-08-02 | rustdoc: Clarify construction of name for search index | Noah Lev | -11/+14 |
| 2024-08-02 | rustdoc: Extract helper function to add item to search index | Noah Lev | -137/+135 |
| 2024-08-01 | rustdoc: Remove dead opaque_tys rendering logic | Alona Enraght-Moony | -11/+0 |
| 2024-08-01 | rustdoc: Remove OpaqueTy | Alona Enraght-Moony | -64/+6 |
| 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: move the wbr after the underscore, instead of before | Michael Howell | -8/+8 |
| 2024-07-29 | rustdoc: properly handle path wrapping | Michael Howell | -4/+19 |
| 2024-07-29 | rustdoc: use `<wbr>` in sidebar headers | Michael Howell | -4/+24 |
| 2024-07-29 | rustdoc: avoid redundant HTML when there's already line breaks | Michael Howell | -0/+10 |
| 2024-07-29 | rustdoc: word wrap CamelCase in the item list table | Michael Howell | -4/+107 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -320/+270 |
| 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 | -89/+120 |
| 2024-07-26 | Rollup merge of #128210 - lolbinarycat:rustdoc-search-title, r=notriddle,Guil... | Trevor Gross | -1/+1 |
| 2024-07-25 | use double quotes | binarycat | -1/+1 |
| 2024-07-25 | rustdoc: change title of search results | binarycat | -1/+1 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -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 | -21/+19 |
| 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-20 | Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm... | bors | -17/+17 |
| 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 | Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgr | bors | -3/+5 |
| 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-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -11/+36 |
| 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 | Remove some unintended changes to imports | Noah Lev | -3/+5 |
| 2024-07-17 | Add cross-crate precise capturing support to rustdoc | Michael Goulet | -17/+17 |
| 2024-07-17 | Rollup merge of #127229 - notriddle:notriddle/mile-wide-bar, r=GuillaumeGomez | Matthias Krüger | -4/+51 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -3/+13 |