| Age | Commit message (Expand) | Author | Lines |
| 2022-01-13 | Rollup merge of #91687 - euclio:tuple-variant-field-section, r=GuillaumeGomez | Matthias Krüger | -7/+31 |
| 2022-01-13 | Rollup merge of #90001 - Fearyncess:master, r=alexcrichton | Matthias Krüger | -0/+1 |
| 2022-01-13 | Auto merge of #92526 - djc:rustdoc-askama, r=jsha | bors | -121/+68 |
| 2022-01-12 | Rollup merge of #92764 - GuillaumeGomez:fix-rust-logo-style, r=jsha | Matthias Krüger | -3/+81 |
| 2022-01-12 | Rollup merge of #92756 - lnicola:rust-analyzer-2022-01-11, r=lnicola | Matthias Krüger | -16/+20 |
| 2022-01-12 | Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri... | Matthias Krüger | -2/+6 |
| 2022-01-12 | Rollup merge of #92732 - wesleywiser:note_musl_patch_info, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-01-12 | Rollup merge of #92707 - JohnScience:patch-1, r=GuillaumeGomez | Matthias Krüger | -1/+2 |
| 2022-01-12 | Rollup merge of #92699 - camelid:private-fields, r=jsha | Matthias Krüger | -11/+9 |
| 2022-01-12 | Rollup merge of #92432 - fee1-dead:constck-impl-constness, r=oli-obk | Matthias Krüger | -0/+26 |
| 2022-01-11 | rustdoc: do not emit tuple variant fields if none are documented | Andy Russell | -7/+31 |
| 2022-01-11 | Auto merge of #92533 - Aaron1011:variant-symbol, r=petrochenkov | bors | -10/+10 |
| 2022-01-11 | Auto merge of #90948 - oli-obk:🧹, r=nikomatsakis | bors | -1/+25 |
| 2022-01-11 | Add test | Deadbeef | -0/+26 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -10/+10 |
| 2022-01-11 | Add GUI test for rust logo style in the sidebars | Guillaume Gomez | -0/+78 |
| 2022-01-11 | Fix style for rust logo | Guillaume Gomez | -3/+3 |
| 2022-01-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+20 |
| 2022-01-11 | Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearth | bors | -142/+148 |
| 2022-01-10 | Add missing suffix for sidebar-items script path | Guillaume Gomez | -2/+6 |
| 2022-01-10 | Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f... | Dirkjan Ochtman | -10/+0 |
| 2022-01-10 | Address feedback | Dirkjan Ochtman | -13/+7 |
| 2022-01-10 | Migrate rustdoc from Tera to Askama | Dirkjan Ochtman | -108/+71 |
| 2022-01-10 | Add note about upstream commit musl-patch-configure.diff is derived from | Wesley Wiser | -1/+3 |
| 2022-01-10 | Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgr | bors | -87/+164 |
| 2022-01-10 | Rollup merge of #92717 - RalfJung:miri, r=RalfJung | Matthias Krüger | -8/+10 |
| 2022-01-10 | Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol... | Matthias Krüger | -0/+26 |
| 2022-01-10 | Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomez | Matthias Krüger | -77/+94 |
| 2022-01-10 | Rollup merge of #92357 - GuillaumeGomez:fix-doc-comment-backline-removal, r=c... | Matthias Krüger | -2/+12 |
| 2022-01-10 | Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726 | Matthias Krüger | -0/+22 |
| 2022-01-10 | miri | Ralf Jung | -8/+10 |
| 2022-01-09 | Extended the note on the use of `no_run` attribute | Dmitrii - Demenev | -1/+2 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+29 |
| 2022-01-09 | Display "private fields" instead of "fields omitted" | Noah Lev | -11/+9 |
| 2022-01-09 | Auto merge of #92534 - Aaron1011:hash-hir, r=petrochenkov | bors | -2/+2 |
| 2022-01-09 | Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr | bors | -298/+356 |
| 2022-01-09 | Rollup merge of #92673 - GuillaumeGomez:remove-all-items-toggle, r=jsha | Matthias Krüger | -8/+0 |
| 2022-01-09 | Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpider | Matthias Krüger | -250/+278 |
| 2022-01-09 | Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillot | Matthias Krüger | -0/+33 |
| 2022-01-09 | Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomez | Matthias Krüger | -40/+45 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -1/+1 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -10/+10 |
| 2022-01-09 | rustc_metadata: Optimize and document module children decoding | Vadim Petrochenkov | -12/+19 |
| 2022-01-08 | Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-se | bors | -26/+7 |
| 2022-01-08 | Auto merge of #90639 - matthewjasper:leaf-def-cache, r=cjgillot | bors | -32/+34 |
| 2022-01-08 | Remove useless collapse toggle on "all items" page | Guillaume Gomez | -8/+0 |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -77/+94 |
| 2022-01-08 | Auto merge of #92639 - pietroalbini:bump-version, r=pietroalbini | bors | -1/+1 |
| 2022-01-08 | Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomez | bors | -3/+0 |
| 2022-01-08 | tidy: add `ahash` to permitted dep list | Lain Yang | -0/+1 |