| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-07-24 | add backticks | Maybe Waffle | -2/+2 |
| 2022-07-24 | Add support for `#[rustc_must_implement_one_of]` to rustdoc | Maybe Waffle | -7/+21 |
| 2022-07-22 | Auto merge of #99598 - GuillaumeGomez:clean-trait-fields-on-demand, r=notriddle | bors | -5/+5 |
| 2022-07-22 | Make some clean::Trait fields computation on demand | Guillaume Gomez | -5/+5 |
| 2022-07-22 | Rollup merge of #99423 - GuillaumeGomez:group-css-font-rule, r=notriddle | Dylan DPC | -12/+9 |
| 2022-07-21 | Rollup merge of #99559 - GuillaumeGomez:rm-unused-field-keyword, r=notriddle | Matthias Krüger | -2/+2 |
| 2022-07-21 | Remove unused field in ItemKind::KeywordItem | Guillaume Gomez | -2/+2 |
| 2022-07-20 | Rollup merge of #99489 - GuillaumeGomez:gui-fixes, r=notriddle | Matthias Krüger | -7/+22 |
| 2022-07-20 | Remove CSS transition for search input border-color | Guillaume Gomez | -1/+0 |
| 2022-07-20 | Fix CSS on search input focus | Guillaume Gomez | -3/+21 |
| 2022-07-20 | Fix crate filter select display | Guillaume Gomez | -3/+1 |
| 2022-07-19 | Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau... | bors | -1/+34 |
| 2022-07-19 | Improve the function pointer docs | Michael Howell | -6/+26 |
| 2022-07-18 | Group CSS font rule | Guillaume Gomez | -12/+9 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -1/+14 |
| 2022-07-17 | Fix auto-expand of trees in source code page sidebar | Guillaume Gomez | -1/+1 |
| 2022-07-15 | Rollup merge of #99209 - GuillaumeGomez:crate-level-sidebar, r=jsha | Dylan DPC | -18/+15 |
| 2022-07-15 | Rollup merge of #99237 - GuillaumeGomez:rustdoc-css-cleanup, r=notriddle | Dylan DPC | -48/+6 |
| 2022-07-14 | Correctly handle crate level page on docs.rs as well | Guillaume Gomez | -18/+15 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -1/+1 |
| 2022-07-14 | Removed unused HTML IDs | Guillaume Gomez | -2/+0 |
| 2022-07-14 | Remove unused CSS | Guillaume Gomez | -46/+6 |
| 2022-07-13 | Auto merge of #99203 - GuillaumeGomez:rollup-b2re0dv, r=GuillaumeGomez | bors | -163/+45 |
| 2022-07-13 | Auto merge of #99066 - est31:remove_box_librustdoc, r=jsha | bors | -6/+8 |
| 2022-07-11 | Remove box syntax from Box<dyn Iterator> construction | est31 | -6/+8 |
| 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 | Rollup merge of #99114 - GuillaumeGomez:css-cleanup, r=Dylan-DPC | Matthias Krüger | -7/+3 |