| Age | Commit message (Expand) | Author | Lines |
| 2025-07-30 | `AlignmentEnum` should just be `repr(usize)` now | Scott McMurray | -34/+17 |
| 2025-07-30 | const-eval: full support for pointer fragments | Ralf Jung | -42/+203 |
| 2025-07-30 | [test][run-make] add needs-llvm-components | David Tenty | -0/+5 |
| 2025-07-30 | Make sure to account for the right item universal regions in borrowck | Michael Goulet | -0/+76 |
| 2025-07-29 | Re-block SRoA on SIMD types | Scott McMurray | -0/+50 |
| 2025-07-30 | coverage: Re-land "Enlarge empty spans during MIR instrumentation" | Zalathar | -47/+17 |
| 2025-07-30 | Auto merge of #144577 - oli-obk:wrapping-niche, r=scottmcm | bors | -6/+268 |
| 2025-07-29 | Rollup merge of #144632 - nikic:llvm-21-tests, r=durin42 | Jacob Pratt | -8/+18 |
| 2025-07-29 | Rollup merge of #144034 - Enselic:diverging-function-call-debuginfo, r=wesley... | Jacob Pratt | -0/+38 |
| 2025-07-30 | remove hello world directory | Kivooeo | -4/+0 |
| 2025-07-29 | Verify llvm-needs-components are not empty and match the --target value | Daniel Paoliello | -31/+29 |
| 2025-07-29 | tests: Test line number in debuginfo for diverging function calls | Martin Nordholts | -0/+38 |
| 2025-07-29 | Pick the largest niche even if the largest niche is wrapped around | Oli Scherer | -9/+18 |
| 2025-07-29 | Rollup merge of #144589 - compiler-errors:postfix-yield-after-cast, r=petroch... | Stuart Cook | -0/+23 |
| 2025-07-29 | Rollup merge of #144587 - petrochenkov:optstdprel, r=nnethercote | Stuart Cook | -104/+104 |
| 2025-07-29 | Rollup merge of #144566 - scottmcm:align-of-slice, r=oli-obk | Stuart Cook | -0/+485 |
| 2025-07-29 | Rollup merge of #144560 - Zalathar:auto-derived, r=compiler-errors | Stuart Cook | -0/+360 |
| 2025-07-29 | Relax check lines in x86-return-float.rs | Nikita Popov | -3/+3 |
| 2025-07-29 | Rollup merge of #144627 - jakubadamw:issue-129882, r=lqd | Stuart Cook | -0/+42 |
| 2025-07-29 | Rollup merge of #144609 - Muscraft:right-align, r=compiler-errors | Stuart Cook | -10/+10 |
| 2025-07-29 | Rollup merge of #144600 - Noratrieb:rustdoc-dep-info-paths, r=GuillaumeGomez | Stuart Cook | -1/+16 |
| 2025-07-29 | Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDenton | Stuart Cook | -3/+9 |
| 2025-07-29 | Rollup merge of #144451 - ShoyuVanilla:loop-match-upvar, r=oli-obk | Stuart Cook | -0/+99 |
| 2025-07-29 | Rollup merge of #144407 - godzie44:godzie44/fix_dwarf_inconsistency, r=wesley... | Stuart Cook | -0/+32 |
| 2025-07-29 | Rollup merge of #144022 - connortsui20:sync_nonpoison, r=tgross35 | Stuart Cook | -32/+32 |
| 2025-07-29 | Adjust enum-discriminant-eq.rs for LLVM 21 | Nikita Popov | -4/+10 |
| 2025-07-29 | Fix nvptx-safe-naming.rs test on LLVM 21 | Nikita Popov | -1/+5 |
| 2025-07-29 | coverage: Treat `#[automatically_derived]` as `#[coverage(off)]` | Zalathar | -35/+25 |
| 2025-07-29 | coverage: Test how `#[automatically_derived]` affects instrumentation | Zalathar | -0/+370 |
| 2025-07-29 | add `nonpoison::mutex` implementation | Connor Tsui | -32/+32 |
| 2025-07-29 | Add a regression test for an ICE with the `generic_const_exprs` feature attri... | Jacob Adam | -0/+42 |
| 2025-07-28 | Simplify `align_of_val::<[T]>(…)` → `align_of::<T>()` | Scott McMurray | -48/+37 |
| 2025-07-28 | Add a MIR test for `align_of_val` on a slice | Scott McMurray | -0/+33 |
| 2025-07-28 | Add a mir-opt pre-codegen test for dropping a `Box<[impl Copy]>` | Scott McMurray | -0/+463 |
| 2025-07-29 | coverage: Regression test for "function name is empty" bug | Zalathar | -0/+266 |
| 2025-07-29 | Fortify RemoveUnneededDrops test. | Camille GILLOT | -222/+94 |
| 2025-07-28 | feat: Right align line numbers | Scott Schafer | -10/+10 |
| 2025-07-28 | Ensure external paths passed via flags end up in rustdoc depinfo | Noratrieb | -1/+16 |
| 2025-07-28 | Account for .yield in illegal postfix operator message | Michael Goulet | -0/+23 |
| 2025-07-28 | thread name in stack overflow message | joboet | -3/+9 |
| 2025-07-28 | expand: Micro-optimize prelude injection | Vadim Petrochenkov | -104/+104 |
| 2025-07-28 | fix: Reject upvar scrutinees for `loop_match` | Shoyu Vanilla | -0/+99 |
| 2025-07-28 | Test renamed crates in rustdoc | Kornel | -0/+23 |
| 2025-07-28 | Fix tests/codegen-llvm/simd/extract-insert-dyn.rs test failure on riscv64 | Caiweiran | -9/+18 |
| 2025-07-28 | Auto merge of #144543 - scottmcm:more-sroa, r=cjgillot | bors | -40/+32 |
| 2025-07-28 | update fortanix run-make test | Folkert de Vries | -15/+28 |
| 2025-07-28 | use `minicore` for fortanix assembly tests | Folkert de Vries | -27/+46 |
| 2025-07-28 | Add regression test | Oli Scherer | -0/+253 |
| 2025-07-28 | Rollup merge of #144151 - Kivooeo:issue1, r=jieyouxu | Matthias Krüger | -32/+152 |
| 2025-07-28 | Auto merge of #144556 - matthiaskrgr:rollup-aayo3h5, r=matthiaskrgr | bors | -151/+310 |