| Age | Commit message (Expand) | Author | Lines |
| 2025-03-29 | Promise `array::from_fn` in generated in order of increasing indices | Scott McMurray | -6/+27 |
| 2025-03-28 | fix docs for `Peekable::next_if{_eq}` | Yotam Ofek | -3/+3 |
| 2025-03-28 | Rollup merge of #138976 - xizheyin:issue-138969, r=RalfJung | Matthias Krüger | -1/+2 |
| 2025-03-28 | Add `slice::align_to_uninit_mut` | Nikolai Kuklin | -2/+51 |
| 2025-03-28 | std: Explain range follows standard half-open range in `offset` | xizheyin | -1/+2 |
| 2025-03-27 | Use char::is_whitespace directly in str::trim* | DaniPopes | -3/+3 |
| 2025-03-26 | Pass `Alignment` for `RawVecInner::new_in` | James Wainwright | -0/+8 |
| 2025-03-26 | Expose `Unique::from<NonNull>` in const internally | James Wainwright | -1/+7 |
| 2025-03-26 | Use cfg_match in core | Christopher Durham | -118/+53 |
| 2025-03-26 | mark cfg_match! semitransparent | Christopher Durham | -3/+4 |
| 2025-03-26 | chore: remove redundant words in comment | pudongair | -3/+3 |
| 2025-03-26 | Keeps the inspect() classification the same as in Result | Hegui Dai | -3/+7 |
| 2025-03-26 | Update the index of Result to make the summary more comprehensive | Hegui Dai | -2/+23 |
| 2025-03-26 | Add target-specific NaN payloads for the missing tier 2 targets | beetrees | -3/+5 |
| 2025-03-25 | Rollup merge of #138945 - DaniPopes:override-partialord-bool, r=scottmcm | Jacob Pratt | -27/+23 |
| 2025-03-26 | Update the index.html of Option to make the summary more comprehensive | Hegui Dai | -2/+21 |
| 2025-03-25 | Override PartialOrd methods for bool | DaniPopes | -27/+23 |
| 2025-03-25 | Rollup merge of #135745 - bardiharborow:std/net/rfc9602, r=cuviper | Matthias Krüger | -0/+2 |
| 2025-03-23 | Rollup merge of #138135 - scottmcm:chaining-ord, r=Mark-Simulacrum | Jacob Pratt | -11/+109 |
| 2025-03-23 | Stop using specialization for this | Scott McMurray | -82/+93 |
| 2025-03-23 | Rollup merge of #138854 - TaKO8Ki:invalid-extern-fn-body, r=compiler-errors | Michael Goulet | -1/+1 |
| 2025-03-23 | Rollup merge of #136040 - mu001999-contrib:cleanup, r=Mark-Simulacrum | Michael Goulet | -55/+0 |
| 2025-03-23 | fix typo | Takayuki Maeda | -1/+1 |
| 2025-03-23 | Auto merge of #138833 - joboet:optimize-repeat-n, r=thomcc | bors | -4/+55 |
| 2025-03-22 | Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgr | bors | -0/+4 |
| 2025-03-22 | core: optimize `RepeatN` | joboet | -4/+55 |
| 2025-03-22 | Rollup merge of #138804 - tgross35:atomic-from-ptr-inline, r=RalfJung | Matthias Krüger | -0/+3 |
| 2025-03-22 | Rollup merge of #138773 - RalfJung:catch_unwind_docs, r=jhpratt | Matthias Krüger | -0/+1 |
| 2025-03-22 | Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm | bors | -187/+234 |
| 2025-03-21 | Allow inlining for `Atomic*::from_ptr` | Trevor Gross | -0/+3 |
| 2025-03-21 | Add todo comment on using a niche type for fmt flags. | Mara Bos | -0/+2 |
| 2025-03-21 | Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin | Matthias Krüger | -0/+1 |
| 2025-03-21 | catch_unwind intrinsic: document return value | Ralf Jung | -0/+1 |
| 2025-03-21 | Recognise new IPv6 non-global range from RFC9602 | Bardi Harborow | -0/+2 |
| 2025-03-21 | Rollup merge of #138650 - thaliaarchi:io-write-fmt-known, r=ibraheemdev | Matthias Krüger | -1/+2 |
| 2025-03-19 | add rustc_macro_edition_2021 | Jana Dönszelmann | -0/+1 |
| 2025-03-19 | Add chaining versions of lt/le/gt/ge and use them in tuple PartialOrd | Scott McMurray | -11/+98 |
| 2025-03-19 | Rollup merge of #138540 - okaneco:const_split_off_first_last, r=m-ou-se | Matthias Krüger | -8/+18 |
| 2025-03-19 | Rollup merge of #135394 - clarfonthey:uninit-slices-part-2, r=tgross35 | Matthias Krüger | -139/+181 |
| 2025-03-19 | use then | bendn | -5/+1 |
| 2025-03-18 | Optimize io::Write::write_fmt for constant strings | Thalia Archibald | -1/+2 |
| 2025-03-17 | Rollup merge of #137449 - compiler-errors:control-flow, r=Amanieu,lnicola | Matthias Krüger | -0/+1 |
| 2025-03-17 | Auto merge of #138583 - jhpratt:rollup-h699hty, r=jhpratt | bors | -3/+6 |
| 2025-03-16 | Rollup merge of #136359 - hkBst:ptr_copy_docs, r=Amanieu | Jacob Pratt | -3/+6 |
| 2025-03-17 | Auto merge of #138363 - beetrees:f16-f128-integer-convert, r=Amanieu | bors | -2/+48 |
| 2025-03-16 | Make ControlFlow must_use | Michael Goulet | -0/+1 |
| 2025-03-16 | Auto merge of #138537 - yotamofek:pr/lib/multi-char-pattern, r=jhpratt | bors | -4/+4 |
| 2025-03-16 | Rollup merge of #135080 - Enselic:debug-ptr-metadata, r=thomcc | 许杰友 Jieyou Xu (Joe) | -1/+26 |
| 2025-03-16 | Rollup merge of #138329 - scottmcm:assert-hint, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+9 |
| 2025-03-16 | Rollup merge of #138323 - kpreid:offset-of-doc, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -36/+48 |