| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-07 | Rollup merge of #112251 - notriddle:notriddle/cleanup-inlining, r=GuillaumeGomez | Dylan DPC | -18/+28 |
| 2023-06-07 | use wf::object_region_bounds | León Orell Valerian Liehr | -42/+9 |
| 2023-06-07 | rustdoc: re-elide cross-crate default trait object lifetime bounds | León Orell Valerian Liehr | -49/+268 |
| 2023-06-06 | rustdoc: convert `if let Some()` that always matches to variable | Michael Howell | -18/+28 |
| 2023-06-05 | cleanup some skip_binder -> subst_identity | Kyle Matsuda | -3/+3 |
| 2023-06-05 | Rollup merge of #112315 - lucascherzer:master, r=Nilstrieb | Guillaume Gomez | -3/+3 |
| 2023-06-05 | Rollup merge of #112243 - GuillaumeGomez:rm-unneeded-buffer-creations, r=notr... | Guillaume Gomez | -24/+19 |
| 2023-06-05 | fix spelling error | Luca Scherzer | -3/+3 |
| 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-04 | Rollup merge of #112178 - GuillaumeGomez:fix-inline-private-intermediate, r=n... | Matthias Krüger | -2/+4 |
| 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 |