| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-07-28 | Rollup merge of #144523 - ojeda:rustdoc-target-modifiers, r=GuillaumeGomez | Matthias Krüger | -0/+47 |
| 2025-07-28 | Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr... | Matthias Krüger | -151/+263 |
| 2025-07-27 | Auto merge of #144225 - purplesyringa:unwinding-intrinsics, r=nikic | bors | -1/+15 |
| 2025-07-28 | In rustc_pattern_analysis, put `true` witnesses before `false` witnesses | Chayim Refael Friedman | -7/+7 |
| 2025-07-27 | Allow more MIR SROA | Scott McMurray | -40/+32 |
| 2025-07-27 | fix(debuginfo): disable overflow check for | godzie44 | -0/+32 |
| 2025-07-27 | Auto merge of #144528 - matthiaskrgr:rollup-felcjc1, r=matthiaskrgr | bors | -221/+283 |
| 2025-07-27 | Rollup merge of #144454 - folkertdev:uefi-tests, r=jieyouxu | Matthias Krüger | -0/+149 |
| 2025-07-27 | Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obk | Matthias Krüger | -221/+134 |
| 2025-07-27 | Auto merge of #144347 - scottmcm:ssa-enums-v0, r=WaffleLapkin | bors | -0/+31 |
| 2025-07-27 | rustdoc: save target modifiers | Miguel Ojeda | -0/+47 |
| 2025-07-26 | Rollup merge of #144480 - Zalathar:revert-empty-span, r=Zalathar | Jacob Pratt | -17/+20 |
| 2025-07-26 | Rollup merge of #144453 - WaffleLapkin:canonical-build-root, r=jieyouxu | Jacob Pratt | -1/+3 |
| 2025-07-26 | Rollup merge of #144430 - Gelbpunkt:aarch64-outline-atomics-target, r=Noratrieb | Jacob Pratt | -2/+0 |
| 2025-07-26 | Rollup merge of #144409 - GuillaumeGomez:macro-expansion-early-abort, r=oli-obk | Jacob Pratt | -245/+306 |
| 2025-07-26 | Rollup merge of #144379 - folkertdev:c-variadic-same-program-multiple-abis, r... | Jacob Pratt | -0/+112 |
| 2025-07-26 | Rollup merge of #144359 - RalfJung:vararg-codegen, r=compiler-errors | Jacob Pratt | -59/+110 |
| 2025-07-26 | Auto merge of #143860 - scottmcm:transmute-always-rvalue, r=WaffleLapkin | bors | -10/+192 |
| 2025-07-26 | Do not check Sync during type_of. | Camille GILLOT | -260/+19 |
| 2025-07-26 | Perform check_private_in_public by module. | Camille GILLOT | -49/+49 |
| 2025-07-26 | Update test results | Jonathan Brouwer | -151/+263 |
| 2025-07-26 | Rollup merge of #144462 - Kobzol:pretty-print-self-profile-args, r=RalfJung | Matthias Krüger | -0/+18 |
| 2025-07-26 | Rollup merge of #144376 - estebank:issue-143795, r=lcnr | Matthias Krüger | -2/+33 |
| 2025-07-26 | Rollup merge of #144331 - jplatte:matches-allow-non_exhaustive_omitted_patter... | Matthias Krüger | -10/+26 |
| 2025-07-26 | tests: Add test for basic line-by-line stepping in a debugger | Martin Nordholts | -0/+47 |
| 2025-07-26 | test using multiple c-variadic ABIs in the same program | Folkert de Vries | -0/+112 |
| 2025-07-26 | move uefi test to run-make | Folkert de Vries | -0/+149 |
| 2025-07-26 | Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35 | bors | -33/+328 |
| 2025-07-26 | Rollup merge of #144431 - Gelbpunkt:f128-math-musl, r=petrochenkov,tgross35 | Trevor Gross | -2/+4 |
| 2025-07-26 | Rollup merge of #144160 - Gelbpunkt:debuginfo-tests-ppc, r=oli-obk | Trevor Gross | -2/+13 |
| 2025-07-26 | Rollup merge of #143698 - benschulz:unused-parens-2, r=lcnr,compiler-errors | Trevor Gross | -0/+43 |
| 2025-07-26 | Rollup merge of #143585 - folkertdev:loop-match-suggest-const-block, r=oli-obk | Trevor Gross | -0/+232 |