| Age | Commit message (Expand) | Author | Lines |
| 2023-02-11 | Improve JS function itemTypeFromName code a bit | Guillaume Gomez | -6/+4 |
| 2023-02-11 | Rollup merge of #107912 - clubby789:doc-bad-enum-field, r=camelid,GuillaumeGomez | Matthias Krüger | -4/+25 |
| 2023-02-11 | Rollup merge of #107909 - notriddle:notriddle/register-header-empty-cond, r=c... | Matthias Krüger | -5/+1 |
| 2023-02-11 | Rollup merge of #107897 - GuillaumeGomez:reexported-macros-docs, r=notriddle | Matthias Krüger | -4/+6 |
| 2023-02-11 | Rollup merge of #107864 - notriddle:notriddle/rustdoc-write-stutter, r=Guilla... | Matthias Krüger | -15/+12 |
| 2023-02-11 | rustdoc: Don't resolve link to field on different variant | clubby789 | -4/+25 |
| 2023-02-11 | Auto merge of #94857 - petrochenkov:doclink2, r=oli-obk | bors | -768/+65 |
| 2023-02-11 | Auto merge of #107919 - Dylan-DPC:rollup-fkl9swa, r=Dylan-DPC | bors | -14/+4 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -0/+2 |
| 2023-02-11 | Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume... | Dylan DPC | -14/+4 |
| 2023-02-10 | rustdoc: remove redundant `if s.is_empty()` from `find_testable_code` | Michael Howell | -5/+1 |
| 2023-02-10 | Also get current import attributes | Guillaume Gomez | -3/+5 |
| 2023-02-10 | Correctly handle reexports for macros | Guillaume Gomez | -1/+1 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -0/+2 |
| 2023-02-10 | Auto merge of #107652 - estebank:re_error, r=oli-obk | bors | -0/+1 |
| 2023-02-10 | Skip doc link resolution for some crate types and non-exported items | Vadim Petrochenkov | -3/+12 |
| 2023-02-10 | Stop resolving doc links on `mod` items twice | Vadim Petrochenkov | -13/+3 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -753/+51 |
| 2023-02-10 | Rollup merge of #107852 - notriddle:notriddle/rm-tab, r=GuillaumeGomez | Matthias Krüger | -7/+5 |
| 2023-02-10 | Rollup merge of #107831 - nnethercote:query-refactoring, r=oli-obk | Matthias Krüger | -2/+2 |
| 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 | -64/+54 |
| 2023-02-09 | rustdoc: remove unused fn parameter `tab` | Michael Howell | -7/+5 |
| 2023-02-09 | Introduce `-Zterminal-urls` to use OSC8 for error codes | Esteban Küber | -1/+7 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -1/+1 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -0/+1 |
| 2023-02-09 | Remove `QueryContext`. | Nicholas Nethercote | -2/+2 |
| 2023-02-08 | Rollup merge of #107817 - notriddle:notriddle/wheel-svg, r=GuillaumeGomez | Michael Goulet | -1/+1 |
| 2023-02-08 | rustdoc: use [svgo] to shrink `wheel.svg` | Michael Howell | -1/+1 |
| 2023-02-08 | Rollup merge of #107807 - GuillaumeGomez:fix-small-debug-typo, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-02-08 | Fix small debug typo | Guillaume Gomez | -1/+1 |
| 2023-02-08 | Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez | Matthias Krüger | -17/+14 |
| 2023-02-07 | rustdoc: simplify DOM for `.item-table` | Michael Howell | -17/+19 |
| 2023-02-07 | rustdoc: use a newline instead of `<br>` to format code headers | Michael Howell | -17/+14 |
| 2023-02-07 | Rollup merge of #107471 - notriddle:notriddle/default-settings, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2023-02-06 | Rollup merge of #107725 - GuillaumeGomez:turn-markdownwithtoc-into-struct, r=... | Matthias Krüger | -10/+17 |
| 2023-02-06 | Turn MarkdownWithToc into a struct with named fields | Guillaume Gomez | -10/+17 |
| 2023-02-06 | Rollup merge of #107669 - notriddle:notriddle/ayu-smaller, r=GuillaumeGomez | Dylan DPC | -34/+14 |
| 2023-02-06 | Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=Guillaum... | bors | -65/+84 |
| 2023-02-04 | rustdoc: trait bound formatting | Roland Strasser | -12/+21 |
| 2023-02-04 | rustdoc: combine duplicate rules in ayu CSS | Michael Howell | -34/+14 |
| 2023-02-03 | rustdoc: use the same URL escape rules for fragments as for examples | Michael Howell | -64/+54 |
| 2023-02-03 | Rollup merge of #107615 - notriddle:notriddle/nbsp, r=GuillaumeGomez | Michael Goulet | -12/+14 |
| 2023-02-03 | Replace nbsp in all rustdoc code blocks | Michael Howell | -12/+14 |
| 2023-02-02 | Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri... | bors | -103/+228 |
| 2023-02-02 | Rollup merge of #107531 - GuillaumeGomez:inline-images-in-css, r=notriddle | Matthias Krüger | -10/+13 |
| 2023-02-01 | Inline CSS background images directly into the CSS | Guillaume Gomez | -10/+13 |
| 2023-01-31 | Rollup merge of #107527 - notriddle:notriddle/wcagcontrast, r=GuillaumeGomez | Guillaume Gomez | -18/+5 |
| 2023-01-31 | Rollup merge of #107491 - notriddle:notriddle/setting-check, r=GuillaumeGomez | Guillaume Gomez | -2/+0 |
| 2023-01-31 | Rollup merge of #107354 - tspiteri:source-serif-4.005, r=GuillaumeGomez | Guillaume Gomez | -4/+12 |