| Age | Commit message (Expand) | Author | Lines |
| 2022-09-13 | Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obk | Dylan DPC | -2/+2 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -1/+1 |
| 2022-09-12 | rustdoc: remove redundant CSS `#source-sidebar, #sidebar-toggle` | Michael Howell | -1/+0 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -1/+1 |
| 2022-09-12 | rustdoc: remove no-op CSS `.search-results .result-name > span` | Michael Howell | -6/+0 |
| 2022-09-12 | Rollup merge of #101735 - notriddle:notriddle/backslash-escaped-html, r=Guill... | Guillaume Gomez | -1/+1 |
| 2022-09-12 | Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG... | Guillaume Gomez | -3/+8 |
| 2022-09-12 | Rollup merge of #101731 - notriddle:notriddle/more-improved-html-check, r=Gui... | Guillaume Gomez | -3/+80 |
| 2022-09-12 | rustdoc: fix treatment of backslash-escaped HTML | Michael Howell | -1/+1 |
| 2022-09-12 | Feature gate the rustdoc::missing_doc_code_examples lint | Wim Looman | -3/+8 |
| 2022-09-12 | rustdoc: improve rustdoc HTML suggestions handling of nested generics | Michael Howell | -3/+80 |
| 2022-09-11 | rustdoc: remove no-op `#search` | Michael Howell | -4/+0 |
| 2022-09-11 | rustdoc: remove no-op `#search { margin-left: 0 }` | Michael Howell | -1/+0 |
| 2022-09-11 | Avoid `Iterator::last` | KaDiWa | -2/+2 |
| 2022-09-10 | Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddle | bors | -83/+86 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -9/+0 |
| 2022-09-10 | Rollup merge of #101631 - rust-lang:notriddle/duplicate-module, r=GuillaumeGomez | Dylan DPC | -5/+26 |
| 2022-09-10 | Simplify DOM for codeblocks tooltips | Guillaume Gomez | -83/+86 |
| 2022-09-10 | Rollup merge of #101633 - aDotInTheVoid:rdj-idl, r=jyn514 | Matthias Krüger | -7/+21 |
| 2022-09-10 | Rollup merge of #101624 - notriddle:notriddle/search, r=GuillaumeGomez | Matthias Krüger | -5/+0 |
| 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 |