| Age | Commit message (Expand) | Author | Lines |
| 2025-01-14 | Auto merge of #135465 - jhpratt:rollup-7p93bct, r=jhpratt | bors | -20/+230 |
| 2025-01-13 | Rollup merge of #135454 - maurer:sized-word-ymmword, r=jieyouxu | Jacob Pratt | -2/+2 |
| 2025-01-13 | Rollup merge of #135441 - compiler-errors:redundant-captures-lint, r=lqd | Jacob Pratt | -11/+15 |
| 2025-01-13 | Rollup merge of #135390 - ranger-ross:readd-test-122638, r=BoxyUwU | Jacob Pratt | -0/+78 |
| 2025-01-13 | Rollup merge of #134977 - estebank:issue-112357, r=BoxyUwU | Jacob Pratt | -0/+113 |
| 2025-01-13 | Rollup merge of #134498 - oli-obk:push-wmxynprsyxvr, r=compiler-errors | Jacob Pratt | -7/+22 |
| 2025-01-14 | Auto merge of #135438 - matthiaskrgr:rollup-rt2zrbz, r=matthiaskrgr | bors | -2/+3 |
| 2025-01-13 | llvm: Allow sized-word rather than ymmword in tests | Matthew Maurer | -2/+2 |
| 2025-01-13 | Auto merge of #135192 - jdupak-ms:cdb-tests, r=wesleywiser | bors | -49/+294 |
| 2025-01-13 | Make sure to mark IMPL_TRAIT_REDUNDANT_CAPTURES as Allow in edition 2024 | Michael Goulet | -11/+15 |
| 2025-01-13 | Rollup merge of #135426 - compiler-errors:no-resolve-assoc-ty, r=lcnr | Matthias Krüger | -2/+3 |
| 2025-01-13 | Auto merge of #135204 - RalfJung:win64-zst, r=SparrowLii | bors | -242/+52 |
| 2025-01-13 | Auto merge of #135167 - mzacho:depth-limit-const-eval-query, r=oli-obk | bors | -5/+56 |
| 2025-01-13 | Add and improve debuginfo tests for Windows | Jakub Dupak | -49/+294 |
| 2025-01-13 | Auto merge of #135352 - notriddle:notriddle/stability-shown, r=camelid | bors | -0/+18 |
| 2025-01-13 | Assert that Instance::try_resolve is only used on body-like things | Michael Goulet | -2/+3 |
| 2025-01-12 | Rollup merge of #135401 - joshtriplett:empty-expected, r=lqd | Guillaume Gomez | -0/+0 |
| 2025-01-12 | Rollup merge of #135348 - aDotInTheVoid:pathspathspaths, r=GuillaumeGomez | Guillaume Gomez | -0/+11 |
| 2025-01-12 | Auto merge of #135402 - matthiaskrgr:rollup-cz7hs13, r=matthiaskrgr | bors | -118/+285 |
| 2025-01-12 | on Windows, consistently pass ZST by-ref | Ralf Jung | -7/+7 |
| 2025-01-12 | Rollup merge of #135398 - matthiaskrgr:crash, r=lqd | Matthias Krüger | -0/+56 |
| 2025-01-12 | Rollup merge of #135378 - compiler-errors:unnecessary-stashing, r=chenyukang | Matthias Krüger | -118/+159 |
| 2025-01-12 | Rollup merge of #135377 - compiler-errors:impossible-step, r=oli-obk | Matthias Krüger | -0/+40 |
| 2025-01-12 | Rollup merge of #135374 - compiler-errors:typo-trait-method, r=fee1-dead | Matthias Krüger | -0/+30 |
| 2025-01-12 | Remove some empty expected files to fix blessing | Josh Triplett | -0/+0 |
| 2025-01-12 | add more crash tests | Matthias Krüger | -0/+56 |
| 2025-01-12 | Auto merge of #135396 - matthiaskrgr:rollup-zublg1c, r=matthiaskrgr | bors | -2/+44 |
| 2025-01-12 | Rollup merge of #135379 - steffahn:uniquerc-invariant, r=Mark-Simulacrum | Matthias Krüger | -0/+42 |
| 2025-01-12 | Rollup merge of #135364 - yotamofek:borrowck-diag-fix, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2025-01-12 | re-added regression test for #122638 | Ross Sullivan | -0/+78 |
| 2025-01-11 | Address PR feedback | Scott McMurray | -4/+43 |
| 2025-01-11 | [mir-opt] simplify `Repeat`s that don't actually repeat the operand | Scott McMurray | -12/+72 |
| 2025-01-11 | rustdoc: use import stability marker in display | Michael Howell | -0/+18 |
| 2025-01-11 | Make UniqueRc invariant for soundness | Frank Steffahn | -0/+42 |
| 2025-01-11 | Make MIR cleanup for functions with impossible predicates into a real MIR pass | Michael Goulet | -0/+40 |
| 2025-01-11 | Remove a bunch of diagnostic stashing that doesn't do anything | Michael Goulet | -118/+159 |
| 2025-01-11 | Suggest typos when trait path expression is typod | Michael Goulet | -0/+30 |
| 2025-01-11 | Rollup merge of #135314 - compiler-errors:eagerly-mono-closures, r=wesleywiser | Matthias Krüger | -3/+16 |
| 2025-01-11 | Rollup merge of #134776 - estebank:vanilla-ice, r=lcnr | Matthias Krüger | -0/+28 |
| 2025-01-11 | Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubilee | Matthias Krüger | -0/+87 |
| 2025-01-11 | improve clunky grammar in borrowck diagnostic | Yotam Ofek | -2/+2 |
| 2025-01-11 | Auto merge of #135357 - jhpratt:rollup-gs00yt3, r=jhpratt | bors | -22/+49 |
| 2025-01-11 | Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDenton | Jacob Pratt | -22/+49 |
| 2025-01-11 | Auto merge of #135274 - saethlin:array-repeats, r=compiler-errors | bors | -0/+146 |
| 2025-01-11 | Auto merge of #135258 - oli-obk:push-ktzskvxuwnlt, r=saethlin | bors | -0/+26 |
| 2025-01-11 | review comments and make test `run-rustfix` | Esteban Küber | -10/+36 |
| 2025-01-11 | On unused assign lint, detect `mut arg: &Ty` meant to be `arg: &mut Ty` | Esteban Küber | -1/+6 |
| 2025-01-11 | On E0308, detect `mut arg: &Ty` meant to be `arg: &mut Ty` | Esteban Küber | -3/+5 |
| 2025-01-11 | Add test for `mut arg: &Ty` meant to be `arg: &mut Ty` | Esteban Küber | -0/+80 |
| 2025-01-11 | Avoid unnecessary note when type has escaping bounds | Esteban Küber | -1/+0 |