| Age | Commit message (Expand) | Author | Lines |
| 2024-04-24 | Fix tests and bless | Gary Guo | -171/+117 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -19/+0 |
| 2024-04-24 | Rollup merge of #123794 - oli-obk:define_opaque_types2, r=lcnr | León Orell Valerian Liehr | -0/+281 |
| 2024-04-24 | Rollup merge of #123316 - Enselic:sigpipe-inherit-variants, r=fmease | León Orell Valerian Liehr | -8/+39 |
| 2024-04-24 | Auto merge of #122500 - petrochenkov:deleg, r=fmease | bors | -60/+158 |
| 2024-04-24 | Register hidden types when equating function definitions in coercion | Oli Scherer | -45/+5 |
| 2024-04-24 | Add some FnDef LUB coercion tests | Oli Scherer | -0/+321 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -727/+1095 |
| 2024-04-24 | Add explicit syntax for coroutines instead of relying on closures having `yie... | Oli Scherer | -2/+2 |
| 2024-04-24 | Auto merge of #122053 - erikdesjardins:alloca, r=nikic | bors | -192/+205 |
| 2024-04-23 | properly fill a promoted's required_consts | Ralf Jung | -3/+91 |
| 2024-04-23 | compute required_consts before promotion, and add promoteds that may fail | Ralf Jung | -45/+1 |
| 2024-04-23 | promotion: do not promote const-fn calls in const when that may fail without ... | Ralf Jung | -224/+109 |
| 2024-04-23 | delegation: Support async, const, extern "ABI" and C-variadic functions | Vadim Petrochenkov | -60/+138 |
| 2024-04-23 | delegation: Support renaming | Vadim Petrochenkov | -0/+20 |
| 2024-04-23 | Auto merge of #124302 - matthiaskrgr:rollup-2aya8n8, r=matthiaskrgr | bors | -6/+149 |
| 2024-04-23 | Rollup merge of #124169 - compiler-errors:parser-fatal, r=oli-obk | Matthias Krüger | -0/+25 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -6/+124 |
| 2024-04-23 | Auto merge of #124295 - fmease:rollup-i3apkc6, r=fmease | bors | -154/+1161 |
| 2024-04-23 | Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwco | León Orell Valerian Liehr | -2/+12 |
| 2024-04-23 | Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr | León Orell Valerian Liehr | -51/+82 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -80/+322 |
| 2024-04-23 | Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmease | León Orell Valerian Liehr | -18/+593 |
| 2024-04-23 | Rollup merge of #120929 - long-long-float:wrap-dyn-in-suggestion, r=fmease | León Orell Valerian Liehr | -3/+152 |
| 2024-04-23 | Auto merge of #122317 - compiler-errors:fulfill-method-probe, r=lcnr | bors | -112/+147 |
| 2024-04-23 | Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco | Matthias Krüger | -26/+101 |
| 2024-04-23 | Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwco | Matthias Krüger | -51/+76 |
| 2024-04-23 | Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2024-04-23 | try to fix unnecessarily fragile smir test | Ralf Jung | -2/+2 |
| 2024-04-23 | Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-04-23 | Rollup merge of #124200 - scrabsha:sasha/->, r=compiler-errors,fmease | Matthias Krüger | -4/+121 |
| 2024-04-23 | Rollup merge of #124197 - GuillaumeGomez:move-duplicated-code, r=notriddle | Matthias Krüger | -119/+89 |
| 2024-04-23 | Rollup merge of #124057 - gurry:124031-ice-layout-errored, r=compiler-errors | Matthias Krüger | -1/+16 |
| 2024-04-23 | Rollup merge of #123680 - compiler-errors:gen-kw, r=Nadrieril | Matthias Krüger | -5/+78 |
| 2024-04-22 | also update windows slack-protector tests | Erik Desjardins | -44/+16 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+219 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -73/+46 |
| 2024-04-22 | Rollup merge of #124217 - Zalathar:pre-branch, r=oli-obk | Guillaume Gomez | -0/+817 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -73/+46 |
| 2024-04-22 | Deny gen keyword in edition_2024_compat lints | Michael Goulet | -5/+78 |
| 2024-04-22 | Improve handling of expr->field errors | Sasha Pourcelot | -4/+121 |
| 2024-04-23 | Wrap dyn type with parentheses in suggestion | long-long-float | -3/+152 |
| 2024-04-22 | Auto merge of #115120 - icedrocket:ignore-strip-on-msvc, r=michaelwoerister | bors | -0/+52 |
| 2024-04-22 | coverage: Add a mir-opt test for branch coverage of match arms | Zalathar | -0/+165 |
| 2024-04-22 | coverage: Move mir-opt coverage tests into a subdirectory | Zalathar | -0/+0 |
| 2024-04-22 | coverage: Branch coverage tests for match arms | Zalathar | -0/+401 |
| 2024-04-22 | coverage: Branch coverage test for if-let and let-chains | Zalathar | -0/+161 |
| 2024-04-22 | coverage: Branch coverage test for let-else | Zalathar | -0/+90 |
| 2024-04-22 | Auto merge of #124250 - matthiaskrgr:rollup-b8tqsup, r=matthiaskrgr | bors | -0/+124 |
| 2024-04-22 | Rollup merge of #124240 - matthiaskrgr:tests_sunday, r=compiler-errors | Matthias Krüger | -0/+124 |