| Age | Commit message (Expand) | Author | Lines |
| 2022-08-25 | rustdoc: remove unused CSS for `.variants_table` | Michael Howell | -8/+0 |
| 2022-08-25 | rustdoc: remove unused CSS for `.multi-column` | Michael Howell | -10/+0 |
| 2022-08-25 | Fix missing cfg propagation for reexports | Guillaume Gomez | -2/+9 |
| 2022-08-25 | Rollup merge of #100960 - rust-lang:notriddle/ayu-span-code, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2022-08-24 | Remove the extra DOM level if there is only one child in rightside elements | Guillaume Gomez | -14/+37 |
| 2022-08-24 | rustdoc: ayu code color selector more specific | Michael Howell | -1/+1 |
| 2022-08-24 | Rollup merge of #100938 - notriddle:notriddle/fields-table, r=sanxiyn | Matthias Krüger | -4/+0 |
| 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-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 | -3/+8 |
| 2022-08-21 | Rollup merge of #100775 - GuillaumeGomez:reduce-span-v2, r=notriddle | Matthias Krüger | -102/+151 |
| 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-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-16 | rustdoc: factor Type::QPath out into its own box | Michael Howell | -3/+8 |
| 2022-08-14 | Update rustdoc tests | Guillaume Gomez | -31/+31 |
| 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 #100299 - compiler-errors:issue-100283, r=notriddle | Michael Goulet | -5/+4 |
| 2022-08-13 | make clean::Item::span return option instead of dummy span | Michael Goulet | -5/+4 |
| 2022-08-13 | avoid cloning and then iterating | KaDiWa | -4/+9 |
| 2022-08-12 | Rollup merge of #100409 - jsha:highlight-lighter, r=GuillaumeGomez | Dylan DPC | -27/+24 |
| 2022-08-11 | rustdoc: don't generate DOM element for operator | Jacob Hoffman-Andrews | -27/+24 |
| 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-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 | Auto merge of #100346 - matthiaskrgr:rollup-6rljn4p, r=matthiaskrgr | bors | -7/+59 |
| 2022-08-09 | rustdoc: simplify highlight.rs | Jacob Hoffman-Andrews | -79/+75 |
| 2022-08-10 | Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jsha | Matthias Krüger | -7/+59 |
| 2022-08-09 | Auto merge of #100150 - notriddle:notriddle/implementors-js, r=GuillaumeGomez | bors | -22/+73 |
| 2022-08-07 | Don't document impossible to call default trait items on impls | Michael Goulet | -0/+9 |
| 2022-08-05 | rustdoc: use serde, which can escape strings more quickly | Michael Howell | -35/+15 |
| 2022-08-05 | rustdoc: reduce the number of intermediate Strings allocated | Michael Howell | -13/+22 |
| 2022-08-04 | rustdoc: use a more compact encoding for implementors/trait.*.js | Michael Howell | -21/+83 |
| 2022-08-03 | Rollup merge of #100083 - notriddle:notriddle/source-files-js, r=GuillaumeGomez | Matthias Krüger | -20/+31 |
| 2022-08-03 | Rollup merge of #100079 - camelid:fix-doc-star-search, r=Dylan-DPC | Dylan DPC | -1/+1 |