| Age | Commit message (Expand) | Author | Lines |
| 2025-07-21 | Auto merge of #143833 - scottmcm:final-mcp-838, r=compiler-errors | bors | -1070/+829 |
| 2025-07-20 | Consider param-env for fast path | Michael Goulet | -52/+52 |
| 2025-07-20 | Ban projecting into SIMD types [MCP838] | Scott McMurray | -32/+21 |
| 2025-07-20 | ...and wasm tests too | Scott McMurray | -1/+3 |
| 2025-07-20 | So many test updates x_x | Scott McMurray | -1037/+805 |
| 2025-07-20 | Rollup merge of #144190 - scottmcm:spanned-errors-in-mir-validation, r=RalfJung | Guillaume Gomez | -2/+2 |
| 2025-07-20 | Rollup merge of #144150 - Gelbpunkt:globalmerge, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2025-07-20 | Rollup merge of #144143 - Gelbpunkt:target-features-crt-static, r=RalfJung | Guillaume Gomez | -0/+32 |
| 2025-07-20 | Rollup merge of #143720 - scottmcm:rvalue-always-operand, r=lcnr | Guillaume Gomez | -0/+56 |
| 2025-07-20 | Rollup merge of #144142 - compiler-errors:itib, r=fmease | Matthias Krüger | -0/+30 |
| 2025-07-20 | Rollup merge of #144116 - nikic:llvm-21-fixes, r=dianqk | Matthias Krüger | -4/+11 |
| 2025-07-20 | Rollup merge of #144078 - bjorn3:fix_test, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2025-07-20 | Rollup merge of #143988 - GuillaumeGomez:alias-inexact, r=lolbinarycat | Matthias Krüger | -8/+20 |
| 2025-07-20 | Rollup merge of #141260 - LuigiPiucco:volatile-null, r=RalfJung | Matthias Krüger | -57/+18 |
| 2025-07-19 | Split repeat-operand codegen test | Scott McMurray | -11/+28 |
| 2025-07-19 | Allow `Rvalue::Repeat` to return true in `rvalue_creates_operand` too | Scott McMurray | -0/+39 |
| 2025-07-19 | Give a message with a span on validation error | Scott McMurray | -2/+2 |
| 2025-07-19 | tests: Require `run-fail` ui tests to have an exit code (`SIGABRT` not ok) | Martin Nordholts | -82/+89 |
| 2025-07-19 | Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgr | bors | -54/+1589 |
| 2025-07-19 | Auto merge of #143784 - scottmcm:enums-again-new-ex2, r=dianqk | bors | -10/+539 |
| 2025-07-19 | Rollup merge of #144108 - CaiWeiran:run-make_test, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-07-19 | Rollup merge of #144098 - cjgillot:lint-rpitit, r=compiler-errors | Matthias Krüger | -54/+69 |
| 2025-07-19 | Rollup merge of #144073 - erickt:ignore-test-on-fuchsia, r=lqd | Matthias Krüger | -0/+3 |
| 2025-07-19 | Rollup merge of #143704 - compiler-errors:cycle-exotic, r=cjgillot | Matthias Krüger | -0/+214 |
| 2025-07-19 | Rollup merge of #142444 - KMJ-007:autodiff-codegen-test, r=ZuseZ4 | Matthias Krüger | -0/+1302 |
| 2025-07-19 | Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgr | bors | -667/+806 |
| 2025-07-18 | tests: assembly: cstring-merging: Disable GlobalMerge pass | Jens Reidel | -1/+1 |
| 2025-07-18 | Rollup merge of #144050 - JonathanBrouwer:cross-crate-reexport, r=jdonszelmann | Matthias Krüger | -0/+34 |
| 2025-07-18 | Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errors | Matthias Krüger | -503/+502 |
| 2025-07-18 | Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJung | Matthias Krüger | -103/+222 |
| 2025-07-18 | Rollup merge of #138554 - xizheyin:issue-138401, r=chenyukang | Matthias Krüger | -61/+48 |
| 2025-07-18 | tests: Add a regression test for crt-static with target features | Jens Reidel | -0/+32 |
| 2025-07-18 | Add implicit sized bound to trait ascription types | Michael Goulet | -0/+30 |
| 2025-07-18 | fix: don't panic on volatile access to null | Luigi Sartor Piucco | -57/+18 |
| 2025-07-18 | Be a bit more careful around exotic cycles in in the inliner | Michael Goulet | -0/+214 |
| 2025-07-18 | Auto merge of #143845 - cjgillot:stability-query, r=jieyouxu | bors | -270/+257 |
| 2025-07-18 | Rollup merge of #144029 - lichuang:fix_issue_143740, r=compiler-errors | Matthias Krüger | -27/+68 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -27/+32 |
| 2025-07-18 | Rollup merge of #143908 - Kivooeo:tf0, r=jieyouxu | Matthias Krüger | -16/+22 |
| 2025-07-18 | Rollup merge of #143699 - compiler-errors:async-drop-fund, r=oli-obk | Matthias Krüger | -1/+46 |
| 2025-07-18 | Rollup merge of #143649 - estebank:const-trait-default-field-value, r=oli-obk | Matthias Krüger | -0/+37 |
| 2025-07-18 | Rollup merge of #143280 - xizheyin:143152-1, r=compiler-errors | Matthias Krüger | -0/+17 |
| 2025-07-18 | Deduplicate `unmatched_delims` in `rustc_parse` to reduce confusion | xizheyin | -75/+36 |
| 2025-07-18 | Ignore tests/run-make/link-eh-frame-terminator/rmake.rs when cross-compiling | Caiweiran | -0/+1 |
| 2025-07-18 | HIR ty lowering: Validate `PointeeSized` bounds | León Orell Valerian Liehr | -4/+101 |
| 2025-07-18 | Don't reject *multiple* relaxed bounds, reject *duplicate* ones. | León Orell Valerian Liehr | -121/+111 |
| 2025-07-18 | Reword diagnostic about relaxing non-`Sized` bound | León Orell Valerian Liehr | -85/+89 |
| 2025-07-18 | Reword diagnostics about relaxed bounds in invalid contexts | León Orell Valerian Liehr | -235/+104 |
| 2025-07-18 | Show the memory of uninit reads | Oli Scherer | -79/+198 |
| 2025-07-18 | Make emit-arity-indicator.rs a no_core test | Nikita Popov | -3/+11 |