| Age | Commit message (Expand) | Author | Lines |
| 2024-04-25 | Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnr | Matthias Krüger | -7/+17 |
| 2024-04-25 | Rollup merge of #124313 - estebank:split-at-mut, r=fee1-dead | Matthias Krüger | -5/+131 |
| 2024-04-25 | Check equivalence of indices in more cases | Esteban Küber | -6/+3 |
| 2024-04-25 | Don't suggest `split_at_mut` when the multiple borrows have the same index | Esteban Küber | -3/+19 |
| 2024-04-25 | Mention `split_at_mut` when mixing mutability in indexing ops | Esteban Küber | -2/+89 |
| 2024-04-25 | Only suggest `split_at_mut` on indexing borrowck errors for std types | Esteban Küber | -5/+1 |
| 2024-04-25 | Detect borrow error involving sub-slices and suggest `split_at_mut` | Esteban Küber | -2/+32 |
| 2024-04-25 | Don't ICE when codegen_select returns ambiguity in new solver | Michael Goulet | -7/+17 |
| 2024-04-25 | Auto merge of #123531 - compiler-errors:closure-wf, r=oli-obk | bors | -36/+104 |
| 2024-04-25 | Add test | Michael Goulet | -0/+51 |
| 2024-04-25 | Check closure args and returns are WF | Michael Goulet | -36/+53 |
| 2024-04-25 | Auto merge of #124058 - TechVest:master, r=fmease | bors | -2/+2 |
| 2024-04-25 | Auto merge of #119650 - chenyukang:yukang-fix-118596-ref-mut, r=wesleywiser | bors | -40/+148 |
| 2024-04-25 | Fix some typos in comments | TechVest | -2/+2 |
| 2024-04-25 | Auto merge of #124136 - estebank:clone-o-rama-2, r=nnethercote | bors | -102/+885 |
| 2024-04-24 | Suggest cloning captured binding in `move` closure | Esteban Küber | -13/+121 |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -78/+589 |
| 2024-04-24 | Modify `find_expr` from `Span` to better account for closures | Esteban Küber | -21/+185 |
| 2024-04-25 | Rollup merge of #124333 - Urgau:better-bad-print, r=fmease | Matthias Krüger | -0/+5 |
| 2024-04-25 | Suggest ref mut for pattern matching assignment | yukang | -40/+148 |
| 2024-04-24 | Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmease | bors | -8/+320 |
| 2024-04-24 | Auto merge of #104087 - nbdd0121:const, r=scottmcm | bors | -179/+113 |
| 2024-04-24 | Improve diagnostic for unknown --print request | Urgau | -0/+5 |
| 2024-04-24 | Fix tests and bless | Gary Guo | -160/+113 |
| 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 | -660/+1017 |
| 2024-04-24 | Add explicit syntax for coroutines instead of relying on closures having `yie... | Oli Scherer | -2/+2 |
| 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/+31 |
| 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/+6 |
| 2024-04-23 | Auto merge of #124295 - fmease:rollup-i3apkc6, r=fmease | bors | -68/+1057 |
| 2024-04-23 | Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr | León Orell Valerian Liehr | -41/+82 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -6/+248 |
| 2024-04-23 | Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmease | León Orell Valerian Liehr | -18/+575 |
| 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 | -11/+86 |
| 2024-04-23 | Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwco | Matthias Krüger | -51/+76 |
| 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 |