| Age | Commit message (Expand) | Author | Lines |
| 2022-07-14 | Removed unused HTML IDs | Guillaume Gomez | -2/+0 |
| 2022-07-14 | Remove unused CSS | Guillaume Gomez | -46/+6 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -27/+27 |
| 2022-07-13 | Auto merge of #99203 - GuillaumeGomez:rollup-b2re0dv, r=GuillaumeGomez | bors | -164/+46 |
| 2022-07-13 | Rollup merge of #99152 - GuillaumeGomez:css-theme-var, r=jsha | Guillaume Gomez | -163/+45 |
| 2022-07-13 | Rollup merge of #98789 - aDotInTheVoid:rjdt-derives, r=jsha | Guillaume Gomez | -1/+1 |
| 2022-07-13 | Auto merge of #99066 - est31:remove_box_librustdoc, r=jsha | bors | -39/+47 |
| 2022-07-11 | Remove box syntax from Box<BareFunctionDecl> construction | est31 | -3/+3 |
| 2022-07-11 | Remove box syntax for Box<rustdoc::clean::types::Type> construction | est31 | -11/+11 |
| 2022-07-11 | Remove box syntax for Box<ImplItem> construction | est31 | -5/+5 |
| 2022-07-11 | Remove box syntax for Box<Attributes> construction | est31 | -6/+12 |
| 2022-07-11 | Remove box syntax from Box<dyn Iterator> construction | est31 | -6/+8 |
| 2022-07-11 | Rollup merge of #99142 - notriddle:notriddle/doctest-multiline-crate-attribut... | Matthias Krüger | -23/+50 |
| 2022-07-11 | Continue themes CSS migration over CSS variables | Guillaume Gomez | -130/+45 |
| 2022-07-11 | Remove unused CSS rules | Guillaume Gomez | -33/+0 |
| 2022-07-11 | Fix rustdoc -Zhelp and -Chelp options | Guillaume Gomez | -11/+11 |
| 2022-07-10 | fix(doctest): treat fatal parse errors as incomplete attributes | Michael Howell | -23/+50 |
| 2022-07-11 | Remove box syntax from doctest.rs | est31 | -7/+7 |
| 2022-07-11 | Remove box syntax from Box<function pointer> construction | est31 | -1/+1 |
| 2022-07-11 | Rollup merge of #99114 - GuillaumeGomez:css-cleanup, r=Dylan-DPC | Matthias Krüger | -7/+3 |
| 2022-07-10 | Group .test-arrow CSS rules and fix rgb/rgba property | Guillaume Gomez | -7/+3 |
| 2022-07-10 | Rollup merge of #99086 - GuillaumeGomez:search-result-crate-filter-dropdown, ... | Matthias Krüger | -1/+2 |
| 2022-07-10 | Rollup merge of #99045 - 1011X:patch-1, r=GuillaumeGomez | Matthias Krüger | -1/+11 |
| 2022-07-09 | Fix display of search result crate filter dropdown | Guillaume Gomez | -1/+2 |
| 2022-07-08 | add opt in attribute for stable-in-unstable items | Jane Lusby | -1/+1 |
| 2022-07-08 | set all padding for main element in print | Infra | -1/+1 |
| 2022-07-08 | Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obk | Matthias Krüger | -4/+24 |
| 2022-07-08 | try to fix tidy issues | Infra | -10/+10 |
| 2022-07-08 | improve print styles | Infra | -1/+11 |
| 2022-07-07 | Auto merge of #99024 - matthiaskrgr:rollup-8ygpcpg, r=matthiaskrgr | bors | -18/+24 |
| 2022-07-07 | Rollup merge of #99017 - GuillaumeGomez:rustdoc-ending-enum, r=notriddle | Matthias Krüger | -17/+23 |
| 2022-07-07 | Rollup merge of #98844 - cjgillot:deep-visit, r=jyn514 | Matthias Krüger | -1/+1 |
| 2022-07-07 | Auto merge of #95573 - cjgillot:lower-query, r=michaelwoerister | bors | -1/+2 |
| 2022-07-07 | Replace boolean argument for print_where_clause with an enum to make code mor... | Guillaume Gomez | -17/+23 |
| 2022-07-07 | Reword comments and rename HIR visiting methods. | Camille GILLOT | -1/+1 |
| 2022-07-07 | Rollup merge of #98973 - GuillaumeGomez:inherent-impl-anchors, r=notriddle | Dylan DPC | -4/+16 |
| 2022-07-07 | Rollup merge of #98692 - camelid:more-fixmes, r=GuillaumeGomez | Dylan DPC | -6/+2 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -1/+2 |
| 2022-07-06 | Rollup merge of #98939 - GuillaumeGomez:rustdoc-disamb-impls, r=notriddle | Guillaume Gomez | -42/+20 |
| 2022-07-06 | Rollup merge of #98911 - notriddle:notriddle/rustdoc-string-impl, r=Guillaume... | Guillaume Gomez | -0/+1 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -13/+13 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -13/+13 |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -4/+24 |
| 2022-07-06 | Don't generate anchors on inherent impl methods | Guillaume Gomez | -4/+16 |
| 2022-07-06 | Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk | Dylan DPC | -2/+3 |
| 2022-07-05 | Rollup merge of #98256 - GuillaumeGomez:whitespace-where-clause, r=notriddle | Guillaume Gomez | -14/+45 |
| 2022-07-05 | Fix invalid add of whitespace when there is where clause | Guillaume Gomez | -14/+45 |
| 2022-07-05 | Fix link generation in the sidebar for impls | Guillaume Gomez | -15/+12 |
| 2022-07-05 | rustdoc: improve scroll locking in the rustdoc mobile sidebars | Michael Howell | -7/+59 |
| 2022-07-05 | rustdoc: Add more semantic information to impl ids | pierwill | -27/+8 |