| Age | Commit message (Expand) | Author | Lines |
| 2025-07-25 | uniquify root goals during HIR typeck | lcnr | -12/+73 |
| 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 #144209 - scottmcm:assume_less, r=lcnr,dianqk | Matthias Krüger | -8/+41 |
| 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 | -28/+33 |
| 2025-07-25 | Do not assert layout in KnownPanicsLint. | Camille GILLOT | -28/+126 |
| 2025-07-25 | Add crash tests. | Camille GILLOT | -0/+19 |
| 2025-07-25 | tests: aarch64-outline-atomics: Remove hardcoded target | Jens Reidel | -2/+0 |
| 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 | -73/+36 |
| 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 | -73/+36 |
| 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 | -18/+6 |
| 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 | moved 35 tests to organized locations | Kivooeo | -0/+0 |
| 2025-07-24 | generate elf symbol version in raw-dylib | usamoi | -0/+137 |
| 2025-07-24 | Remove dead code and extend test coverage and diagnostics around it | Oli Scherer | -8/+31 |
| 2025-07-24 | Update rustdoc ui tests | Guillaume Gomez | -96/+135 |
| 2025-07-23 | Give an AllocId to ConstValue::Slice. | Camille GILLOT | -59/+498 |
| 2025-07-23 | Auto merge of #144233 - cjgillot:unsat-mir, r=oli-obk | bors | -43/+78 |
| 2025-07-23 | Suggest unwrapping when private method name is available in inner type | Esteban Küber | -2/+33 |
| 2025-07-23 | Auto merge of #144360 - matthiaskrgr:rollup-b6ej0mm, r=matthiaskrgr | bors | -22/+50 |
| 2025-07-23 | Don't emit two `assume`s in transmutes when one is a subset of the other | Scott McMurray | -8/+41 |
| 2025-07-23 | Point at the type that doesn't impl `Clone` in more cases beyond closures | Esteban Küber | -5/+7 |
| 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 | 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 |