| Age | Commit message (Expand) | Author | Lines |
| 2022-08-24 | Unify rightside rendering | Guillaume Gomez | -32/+12 |
| 2022-08-24 | Auto merge of #96869 - sunfishcode:main, r=joshtriplett | bors | -1/+1 |
| 2022-08-23 | rustdoc: remove unused CSS rule | Michael Howell | -4/+0 |
| 2022-08-22 | Auto merge of #100668 - nnethercote:use-AttrVec-more, r=spastorino | bors | -2/+2 |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -2/+2 |
| 2022-08-21 | Auto merge of #100847 - matthiaskrgr:rollup-0ga531s, r=matthiaskrgr | bors | -102/+151 |
| 2022-08-21 | Auto merge of #100645 - notriddle:notriddle/rustdoc-diet-plan, r=GuillaumeGomez | bors | -47/+54 |
| 2022-08-21 | Rollup merge of #100775 - GuillaumeGomez:reduce-span-v2, r=notriddle | Matthias Krüger | -102/+151 |
| 2022-08-21 | Auto merge of #100624 - GuillaumeGomez:update-minifier-version, r=nnethercote | bors | -1/+1 |
| 2022-08-20 | Rollup merge of #100718 - GuillaumeGomez:fix-item-info, r=jsha | Matthias Krüger | -4/+9 |
| 2022-08-20 | Fix hover and focus display for search results on ayu theme | Guillaume Gomez | -3/+4 |
| 2022-08-20 | Extend decoration test to detect regressions | Guillaume Gomez | -3/+8 |
| 2022-08-20 | Clean up highlight `<span>` merge code | Guillaume Gomez | -121/+118 |
| 2022-08-20 | Update rustdoc tests | Guillaume Gomez | -9/+11 |
| 2022-08-20 | Merge "EnterSpan" events to reduce code blocks DOM size | Guillaume Gomez | -23/+68 |
| 2022-08-19 | Fix invalid comparison for Class::Decoration in `is_equal_to` | Guillaume Gomez | -2/+2 |
| 2022-08-19 | Rollup merge of #100731 - notriddle:notriddle/deref-methods-1, r=jsha | Dylan DPC | -6/+11 |
| 2022-08-19 | Rollup merge of #100494 - GuillaumeGomez:cleanup-themes, r=jsha | Dylan DPC | -239/+27 |
| 2022-08-18 | rustdoc: count deref and non-deref as same set of used methods | Michael Howell | -6/+11 |
| 2022-08-18 | Fix item-info display | Guillaume Gomez | -4/+9 |
| 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 |