| Age | Commit message (Expand) | Author | Lines |
| 2023-06-23 | Make typenames a bit wider to support "existential type" | Noah Lev | -1/+1 |
| 2023-06-23 | Abbreviate long typenames so they don't get wrapped in results | Noah Lev | -2/+2 |
| 2023-06-23 | Link to the corresponding channel in the help popover | Guillaume Gomez | -5/+9 |
| 2023-06-23 | Add link to rustdoc book search chapter in help popover | Guillaume Gomez | -0/+3 |
| 2023-06-23 | Rollup merge of #112927 - GuillaumeGomez:where-clause-indent, r=notriddle | Matthias Krüger | -7/+14 |
| 2023-06-22 | Align search results horizontally for easy scanning | Noah Lev | -0/+2 |
| 2023-06-22 | Fix indentation for where clause in rustdoc pages | Guillaume Gomez | -7/+14 |
| 2023-06-22 | Rollup merge of #112906 - fmease:rustdoc-render-assoc-ty-body-before-where-cl... | Matthias Krüger | -1/+2 |
| 2023-06-21 | rustdoc: render the assoc ty body before the where-clause | León Orell Valerian Liehr | -1/+2 |
| 2023-06-21 | Rollup merge of #112894 - GuillaumeGomez:gui-fields-display, r=notriddle | Guillaume Gomez | -11/+11 |
| 2023-06-21 | Fix union fields display | Guillaume Gomez | -11/+11 |
| 2023-06-21 | Rollup merge of #112836 - GuillaumeGomez:rustdoc-invalid-file-creation, r=not... | Guillaume Gomez | -7/+34 |
| 2023-06-20 | Fix invalid creation of files in rustdoc | Guillaume Gomez | -7/+34 |
| 2023-06-19 | rustdoc: js: change color and reduce size of typename in search result | Alexis (Poliorcetics) Bourget | -1/+7 |
| 2023-06-17 | Rollup merge of #112707 - GuillaumeGomez:back-in-history-fix, r=notriddle | Matthias Krüger | -19/+35 |
| 2023-06-16 | Fix invalid handling of "going back in history" when "Directly go to item in ... | Guillaume Gomez | -4/+21 |
| 2023-06-16 | Auto merge of #110688 - GuillaumeGomez:result-search-type, r=notriddle,jsha | bors | -11/+36 |
| 2023-06-16 | Unify history interactions in search | Guillaume Gomez | -15/+14 |
| 2023-06-15 | Auto merge of #112233 - notriddle:notriddle/search-unify, r=GuillaumeGomez | bors | -166/+163 |
| 2023-06-14 | Fix eBNF and handling of whitespace characters when not in a path | Guillaume Gomez | -2/+11 |
| 2023-06-14 | Correctly display whitespace characters in search error | Guillaume Gomez | -1/+1 |
| 2023-06-14 | Use whitespace as path separator like double colon | Guillaume Gomez | -71/+163 |
| 2023-06-14 | Rollup merge of #112581 - TumoiYorozu:fix_url_encoding_of_percent_sign, r=not... | Matthias Krüger | -2/+0 |
| 2023-06-13 | Fix URL encoding of % sign in Rust Doc. | TumoiYorozu | -2/+0 |
| 2023-06-12 | rustdoc-search: search never type with `!` | Michael Howell | -5/+43 |
| 2023-06-12 | Revert "List matching impls on type aliases" | Guillaume Gomez | -110/+28 |
| 2023-06-11 | rustdoc-search: fix order-independence bug | Michael Howell | -68/+98 |
| 2023-06-11 | rustdoc-search: build args, return, and generics on one unifier | Michael Howell | -138/+105 |
| 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 |