| Age | Commit message (Expand) | Author | Lines |
| 2025-07-28 | Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr... | Matthias Krüger | -151/+263 |
| 2025-07-27 | Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obk | Matthias Krüger | -184/+134 |
| 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/+24 |
| 2025-07-26 | Do not check Sync during type_of. | Camille GILLOT | -260/+19 |
| 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 | test using multiple c-variadic ABIs in the same program | Folkert de Vries | -0/+112 |
| 2025-07-26 | Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35 | bors | -31/+315 |
| 2025-07-26 | Rollup merge of #144431 - Gelbpunkt:f128-math-musl, r=petrochenkov,tgross35 | Trevor Gross | -2/+4 |
| 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 |
| 2025-07-26 | Rollup merge of #140871 - Amanieu:naked-asm-label, r=compiler-errors | Trevor Gross | -29/+36 |
| 2025-07-26 | Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxu | Trevor Gross | -34/+123 |
| 2025-07-26 | Rollup merge of #144201 - estebank:suggest-clone, r=SparrowLii | Trevor Gross | -0/+312 |
| 2025-07-26 | Rollup merge of #144089 - Oneirical:uncountable-integer-1, r=jieyouxu | Trevor Gross | -49/+107 |
| 2025-07-26 | Disable has_reliable_f128_math on musl targets | Jens Reidel | -2/+4 |
| 2025-07-26 | Don't lint against named labels in `naked_asm!` | Amanieu d'Antras | -29/+36 |
| 2025-07-25 | Check statics' type in type_of. | Camille GILLOT | -251/+235 |
| 2025-07-25 | Look at layout for completeness. | Camille GILLOT | -3/+51 |
| 2025-07-26 | `loop_match`: suggest extracting to a `const` item | Folkert de Vries | -0/+232 |
| 2025-07-25 | Update ui tests with new macro early erroring | Guillaume Gomez | -245/+303 |
| 2025-07-25 | Add missing `NOTE` annotations in `tests/ui/macros/trace-macro.rs` | Guillaume Gomez | -0/+3 |
| 2025-07-25 | Allow pretty printing paths with `-Zself-profile-events=args` | Jakub Beránek | -0/+18 |
| 2025-07-25 | Mention type that could be `Clone` but isn't in more cases | Esteban Küber | -0/+312 |
| 2025-07-25 | Rollup merge of #144390 - oli-obk:arbitrary-enum-discrs, r=SparrowLii | Matthias Krüger | -8/+31 |
| 2025-07-25 | Rollup merge of #144340 - Oneirical:uncertain-illusion, r=jieyouxu | Matthias Krüger | -0/+0 |
| 2025-07-25 | Rollup merge of #144200 - estebank:dont-point-at-closure, r=lcnr | Matthias Krüger | -48/+65 |
| 2025-07-25 | Rollup merge of #143979 - dpaoliello:arm64ectest, r=petrochenkov | Matthias Krüger | -2/+6 |
| 2025-07-25 | Rollup merge of #143401 - Enselic:no-stack-backtrace-print-in-display, r=davi... | Matthias Krüger | -6/+2 |
| 2025-07-25 | Rollup merge of #142569 - xizheyin:139253, r=davidtwco | Matthias Krüger | -0/+68 |
| 2025-07-25 | Check static is sized when building MIR. | Camille GILLOT | -0/+33 |
| 2025-07-25 | Do not assert layout in KnownPanicsLint. | Camille GILLOT | -0/+126 |
| 2025-07-24 | Rename tests/ui/SUMMARY.md and update rustc dev guide on error-pattern | Oneirical | -0/+0 |
| 2025-07-24 | Rehome tests/ui/issues/ tests [1/?] | Oneirical | -49/+107 |
| 2025-07-24 | Auto merge of #144389 - scottmcm:no-more-mir-cast-assume, r=davidtwco | bors | -30/+29 |
| 2025-07-24 | Add test case for single bound | Ben Schulz | -1/+35 |
| 2025-07-24 | Fix unused_parens false positive | Ben Schulz | -0/+9 |
| 2025-07-24 | MIR-build: No longer emit assumes in enum-as casting | Scott McMurray | -30/+29 |
| 2025-07-24 | Rollup merge of #144358 - JonathanBrouwer:fix-stability-malformed, r=oli-obk | León Orell Valerian Liehr | -10/+22 |
| 2025-07-24 | Rollup merge of #144335 - fmease:no-angle-no-colon, r=SparrowLii | León Orell Valerian Liehr | -2/+20 |
| 2025-07-24 | Rollup merge of #144276 - cjgillot:no-hir-privacy, r=petrochenkov | León Orell Valerian Liehr | -47/+47 |
| 2025-07-24 | Rollup merge of #144240 - yuk1ty:false-sealed-traits-note-reported-in-another... | León Orell Valerian Liehr | -5/+32 |
| 2025-07-24 | Rollup merge of #144221 - usamoi:versym, r=bjorn3 | León Orell Valerian Liehr | -0/+137 |
| 2025-07-24 | Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-dead | León Orell Valerian Liehr | -3/+2 |
| 2025-07-24 | Rollup merge of #144094 - saethlin:codegen-the-main-fn, r=petrochenkov | León Orell Valerian Liehr | -0/+14 |
| 2025-07-24 | Rollup merge of #144014 - dianne:edition-guide-links, r=estebank | León Orell Valerian Liehr | -440/+440 |
| 2025-07-24 | generate elf symbol version in raw-dylib | usamoi | -0/+137 |