| Age | Commit message (Expand) | Author | Lines |
| 2024-04-24 | Rollup merge of #123794 - oli-obk:define_opaque_types2, r=lcnr | León Orell Valerian Liehr | -1/+1 |
| 2024-04-24 | Register hidden types when equating function definitions in coercion | Oli Scherer | -1/+1 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -101/+135 |
| 2024-04-24 | Add explicit syntax for coroutines instead of relying on closures having `yie... | Oli Scherer | -1/+17 |
| 2024-04-24 | Auto merge of #122053 - erikdesjardins:alloca, r=nikic | bors | -34/+29 |
| 2024-04-23 | Auto merge of #121557 - RalfJung:const-fn-call-promotion, r=oli-obk | bors | -71/+162 |
| 2024-04-23 | filter required_consts during inlining | Ralf Jung | -5/+8 |
| 2024-04-23 | properly fill a promoted's required_consts | Ralf Jung | -45/+30 |
| 2024-04-23 | interpret: sanity-check that required_consts captures all consts that can fail | Ralf Jung | -34/+56 |
| 2024-04-23 | compute required_consts before promotion, and add promoteds that may fail | Ralf Jung | -23/+43 |
| 2024-04-23 | promotion: do not promote const-fn calls in const when that may fail without ... | Ralf Jung | -26/+87 |
| 2024-04-23 | Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwco | bors | -48/+61 |
| 2024-04-23 | Auto merge of #124302 - matthiaskrgr:rollup-2aya8n8, r=matthiaskrgr | bors | -247/+250 |
| 2024-04-23 | Rollup merge of #124286 - bjorn3:sync_cg_clif-2024-04-23, r=bjorn3 | Matthias Krüger | -212/+189 |
| 2024-04-23 | Rollup merge of #124169 - compiler-errors:parser-fatal, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -35/+60 |
| 2024-04-23 | Auto merge of #124295 - fmease:rollup-i3apkc6, r=fmease | bors | -466/+907 |
| 2024-04-23 | Rollup merge of #124285 - ferrocene:unstable-L-rust-builtin, r=petrochenkov | León Orell Valerian Liehr | -1/+17 |
| 2024-04-23 | Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwco | León Orell Valerian Liehr | -113/+134 |
| 2024-04-23 | Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr | León Orell Valerian Liehr | -61/+66 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -221/+442 |
| 2024-04-23 | Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmease | León Orell Valerian Liehr | -11/+114 |
| 2024-04-23 | Rollup merge of #120929 - long-long-float:wrap-dyn-in-suggestion, r=fmease | León Orell Valerian Liehr | -59/+134 |
| 2024-04-23 | Fix broken subtree sync | bjorn3 | -17/+0 |
| 2024-04-23 | Auto merge of #122317 - compiler-errors:fulfill-method-probe, r=lcnr | bors | -345/+175 |
| 2024-04-23 | Rollup merge of #124288 - fee1-dead-contrib:rm_inner, r=fmease | Matthias Krüger | -10/+0 |
| 2024-04-23 | Rollup merge of #124284 - klensy:no-reads, r=fmease | Matthias Krüger | -4/+0 |
| 2024-04-23 | Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco | Matthias Krüger | -13/+30 |
| 2024-04-23 | Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwco | Matthias Krüger | -27/+65 |
| 2024-04-23 | Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2024-04-23 | remove `push_trait_bound_inner` | Deadbeef | -10/+0 |
| 2024-04-23 | Merge commit 'de5d6523738fd44a0521b6abf3e73ae1df210741' into sync_cg_clif-202... | bjorn3 | -195/+189 |
| 2024-04-23 | Mark @RUSTC_BUILTIN search path usage as unstable | Lukas Wirth | -1/+17 |
| 2024-04-23 | parser: remove ununsed(no reads) max_angle_bracket_count field | klensy | -4/+0 |
| 2024-04-23 | Auto merge of #124277 - matthiaskrgr:rollup-zdb93i4, r=matthiaskrgr | bors | -86/+247 |
| 2024-04-23 | Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk | Matthias Krüger | -54/+148 |
| 2024-04-23 | Rollup merge of #124200 - scrabsha:sasha/->, r=compiler-errors,fmease | Matthias Krüger | -0/+19 |
| 2024-04-23 | Rollup merge of #124168 - oli-obk:define_opaque_types12, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-04-23 | Rollup merge of #124057 - gurry:124031-ice-layout-errored, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2024-04-23 | Rollup merge of #123680 - compiler-errors:gen-kw, r=Nadrieril | Matthias Krüger | -31/+75 |
| 2024-04-23 | Auto merge of #123992 - compiler-errors:no-has-typeck-results, r=jackh726 | bors | -28/+14 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -24/+1174 |
| 2024-04-22 | Rollup merge of #124252 - michaelwoerister:better-forbidden-read-ice, r=oli-obk | Guillaume Gomez | -1/+44 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -15/+0 |
| 2024-04-22 | Rollup merge of #124217 - Zalathar:pre-branch, r=oli-obk | Guillaume Gomez | -94/+176 |
| 2024-04-22 | Rollup merge of #124183 - compiler-errors:unnecessary-by-ref, r=oli-obk | Guillaume Gomez | -38/+38 |
| 2024-04-22 | Rollup merge of #124178 - GuillaumeGomez:llvm-backend, r=oli-obk | Guillaume Gomez | -3/+4 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -15/+0 |
| 2024-04-22 | Deny gen keyword in edition_2024_compat lints | Michael Goulet | -31/+75 |
| 2024-04-22 | Improve handling of expr->field errors | Sasha Pourcelot | -0/+19 |