| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-08-02 | Replace `* -> vec` with `-> vec` in docs | Noah Lev | -1/+1 |
| 2022-08-02 | rustdoc: use a more compact encoding for source-files.js | Michael Howell | -20/+31 |
| 2022-08-02 | Rollup merge of #100005 - GuillaumeGomez:cleanup-ast-attr-clean, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-08-02 | Remove Clean trait implementation for ast::Attribute and cleanup Attributes::... | Guillaume Gomez | -1/+1 |
| 2022-08-02 | Rollup merge of #99779 - GuillaumeGomez:fix-item-info-pos-and-height, r=notri... | Matthias Krüger | -1/+9 |
| 2022-08-01 | Shrink `Token`. | Nicholas Nethercote | -1/+1 |
| 2022-07-30 | Rollup merge of #99904 - GuillaumeGomez:cleanup-html-whitespace, r=notriddle | Yuki Okushi | -19/+21 |
| 2022-07-29 | Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind | est31 | -2/+2 |
| 2022-07-29 | Remove unwanted extra white space characters from HTML | Guillaume Gomez | -19/+21 |
| 2022-07-28 | Rollup merge of #99810 - GuillaumeGomez:fix-settings-slider-small-width, r=no... | Dylan DPC | -2/+1 |
| 2022-07-27 | Rollup merge of #99812 - GuillaumeGomez:fix-headings-colors, r=jsha,notriddle | Guillaume Gomez | -6/+2 |
| 2022-07-27 | Fix headings border | Guillaume Gomez | -5/+1 |
| 2022-07-27 | Fix invalid css property value | Guillaume Gomez | -1/+1 |
| 2022-07-27 | Fix settings display on small screen size | Guillaume Gomez | -2/+1 |
| 2022-07-27 | Rollup merge of #99700 - est31:rustdoc_layout_heading, r=GuillaumeGomez | Yuki Okushi | -1/+6 |
| 2022-07-26 | Fix display of item info and unify their height | Guillaume Gomez | -1/+9 |
| 2022-07-26 | Rollup merge of #99235 - WaffleLapkin:rustdoc_implement_support_for_must_impl... | Matthias Krüger | -6/+21 |
| 2022-07-25 | apply review suggestions | Maybe Waffle | -1/+1 |
| 2022-07-25 | Add a clickable link to the layout section | est31 | -1/+6 |
| 2022-07-25 | Fix sidebar background-color on mobile | Guillaume Gomez | -1/+0 |
| 2022-07-25 | fix rustdoc-gui tests | Maybe Waffle | -1/+1 |
| 2022-07-24 | Satisfy theme check | Maybe Waffle | -0/+1 |