| Age | Commit message (Expand) | Author | Lines |
| 2025-05-17 | Auto merge of #138087 - tgross35:core-float-math, r=Amanieu | bors | -2/+1684 |
| 2025-05-17 | Rollup merge of #137432 - djscythe:char_u8_str_as_ascii_unchecked, r=scottmcm | Matthias Krüger | -0/+63 |
| 2025-05-17 | Switch library rustc_unimplemented to use `Self` and `This` | mejrs | -69/+66 |
| 2025-05-17 | Rollup merge of #140957 - JulianKnodt:array_must_use, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2025-05-16 | Implement `advance_by` via `try_fold` for `Sized` iterators | Benoît du Garreau | -5/+31 |
| 2025-05-16 | Add assert_unsafe_precondition!()s to as_ascii_unchecked() methods | sam skeoch | -0/+20 |
| 2025-05-16 | Add as_ascii_unchecked() methods to char, str, and u8 | sam skeoch | -0/+43 |
| 2025-05-16 | Updated feature and stable flags | Ryan van Polen | -4/+3 |
| 2025-05-16 | Rollup merge of #140791 - xizheyin:issue-140761, r=ibraheemdev | Matthias Krüger | -2/+8 |
| 2025-05-15 | Updated std doctests for wasm | Eric Huss | -8/+8 |
| 2025-05-15 | Auto merge of #141050 - matthiaskrgr:rollup-uyzqbmj, r=matthiaskrgr | bors | -5/+5 |
| 2025-05-15 | Rollup merge of #139749 - ruancomelli:docs/library/core/src/pin/fix-typo-nece... | Matthias Krüger | -5/+5 |
| 2025-05-15 | Auto merge of #136264 - GuillaumeGomez:optimize-integers-to-string, r=Amanieu | bors | -9/+19 |
| 2025-05-14 | Rollup merge of #140988 - mathisbot:docfix_maybeuninit_write, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-05-14 | Skip {f32,f64}::mul_add tests on MinGW | Trevor Gross | -0/+6 |
| 2025-05-14 | Add `Ipv4Addr` and `Ipv6Addr` diagnostic items | Samuel Tardieu | -0/+2 |
| 2025-05-14 | MaybeUninit::write: fix doc | Mathis Bottinelli | -1/+1 |
| 2025-05-13 | Initial implementation of `core_float_math` | Trevor Gross | -2/+1678 |
| 2025-05-13 | Format and skip formatting for pin | Michael Goulet | -0/+2 |
| 2025-05-13 | Add `#[must_use]` to Array::map | Julian Knodt | -0/+1 |
| 2025-05-12 | Specify that split_ascii_whitespace uses the same definition as is_ascii_whit... | Simon Sapin | -1/+3 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -66/+29 |
| 2025-05-12 | update version placeholders | Pietro Albini | -26/+26 |
| 2025-05-11 | Rollup merge of #140882 - Dietr1ch:dev/duration_constructors_lite, r=BurntSushi | León Orell Valerian Liehr | -4/+4 |
| 2025-05-11 | Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis... | León Orell Valerian Liehr | -84/+180 |
| 2025-05-10 | Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkin | Matthias Krüger | -12/+0 |
| 2025-05-10 | Rollup merge of #140151 - RalfJung:drop_in_place-is-not-an-intrinsic, r=Mark-... | Matthias Krüger | -9/+0 |
| 2025-05-10 | Rollup merge of #129334 - ChayimFriedman2:more-lazy-methods, r=Amanieu | Matthias Krüger | -1/+9 |
| 2025-05-09 | Split duration_constructors to get non-controversial bits out faster. | Dietrich Daroch | -4/+4 |
| 2025-05-09 | Add intrinsic fallback for `{minimum,maximum}{16,32,64,128}` | Urgau | -164/+108 |
| 2025-05-09 | remove 'unordered' atomic intrinsics | Ralf Jung | -12/+0 |
| 2025-05-09 | Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations | Urgau | -76/+228 |
| 2025-05-08 | Rollup merge of #140341 - saethlin:black-box-qoi, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2025-05-08 | Indicate that the warning on black_box is a general property of Rust | Ben Kimock | -0/+4 |
| 2025-05-08 | std: Explain prefer `TryInto` over `TryFrom` when specifying traits bounds on... | xizheyin | -0/+6 |
| 2025-05-08 | std: Make consistence between `From` and `Into` | xizheyin | -2/+2 |
| 2025-05-07 | Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross | Jacob Pratt | -1/+0 |
| 2025-05-06 | Rollup merge of #136183 - hkBst:patch-25, r=Amanieu | Guillaume Gomez | -230/+225 |
| 2025-05-06 | Update iterator.rs to use arrays by value | Marijn Schouten | -230/+225 |
| 2025-05-06 | Rollup merge of #140598 - ShE3py:iter-misc-docs, r=workingjubilee | Stuart Cook | -0/+3 |
| 2025-05-05 | Fix parameter order for `_by()` variants of `min` / `max`/ `minmax` in `std::... | Michael Rieder | -3/+26 |
| 2025-05-05 | Rollup merge of #140644 - the8472:revert-copy-clone-adapters, r=Mark-Simulacrum | Trevor Gross | -163/+20 |
| 2025-05-04 | Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnr | Trevor Gross | -2/+36 |
| 2025-05-04 | Revert "Avoid unused clones in Cloned<I> and Copied<I>" | The 8472 | -163/+20 |
| 2025-05-02 | docs: alias `limit` to `Iterator::take`, cite `[u8]::utf8_chunks` in `Utf8Chu... | Lieselotte | -0/+3 |
| 2025-05-02 | Rollup merge of #140550 - Amanieu:stabilize_select_unpredictable, r=workingju... | Matthias Krüger | -3/+1 |
| 2025-05-01 | Rollup merge of #140544 - m-ou-se:format-args-const-cleanup, r=fee1-dead | Guillaume Gomez | -55/+69 |
| 2025-05-01 | Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubilee | Guillaume Gomez | -3/+1 |
| 2025-05-01 | Rollup merge of #139802 - Lee-Janggun:fix-allocate-hyperlink, r=workingjubilee | Guillaume Gomez | -2/+4 |
| 2025-05-01 | Rollup merge of #139780 - ongardie:iterator-take-by_ref-example, r=workingjub... | Guillaume Gomez | -0/+18 |