| Age | Commit message (Expand) | Author | Lines |
| 2023-06-11 | rustdoc-search: simplify JS in `checkGenerics` | Michael Howell | -68/+68 |
| 2023-06-11 | Auto merge of #111958 - notriddle:notriddle/type-search-slice-array, r=Guilla... | bors | -82/+155 |
| 2023-06-11 | Add `item_template` macro | Nicky Lim | -61/+120 |
| 2023-06-10 | rustdoc: add note about slice/array searches to help popup | Michael Howell | -0/+4 |
| 2023-06-10 | rustdoc: search for slices and arrays by type with `[]` | Michael Howell | -82/+151 |
| 2023-06-09 | List matching impls on type aliases | Guillaume Gomez | -28/+110 |
| 2023-06-08 | Rollup merge of #112034 - sladyn98:migrate-opaque-ty, r=GuillaumeGomez | Guillaume Gomez | -3/+10 |
| 2023-06-08 | Migrate item_opaque_type to Askama | sladynnunes | -3/+10 |
| 2023-06-05 | Rollup merge of #112243 - GuillaumeGomez:rm-unneeded-buffer-creations, r=notr... | Guillaume Gomez | -24/+19 |
| 2023-06-05 | Move write! arguments directly into the string | Guillaume Gomez | -6/+6 |
| 2023-06-05 | Auto merge of #110945 - wackbyte:doc-vis-on-inherent-assoc-types, r=jsha | bors | -1/+3 |
| 2023-06-03 | Remove unneeded `Buffer` allocations when `&mut fmt::Write` can be used directly | Guillaume Gomez | -23/+18 |
| 2023-06-03 | Move type name directly into the same DOM element | Guillaume Gomez | -19/+1 |
| 2023-06-03 | Auto merge of #112032 - sladyn98:migrate-item-primitive, r=GuillaumeGomez | bors | -3/+3 |
| 2023-06-02 | Improve new search result display on mobile | Guillaume Gomez | -0/+8 |
| 2023-06-02 | Move item kind before the item name | Guillaume Gomez | -3/+13 |
| 2023-06-02 | Add search result item types after their name | Guillaume Gomez | -11/+36 |
| 2023-06-01 | Rollup merge of #112030 - sladyn98:item-trait-alias, r=GuillaumeGomez | Michael Goulet | -8/+15 |
| 2023-06-01 | Migrate to Askama | sladynnunes | -8/+15 |
| 2023-06-01 | Rollup merge of #111892 - notriddle:notriddle/timeout-tooltip, r=me,Guillaume... | Dylan DPC | -10/+150 |
| 2023-06-01 | Rollup merge of #108459 - benediktwerner:rustdoc-fix-link-match, r=GuillaumeG... | Dylan DPC | -5/+10 |
| 2023-05-31 | rustdoc: add jsdoc comments for complex functions | Michael Howell | -1/+34 |
| 2023-05-31 | Rollup merge of #112113 - notriddle:notriddle/rm-fnretty, r=GuillaumeGomez | Matthias Krüger | -42/+30 |
| 2023-05-31 | Rollup merge of #112031 - sladyn98:migrate-proc-macro, r=GuillaumeGomez | Matthias Krüger | -10/+16 |
| 2023-05-30 | rustdoc: Fix LinkReplacer link matching | benediktwerner | -5/+10 |
| 2023-05-30 | rustdoc: simplify `clean` by removing `FnRetTy` | Michael Howell | -42/+30 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-05-28 | Migrate to Askama | sladynnunes | -3/+3 |
| 2023-05-28 | Migrate to Askama | sladynnunes | -10/+16 |
| 2023-05-28 | Rollup merge of #112005 - sladyn98:item-foreign-types, r=GuillaumeGomez | fee1-dead | -6/+8 |
| 2023-05-27 | Migrate to Askama | sladynnunes | -6/+8 |
| 2023-05-27 | Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddle | Matthias Krüger | -11/+10 |
| 2023-05-27 | Rollup merge of #111946 - nicklimmm:askama-item-template-trait, r=GuillaumeGomez | Matthias Krüger | -42/+61 |
| 2023-05-27 | Clean up usage of `cx.tcx` when `tcx` is already set into a variable | Guillaume Gomez | -11/+10 |
| 2023-05-27 | Rollup merge of #112014 - notriddle:notriddle/intra-doc-weird-syntax, r=Guill... | Guillaume Gomez | -9/+111 |
| 2023-05-26 | rustdoc: get unnormalized link destination for suggestions | Michael Howell | -9/+111 |
| 2023-05-27 | Rollup merge of #111927 - sladyn98:item-static, r=GuillaumeGomez | Matthias Krüger | -5/+9 |
| 2023-05-26 | Formatted file correctly | sladynnunes | -1/+0 |
| 2023-05-26 | Fixed tests | sladynnunes | -4/+9 |
| 2023-05-26 | Fix failing CI | sladynnunes | -1/+1 |
| 2023-05-25 | Auto merge of #111512 - petrochenkov:microdoc2, r=GuillaumeGomez | bors | -19/+13 |
| 2023-05-25 | Add `ItemTemplate` trait | Nicky Lim | -42/+61 |
| 2023-05-24 | Migrate item_static to Askama | sladynnunes | -1/+1 |
| 2023-05-23 | rustdoc: add hover indicator for notable trait tooltip | Michael Howell | -0/+4 |
| 2023-05-23 | rustdoc: add interaction delays for tooltip popovers | Michael Howell | -9/+112 |
| 2023-05-22 | rustdoc: remove unneeded `position: relative` setting CSS | Michael Howell | -1/+0 |
| 2023-05-22 | rustdoc: merge identical CSS rules | Michael Howell | -5/+3 |
| 2023-05-22 | rustdoc: Cleanup doc string collapsing | Vadim Petrochenkov | -19/+13 |
| 2023-05-21 | rustdoc: include strikethrough in item summary | Lukas Markeffsky | -1/+9 |
| 2023-05-18 | Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin | Dylan DPC | -2/+2 |