| Age | Commit message (Expand) | Author | Lines |
| 2025-01-12 | Auto merge of #135402 - matthiaskrgr:rollup-cz7hs13, r=matthiaskrgr | bors | -118/+285 |
| 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 | 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-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 | 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 | Avoid unnecessary note when type has escaping bounds | Esteban Küber | -1/+0 |
| 2025-01-11 | Avoid duplicated note | Esteban Küber | -1/+0 |
| 2025-01-11 | Account for `for<'a>` types when checking for non-structural type in constant... | Esteban Küber | -0/+30 |
| 2025-01-10 | add `-Zmin-function-alignment` | Folkert de Vries | -0/+87 |
| 2025-01-10 | mir_build: check annotated functions w/out callers | David Wood | -53/+112 |
| 2025-01-10 | don't collect `#[rustc_force_inline]` in eager mode | David Wood | -0/+59 |
| 2025-01-10 | inline: re-introduce some callee body checks | David Wood | -0/+102 |
| 2025-01-10 | inline: force inlining shims | David Wood | -0/+9 |
| 2025-01-10 | mir_transform: implement forced inlining | David Wood | -0/+953 |
| 2025-01-10 | Use llvm.memset.p0i8.* to initialize all same-bytes arrays | Oli Scherer | -5/+3 |
| 2025-01-10 | Auto merge of #135327 - jhpratt:rollup-5uyir52, r=jhpratt | bors | -67/+708 |
| 2025-01-10 | Rollup merge of #135320 - camelid:coroutines-typo, r=lqd | Jacob Pratt | -6/+6 |
| 2025-01-10 | Rollup merge of #135083 - compiler-errors:invalid-predicate-source, r=camelid | Jacob Pratt | -0/+72 |
| 2025-01-10 | Rollup merge of #134732 - compiler-errors:unify-conditional-const-error-repor... | Jacob Pratt | -12/+26 |
| 2025-01-10 | Rollup merge of #134693 - SpriteOvO:proc-macro-use-to-tokens-in-quote, r=tgro... | Jacob Pratt | -49/+604 |
| 2025-01-10 | Auto merge of #135273 - dianne:argument-patterns-are-not-boring, r=lqd | bors | -7/+9 |
| 2025-01-10 | Add regression test for option initialization | Oli Scherer | -0/+28 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -22/+49 |
| 2025-01-09 | Fix typo in `#[coroutine]` gating error | Noah Lev | -6/+6 |
| 2025-01-10 | Rollup merge of #135308 - compiler-errors:scope-visit, r=oli-obk | Matthias Krüger | -0/+16 |
| 2025-01-10 | Rollup merge of #135304 - steffahn:tests_from_132289, r=compiler-errors | Matthias Krüger | -0/+178 |
| 2025-01-10 | Rollup merge of #135294 - ChrisDenton:bare-fn-width, r=jieyouxu | Matthias Krüger | -6/+8 |
| 2025-01-10 | Rollup merge of #133088 - the8472:randomize-me-harder, r=workingjubilee | Matthias Krüger | -71/+310 |
| 2025-01-10 | Eagerly collect mono items for non-generic closures | Michael Goulet | -3/+16 |
| 2025-01-10 | test that coercions still work under randomization | The 8472 | -8/+40 |
| 2025-01-10 | exclude unsizable tail from randomization seed calculation | The 8472 | -3/+4 |
| 2025-01-10 | adjust UI tests | The 8472 | -71/+248 |