| Age | Commit message (Expand) | Author | Lines |
| 2025-07-08 | Expose nested bodies in rustc_borrowck::consumers | Nico Lehmann | -8/+18 |
| 2025-07-08 | Auto merge of #134628 - estebank:const-default, r=oli-obk | bors | -143/+154 |
| 2025-07-08 | Auto merge of #143621 - matthiaskrgr:rollup-p1ce8l7, r=matthiaskrgr | bors | -11/+181 |
| 2025-07-08 | Rollup merge of #143589 - RalfJung:const-pat, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2025-07-08 | Rollup merge of #143570 - bvanjoi:issue-143560, r=compiler-errors | Matthias Krüger | -1/+138 |
| 2025-07-08 | Rollup merge of #143567 - xizheyin:143336, r=compiler-errors | Matthias Krüger | -7/+40 |
| 2025-07-08 | Auto merge of #143433 - oli-obk:ty_span_qry, r=compiler-errors | bors | -8/+39 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -143/+154 |
| 2025-07-07 | Rollup merge of #143583 - folkertdev:loop-match-no-terminator-on-block, r=bjorn3 | Matthias Krüger | -0/+31 |
| 2025-07-07 | Rollup merge of #143539 - JonathanBrouwer:ice-regression-tests, r=oli-obk | Matthias Krüger | -0/+57 |
| 2025-07-07 | Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865 | Matthias Krüger | -1/+1 |
| 2025-07-07 | Rollup merge of #132469 - estebank:issue-132041, r=Nadrieril | Matthias Krüger | -0/+92 |
| 2025-07-07 | const-block-as-pattern: do not refer to no-longer-existing nightly feature | Ralf Jung | -3/+3 |
| 2025-07-07 | `loop_match`: fix 'no terminator on block' | Folkert de Vries | -0/+31 |
| 2025-07-07 | Rollup merge of #143551 - compiler-errors:root-sub, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -0/+127 |
| 2025-07-07 | Rollup merge of #143524 - makai410:smir-move-back, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -53/+43 |
| 2025-07-07 | Rollup merge of #143482 - ia0:fix, r=fee1-dead | 许杰友 Jieyou Xu (Joe) | -4/+25 |
| 2025-07-07 | Rollup merge of #143464 - workingjubilee:make-debug-rs-cross-compile, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -12/+1007 |
| 2025-07-07 | consider nested cases for duplicate RPITIT | bohan | -1/+138 |
| 2025-07-07 | Point to correct argument in Func Call when Self type fails trait bound | xizheyin | -11/+17 |
| 2025-07-07 | Add test tests/ui/trait-bounds/false-span-in-trait-bound-label.rs | xizheyin | -0/+27 |
| 2025-07-07 | Add `ty_span` query | Oli Scherer | -8/+39 |
| 2025-07-07 | remove `rustc_smir` from tests | Makai | -53/+43 |
| 2025-07-07 | Rollup merge of #143344 - JonathanBrouwer:path-parser, r=jdonszelmann | Jacob Pratt | -35/+46 |
| 2025-07-07 | Rollup merge of #143206 - Jules-Bertholet:align-attr-fixes, r=workingjubilee | Jacob Pratt | -8/+128 |
| 2025-07-06 | Dont resolve instance of root in mir_callgraph_cyclic | Michael Goulet | -0/+127 |
| 2025-07-06 | Skip `align` tests on wasm | Jules Bertholet | -6/+9 |
| 2025-07-06 | Add more tests for invalid alignments | Jules Bertholet | -5/+52 |
| 2025-07-06 | Add FIXME for gen et al | Jules Bertholet | -0/+1 |
| 2025-07-06 | Add test for `dyn` alignment | Jules Bertholet | -0/+15 |
| 2025-07-06 | Test `async fn` | Jules Bertholet | -0/+7 |
| 2025-07-06 | Support `#[align(…)]` on fns in `extern` blocks | Jules Bertholet | -0/+14 |
| 2025-07-06 | Remove `repr(align)` code | Jules Bertholet | -1/+34 |
| 2025-07-06 | Port `#[path]` to the new attribute parsing infrastructure | Jonathan Brouwer | -35/+46 |
| 2025-07-06 | Regression tests for repr ICEs | Jonathan Brouwer | -0/+57 |
| 2025-07-06 | Auto merge of #143509 - cjgillot:copy-prop-noborrow, r=tmiasko | bors | -281/+830 |
| 2025-07-06 | Update run-make test | ia0 | -4/+25 |
| 2025-07-06 | Do not optimize stable-mir ui tests. | Camille GILLOT | -189/+472 |
| 2025-07-06 | Rollup merge of #143514 - joshtriplett:macro-test-organization, r=jieyouxu | Matthias Krüger | -11/+11 |
| 2025-07-06 | Rollup merge of #143252 - JonathanBrouwer:rewrite_empty_attribute, r=jdonszel... | Matthias Krüger | -110/+116 |
| 2025-07-06 | Do not unify borrowed locals in CopyProp. | Camille GILLOT | -92/+358 |
| 2025-07-06 | Rollup merge of #143484 - bvanjoi:issue-140796, r=compiler-errors | Matthias Krüger | -0/+83 |
| 2025-07-06 | Fix line break after ":" in unpretty attribute print | Jonathan Brouwer | -9/+6 |
| 2025-07-06 | Rewrite empty attribute lint | Jonathan Brouwer | -103/+112 |
| 2025-07-06 | distinguish the duplicate item of rpitit | bohan | -0/+83 |
| 2025-07-06 | Auto merge of #143507 - matthiaskrgr:rollup-lpg7t12, r=matthiaskrgr | bors | -50/+65 |
| 2025-07-05 | Rename tests named with `mbe` to use `macro` instead | Josh Triplett | -11/+11 |
| 2025-07-06 | Auto merge of #143126 - dianqk:update-llvm, r=nikic | bors | -0/+24 |
| 2025-07-05 | Move macro tests in `parser` into `macro` directory | Josh Triplett | -0/+0 |
| 2025-07-05 | Rollup merge of #143441 - compiler-errors:no-key, r=petrochenkov | Matthias Krüger | -13/+12 |