| Age | Commit message (Expand) | Author | Lines |
| 2022-09-05 | Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-09-05 | Make `hir::PathSegment::hir_id` non-optional. | Nicholas Nethercote | -18/+16 |
| 2022-09-05 | Auto merge of #101386 - aDotInTheVoid:rdj-discriminant, r=GuillaumeGomez | bors | -1/+2 |
| 2022-09-04 | Rollup merge of #101397 - notriddle:notriddle/source-nav-not-sidebar-sub, r=G... | Matthias Krüger | -4/+0 |
| 2022-09-03 | rustdoc: remove redundant mobile-sized `.source nav:not(.sidebar).sub` | Michael Howell | -4/+0 |
| 2022-09-03 | rustdoc: remove `.impl-items { flex-basis }` CSS, not in flex container | Michael Howell | -4/+0 |
| 2022-09-03 | Rustdoc-Json: Add enum discriminant | Nixon Enraght-Moony | -1/+2 |
| 2022-09-03 | more clippy::perf fixes | Matthias Krüger | -3/+3 |
| 2022-09-03 | Rollup merge of #101335 - notriddle:notriddle/methods-stability, r=notriddle | Matthias Krüger | -8/+5 |
| 2022-09-03 | Clean up themes CSS | Guillaume Gomez | -91/+47 |
| 2022-09-02 | rustdoc: put in rule to get alignment in desktop and mobile layouts | Michael Howell | -0/+5 |
| 2022-09-02 | rustdoc: remove incorrect CSS rule causing misaligned item-info | Michael Howell | -4/+0 |
| 2022-09-02 | rustdoc: remove unused CSS selector `.methods > .item-info` | Michael Howell | -4/+0 |
| 2022-09-02 | Rollup merge of #101323 - GuillaumeGomez:remove-unused-css, r=notriddle | Matthias Krüger | -9/+0 |
| 2022-09-02 | Remove unused .toggle-label CSS rule | Guillaume Gomez | -9/+0 |
| 2022-09-02 | Rollup merge of #101298 - notriddle:notriddle/rustdoc-main-since, r=Guillaume... | Guillaume Gomez | -1/+0 |
| 2022-09-01 | rustdoc: remove unused CSS `#main-content > .since` | Michael Howell | -1/+0 |
| 2022-09-01 | Rollup merge of #101292 - rust-lang:notriddle/rustdoc-table-first-child, r=Gu... | Matthias Krüger | -1/+0 |
| 2022-09-01 | Rollup merge of #101254 - rust-lang:notriddle/remove-even-more-css, r=jsha | Matthias Krüger | -8/+0 |
| 2022-09-01 | Rollup merge of #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=... | Matthias Krüger | -15/+10 |
| 2022-09-01 | rustdoc: remove unneeded CSS `.content table td:first-child > a` | Michael Howell | -1/+0 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -2/+2 |
| 2022-08-31 | rustdoc: remove unused `.docblock .impl-items` CSS | Michael Howell | -8/+0 |
| 2022-08-31 | Remove unneeded extra whitespace before where clause | Guillaume Gomez | -15/+10 |
| 2022-08-31 | Rollup merge of #101204 - aDotInTheVoid:async-resugar-in-clean, r=GuillaumeGomez | Ralf Jung | -15/+6 |
| 2022-08-31 | Rollup merge of #90946 - GuillaumeGomez:def-id-remove-weird-case, r=Manishearth | Ralf Jung | -118/+182 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-31 | Print only blanket implementations on reference primitive type | Guillaume Gomez | -67/+133 |
| 2022-08-31 | Rollup merge of #100804 - GuillaumeGomez:search-results-color-ayu, r=notriddle | Yuki Okushi | -3/+4 |
| 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 | -15/+6 |
| 2022-08-30 | Rollup merge of #101176 - notriddle:notriddle/rustdoc-table-display, r=jsha | Dylan DPC | -35/+2 |
| 2022-08-29 | rustdoc: remove unused CSS selectors for `.table-display` | Michael Howell | -35/+2 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -4/+9 |
| 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 | -2/+9 |
| 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 |