| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | Rollup merge of #137484 - chenyukang:yukang-fix-sort-doc, r=Noratrieb | Jacob Pratt | -15/+33 |
| 2025-02-24 | Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=Amanieu | Jacob Pratt | -8/+8 |
| 2025-02-24 | Rollup merge of #137061 - progressive-galib:gen_future-closing#76249, r=ibrah... | Jacob Pratt | -4/+4 |
| 2025-02-24 | remove uses of rustc_intrinsic_must_be_overridden from standard library | Ralf Jung | -1429/+356 |
| 2025-02-24 | Added into_value const function to ControlFlow<T, T> | Madhav Madhusoodanan | -0/+21 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -33/+33 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -112/+85 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -33/+33 |
| 2025-02-23 | Fix documentation for unstable sort | yukang | -15/+33 |
| 2025-02-23 | Stabilize `core::str::from_utf8_mut` | Waffle Lapkin | -2/+2 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -151/+32 |
| 2025-02-23 | add stdarch compatibility hack | Ralf Jung | -0/+12 |
| 2025-02-23 | Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor... | Matthias Krüger | -2/+2 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -20/+13 |
| 2025-02-22 | Stabilise c_str_module | ltdk | -1/+1 |
| 2025-02-22 | make the new intrinsics safe | Ralf Jung | -8/+8 |
| 2025-02-22 | Rollup merge of #136910 - okaneco:sig_ones, r=thomcc | Matthias Krüger | -0/+156 |
| 2025-02-22 | Rollup merge of #137207 - petertodd:2025-add-track-caller-to-duration-div, r=... | Matthias Krüger | -0/+2 |
| 2025-02-21 | Rollup merge of #136609 - mammothbane:master, r=scottmcm | Matthias Krüger | -0/+60 |
| 2025-02-21 | Rollup merge of #136148 - kpreid:type-str, r=joboet | Matthias Krüger | -3/+19 |
| 2025-02-21 | Stabilize `unbounded_shifts` | Connor Horman | -8/+8 |
| 2025-02-21 | stabilize `unsigned_is_multiple_of` | Folkert de Vries | -2/+2 |
| 2025-02-21 | Do not use CString in the examples of CStr. | Marijn Schouten | -36/+37 |
| 2025-02-20 | Rollup merge of #134340 - Urgau:stabilize-num_midpoint_signed, r=scottmcm | Jubilee | -4/+4 |
| 2025-02-20 | Auto merge of #136771 - scottmcm:poke-slice-iter-next, r=joboet | bors | -6/+29 |
| 2025-02-20 | Implement 'PartialEq<{&Self, CString, Cow<Self>}>' for 'CStr'; Implement 'Par... | Gabriel Bjørnager Jensen | -0/+14 |
| 2025-02-20 | Guarantee behavior of transmuting Option::<T>::None subject to NPO | Joshua Liebow-Feeser | -14/+16 |
| 2025-02-20 | Implement feature `isolate_most_least_significant_one` for integer types | okaneco | -0/+156 |
| 2025-02-19 | add `IntoBounds::intersect` and `RangeBounds::is_empty` | Peter Jaszkowiak | -5/+135 |
| 2025-02-20 | Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgr | bors | -18/+7 |
| 2025-02-20 | Rollup merge of #137277 - m4rch3n1ng:stabilize-inherent-str-constructors, r=t... | Matthias Krüger | -18/+7 |
| 2025-02-19 | Auto merge of #137290 - matthiaskrgr:rollup-a7xdbi4, r=matthiaskrgr | bors | -23/+39 |
| 2025-02-19 | Rollup merge of #136690 - Voultapher:use-more-explicit-and-reliable-ptr-selec... | Matthias Krüger | -18/+13 |
| 2025-02-19 | Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-se | Matthias Krüger | -5/+26 |
| 2025-02-19 | stabilize `inherent_str_constructors` | may | -18/+7 |
| 2025-02-19 | Rollup merge of #134995 - DaniPopes:stable-const_slice_flatten, r=Amanieu | Matthias Krüger | -2/+2 |
| 2025-02-19 | core/net: IpAddr*::as_octets() | Nathan Perry | -0/+60 |
| 2025-02-19 | Rollup merge of #137228 - steffahn:one-coerces-to-supertypes-not-subtypes, r=... | Matthias Krüger | -4/+4 |
| 2025-02-19 | Rollup merge of #137026 - GrigorenkoPV:integer_sign_cast, r=jhpratt | Matthias Krüger | -9/+8 |
| 2025-02-18 | Auto merge of #137235 - matthiaskrgr:rollup-2kjua2t, r=matthiaskrgr | bors | -8/+8 |
| 2025-02-18 | Remove outdated target `unexpected_cfgs` | Josh Stone | -1/+0 |
| 2025-02-18 | Rollup merge of #137126 - m4rch3n1ng:fix-inherent-str-docs, r=Amanieu | Matthias Krüger | -8/+8 |
| 2025-02-18 | Rollup merge of #137214 - cyrgani:clippy_diagnostic_items, r=compiler-errors | Urgau | -0/+1 |
| 2025-02-18 | Rollup merge of #136750 - kornelski:ub-bug, r=saethlin | Urgau | -3/+3 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -129/+11 |
| 2025-02-18 | Fix typo in hidden internal docs of `TrustedRandomAccess` | Frank Steffahn | -4/+4 |
| 2025-02-18 | update version placeholders | Josh Stone | -21/+21 |
| 2025-02-18 | add last std diagnostic items for clippy | cyrgani | -0/+1 |
| 2025-02-18 | Add #[track_caller] to Duration Div impl | Peter Todd | -0/+2 |
| 2025-02-17 | Update some comparison tests now that they pass in LLVM20 | Scott McMurray | -4/+4 |