| Age | Commit message (Expand) | Author | Lines |
| 2025-07-06 | Rollup merge of #143252 - JonathanBrouwer:rewrite_empty_attribute, r=jdonszel... | Matthias Krüger | -110/+116 |
| 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-06 | Auto merge of #143126 - dianqk:update-llvm, r=nikic | bors | -0/+24 |
| 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 | Auto merge of #143473 - workingjubilee:rollup-bxie7zg, r=scottmcm | bors | -742/+1104 |
| 2025-07-05 | Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkin | bors | -33/+34 |
| 2025-07-04 | Rollup merge of #143410 - scottmcm:redo-transmute-again, r=RalfJung,workingju... | Jubilee | -49/+27 |
| 2025-07-04 | Rollup merge of #143397 - folkertdev:test-variadic-call-from-rust-to-c, r=Ral... | Jubilee | -11/+104 |
| 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 | -10/+231 |
| 2025-07-05 | Rollup merge of #143444 - lukas-code:gvn-test, r=RalfJung | Matthias Krüger | -34/+95 |
| 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 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -68/+126 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -55/+70 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -22/+36 |
| 2025-07-05 | moved & deleted tests | Kivooeo | -17/+0 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -108/+168 |
| 2025-07-05 | moved tests | Kivooeo | -0/+0 |
| 2025-07-04 | Address PR feedback | Scott McMurray | -7/+7 |
| 2025-07-04 | Port `#[non_exhaustive]` to the new attribute parsing infrastructure | Jonathan Brouwer | -21/+28 |
| 2025-07-04 | Fix pretty printing of placeholder types | Michael Goulet | -21/+22 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -12/+12 |
| 2025-07-04 | clean up GVN TypeId test | Lukas Markeffsky | -34/+95 |
| 2025-07-04 | test rust calling a C C-variadic function | Folkert de Vries | -11/+104 |
| 2025-07-04 | Add a regression test for ld64 | dianqk | -0/+24 |
| 2025-07-04 | Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obk | Matthias Krüger | -38/+0 |
| 2025-07-04 | Rollup merge of #143286 - Muscraft:track-diagnostics-note, r=WaffleLapkin | Matthias Krüger | -22/+43 |
| 2025-07-04 | treat box patterns as deref patterns in THIR and usefulness analysis | dianne | -15/+27 |
| 2025-07-04 | Auto merge of #143237 - JonathanBrouwer:no_implicit_prelude_parser, r=jdonsze... | bors | -18/+21 |
| 2025-07-03 | Allow all MIR `Aggregate`s to take the operand path (if layout permits) | Scott McMurray | -8/+223 |
| 2025-07-03 | Block SIMD in transmute_immediate; delete `OperandValueKind` | Scott McMurray | -42/+20 |
| 2025-07-03 | mbe: Gracefully handle macro rules that end after `=>` | Josh Triplett | -0/+78 |
| 2025-07-04 | Rollup merge of #143381 - fee1-dead-contrib:push-pzxuvlnymxpu, r=GuillaumeGomez | Jacob Pratt | -0/+36 |
| 2025-07-04 | Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnr | Jacob Pratt | -0/+23 |
| 2025-07-03 | Auto merge of #142890 - kornelski:unused-var-debug, r=saethlin | bors | -0/+50 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -38/+0 |