| Age | Commit message (Expand) | Author | Lines |
| 2022-10-21 | Rollup merge of #103321 - notriddle:notriddle/source-page-top-bar-layout, r=G... | Dylan DPC | -44/+42 |
| 2022-10-20 | Rollup merge of #103296 - GuillaumeGomez:collapse-expand-shortcuts, r=notriddle | Matthias Krüger | -29/+30 |
| 2022-10-20 | rustdoc: improve appearance of source page navigation bar | Michael Howell | -44/+42 |
| 2022-10-20 | +/- shortcut now only expand/collapse, not both | Guillaume Gomez | -29/+30 |
| 2022-10-20 | Rollup merge of #103268 - notriddle:notriddle/nav-sub-font-size, r=GuillaumeG... | Matthias Krüger | -1/+0 |
| 2022-10-20 | Rollup merge of #103251 - GuillaumeGomez:item-decl-highlighting, r=notriddle | Matthias Krüger | -20/+20 |
| 2022-10-19 | rustdoc: remove no-op CSS `nav.sub { font-size: 1rem }` | Michael Howell | -1/+0 |
| 2022-10-19 | Rollup merge of #103257 - notriddle:notriddle/setting-line, r=GuillaumeGomez | Matthias Krüger | -19/+19 |
| 2022-10-19 | Rollup merge of #103211 - notriddle:notriddle/dot-location, r=GuillaumeGomez | Matthias Krüger | -28/+21 |
| 2022-10-19 | rustdoc: move `setting-line` color CSS to settings.css | Michael Howell | -19/+19 |
| 2022-10-19 | rustdoc: render bounds of cross-crate GAT params | León Orell Valerian Liehr | -14/+30 |
| 2022-10-19 | rustdoc: Do not filter out `Self: Sized` bounds | León Orell Valerian Liehr | -18/+23 |
| 2022-10-19 | Fix regression in item-decl highlighting | Guillaume Gomez | -20/+20 |
| 2022-10-19 | rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits` | Vadim Petrochenkov | -128/+117 |
| 2022-10-19 | Auto merge of #103213 - matthiaskrgr:rollup-diloxg3, r=matthiaskrgr | bors | -24/+14 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -0/+5 |
| 2022-10-19 | Avoid cloning `RenderOptions`. | Nicholas Nethercote | -47/+48 |
| 2022-10-19 | Use `interface::run_compiler` for `markdown::render`. | Nicholas Nethercote | -3/+10 |
| 2022-10-19 | Merge `main_options` into `main_args`. | Nicholas Nethercote | -30/+27 |
| 2022-10-19 | Clean up rustdoc startup. | Nicholas Nethercote | -14/+14 |
| 2022-10-18 | Rollup merge of #103164 - notriddle:notriddle/media-min-width, r=GuillaumeGomez | Matthias Krüger | -24/+14 |
| 2022-10-18 | rustdoc: remove class name `location` from sidebar sibling nav | Michael Howell | -28/+21 |
| 2022-10-18 | Auto merge of #102992 - nnethercote:rm-RunCompiler-emitter, r=bjorn3 | bors | -4/+1 |
| 2022-10-17 | rustdoc: change mobile breakpoint to match CSS | Michael Howell | -3/+3 |
| 2022-10-17 | rustdoc: remove CSS `@media (min-width: 701px)` | Michael Howell | -21/+11 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -4/+1 |
| 2022-10-17 | Rollup merge of #103162 - notriddle:notriddle/crate-search, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-10-17 | Rollup merge of #103161 - notriddle:notriddle/copy-path-settings-help-button,... | Matthias Krüger | -12/+8 |
| 2022-10-17 | Rollup merge of #103160 - notriddle:notriddle/js-mobile-scroll, r=GuillaumeGomez | Matthias Krüger | -41/+28 |
| 2022-10-17 | rustdoc: remove redundant CSS `#crate-search { border-radius }` | Michael Howell | -4/+0 |
| 2022-10-17 | rustdoc: remove redundant CSS on `#copy-path` | Michael Howell | -12/+8 |
| 2022-10-17 | rustdoc: factor JS mobile scroll lock into its own function | Michael Howell | -41/+28 |
| 2022-10-17 | Rollup merge of #103091 - notriddle:notriddle/sidebar-title, r=GuillaumeGomez | Matthias Krüger | -7/+1 |
| 2022-10-17 | Rollup merge of #103129 - notriddle:notriddle/sub-logo-container, r=Guillaume... | Matthias Krüger | -13/+5 |
| 2022-10-16 | rustdoc: clean up `.sub-logo-container` CSS | Michael Howell | -13/+3 |
| 2022-10-16 | rustdoc: remove unused `.sub-logo-container` DOM on non-source pages | Michael Howell | -0/+2 |
| 2022-10-16 | Auto merge of #103125 - matthiaskrgr:rollup-82xttcl, r=matthiaskrgr | bors | -6/+7 |
| 2022-10-16 | Rollup merge of #103120 - petrochenkov:docice, r=GuillaumeGomez | Matthias Krüger | -6/+7 |
| 2022-10-16 | Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkov | bors | -5/+13 |
| 2022-10-16 | Populate effective visibilities in 'rustc_resolve' | Bryanskiy | -5/+13 |
| 2022-10-16 | rustdoc: Process extern impls in all loaded crates | Vadim Petrochenkov | -1/+2 |
| 2022-10-16 | rustdoc: Do not expect `doc(primitive)` modules to always exist | Vadim Petrochenkov | -5/+5 |
| 2022-10-16 | Rollup merge of #103060 - notriddle:notridddle/help-page, r=GuillaumeGomez | Matthias Krüger | -39/+118 |
| 2022-10-16 | Use IsTerminal in librustdoc | Josh Triplett | -3/+3 |
| 2022-10-15 | rustdoc: make help button a no-op when on help page | Michael Howell | -0/+15 |
| 2022-10-15 | rustdoc: fix Ctrl-Click on help and settings links | Michael Howell | -1/+8 |
| 2022-10-15 | rustdoc: make the help button a link to a page | Michael Howell | -39/+96 |
| 2022-10-15 | rustdoc: remove unused HTML class `sidebar-title` | Michael Howell | -7/+1 |
| 2022-10-15 | Fix display of settings page | Guillaume Gomez | -1/+3 |
| 2022-10-14 | Add some tidy-alphabetical | nils | -1/+2 |