| Age | Commit message (Expand) | Author | Lines |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -13/+11 |
| 2025-03-06 | Make feature flag incomplete | Santiago Pastorino | -1/+1 |
| 2025-03-06 | Add some code comments | Santiago Pastorino | -1/+11 |
| 2025-03-06 | Make captures in ByUse context be always ty::UpvarCapture::ByUse | Santiago Pastorino | -17/+33 |
| 2025-03-06 | Parse and allow const use closures | Santiago Pastorino | -3/+3 |
| 2025-03-06 | Give a better error message on async use in edition 2015 | Santiago Pastorino | -8/+24 |
| 2025-03-06 | Change feature flag error to be ergonomic clones are experimental | Santiago Pastorino | -1/+1 |
| 2025-03-06 | Account for UseCloned on expr_use_visitor | Santiago Pastorino | -2/+98 |
| 2025-03-06 | Add a code example as comment in init_capture_kind_for_place | Santiago Pastorino | -0/+19 |
| 2025-03-06 | Fail gracefully if mutating on a use closure and the closure it not declared mut | Santiago Pastorino | -1/+1 |
| 2025-03-06 | Allow to mutate use captures | Santiago Pastorino | -7/+13 |
| 2025-03-06 | Fix use closure parsing error message | Santiago Pastorino | -3/+16 |
| 2025-03-06 | Support nested use closures | Santiago Pastorino | -1/+3 |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -26/+58 |
| 2025-03-06 | Generate the right MIR for by use closures | Santiago Pastorino | -18/+52 |
| 2025-03-06 | Use closure parse code | Santiago Pastorino | -8/+45 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -8/+194 |
| 2025-03-06 | Add ergonomic_clones feature flag | Santiago Pastorino | -0/+4 |
| 2025-03-06 | Rollup merge of #138117 - cuviper:passwrapper-size_t, r=Urgau | Michael Goulet | -5/+5 |
| 2025-03-06 | Rollup merge of #138094 - lcnr:cleanup-borrowck, r=fee1-dead | Michael Goulet | -16/+27 |
| 2025-03-06 | Rollup merge of #138092 - lqd:revert-136731, r=SparrowLii | Michael Goulet | -0/+5 |
| 2025-03-06 | Rollup merge of #138081 - eholk:yield-feature, r=oli-obk | Michael Goulet | -21/+15 |
| 2025-03-06 | Rollup merge of #138075 - compiler-errors:final-seg, r=Noratrieb | Michael Goulet | -1/+1 |
| 2025-03-06 | Rollup merge of #138064 - SergioGasquez:feat/xtensa-names, r=jieyouxu | Michael Goulet | -4/+4 |
| 2025-03-06 | Rollup merge of #137827 - yaahc:timestamp-metrics, r=estebank | Michael Goulet | -1/+15 |
| 2025-03-06 | Add the yield_expr feature | Eric Holk | -21/+15 |
| 2025-03-06 | Update stdarch | Eric Huss | -4/+4 |
| 2025-03-06 | Factor out check whether an unwind action generates invoke | Tomasz Miąsko | -7/+10 |
| 2025-03-06 | Break critical edges in inline asm before code generation | Tomasz Miąsko | -0/+26 |
| 2025-03-06 | Suggest typo fix for static lifetime | Michael Goulet | -18/+30 |
| 2025-03-06 | [llvm/PassWrapper] use `size_t` when building arg strings | Josh Stone | -5/+5 |
| 2025-03-06 | Exclude global_asm from mir_keys | Michael Goulet | -0/+4 |
| 2025-03-06 | Construct MIR error body for global_asm correctly | Michael Goulet | -1/+2 |
| 2025-03-06 | Rollup merge of #138038 - tgross35:update-builtins, r=tgross35 | Michael Goulet | -2/+2 |
| 2025-03-06 | Rollup merge of #137920 - RalfJung:provenance-map-emptiness, r=oli-obk | Michael Goulet | -22/+22 |
| 2025-03-06 | Rollup merge of #137910 - compiler-errors:async-fn-goal-error, r=oli-obk | Michael Goulet | -54/+70 |
| 2025-03-06 | Rollup merge of #137834 - lolbinarycat:rustc_fluent_macro-137815, r=BoxyUwU | Michael Goulet | -2/+2 |
| 2025-03-06 | Rollup merge of #137825 - estebank:rtn-sugg-2, r=compiler-errors | Michael Goulet | -6/+53 |
| 2025-03-06 | Rollup merge of #137820 - meithecatte:instantiate-opt, r=BoxyUwU | Michael Goulet | -1/+9 |
| 2025-03-06 | Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercote | Michael Goulet | -62/+0 |
| 2025-03-06 | Rollup merge of #137805 - RalfJung:layout-debug-print, r=Noratrieb | Michael Goulet | -1/+1 |
| 2025-03-06 | Rollup merge of #137802 - RalfJung:miri-native-call-exposed, r=oli-obk | Michael Goulet | -10/+5 |
| 2025-03-06 | Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=... | Michael Goulet | -60/+139 |
| 2025-03-06 | Rollup merge of #137758 - jdonszelmann:fix-137662, r=nnethercote | Michael Goulet | -0/+9 |
| 2025-03-06 | Rollup merge of #137744 - skius:master, r=Nadrieril | Michael Goulet | -22/+25 |
| 2025-03-06 | Rollup merge of #137637 - compiler-errors:dyn-cast-from-dyn-star, r=oli-obk | Michael Goulet | -2/+2 |
| 2025-03-06 | Rollup merge of #137565 - compiler-errors:macro-ex, r=estebank | Michael Goulet | -15/+90 |
| 2025-03-06 | Rollup merge of #137303 - compiler-errors:maybe-forgor, r=cjgillot | Michael Goulet | -70/+4 |
| 2025-03-06 | Rollup merge of #136922 - oli-obk:pattern-types-option-ends, r=BoxyUwU | Michael Goulet | -169/+219 |
| 2025-03-06 | Rollup merge of #135733 - frank-king:feature/pin-self-receiver, r=oli-obk,tra... | Michael Goulet | -23/+67 |