| Age | Commit message (Expand) | Author | Lines |
| 2022-10-09 | Don't use unnormalized type in Ty::fn_sig | Michael Goulet | -5/+4 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -2/+2 |
| 2022-10-08 | Rollup merge of #102818 - rust-lang:clean-up-highlight-impots, r=Urgau | Michael Howell | -4/+2 |
| 2022-10-08 | Rollup merge of #102815 - notriddle:notriddle/mobile-topbar, r=GuillaumeGomez | Matthias Krüger | -10/+10 |
| 2022-10-08 | Clean up rustdoc highlight.rs imports a bit | Guillaume Gomez | -4/+2 |
| 2022-10-08 | rustdoc: remove weird `<a href="#">` wrapper around unsafe triangle | Michael Howell | -1/+1 |
| 2022-10-08 | rustdoc: remove mobile topbar from source pages instead of hiding it | Michael Howell | -10/+10 |
| 2022-10-08 | Rollup merge of #102798 - notriddle:notriddle/text-decoration-underline, r=Gu... | Matthias Krüger | -7/+2 |
| 2022-10-07 | rustdoc: add main-heading and example-wrap link CSS to big selector | Michael Howell | -7/+2 |
| 2022-10-07 | rustdoc: remove no-op CSS `.rightside { position: initial }` | Michael Howell | -1/+0 |
| 2022-10-08 | rustdoc: remove hover gap in file picker | Roland Strasser | -1/+17 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -64/+57 |
| 2022-10-07 | Rollup merge of #102747 - notriddle:notriddle/docblock-a-not-srclink, r=Guill... | Matthias Krüger | -2/+3 |
| 2022-10-07 | Rollup merge of #102744 - notriddle:notriddle/content-item-list, r=GuillaumeG... | Matthias Krüger | -9/+4 |
| 2022-10-06 | rustdoc: remove unused CSS `.docblock a:not(.srclink)` | Michael Howell | -2/+3 |
| 2022-10-06 | rustdoc: remove unused HTML `class="item-list"` | Michael Howell | -4/+4 |
| 2022-10-06 | rustdoc: remove unused CSS `.content .item-list` | Michael Howell | -5/+0 |
| 2022-10-06 | Rollup merge of #102736 - GuillaumeGomez:search-input-color, r=notriddle | Matthias Krüger | -8/+4 |
| 2022-10-06 | Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco | Matthias Krüger | -2/+2 |
| 2022-10-06 | Migrate search input color to CSS variable | Guillaume Gomez | -8/+4 |
| 2022-10-06 | Auto merge of #102707 - fmease:rustdoc-render-more-cross-crate-hrtbs-properly... | bors | -36/+95 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -2/+2 |
| 2022-10-05 | rustdoc: remove unused CSS class `in-band` | Michael Howell | -43/+25 |
| 2022-10-05 | rustdoc: render more cross-crate hrtbs properly | León Orell Valerian Liehr | -36/+95 |
| 2022-10-05 | Rollup merge of #102699 - GuillaumeGomez:fix-hamburger-button-color, r=Dylan-DPC | Dylan DPC | -0/+1 |
| 2022-10-05 | Fix hamburger button color in mobile sidebar | Guillaume Gomez | -0/+1 |
| 2022-10-04 | Rollup merge of #102662 - notriddle:notriddle/code-header-display-block, r=Gu... | Michael Howell | -4/+0 |
| 2022-10-04 | rustdoc: remove no-op CSS `.code-header { display: block }` | Michael Howell | -4/+0 |
| 2022-10-04 | Rollup merge of #102633 - Nilstrieb:rustdoc-lint-🏳️⚧️late, r=davi... | Dylan DPC | -2/+5 |
| 2022-10-04 | Rollup merge of #102624 - notriddle:notriddle/summary-before, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-10-03 | Migrate search results theme style to CSS variables | Guillaume Gomez | -84/+8 |
| 2022-10-03 | Fix rustdoc ICE in invalid_rust_codeblocks lint | Nilstrieb | -2/+5 |
| 2022-10-03 | Rollup merge of #102620 - GuillaumeGomez:css-stab-migration, r=notriddle | Matthias Krüger | -20/+13 |
| 2022-10-03 | Rollup merge of #102439 - fmease:rustdoc-simplify-cross-crate-trait-bounds, r... | Matthias Krüger | -23/+25 |
| 2022-10-03 | rustdoc: remove font family CSS on `.rustdoc-toggle summary::before` | Michael Howell | -4/+0 |
| 2022-10-03 | Migrate stab elements style to CSS variables | Guillaume Gomez | -20/+13 |
| 2022-10-03 | Rollup merge of #102550 - notriddle:notriddle/impl, r=GuillaumeGomez | Matthias Krüger | -12/+0 |
| 2022-10-03 | rustdoc: re-sugar more cross-crate trait bounds | León Orell Valerian Liehr | -23/+25 |
| 2022-10-02 | Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu... | Dylan DPC | -0/+1 |
| 2022-10-02 | Rollup merge of #102525 - notriddle:notriddle/array-link, r=GuillaumeGomez,jsha | Matthias Krüger | -8/+18 |
| 2022-10-01 | rustdoc: remove no-op CSS `.impl { position: relative }` etc | Michael Howell | -11/+0 |
| 2022-10-01 | rustdoc: remove no-op CSS `.impl { flex-basis: 100% }` etc | Michael Howell | -1/+0 |
| 2022-10-01 | Rollup merge of #102533 - notriddle:notriddle/a-source, r=Dylan-DPC | Matthias Krüger | -1/+0 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -78/+61 |
| 2022-10-01 | rustdoc: adopt to the new lint API | Maybe Waffle | -78/+61 |
| 2022-10-01 | Auto merge of #102237 - GuillaumeGomez:sidebar-links-color, r=notriddle | bors | -63/+14 |
| 2022-09-30 | rustdoc: remove unused CSS selector `a.source` | Michael Howell | -1/+0 |
| 2022-09-30 | Rollup merge of #102521 - notriddle:notriddle/impl-items-section, r=Guillaume... | Matthias Krüger | -3/+6 |
| 2022-09-30 | rustdoc: remove orphaned link on array bracket | Michael Howell | -8/+18 |
| 2022-09-30 | rustdoc: add missing margin to no-docblock trait items | Michael Howell | -3/+4 |