| Age | Commit message (Expand) | Author | Lines |
| 2022-10-27 | Rollup merge of #103432 - jsha:box-is-not-notable, r=GuillaumeGomez | Yuki Okushi | -0/+9 |
| 2022-10-23 | rustdoc: don't mark Box<T> as Iterator, Read, etc | Jacob Hoffman-Andrews | -0/+9 |
| 2022-10-18 | rustdoc: remove class name `location` from sidebar sibling nav | Michael Howell | -1/+1 |
| 2022-10-15 | rustdoc: remove unused HTML class `sidebar-title` | Michael Howell | -7/+1 |
| 2022-10-10 | Remove outdated comment | Michael Howell | -1/+0 |
| 2022-10-10 | rustdoc: remove unneeded `<div>` wrapper from sidebar DOM | Michael Howell | -16/+7 |
| 2022-10-05 | rustdoc: remove unused CSS class `in-band` | Michael Howell | -8/+2 |
| 2022-09-27 | rustdoc: remove `clean::TraitWithExtraInfo` | Michael Howell | -3/+8 |
| 2022-09-25 | rustdoc: clean up `.out-of-band`/`.in-band` CSS | Michael Howell | -1/+1 |
| 2022-09-23 | Rollup merge of #102158 - notriddle:notriddle/stab-p, r=GuillaumeGomez | Matthias Krüger | -9/+4 |
| 2022-09-22 | rustdoc: clean up CSS/DOM for deprecation warnings | Michael Howell | -9/+4 |
| 2022-09-22 | Improve some AllTypes fields name | Guillaume Gomez | -10/+12 |
| 2022-09-20 | Unify generation of section on "All items" page with all other pages | Guillaume Gomez | -18/+18 |
| 2022-09-20 | Generate sidebar elements for the "All items" page | Guillaume Gomez | -18/+70 |
| 2022-09-16 | rustdoc: clean up CSS for All Items and All Crates lists | Michael Howell | -18/+17 |
| 2022-09-03 | more clippy::perf fixes | Matthias Krüger | -2/+2 |
| 2022-09-01 | Rollup merge of #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=... | Matthias Krüger | -6/+6 |
| 2022-08-31 | Remove unneeded extra whitespace before where clause | Guillaume Gomez | -6/+6 |
| 2022-08-31 | Rollup merge of #101204 - aDotInTheVoid:async-resugar-in-clean, r=GuillaumeGomez | Ralf Jung | -1/+1 |
| 2022-08-31 | Print only blanket implementations on reference primitive type | Guillaume Gomez | -62/+118 |
| 2022-08-30 | Clean up render_assoc_items_inner a bit | Guillaume Gomez | -54/+52 |
| 2022-08-30 | rustdoc: Resugar async fn return type in `clean`, not `html` | Nixon Enraght-Moony | -1/+1 |
| 2022-08-26 | Rollup merge of #101006 - GuillaumeGomez:doc-cfg-reexport, r=notriddle | Guillaume Gomez | -1/+8 |
| 2022-08-25 | Fix missing cfg propagation for reexports | Guillaume Gomez | -1/+8 |
| 2022-08-24 | Remove the extra DOM level if there is only one child in rightside elements | Guillaume Gomez | -11/+34 |
| 2022-08-24 | Unify rightside rendering | Guillaume Gomez | -7/+3 |
| 2022-08-21 | Auto merge of #100645 - notriddle:notriddle/rustdoc-diet-plan, r=GuillaumeGomez | bors | -2/+2 |
| 2022-08-20 | Rollup merge of #100718 - GuillaumeGomez:fix-item-info, r=jsha | Matthias Krüger | -4/+8 |
| 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/+8 |
| 2022-08-16 | rustdoc: factor Type::QPath out into its own box | Michael Howell | -2/+2 |
| 2022-08-13 | make clean::Item::span return option instead of dummy span | Michael Goulet | -1/+1 |
| 2022-08-11 | Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomez | Matthias Krüger | -2/+1 |
| 2022-08-09 | rustdoc: simplify highlight.rs | Jacob Hoffman-Andrews | -2/+1 |
| 2022-08-07 | Don't document impossible to call default trait items on impls | Michael Goulet | -0/+9 |
| 2022-07-29 | Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind | est31 | -2/+2 |
| 2022-07-22 | Make some clean::Trait fields computation on demand | Guillaume Gomez | -1/+1 |
| 2022-07-08 | add opt in attribute for stable-in-unstable items | Jane Lusby | -1/+1 |
| 2022-07-07 | Rollup merge of #99017 - GuillaumeGomez:rustdoc-ending-enum, r=notriddle | Matthias Krüger | -4/+4 |
| 2022-07-07 | Replace boolean argument for print_where_clause with an enum to make code mor... | Guillaume Gomez | -4/+4 |
| 2022-07-07 | Rollup merge of #98973 - GuillaumeGomez:inherent-impl-anchors, r=notriddle | Dylan DPC | -4/+16 |
| 2022-07-06 | Don't generate anchors on inherent impl methods | Guillaume Gomez | -4/+16 |
| 2022-07-05 | Fix link generation in the sidebar for impls | Guillaume Gomez | -15/+12 |
| 2022-07-05 | rustdoc: Add more semantic information to impl ids | pierwill | -25/+8 |
| 2022-07-04 | Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomez | Matthias Krüger | -1/+3 |
| 2022-07-04 | rustdoc: censor certain complex unevaluated const exprs | León Orell Valerian Liehr | -1/+3 |
| 2022-06-27 | Put back, fix ()-output optimization | Michael Howell | -0/+1 |
| 2022-06-24 | rustdoc: reference function signature types from the `p` array | Michael Howell | -37/+44 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -18/+1 |
| 2022-06-06 | Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jsha | Matthias Krüger | -0/+7 |