| Age | Commit message (Expand) | Author | Lines |
| 2025-07-23 | re-enable direct `bitcast`s for Int/Float vector transmutes (but not ones inv... | Scott McMurray | -0/+176 |
| 2025-07-23 | Let `codegen_transmute_operand` just handle everything | Scott McMurray | -10/+16 |
| 2025-07-23 | Rollup merge of #144298 - Zalathar:empty-span, r=wesleywiser | Matthias Krüger | -20/+17 |
| 2025-07-23 | Rollup merge of #144290 - makai410:summary-ups, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2025-07-23 | Rollup merge of #144256 - oli-obk:type-id-ice, r=RalfJung | Matthias Krüger | -0/+31 |
| 2025-07-23 | Stop using the old `validate_attr` logic for stability attributes | Jonathan Brouwer | -10/+22 |
| 2025-07-23 | add codegen test for variadics (also replacing some existing does-this-build ... | Ralf Jung | -59/+110 |
| 2025-07-23 | Add `ignore-backends` annotations in failing GCC backend ui tests | Guillaume Gomez | -34/+123 |
| 2025-07-23 | Update uitest stderrs | Jonathan Brouwer | -84/+271 |
| 2025-07-23 | Fix tests/codegen-llvm/const-vector.rs test failure on riscv64 | Caiweiran | -0/+2 |
| 2025-07-23 | Fix tests/assembly-llvm/dwarf-mixed-versions-lto.rs test failure on riscv64 | Caiweiran | -3/+4 |
| 2025-07-23 | No longer need `alloca`s for consuming `Result<!, i32>` and similar | Scott McMurray | -0/+31 |
| 2025-07-23 | atomicrmw on pointers: move integer-pointer cast hacks into backend | Ralf Jung | -55/+66 |
| 2025-07-23 | [rustdoc] Display unsafe attrs with edition 2024 `unsafe()` wrappers. | Predrag Gruevski | -11/+43 |
| 2025-07-23 | Don't suggest assoc ty bound on non-angle-bracketed problematic assoc ty binding | León Orell Valerian Liehr | -2/+20 |
| 2025-07-23 | Don't special-case llvm.* as nounwind | Alisa Sireneva | -1/+15 |
| 2025-07-22 | fix regression test | binarycat | -3/+7 |
| 2025-07-22 | add regression test for RUST-143222 | binarycat | -0/+24 |
| 2025-07-22 | Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxu | bors | -5/+5 |
| 2025-07-22 | Add a test case for ui test false-sealed-traits-note.rs | yuk1ty | -5/+32 |
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -3/+3 |
| 2025-07-22 | Rename `tests/assembly` into `tests/assembly-llvm` | Guillaume Gomez | -2/+2 |
| 2025-07-22 | coverage: Enlarge empty spans during MIR instrumentation, not codegen | Zalathar | -20/+17 |
| 2025-07-22 | Rollup merge of #144265 - compiler-errors:copy-ice, r=oli-obk | Matthias Krüger | -0/+31 |
| 2025-07-22 | Rollup merge of #144082 - mladedav:dm/pub-priv-tests, r=petrochenkov | Matthias Krüger | -20/+223 |
| 2025-07-22 | update SUMMARY.md | Makai | -2/+2 |
| 2025-07-22 | Use less HIR in check_private_in_public. | Camille GILLOT | -47/+47 |
| 2025-07-21 | Ensure we codegen and don't internalize the entrypoint | Ben Kimock | -0/+14 |
| 2025-07-21 | Rephrase comment to include some tracking issues | Jens Reidel | -4/+8 |
| 2025-07-21 | Use serde for target spec json deserialize | Noratrieb | -18/+6 |
| 2025-07-22 | Rollup merge of #144246 - jieyouxu:no-dual-test, r=lqd,RalfJung | 许杰友 Jieyou Xu (Joe) | -10/+10 |
| 2025-07-22 | Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -217/+262 |
| 2025-07-22 | Rollup merge of #143985 - makai410:rp-rename, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -25/+25 |
| 2025-07-22 | Rollup merge of #143768 - Randl:const-try, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -230/+55 |
| 2025-07-22 | Rollup merge of #143430 - cjgillot:extra-lifetime-swap, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+32 |
| 2025-07-22 | Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+80 |
| 2025-07-21 | Tweak spans when encountering multiline initializer in move error | Esteban Küber | -15/+9 |
| 2025-07-21 | Generalize logic pointing at binding moved into closure | Esteban Küber | -51/+70 |
| 2025-07-21 | Tweak borrowck label pointing at `!Copy` value moved into closure | Esteban Küber | -2/+4 |
| 2025-07-21 | Dont ICE on copy error being suppressed due to overflow | Michael Goulet | -0/+31 |
| 2025-07-21 | Don't ICE on non-TypeId metadata within TypeId | Oli Scherer | -0/+31 |
| 2025-07-21 | Constify Try, From, TryFrom | Evgenii Zheltonozhskii | -230/+55 |
| 2025-07-21 | Stabilize const `TypeId::of` | Oli Scherer | -19/+12 |
| 2025-07-21 | Don't use another main test file as auxiliary | Jieyou Xu | -10/+10 |
| 2025-07-21 | Auto merge of #144238 - jhpratt:rollup-xb8aida, r=jhpratt | bors | -51/+171 |
| 2025-07-20 | Rollup merge of #144216 - Nadrieril:revert-pin-hack, r=compiler-errors | Jacob Pratt | -51/+69 |
| 2025-07-20 | Rollup merge of #144189 - lqd:test-144168, r=petrochenkov | Jacob Pratt | -0/+97 |
| 2025-07-20 | Rollup merge of #144144 - Gelbpunkt:musl-crate-types-test, r=compiler-errors | Jacob Pratt | -0/+5 |
| 2025-07-21 | Auto merge of #143833 - scottmcm:final-mcp-838, r=compiler-errors | bors | -1070/+829 |
| 2025-07-20 | Also bail out if predicates contain errors. | Camille GILLOT | -15/+39 |