| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Add helper methods checking for "#[non_exhaustive] that's active" | Maja Kądziołka | -46/+46 |
| 2025-03-07 | Auto merge of #138151 - matthiaskrgr:rollup-j0p6ed1, r=matthiaskrgr | bors | -69/+431 |
| 2025-03-07 | Rollup merge of #138129 - RalfJung:stabilize-const-things, r=tgross35 | Matthias Krüger | -10/+10 |
| 2025-03-07 | Rollup merge of #138125 - thaliaarchi:defer-alloc-printf-suggestion, r=compil... | Matthias Krüger | -9/+11 |
| 2025-03-07 | Rollup merge of #138115 - compiler-errors:static-typo, r=BoxyUwU | Matthias Krüger | -18/+63 |
| 2025-03-07 | Rollup merge of #137904 - scottmcm:ordering-is, r=workingjubilee | Matthias Krüger | -9/+132 |
| 2025-03-07 | Rollup merge of #137832 - wgwoods:fix-bufreader-peek, r=joboet | Matthias Krüger | -5/+5 |
| 2025-03-07 | Rollup merge of #137777 - thaliaarchi:os_string-push-str, r=joboet | Matthias Krüger | -2/+58 |
| 2025-03-07 | Rollup merge of #137107 - thaliaarchi:io-optional-methods/cursors, r=joboet | Matthias Krüger | -14/+146 |
| 2025-03-07 | Rollup merge of #136667 - vita-rust:revert-vita-c-char, r=cuviper | Matthias Krüger | -2/+6 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -335/+377 |
| 2025-03-06 | Auto merge of #138114 - compiler-errors:rollup-7xr4b69, r=compiler-errors | bors | -1099/+2253 |
| 2025-03-06 | Simplify printf and shell format suggestions | Thalia Archibald | -9/+11 |
| 2025-03-06 | stabilize const_sockaddr_setters | Ralf Jung | -8/+8 |
| 2025-03-06 | stabilize const_char_classify | Ralf Jung | -2/+2 |
| 2025-03-06 | Rollup merge of #138117 - cuviper:passwrapper-size_t, r=Urgau | Michael Goulet | -5/+5 |
| 2025-03-06 | Rollup merge of #138108 - WaffleLapkin:rustc_codegen_ssa_mentions, r=compiler... | Michael Goulet | -0/+3 |
| 2025-03-06 | Rollup merge of #138105 - reddevilmidzy:fix-broken-link, r=saethlin | Michael Goulet | -1/+1 |
| 2025-03-06 | Rollup merge of #138103 - ehuss:citool-target, r=Kobzol | Michael Goulet | -0/+1 |
| 2025-03-06 | Rollup merge of #138098 - okaneco:stabilize_const_copy_from_slice, r=tgross35 | Michael Goulet | -2/+1 |
| 2025-03-06 | Rollup merge of #138094 - lcnr:cleanup-borrowck, r=fee1-dead | Michael Goulet | -32/+32 |
| 2025-03-06 | Rollup merge of #138092 - lqd:revert-136731, r=SparrowLii | Michael Goulet | -0/+5 |
| 2025-03-06 | Rollup merge of #138090 - yotamofek:pr/rustdoc/flatten-ifs, r=GuillaumeGomez | Michael Goulet | -220/+203 |
| 2025-03-06 | Rollup merge of #138081 - eholk:yield-feature, r=oli-obk | Michael Goulet | -50/+74 |
| 2025-03-06 | Rollup merge of #138078 - moxian:rember-warns, r=Kobzol | Michael Goulet | -6/+7 |
| 2025-03-06 | Rollup merge of #138075 - compiler-errors:final-seg, r=Noratrieb | Michael Goulet | -4/+4 |
| 2025-03-06 | Rollup merge of #138064 - SergioGasquez:feat/xtensa-names, r=jieyouxu | Michael Goulet | -4/+4 |
| 2025-03-06 | Rollup merge of #138061 - jieyouxu:target-reviewers, r=wesleywiser | Michael Goulet | -0/+4 |
| 2025-03-06 | Rollup merge of #138053 - Kobzol:more-try-jobs, r=marcoieni | Michael Goulet | -2/+6 |
| 2025-03-06 | Rollup merge of #138046 - onur-ozkan:trim-include-str, r=jieyouxu | Michael Goulet | -1/+1 |
| 2025-03-06 | Rollup merge of #138041 - thaliaarchi:use-prelude-size-of.boostrap-compiletes... | Michael Goulet | -4/+3 |
| 2025-03-06 | Rollup merge of #137827 - yaahc:timestamp-metrics, r=estebank | Michael Goulet | -4/+23 |
| 2025-03-06 | Auto merge of #136831 - ehuss:update-stdarch, r=Amanieu | bors | -13/+24 |
| 2025-03-06 | Add the yield_expr feature | Eric Holk | -50/+74 |
| 2025-03-06 | Update stdarch | Eric Huss | -13/+24 |
| 2025-03-06 | Mention me (WaffleLapkin) when changes to `rustc_codegen_ssa` occur | waffle | -0/+3 |
| 2025-03-06 | Suggest typo fix for static lifetime | Michael Goulet | -18/+63 |
| 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 | -6/+6 |
| 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/+101 |
| 2025-03-06 | Rollup merge of #137868 - taiki-e:powerpcspe-doc, r=workingjubilee | Michael Goulet | -3/+26 |
| 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 | -17/+123 |
| 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 | -80/+5 |
| 2025-03-06 | Rollup merge of #137805 - RalfJung:layout-debug-print, r=Noratrieb | Michael Goulet | -162/+162 |
| 2025-03-06 | Rollup merge of #137802 - RalfJung:miri-native-call-exposed, r=oli-obk | Michael Goulet | -64/+125 |
| 2025-03-06 | Rollup merge of #137798 - marcoieni:ubuntu-24-large-runner-arm, r=Kobzol | Michael Goulet | -1/+1 |
| 2025-03-06 | Rollup merge of #137772 - thaliaarchi:bstr-display, r=joshtriplett | Michael Goulet | -1/+3 |