| Age | Commit message (Expand) | Author | Lines |
| 2022-08-29 | Rustdoc-Json: Retain Stripped Modules when they are imported, not when they h... | Nixon Enraght-Moony | -3/+51 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -11/+17 |
| 2022-08-28 | Remove Attrs type alias | Guillaume Gomez | -8/+6 |
| 2022-08-28 | Rollup merge of #101098 - petrochenkov:noinvis, r=TaKO8Ki | Matthias Krüger | -5/+0 |
| 2022-08-28 | Rollup merge of #101091 - TaKO8Ki:fix-101076, r=notriddle | Matthias Krüger | -2/+3 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -5/+0 |
| 2022-08-28 | extend attrs if local_def_id exists | Takayuki Maeda | -2/+3 |
| 2022-08-27 | Rollup merge of #101063 - GuillaumeGomez:merge-duplicated-css, r=notriddle | Yuki Okushi | -30/+8 |
| 2022-08-27 | Rollup merge of #101062 - notriddle:notriddle/text-javascript, r=GuillaumeGomez | Yuki Okushi | -5/+7 |
| 2022-08-27 | Rollup merge of #101046 - notriddle:notriddle/table-css, r=jsha | Yuki Okushi | -1/+1 |
| 2022-08-27 | Rollup merge of #101044 - notriddle:notriddle/css-hidden-by, r=jsha | Yuki Okushi | -6/+0 |
| 2022-08-27 | Rollup merge of #101018 - notriddle:notriddle/item-right-docblock-short, r=Gu... | Yuki Okushi | -4/+14 |
| 2022-08-27 | Merge duplicated CSS rules | Guillaume Gomez | -30/+8 |
| 2022-08-26 | rustdoc: remove empty extern_crates and type="text/javascript" on script | Michael Howell | -5/+7 |
| 2022-08-26 | rustdoc: remove incorrect CSS selector `.impl-items table td` | Michael Howell | -1/+1 |
| 2022-08-26 | rustdoc: remove unused CSS for `hidden-by-*-hider` | Michael Howell | -6/+0 |
| 2022-08-26 | Rollup merge of #101023 - notriddle:notriddle/head-shrink, r=Dylan-DPC | Guillaume Gomez | -4/+4 |
| 2022-08-26 | Rollup merge of #101012 - notriddle:notriddle/variants_table, r=jsha | Guillaume Gomez | -8/+0 |
| 2022-08-26 | Rollup merge of #101006 - GuillaumeGomez:doc-cfg-reexport, r=notriddle | Guillaume Gomez | -8/+71 |
| 2022-08-26 | Rollup merge of #100956 - GuillaumeGomez:reduce-rightside-dom-size, r=notriddle | Guillaume Gomez | -43/+46 |
| 2022-08-25 | rustdoc: remove `type="text/css" from stylesheet links | Michael Howell | -4/+4 |
| 2022-08-25 | rustdoc: omit start/end tags for empty item description blocks | Michael Howell | -4/+14 |
| 2022-08-26 | Rollup merge of #101010 - notriddle:notriddle/multi-column, r=jsha | Yuki Okushi | -10/+0 |
| 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 | -8/+71 |
| 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-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 |