| Age | Commit message (Expand) | Author | Lines |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -2/+3 |
| 2022-07-05 | Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=Gui... | Dylan DPC | -2/+24 |
| 2022-07-04 | rustdoc: filter '_ lifetimes from ty::Generics | Michael Howell | -0/+1 |
| 2022-07-04 | Rollup merge of #98898 - GuillaumeGomez:new-eslint-rul, r=Dylan-DPC | Matthias Krüger | -0/+1 |
| 2022-07-04 | Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomez | Matthias Krüger | -7/+99 |
| 2022-07-04 | rustdoc: censor certain complex unevaluated const exprs | León Orell Valerian Liehr | -7/+99 |
| 2022-07-04 | Add "no-div-regex" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-07-04 | Rollup merge of #98806 - GuillaumeGomez:decl-trailing-whitespace, r=notriddle | Matthias Krüger | -8/+4 |
| 2022-07-04 | Rollup merge of #98774 - notriddle:notriddle/source-code-sidebar-button, r=Gu... | Matthias Krüger | -6/+22 |
| 2022-07-03 | Rollup merge of #98799 - jyn514:rustdoc-lint-help, r=GuillaumeGomez | Ralf Jung | -20/+27 |
| 2022-07-03 | Rollup merge of #98773 - notriddle:notriddle/source-sidebar-details, r=Guilla... | Ralf Jung | -52/+32 |
| 2022-07-03 | Remove redundant pseudo-class | Michael Howell | -1/+1 |
| 2022-07-03 | Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -1/+0 |
| 2022-07-02 | rustdoc: add test case for background color of the sidebar toggle button | Michael Howell | -1/+1 |
| 2022-07-02 | rustdoc: add explanatory comment to `width: 100%` line | Michael Howell | -0/+1 |
| 2022-07-02 | rustdoc: make source sidebar toggle a real button | Michael Howell | -6/+21 |
| 2022-07-02 | Remove unwanted trailing whitespaces for long declarations | Guillaume Gomez | -8/+4 |
| 2022-07-02 | Fix bug in `rustdoc -Whelp` | Joshua Nelson | -20/+27 |
| 2022-07-02 | rustdoc-json-types: Clean up derives. | Nixon Enraght-Moony | -1/+1 |
| 2022-07-01 | rustdoc: add spacing to the source view sidebar | Michael Howell | -1/+5 |
| 2022-07-01 | Rollup merge of #98708 - pinkforest:rustdoc-fix-98690, r=GuillaumeGomez | Guillaume Gomez | -2/+4 |
| 2022-07-01 | Rollup merge of #98460 - GuillaumeGomez:css-simplification, r=jsha | Guillaume Gomez | -216/+73 |
| 2022-07-01 | Rollup merge of #97249 - GuillaumeGomez:details-summary-fixes, r=notriddle | Guillaume Gomez | -2/+7 |
| 2022-07-01 | Improve click behavior of the source code mobile full-screen "sidebar" | Michael Howell | -2/+24 |
| 2022-07-01 | rustdoc cleanup: remove unused function | Michael Howell | -5/+4 |
| 2022-07-01 | rustdoc: use <details> tag for the source code sidebar | Michael Howell | -48/+25 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2022-07-01 | Auto merge of #98730 - matthiaskrgr:rollup-2c4d4x5, r=matthiaskrgr | bors | -35/+21 |
| 2022-07-01 | rustdoc: fix 98690 | pinkforest | -2/+4 |
| 2022-06-30 | Rollup merge of #98709 - GuillaumeGomez:rm-decl-for-old-browsers, r=Dylan-DPC | Matthias Krüger | -34/+0 |
| 2022-06-30 | Rollup merge of #98671 - GuillaumeGomez:source-sidebar-fixes, r=notriddle | Matthias Krüger | -1/+21 |
| 2022-06-30 | rustdoc: filter '_ lifetimes from ty::PolyTraitRef | Michael Howell | -1/+1 |
| 2022-06-30 | Fix scroll when source sidebar is open on mobile | Guillaume Gomez | -0/+15 |
| 2022-06-30 | Remove unneeded methods declaration for old web browsers | Guillaume Gomez | -34/+0 |
| 2022-06-29 | Remove FIXME that hasn't been an issue in practice | Noah Lev | -1/+0 |
| 2022-06-29 | Replace weird handling of edge case with panic | Noah Lev | -2/+2 |
| 2022-06-30 | Rollup merge of #98685 - camelid:sorting-flag, r=GuillaumeGomez | Matthias Krüger | -17/+31 |
| 2022-06-30 | Rollup merge of #98681 - Enselic:rustdoc-json-default-assoc-type-blanket-impl... | Matthias Krüger | -1/+1 |
| 2022-06-29 | Remove needless FIXME | Noah Lev | -3/+0 |
| 2022-06-29 | Replace `sort_modules_alphabetically` boolean with enum | Noah Lev | -17/+31 |
| 2022-06-29 | rustdoc-json: Make default value of blanket impl assoc types work | Martin Nordholts | -1/+1 |
| 2022-06-29 | Rollup merge of #98646 - notriddle:notriddle/main.js, r=GuillaumeGomez | Matthias Krüger | -2/+6 |
| 2022-06-29 | Fix display of toggle on expanded source sidebar | Guillaume Gomez | -0/+3 |
| 2022-06-29 | Fix height for the source sidebar in mobile mode | Guillaume Gomez | -1/+3 |
| 2022-06-29 | Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqd | bors | -1/+1 |
| 2022-06-29 | Auto merge of #98542 - jackh726:coinductive-wf, r=oli-obk | bors | -1/+1 |
| 2022-06-28 | rustdoc: make keyboard commands work when checkboxes are selected | Michael Howell | -1/+2 |
| 2022-06-28 | rustdoc: fix keyboard shortcuts bug in settings menu | Michael Howell | -1/+1 |
| 2022-06-28 | rustdoc: fix help menu popover toggling | Michael Howell | -0/+3 |
| 2022-06-28 | Auto merge of #98475 - notriddle:notriddle/index-fn-signatures, r=GuillaumeGomez | bors | -146/+380 |