| Age | Commit message (Expand) | Author | Lines |
| 2023-03-04 | Rollup merge of #108734 - clubby789:rustdoc-layout-uninhabited, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2023-03-04 | rustdoc: include link on all.html location header | Michael Howell | -3/+1 |
| 2023-03-04 | rustdoc: function signature search with traits in `where` clause | Michael Howell | -21/+13 |
| 2023-03-04 | rustdoc: Note in a type's layout/size if it is uninhabited | clubby789 | -0/+6 |
| 2023-02-19 | Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez | Dylan DPC | -10/+10 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-15 | Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddle | Matthias Krüger | -35/+31 |
| 2023-02-15 | Use more let chain | Guillaume Gomez | -35/+31 |
| 2023-02-15 | Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2023-02-13 | rustdoc: use a string with one-character codes for search index types | Michael Howell | -1/+10 |
| 2023-02-13 | Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui... | Matthias Krüger | -1/+1 |
| 2023-02-12 | Rollup merge of #107934 - notriddle:notriddle/intra-doc-link-meta-description... | Matthias Krüger | -1/+4 |
| 2023-02-11 | rustdoc: account for intra-doc links in `<meta name="description">` | Michael Howell | -1/+4 |
| 2023-02-11 | Rollup merge of #107864 - notriddle:notriddle/rustdoc-write-stutter, r=Guilla... | Matthias Krüger | -15/+12 |
| 2023-02-11 | Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume... | Dylan DPC | -9/+3 |
| 2023-02-10 | Rollup merge of #107852 - notriddle:notriddle/rm-tab, r=GuillaumeGomez | Matthias Krüger | -7/+5 |
| 2023-02-09 | rustdoc: clean up `write!` calls with less stuttering | Michael Howell | -15/+12 |
| 2023-02-09 | Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomez | Dylan DPC | -23/+52 |
| 2023-02-09 | rustdoc: remove unused fn parameter `tab` | Michael Howell | -7/+5 |
| 2023-02-07 | rustdoc: simplify DOM for `.item-table` | Michael Howell | -10/+10 |
| 2023-02-04 | rustdoc: trait bound formatting | Roland Strasser | -10/+10 |
| 2023-02-03 | rustdoc: use the same URL escape rules for fragments as for examples | Michael Howell | -23/+52 |
| 2023-02-03 | Rollup merge of #107615 - notriddle:notriddle/nbsp, r=GuillaumeGomez | Michael Goulet | -2/+2 |
| 2023-02-03 | Replace nbsp in all rustdoc code blocks | Michael Howell | -2/+2 |
| 2023-02-02 | Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri... | bors | -1/+1 |
| 2023-01-31 | rustdoc: stop making unstable items transparent | Michael Howell | -14/+5 |
| 2023-01-31 | rustdoc: remove inconsistently-present sidebar tooltips | Michael Howell | -9/+3 |
| 2023-01-31 | Rollup merge of #107482 - notriddle:notriddle/keywords, r=jsha | Yuki Okushi | -12/+2 |
| 2023-01-30 | rustdoc: remove meta keywords from HTML | Michael Howell | -12/+2 |
| 2023-01-30 | rustdoc: remove unnecessary wrapper div.item-decl from HTML | Michael Howell | -312/+272 |
| 2023-01-28 | rustdoc: remove unused class `has-srclink` | Michael Howell | -17/+5 |
| 2023-01-27 | rustdoc: merge doctest tooltip with notable traits tooltip | Michael Howell | -1/+1 |
| 2023-01-27 | Improve code readability | Guillaume Gomez | -1/+1 |
| 2023-01-27 | Rollup merge of #107336 - notriddle:notriddle/import-item-module-item, r=Guil... | Yuki Okushi | -2/+2 |
| 2023-01-26 | rustdoc: remove mostly-unused CSS classes import/module-item | Michael Howell | -2/+2 |
| 2023-01-23 | rustdoc: make item links consistently use `title="{shortty} {path}"` | Michael Howell | -1/+1 |
| 2023-01-22 | rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)` | Vadim Petrochenkov | -10/+10 |
| 2023-01-21 | Remove some superfluous type parameters from layout.rs. | Michael Benfield | -2/+2 |
| 2023-01-19 | Revert "Improve code readability" | Guillaume Gomez | -1/+1 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -1/+1 |
| 2023-01-17 | Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume... | Matthias Krüger | -16/+16 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -1/+1 |
| 2023-01-15 | rustdoc: simplify some & ref erences | Matthias Krüger | -2/+2 |
| 2023-01-14 | rustdoc: remove redundant item kind class from `.item-decl > pre` | Michael Howell | -16/+16 |
| 2023-01-14 | Rollup merge of #106855 - klensy:rd-s, r=notriddle | Matthias Krüger | -13/+12 |
| 2023-01-14 | Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill... | Matthias Krüger | -1/+1 |
| 2023-01-14 | Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomez | Yuki Okushi | -5/+5 |
| 2023-01-13 | rustdoc: remove `docblock` class from notable trait popover | Michael Howell | -1/+1 |
| 2023-01-13 | rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle | Michael Howell | -7/+7 |