| Age | Commit message (Expand) | Author | Lines |
| 2022-09-09 | rustdoc: implement glob shadowing when doing local inlining | Michael Howell | -0/+12 |
| 2022-09-10 | Rustdoc-Json: Correcty handle intra-doc-links to items without HTML page | Nixon Enraght-Moony | -7/+21 |
| 2022-09-09 | rustdoc: when removing duplicate names, ignore `#[doc(hidden)]` items | Michael Howell | -3/+10 |
| 2022-09-09 | rustdoc: avoid cleaning modules with duplicate names | Michael Howell | -3/+5 |
| 2022-09-09 | rustdoc: remove unused CSS `#search { position: relative }` | Michael Howell | -5/+0 |
| 2022-09-09 | Rollup merge of #101600 - notriddle:notriddle/li, r=GuillaumeGomez | Guillaume Gomez | -60/+38 |
| 2022-09-09 | rustdoc: simplify the codeblock tooltip | Michael Howell | -60/+38 |
| 2022-09-09 | Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgr | bors | -144/+48 |
| 2022-09-09 | Rollup merge of #101593 - GuillaumeGomez:cleanup-theme-tooltip, r=notriddle | Matthias Krüger | -144/+48 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -12/+1 |
| 2022-09-09 | Rustdoc support | Michael Goulet | -2/+14 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -2/+2 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -9/+0 |
| 2022-09-09 | Clean up themes a bit more | Guillaume Gomez | -144/+48 |
| 2022-09-08 | Rollup merge of #101584 - notriddle:notriddle/settings-menu, r=GuillaumeGomez | Michael Goulet | -3/+1 |
| 2022-09-08 | Rollup merge of #101580 - notriddle:notriddle/div-impl-items-div, r=Guillaume... | Michael Goulet | -5/+0 |
| 2022-09-08 | Rollup merge of #101554 - notriddle:notriddle/implemenation-list-h3-span-in-b... | Michael Goulet | -4/+0 |
| 2022-09-08 | rustdoc: remove no-op CSS `#settings-menu { padding: 0 }` | Michael Howell | -3/+1 |
| 2022-09-08 | rustdoc: remove unused CSS `div.impl-items > div` | Michael Howell | -5/+0 |
| 2022-09-08 | Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorino | bors | -3/+3 |
| 2022-09-08 | Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot | Dylan DPC | -3/+3 |
| 2022-09-08 | Arena-allocate `hir::Lifetime`. | Nicholas Nethercote | -3/+3 |
| 2022-09-07 | rustdoc: remove unused CSS `#implementations-list > h3 > span.in-band` | Michael Howell | -4/+0 |
| 2022-09-07 | Auto merge of #94075 - mikebenfield:wip-enum, r=oli-obk | bors | -1/+2 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -1/+2 |
| 2022-09-07 | Rollup merge of #101538 - notriddle:notriddle/content-methods-div, r=Guillaum... | Matthias Krüger | -5/+0 |
| 2022-09-07 | Rollup merge of #101534 - rust-lang:notriddle/rustdoc-flex-direction, r=Guill... | Matthias Krüger | -1/+0 |
| 2022-09-07 | Rollup merge of #101521 - aDotInTheVoid:rdj-structkind, r=GuillaumeGomez | Matthias Krüger | -25/+11 |
| 2022-09-07 | Rollup merge of #101507 - notriddle:notriddle/main-content-table-td, r=Guilla... | Matthias Krüger | -5/+0 |
| 2022-09-07 | Rollup merge of #101506 - notriddle:notriddle/rustdoc-main-since-2, r=Guillau... | Matthias Krüger | -3/+0 |
| 2022-09-07 | rustdoc: remove unused CSS `#main-content > table td` | Michael Howell | -5/+0 |
| 2022-09-07 | rustdoc: remove unused CSS `.content .methods > div` | Michael Howell | -5/+0 |
| 2022-09-07 | Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnr | bors | -3/+3 |
| 2022-09-07 | rustdoc: remove unused mobile CSS `.rustdoc { flex-direction }` | Michael Howell | -1/+0 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -3/+3 |
| 2022-09-07 | Rustdoc-Json: More accurate struct type. | Nixon Enraght-Moony | -25/+11 |
| 2022-09-07 | Rollup merge of #101491 - notriddle:notriddle/sub-variant-div-item-info, r=Gu... | Yuki Okushi | -4/+0 |
| 2022-09-07 | Rollup merge of #101488 - notriddle:notriddle/results-table, r=GuillaumeGomez | Yuki Okushi | -5/+0 |
| 2022-09-06 | rustdoc: remove unused CSS `#main-content > .since` | Michael Howell | -3/+0 |
| 2022-09-06 | rustdoc mobile: move notable traits to return type | Jacob Hoffman-Andrews | -6/+0 |
| 2022-09-06 | rustdoc: remove outdated CSS `.sub-variant > div > .item-info` | Michael Howell | -4/+0 |
| 2022-09-06 | rustdoc: remove unused CSS `#results > table` | Michael Howell | -5/+0 |
| 2022-09-06 | Rollup merge of #101462 - aDotInTheVoid:rdj-enum-field-2, r=GuillaumeGomez | Guillaume Gomez | -11/+21 |
| 2022-09-05 | Rustdoc-Json: Store Variant Fields as their own item. | Nixon Enraght-Moony | -11/+21 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -1/+1 |
| 2022-09-05 | Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkov | bors | -18/+16 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -1/+1 |
| 2022-09-05 | Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -3/+3 |
| 2022-09-05 | Make `hir::PathSegment::hir_id` non-optional. | Nicholas Nethercote | -18/+16 |