| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-14 | Rollup merge of #103025 - notriddle:notriddle/search-container-star, r=Guilla... | Dylan DPC | -3/+0 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2022-10-14 | Rollup merge of #102914 - GuillaumeGomez:migrate-css-highlight-without-change... | Dylan DPC | -54/+89 |
| 2022-10-14 | more dupe word typos | Rageking8 | -2/+2 |
| 2022-10-14 | Rollup merge of #103006 - WaffleLapkin:rustdoc_dont, r=compiler-errors | Matthias Krüger | -2/+1 |
| 2022-10-13 | rustdoc: remove unused CSS `.search-container > *` | Michael Howell | -3/+0 |
| 2022-10-13 | rustdoc: don't ICE on `TyKind::Typeof` | Maybe Waffle | -2/+1 |
| 2022-10-13 | Rollup merge of #102980 - notriddle:notriddle/content, r=GuillaumeGomez | Yuki Okushi | -6/+3 |
| 2022-10-12 | rustdoc: merge separate `.item-info` CSS | Michael Howell | -6/+3 |
| 2022-10-12 | Rollup merge of #102936 - notriddle:notriddle/nav-sum, r=Dylan-DPC | Dylan DPC | -3/+0 |
| 2022-10-12 | Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors | Dylan DPC | -3/+4 |
| 2022-10-11 | rustdoc: merge identical CSS selectors | Michael Howell | -2/+0 |
| 2022-10-11 | rustdoc: remove unused CSS `nav.sum` | Michael Howell | -1/+0 |
| 2022-10-11 | rustdoc: remove unneeded `.content` selector from link colors | Michael Howell | -28/+28 |
| 2022-10-11 | rustdoc: remove unused classes from sidebar | Michael Howell | -5/+3 |
| 2022-10-11 | Rollup merge of #102898 - notriddle:notriddle/sidebar-block, r=GuillaumeGomez | Yuki Okushi | -34/+21 |
| 2022-10-11 | Migrate highlight style to CSS variables | Guillaume Gomez | -54/+89 |
| 2022-10-10 | Remove outdated comment | Michael Howell | -1/+0 |
| 2022-10-11 | Auto merge of #102896 - matthiaskrgr:rollup-jg5xawz, r=matthiaskrgr | bors | -3/+1 |
| 2022-10-10 | rustdoc: remove unneeded `<div>` wrapper from sidebar DOM | Michael Howell | -33/+21 |
| 2022-10-10 | Stabilize rustdoc CHECK_INVALID_HTML_TAGS check | Guillaume Gomez | -4/+2 |
| 2022-10-10 | Change default lint level of INVALID_HTML_TAGS to warning | Guillaume Gomez | -1/+1 |
| 2022-10-10 | errors: use `HashMap` to store diagnostic args | David Wood | -3/+4 |
| 2022-10-09 | rustdoc: clean up overly complex `.trait-impl` CSS selectors | Michael Howell | -3/+1 |
| 2022-10-10 | Rollup merge of #102834 - compiler-errors:unnecessary-lift, r=jyn514 | Yuki Okushi | -17/+9 |
| 2022-10-10 | Rollup merge of #102831 - compiler-errors:rustdoc-norm-oops, r=jyn514 | Yuki Okushi | -5/+4 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -2/+2 |
| 2022-10-10 | Rollup merge of #102799 - rol1510:issue-100421-fix, r=notriddle | Yuki Okushi | -1/+22 |
| 2022-10-09 | Remove unnecessary lift calls from rustdoc | Michael Goulet | -18/+9 |
| 2022-10-09 | rustdoc: fix file picker marker renders twice on ios | Roland Strasser | -0/+5 |