| Age | Commit message (Expand) | Author | Lines |
| 2023-08-04 | Auto merge of #3011 - saethlin:spellck, r=RalfJung | bors | -7/+7 |
| 2023-08-04 | Auto merge of #3012 - rust-lang:rustup-2023-08-04, r=oli-obk | bors | -1693/+3274 |
| 2023-08-04 | Merge from rustc | The Miri Conjob Bot | -1692/+3273 |
| 2023-08-04 | Auto merge of #114449 - matthiaskrgr:rollup-cekswes, r=matthiaskrgr | bors | -488/+715 |
| 2023-08-04 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-04 | Rollup merge of #114431 - ehuss:ssa-test, r=est31 | Matthias Krüger | -3/+0 |
| 2023-08-04 | Rollup merge of #114429 - Enselic:compiletest-fix, r=est31 | Matthias Krüger | -10/+14 |
| 2023-08-04 | Rollup merge of #114409 - lcnr:confirmation, r=compiler-errors | Matthias Krüger | -23/+17 |
| 2023-08-04 | Rollup merge of #114404 - GuillaumeGomez:migrate-gui-test-color-26, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-08-04 | Rollup merge of #114373 - xstaticxgpx:dev, r=the8472 | Matthias Krüger | -4/+14 |
| 2023-08-04 | Rollup merge of #114348 - GuillaumeGomez:migrate-gui-test-color-25, r=notriddle | Matthias Krüger | -43/+30 |
| 2023-08-04 | Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiser | Matthias Krüger | -24/+246 |
| 2023-08-04 | Rollup merge of #113534 - oli-obk:simd_shuffle_dehackify, r=workingjubilee | Matthias Krüger | -380/+393 |
| 2023-08-04 | Auto merge of #114305 - lqd:bootstrap-strip, r=ozkanonur | bors | -11/+63 |
| 2023-08-04 | Auto merge of #110833 - compiler-errors:rustc-call-inliner-ice, r=cjgillot | bors | -159/+255 |
| 2023-08-03 | unix/kernel_copy.rs: copy_file_range_candidate allows empty output files | xstaticxgpx | -4/+14 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -49/+209 |
| 2023-08-03 | A bit of spell-checking | Ben Kimock | -7/+7 |
| 2023-08-03 | Auto merge of #114424 - matthiaskrgr:rollup-cegblvo, r=matthiaskrgr | bors | -685/+1229 |
| 2023-08-03 | Enable tests on rustc_codegen_ssa | Eric Huss | -3/+0 |
| 2023-08-03 | compiletest: Handle non-utf8 paths (fix FIXME) | Martin Nordholts | -10/+14 |
| 2023-08-03 | bless | Michael Goulet | -0/+79 |
| 2023-08-03 | Explicitly don't inline user-written rust-call fns | Michael Goulet | -201/+102 |
| 2023-08-03 | Only unpack tupled args in inliner if we expect args to be unpacked | Michael Goulet | -12/+89 |
| 2023-08-03 | Negative test for inlining `<Box<dyn Fn()> as Fn<()>>::call` | Michael Goulet | -0/+39 |
| 2023-08-03 | Auto merge of #114420 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-08-03 | Rollup merge of #114415 - Kobzol:bootstrap-check-vendor-gcc, r=ozkanonur | Matthias Krüger | -0/+6 |
| 2023-08-03 | Rollup merge of #114408 - WaffleLapkin:waffle-on-vacation, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-08-03 | Rollup merge of #114403 - bvanjoi:fix-114392, r=estebank | Matthias Krüger | -1/+32 |
| 2023-08-03 | Rollup merge of #114395 - ttsugriy:hoist-lookup, r=lqd | Matthias Krüger | -1/+2 |
| 2023-08-03 | Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obk | Matthias Krüger | -411/+547 |
| 2023-08-03 | Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank | Matthias Krüger | -42/+125 |
| 2023-08-03 | Rollup merge of #114237 - bvanjoi:fix-114219, r=cjgillot | Matthias Krüger | -4/+32 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -225/+484 |
| 2023-08-03 | strip librustc_driver.so even at stage 1 | Rémy Rakic | -4/+2 |
| 2023-08-03 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-03 | Skip checking of `rustc_codegen_gcc` with vendoring enabled | Jakub Beránek | -0/+6 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -49/+209 |
| 2023-08-03 | Auto merge of #3009 - oli-obk:auto_actions, r=oli-obk | bors | -9/+16 |
| 2023-08-03 | Auto merge of #3010 - RalfJung:assign_overlapping, r=RalfJung | bors | -0/+9 |
| 2023-08-03 | add test checking that overlapping assignments work | Ralf Jung | -0/+9 |
| 2023-08-03 | builtin impl confirmation wuhu | lcnr | -23/+17 |
| 2023-08-03 | Auto merge of #113199 - b-naber:slice-pattern-type-inference, r=lcnr | bors | -105/+489 |
| 2023-08-03 | Avoid infinite recursion for auto-fmt and auto-clippy | Oli Scherer | -9/+16 |
| 2023-08-03 | Reduce arbitrary self type suggestions | r0cky | -32/+15 |
| 2023-08-03 | Auto merge of #112043 - jieyouxu:suggestion_macro_expansion_source_callsites,... | bors | -10/+314 |
| 2023-08-03 | Forbid old-style `simd_shuffleN` intrinsics | Oli Scherer | -380/+393 |
| 2023-08-03 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -1/+1 |
| 2023-08-03 | Also add label with original type for function pointers | Urgau | -13/+40 |
| 2023-08-03 | Avoid too many expected symbols and reduce `None`s | r0cky | -64/+58 |