| Age | Commit message (Expand) | Author | Lines |
| 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/+12 |
| 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 | Migrate item_bounds to ty::Clause | Michael Goulet | -13/+8 |
| 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 #112853 - GuillaumeGomez:type_alias_type, r=oli-obk | Guillaume Gomez | -4/+17 |
| 2023-06-21 | Rollup merge of #112836 - GuillaumeGomez:rustdoc-invalid-file-creation, r=not... | Guillaume Gomez | -18/+57 |
| 2023-06-21 | Correctly handle Weak type aliases in rustdoc | Guillaume Gomez | -4/+17 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -20/+21 |
| 2023-06-20 | Fix invalid creation of files in rustdoc | Guillaume Gomez | -9/+44 |
| 2023-06-20 | Rollup merge of #112720 - poliorcetics:rustdoc-item-type-color-same-as-item-c... | Guillaume Gomez | -1/+7 |
| 2023-06-20 | Add `Item::def_id` helper | Guillaume Gomez | -9/+13 |
| 2023-06-19 | rustdoc: js: change color and reduce size of typename in search result | Alexis (Poliorcetics) Bourget | -1/+7 |
| 2023-06-19 | Clean up "doc(hidden)" check | Guillaume Gomez | -10/+17 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -20/+21 |
| 2023-06-17 | rustdoc: Fix --test-run-directory and relative paths. | Eric Huss | -0/+16 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -1/+1 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -1/+1 |
| 2023-06-17 | Rollup merge of #112707 - GuillaumeGomez:back-in-history-fix, r=notriddle | Matthias Krüger | -19/+35 |
| 2023-06-17 | Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errors | bors | -0/+5 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -0/+5 |
| 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-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -4/+3 |
| 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 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -1/+0 |
| 2023-06-14 | remove drain-on-drop behavior from vec::DrainFilter and add #[must_use] | The 8472 | -3/+3 |
| 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 | Auto merge of #112202 - nicklimmm:item-template-derive-macro, r=GuillaumeGomez | bors | -61/+120 |
| 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-10 | Auto merge of #107637 - fmease:rustdoc-reelide-x-crate-def-tr-obj-lt-bnds, r=... | bors | -49/+235 |