| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Rollup merge of #138073 - tmiasko:inline-asm-critical-edges, r=bjorn3 | Matthias Krüger | -17/+44 |
| 2025-03-07 | Rollup merge of #138060 - jdonszelmann:revert-138019, r=compiler-errors | Matthias Krüger | -74/+0 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -48/+72 |
| 2025-03-06 | Auto merge of #138114 - compiler-errors:rollup-7xr4b69, r=compiler-errors | bors | -521/+719 |
| 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 | [llvm/PassWrapper] use `size_t` when building arg strings | Josh Stone | -5/+5 |
| 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 |
| 2025-03-06 | Factor out edge breaking code | Tomasz Miąsko | -13/+11 |
| 2025-03-06 | fix typo | lcnr | -1/+1 |
| 2025-03-06 | `TypeVerifier` do not walk into required consts | lcnr | -12/+23 |
| 2025-03-06 | expand comments of `TyCtxt` impl of `DynSync`/`DynSend` | Rémy Rakic | -1/+3 |
| 2025-03-06 | Hide the end of ranges in pretty printing if it's also the maximum of the type | Oli Scherer | -1/+23 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -172/+167 |
| 2025-03-06 | `apply_closure_requirement` use `LocalDefId` | lcnr | -4/+4 |
| 2025-03-06 | Avoid having to handle an `Option` in the type system | Oli Scherer | -88/+125 |
| 2025-03-06 | Prefer a two value enum over bool | Oli Scherer | -23/+19 |
| 2025-03-06 | Revert "rustc_middle: parallel: TyCtxt: remove "unsafe impl DynSend/DynSync"" | Rémy Rakic | -0/+3 |
| 2025-03-05 | Use final path segment for diagnostic | Michael Goulet | -1/+1 |
| 2025-03-05 | Auto merge of #137907 - compiler-errors:inline-fnonce, r=saethlin | bors | -20/+16 |
| 2025-03-05 | feat: Remove - from xtensa targets cpu names | Sergio Gasquez | -4/+4 |
| 2025-03-05 | Revert #138019 after further discussion about adding this exception in hir-pr... | Jana Dönszelmann | -74/+0 |
| 2025-03-05 | Simplify `parse_self_param` | Frank King | -43/+20 |
| 2025-03-05 | Implement `&pin const self` and `&pin mut self` sugars | Frank King | -3/+70 |
| 2025-03-05 | Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -32/+28 |