| Age | Commit message (Expand) | Author | Lines |
| 2022-01-10 | Add missing suffix for sidebar-items script path | Guillaume Gomez | -2/+6 |
| 2022-01-10 | Update rayon and rustc-rayon | Josh Stone | -17/+14 |
| 2022-01-10 | rustc_pass_by_value remove dependency on rustc_diagnostic_item | Mahdi Dibaiee | -11/+6 |
| 2022-01-10 | rustc_pass_by_value lint: add test on custom types | Mahdi Dibaiee | -14/+78 |
| 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 | Ignore `unused_mod.rs` file in code coverage results | Wesley Wiser | -10/+1 |
| 2022-01-10 | Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgr | bors | -87/+164 |
| 2022-01-10 | expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributes | Vadim Petrochenkov | -24/+12 |
| 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-10 | Elaborate param_env predicates when checking if type outlives involving proje... | Jack Huey | -0/+71 |
| 2022-01-09 | Extended the note on the use of `no_run` attribute | Dmitrii - Demenev | -1/+2 |
| 2022-01-09 | Make message for &T -> &mut T transmute more accurate | 5225225 | -2/+2 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+29 |
| 2022-01-09 | Document `--print link-args` | Josh Triplett | -0/+6 |
| 2022-01-09 | Stabilize -Z print-link-args as --print link-args | Josh Triplett | -9/+9 |
| 2022-01-09 | Mark windows_subsytem and no_builtins as crate-only attributes. | Eric Huss | -37/+121 |
| 2022-01-09 | Display "private fields" instead of "fields omitted" | Noah Lev | -11/+9 |
| 2022-01-09 | Add validation for `link` attribute position. | Eric Huss | -161/+243 |
| 2022-01-09 | Auto merge of #92534 - Aaron1011:hash-hir, r=petrochenkov | bors | -2/+2 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -23/+24 |
| 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 | Apply suggestions from code review | Waffle Maybe | -17/+17 |
| 2022-01-09 | Move `#[rustc_must_implement_one_of]` tests to fix tidy check | Maybe Waffle | -0/+0 |
| 2022-01-09 | Add test for misused `#[rustc_must_implement_one_of]` | Maybe Waffle | -0/+120 |
| 2022-01-09 | Implement `#[rustc_must_implement_one_of]` attribute | Maybe Waffle | -0/+59 |
| 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 | Link impl items to corresponding trait items in late resolver. | Camille GILLOT | -22/+14 |
| 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 |
| 2022-01-07 | Rollup merge of #92610 - GuillaumeGomez:css-class-instead-of-inline-style, r=... | Eric Huss | -2/+6 |
| 2022-01-08 | mangling_v0: Skip extern blocks during mangling | Vadim Petrochenkov | -2/+2 |