| Age | Commit message (Expand) | Author | Lines |
| 2022-08-18 | Remove unused CSS rule | Guillaume Gomez | -14/+0 |
| 2022-08-18 | Simplify rustdoc themes by relying more on CSS variables | Guillaume Gomez | -228/+30 |
| 2022-08-18 | Rollup merge of #100669 - nnethercote:attribute-cleanups, r=spastorino | Matthias Krüger | -6/+0 |
| 2022-08-17 | Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-Simulacrum | Matthias Krüger | -9/+12 |
| 2022-08-17 | Remove `AttributesExt::other_attrs`. | Nicholas Nethercote | -6/+0 |
| 2022-08-16 | rustdoc: box ItemKind::Trait | Michael Howell | -7/+7 |
| 2022-08-17 | Rollup merge of #100630 - Enselic:export_extern_crate_as_self, r=GuillaumeGomez | Takayuki Maeda | -2/+2 |
| 2022-08-16 | rustdoc: factor Type::QPath out into its own box | Michael Howell | -40/+47 |
| 2022-08-16 | rustdoc JSON: Fix ICE with `pub extern crate self as <self_crate_name>` | Martin Nordholts | -2/+2 |
| 2022-08-16 | Update minifier version to 0.2.2 | Guillaume Gomez | -1/+1 |
| 2022-08-15 | Rollup merge of #100582 - GuillaumeGomez:rustdoc-json-stripped-enum-variant, ... | Matthias Krüger | -6/+4 |
| 2022-08-15 | Rollup merge of #100325 - aDotInTheVoid:rdj-import-impl, r=GuillaumeGomez | Matthias Krüger | -1/+11 |
| 2022-08-15 | rustdoc: Mark imported items as retained | Nixon Enraght-Moony | -1/+11 |
| 2022-08-15 | Handle correctly stripped enum variant fields | Guillaume Gomez | -6/+4 |
| 2022-08-15 | errors: move translation logic into module | David Wood | -9/+12 |
| 2022-08-14 | Rollup merge of #100523 - GuillaumeGomez:remove-clean-impls, r=Dylan-DPC | Matthias Krüger | -13/+7 |
| 2022-08-14 | Update rustdoc tests | Guillaume Gomez | -31/+31 |
| 2022-08-14 | Remove the Clean trait | Guillaume Gomez | -4/+0 |
| 2022-08-14 | remove Clean trait implementation for hir::Variant | Guillaume Gomez | -9/+7 |
| 2022-08-14 | Don't generate ident elements as DOM nodes | Guillaume Gomez | -14/+23 |
| 2022-08-14 | Merge HTML elements in highlighting when they can be merged together | Guillaume Gomez | -8/+155 |
| 2022-08-13 | Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomez | Michael Goulet | -26/+20 |
| 2022-08-13 | Rollup merge of #100299 - compiler-errors:issue-100283, r=notriddle | Michael Goulet | -30/+22 |
| 2022-08-13 | make clean::Item::span return option instead of dummy span | Michael Goulet | -30/+22 |
| 2022-08-13 | Rollup merge of #100447 - GuillaumeGomez:rm-clean-impl, r=Dylan-DPC | Michael Goulet | -25/+33 |
| 2022-08-13 | avoid cloning and then iterating | KaDiWa | -11/+17 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-12 | Rollup merge of #100409 - jsha:highlight-lighter, r=GuillaumeGomez | Dylan DPC | -27/+24 |
| 2022-08-12 | remove Clean trait implementation for hir::BareFnTy | Guillaume Gomez | -17/+18 |
| 2022-08-12 | remove Clean trait implementation for hir::PathSegment | Guillaume Gomez | -8/+15 |
| 2022-08-11 | rustdoc: don't generate DOM element for operator | Jacob Hoffman-Andrews | -27/+24 |
| 2022-08-11 | Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot | Matthias Krüger | -7/+2 |
| 2022-08-11 | Rollup merge of #100374 - GuillaumeGomez:improve_rustdoc_search_results_page_... | Matthias Krüger | -42/+98 |
| 2022-08-11 | Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomez | Matthias Krüger | -79/+75 |
| 2022-08-11 | Rollup merge of #93896 - jsha:dark-colors, r=GuillaumeGomez | Matthias Krüger | -23/+8 |
| 2022-08-11 | Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqd | Dylan DPC | -9/+10 |
| 2022-08-11 | Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`. | Nicholas Nethercote | -7/+2 |
| 2022-08-10 | rustdoc: make item-infos dimmer on dark theme #93896 | Jacob Hoffman-Andrews | -23/+8 |
| 2022-08-10 | Add missing ID into the ID map | Guillaume Gomez | -1/+2 |
| 2022-08-10 | Two small improvements: | Frank Steffahn | -3/+2 |
| 2022-08-10 | Improve crate selection on rustdoc search results page | Frank Steffahn | -41/+97 |
| 2022-08-10 | remove Clean trait implementation for hir::GenericArgs | Guillaume Gomez | -30/+38 |
| 2022-08-10 | remove Clean trait implementation for ty::AssocItem | Guillaume Gomez | -172/+175 |
| 2022-08-10 | Rustdoc-Json: Add `Path` type for traits. | Nixon Enraght-Moony | -26/+20 |
| 2022-08-10 | Auto merge of #100346 - matthiaskrgr:rollup-6rljn4p, r=matthiaskrgr | bors | -216/+295 |
| 2022-08-09 | rustdoc: simplify highlight.rs | Jacob Hoffman-Andrews | -79/+75 |
| 2022-08-10 | Avoid repeating qualifiers on `static_assert_size` calls. | Nicholas Nethercote | -9/+10 |
| 2022-08-10 | Rollup merge of #100323 - GuillaumeGomez:impl-blocks-only-private, r=notriddle | Matthias Krüger | -17/+54 |
| 2022-08-10 | Rollup merge of #100319 - GuillaumeGomez:rm-clean-impls-2, r=Dylan-DPC | Matthias Krüger | -105/+108 |
| 2022-08-10 | Rollup merge of #100281 - GuillaumeGomez:rm-clean-impls-3, r=notriddle | Matthias Krüger | -69/+62 |