| Age | Commit message (Expand) | Author | Lines |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-13 | Rollup merge of #113623 - GuillaumeGomez:add-jump-to-doc, r=notriddle | Matthias Krüger | -25/+84 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -10/+14 |
| 2023-07-12 | Add jump to doc | Guillaume Gomez | -25/+84 |
| 2023-07-03 | Rollup merge of #113285 - GuillaumeGomez:display-long-inline-cfg, r=notriddle | Guillaume Gomez | -3/+3 |
| 2023-07-03 | Fix display of long inline cfg labels | Guillaume Gomez | -3/+3 |
| 2023-07-02 | Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator... | bors | -73/+174 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -1/+1 |
| 2023-06-29 | Rollup merge of #113119 - aDotInTheVoid:reduce-viz, r=notriddle | Takayuki Maeda | -1/+1 |
| 2023-06-29 | Rollup merge of #113100 - GuillaumeGomez:search-result-long-name, r=notriddle | Takayuki Maeda | -9/+29 |
| 2023-06-28 | accept review suggestion | Tshepang Mbambo | -1/+1 |
| 2023-06-28 | rustdoc: Reduce internal function visibility. | Alona Enraght-Moony | -1/+1 |
| 2023-06-28 | Fix display of long items in search results | Guillaume Gomez | -9/+29 |
| 2023-06-28 | we are migrating to askama | Tshepang Mbambo | -1/+1 |
| 2023-06-27 | Replace `id` attribute with `name` for `<meta>` tag | Guillaume Gomez | -5/+4 |
| 2023-06-27 | Fix invalid HTML DIV tag used in HEAD | Guillaume Gomez | -2/+1 |
| 2023-06-25 | Rollup merge of #113013 - fmease:rustdoc-decl-line-wrapping-slim-arg-list, r=... | Matthias Krüger | -1/+1 |
| 2023-06-25 | Rollup merge of #112937 - camelid:align-typenames, r=notriddle,GuillaumeGomez | Matthias Krüger | -2/+4 |
| 2023-06-24 | rustdoc: get rid of extra line when line-wrapping fn decls with empty arg list | León Orell Valerian Liehr | -1/+1 |
| 2023-06-23 | rustdoc: fix position of `default` in method rendering | wackbyte | -4/+4 |
| 2023-06-23 | Reduce typename width to 6.25rem | Noah Lev | -1/+1 |
| 2023-06-23 | Rollup merge of #112740 - GuillaumeGomez:link-to-search-chapter, r=notriddle | Matthias Krüger | -2/+9 |
| 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 |