| Age | Commit message (Expand) | Author | Lines |
| 2023-11-06 | Build a better MIR body when errors are encountered | Michael Goulet | -29/+59 |
| 2023-11-06 | Auto merge of #117641 - matthiaskrgr:rollup-f9c12td, r=matthiaskrgr | bors | -5/+58 |
| 2023-11-06 | Rollup merge of #117637 - lqd:trivial-bounds-with-binder-vars, r=compiler-errors | Matthias Krüger | -1/+10 |
| 2023-11-06 | Rollup merge of #117631 - smarnach:error-request-doc-fix, r=ChrisDenton | Matthias Krüger | -4/+4 |
| 2023-11-06 | Rollup merge of #117516 - matthiaskrgr:test_effects_113375_oob, r=fee1-dead | Matthias Krüger | -0/+18 |
| 2023-11-06 | Rollup merge of #117190 - matthiaskrgr:test_effects_113381, r=fee1-dead | Matthias Krüger | -0/+26 |
| 2023-11-06 | Auto merge of #117292 - estebank:issue-80446, r=davidtwco | bors | -0/+71 |
| 2023-11-06 | Silence redundant error on typo resulting on binop | Esteban Küber | -33/+27 |
| 2023-11-06 | Auto merge of #117603 - HKalbasi:make-feature-additive, r=Nilstrieb | bors | -9/+7 |
| 2023-11-06 | add test for trivial bound not holding in `soa-derive` | Rémy Rakic | -0/+8 |
| 2023-11-06 | check binders with bound vars for global bounds that don't hold | Rémy Rakic | -1/+2 |
| 2023-11-06 | Auto merge of #116988 - RalfJung:null, r=WaffleLapkin | bors | -0/+10 |
| 2023-11-06 | Auto merge of #117630 - matthiaskrgr:rollup-v0d5p3f, r=matthiaskrgr | bors | -26/+25 |
| 2023-11-06 | Documentation cleanup for core::error::Request. | Sven Marnach | -4/+4 |
| 2023-11-06 | Rollup merge of #117615 - bjorn3:misc_changes, r=davidtwco | Matthias Krüger | -22/+22 |
| 2023-11-06 | Rollup merge of #117613 - jackh726:vacation, r=compiler-errors | Matthias Krüger | -3/+2 |
| 2023-11-06 | Rollup merge of #117592 - thomcc:env-span-wrong, r=davidtwco | Matthias Krüger | -1/+1 |
| 2023-11-06 | Auto merge of #117578 - compiler-errors:derive-encode-in-rustc_type_ir, r=dav... | bors | -486/+31 |
| 2023-11-06 | Auto merge of #117435 - SparrowLii:nightly_parallel, r=oli-obk,davidtwco | bors | -13/+41 |
| 2023-11-06 | Auto merge of #117607 - klensy:clang-17.0.4, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-11-06 | Auto merge of #117585 - dnbln:feat/move-kw-span, r=cjgillot | bors | -20/+49 |
| 2023-11-06 | use portable AtomicU64 for powerPC and MIPS | SparrowLii | -4/+28 |
| 2023-11-06 | Auto merge of #117576 - the8472:fix-io-copy-vec, r=Mark-Simulacrum | bors | -22/+54 |
| 2023-11-05 | Auto merge of #96979 - SabrinaJewson:waker-update, r=workingjubilee | bors | -1/+14 |
| 2023-11-05 | Auto merge of #117191 - Skgland:easy-beta-channels, r=Mark-Simulacrum | bors | -0/+23 |
| 2023-11-05 | Make the randomize feature of rustc_abi additive | hkalbasi | -9/+7 |
| 2023-11-05 | Auto merge of #117179 - Voultapher:fix-useless-comp-in-partition-equal, r=Mar... | bors | -3/+10 |
| 2023-11-05 | Update doc comment for CodegenBackend::link | bjorn3 | -5/+1 |
| 2023-11-05 | Use the actual computed crate name for -Zprint-vtable-sizes | bjorn3 | -14/+14 |
| 2023-11-05 | Don't steal the parse query when using --pretty | bjorn3 | -3/+7 |
| 2023-11-05 | Auto merge of #117574 - onur-ozkan:fix-compiler-crate-linking, r=Mark-Simulacrum | bors | -57/+73 |
| 2023-11-05 | Remove from vacation and compiler review group | Jack Huey | -3/+2 |
| 2023-11-05 | bootstrap: improve linking of tool docs | onur-ozkan | -41/+40 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -5/+70 |
| 2023-11-05 | Auto merge of #117608 - matthiaskrgr:rollup-g9fagmv, r=matthiaskrgr | bors | -23/+13 |
| 2023-11-05 | Rollup merge of #117596 - thomcc:core_macro_diag_items, r=Nilstrieb | Matthias Krüger | -0/+3 |
| 2023-11-05 | Rollup merge of #117588 - bjorn3:remove_unused_error_variant, r=cjgillot | Matthias Krüger | -18/+1 |
| 2023-11-05 | Rollup merge of #117524 - unleashed:bootstrap-create-hooks-dir, r=Mark-Simula... | Matthias Krüger | -1/+6 |
| 2023-11-05 | Rollup merge of #116017 - Zalathar:darwin-stdlib, r=albertlarsan68 | Matthias Krüger | -4/+3 |
| 2023-11-05 | bump clang version for dist-x86_64-linux from 17.0.2 to 17.0.4 | klensy | -1/+1 |
| 2023-11-05 | Auto merge of #117504 - pcc:android-link-libunwind, r=Mark-Simulacrum | bors | -34/+1 |
| 2023-11-05 | Auto merge of #117469 - cjgillot:filecheck-mir, r=Mark-Simulacrum | bors | -119/+307 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -17/+42 |
| 2023-11-05 | Auto merge of #117589 - compiler-errors:global-vars-bug, r=jackh726 | bors | -32/+47 |
| 2023-11-05 | Auto merge of #117581 - nicholasbishop:bishop-update-cb, r=Mark-Simulacrum | bors | -3/+3 |
| 2023-11-05 | Auto merge of #117503 - kornelski:hint-try-reserved, r=workingjubilee | bors | -5/+29 |
| 2023-11-04 | Add diagnostic items for a few of core's builtin macros | Thom Chiovoloni | -0/+3 |
| 2023-11-04 | Auto merge of #117590 - matthiaskrgr:rollup-9cqh1q8, r=matthiaskrgr | bors | -71/+197 |
| 2023-11-04 | Use the correct span when emitting the `env!` result | Thom Chiovoloni | -1/+1 |
| 2023-11-04 | fix clippy author and failing test | Dinu Blanovschi | -4/+9 |