| Age | Commit message (Expand) | Author | Lines |
| 2025-07-07 | Rollup merge of #143464 - workingjubilee:make-debug-rs-cross-compile, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -12/+1007 |
| 2025-07-07 | Port `#[export_stable]` to the new attribute system | Pavel Grigorenko | -6/+9 |
| 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 | Add ui test unnessary-error-issue-138401.rs | xizheyin | -0/+26 |
| 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 | -2/+98 |
| 2025-07-06 | Skip `align` tests on wasm | Jules Bertholet | -0/+1 |
| 2025-07-06 | Add more tests for invalid alignments | Jules Bertholet | -5/+52 |
| 2025-07-06 | Add test for `dyn` alignment | Jules Bertholet | -0/+15 |
| 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 | -189/+472 |
| 2025-07-06 | More carefully consider span context when suggesting remove &mut | Michael Goulet | -0/+34 |
| 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 | -108/+114 |
| 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 | -101/+110 |
| 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 |
| 2025-07-05 | Rollup merge of #143238 - JonathanBrouwer:ignore_parser, r=jdonszelmann | Matthias Krüger | -37/+53 |
| 2025-07-05 | Port `#[ignore]` to the new attribute parsing infrastructure | Jonathan Brouwer | -37/+53 |
| 2025-07-05 | Stop using Key trait randomly | Michael Goulet | -13/+12 |
| 2025-07-05 | Don't call predicates_of on a dummy obligation cause's body id | Michael Goulet | -0/+37 |
| 2025-07-05 | Auto merge of #143473 - workingjubilee:rollup-bxie7zg, r=scottmcm | bors | -682/+973 |
| 2025-07-05 | tests: Use `cfg_target_has_reliable_f16_f128` | Trevor Gross | -23/+20 |
| 2025-07-04 | always check for mixed deref pattern and normal constructors | dianne | -0/+21 |
| 2025-07-05 | Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkin | bors | -33/+34 |
| 2025-07-04 | Rollup merge of #143300 - Kivooeo:tf25, r=tgross35 | Jubilee | -97/+155 |
| 2025-07-04 | Rollup merge of #143299 - Kivooeo:tf24, r=tgross35 | Jubilee | -204/+264 |
| 2025-07-04 | Rollup merge of #143297 - Kivooeo:tf22, r=tgross35 | Jubilee | -60/+57 |
| 2025-07-04 | Rollup merge of #143296 - Kivooeo:tf21, r=tgross35 | Jubilee | -55/+70 |
| 2025-07-04 | Rollup merge of #143202 - Kivooeo:tf18, r=tgross35 | Jubilee | -133/+224 |
| 2025-07-04 | Rollup merge of #142440 - Kivooeo:tf14, r=tgross35 | Jubilee | -133/+203 |
| 2025-07-05 | Auto merge of #138759 - scottmcm:operand-builder, r=saethlin | bors | -2/+8 |
| 2025-07-04 | Fix tests/ui/abi/debug.rs to cross-compile for riscv64 | Jubilee Young | -31/+32 |
| 2025-07-04 | Fixed the ABI parameter inconsistency issue in debug.rs for the riscv64 archi... | YingkaiLi-VM | -15/+1009 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -61/+101 |
| 2025-07-05 | Rollup merge of #143414 - dianne:box-usefulness-cleanup, r=Nadrieril | Matthias Krüger | -15/+27 |
| 2025-07-05 | Rollup merge of #143408 - joshtriplett:fix-mbe-parser, r=compiler-errors | Matthias Krüger | -0/+78 |
| 2025-07-04 | Workaround a MemorySanitizer test issue | Scott McMurray | -2/+8 |