| Age | Commit message (Expand) | Author | Lines |
| 2025-08-30 | Rollup merge of #145465 - Kivooeo:stabilize-array_repeat, r=joboet | Stuart Cook | -3/+1 |
| 2025-08-30 | Add `#[must_use] and update `cloned` documentation | Connor Tsui | -2/+6 |
| 2025-08-30 | add feature gate in doc test | Connor Tsui | -0/+2 |
| 2025-08-30 | add `Bound::copied` | Connor Tsui | -0/+22 |
| 2025-08-30 | Auto merge of #144494 - scottmcm:min_bigint_helpers, r=Mark-Simulacrum | bors | -24/+42 |
| 2025-08-29 | Optimize `.ilog({2,10})` to `.ilog{2,10}()` | Chai T. Rex | -0/+14 |
| 2025-08-29 | Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcm | Trevor Gross | -4/+4 |
| 2025-08-29 | Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s... | Trevor Gross | -14/+7 |
| 2025-08-30 | Add `Duration::from_nanos_u128` | actuallylost | -0/+36 |
| 2025-08-29 | Rollup merge of #145972 - neeko-cat:patch-2, r=ibraheemdev | Stuart Cook | -1/+1 |
| 2025-08-29 | Rollup merge of #144275 - Qelxiros:saturating-arithmetic, r=tgross35 | Stuart Cook | -1/+57 |
| 2025-08-28 | implement Sum and Product for Saturating(u*) | Jeremy Smart | -1/+57 |
| 2025-08-28 | fix `core::marker::Destruct` doc | neeko-cat | -1/+1 |
| 2025-08-28 | Clarify that align_offset overaligns | gonzalobg | -3/+2 |
| 2025-08-28 | Rollup merge of #145930 - GrigorenkoPV:const_str_as_str, r=joshtriplett | Stuart Cook | -1/+1 |
| 2025-08-28 | Rollup merge of #145928 - Darksonn:file_as_c_str, r=joshtriplett | Stuart Cook | -2/+2 |
| 2025-08-28 | Rollup merge of #145913 - heiher:loong-hint, r=joshtriplett | Stuart Cook | -33/+23 |
| 2025-08-27 | `const`ify (the unstable) `str::as_str` | Pavel Grigorenko | -1/+1 |
| 2025-08-27 | Rename `Location::file_with_nul` to `file_as_c_str` | Alice Ryhl | -2/+2 |
| 2025-08-27 | Rollup merge of #145625 - karolzwolak:f16-use-expr-instead-literal, r=beetree... | Matthias Krüger | -10/+79 |
| 2025-08-27 | Rollup merge of #144274 - Qelxiros:option-reduce, r=tgross35 | Matthias Krüger | -0/+36 |
| 2025-08-27 | Add spin_loop hint for LoongArch | WANG Rui | -33/+23 |
| 2025-08-27 | Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-Simulacrum | Matthias Krüger | -0/+614 |
| 2025-08-27 | Rollup merge of #143341 - Manishearth:from-raw-parts-ptr-cast, r=samueltardieu | Matthias Krüger | -0/+3 |
| 2025-08-26 | Rollup merge of #145863 - EliasHolzmann:formatting_options_20250825, r=m-ou-se | Guillaume Gomez | -11/+11 |
| 2025-08-26 | Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhpratt | Guillaume Gomez | -121/+40 |
| 2025-08-26 | remove deprecated Error::description in impls | Marijn Schouten | -121/+40 |
| 2025-08-26 | formatting_options: Make all methods `const` | Elias Holzmann | -11/+11 |
| 2025-08-23 | Rollup merge of #144531 - Urgau:int_to_ptr_transmutes, r=jackh726 | Jacob Pratt | -0/+1 |
| 2025-08-24 | Allow `integer_to_ptr_transmutes` in core | Urgau | -0/+1 |
| 2025-08-23 | Rollup merge of #145515 - Kmeakin:km/optimize-char-encode-utf8, r=Mark-Simula... | Samuel Tardieu | -21/+26 |
| 2025-08-22 | Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkov | Jacob Pratt | -0/+9 |
| 2025-08-22 | Rollup merge of #132087 - ijchen:issue-131770-fix, r=dtolnay | Jacob Pratt | -2/+2 |
| 2025-08-22 | Stabilize `round_char_boundary` feature | okaneco | -4/+4 |
| 2025-08-22 | improve float to_degrees/to_radians rounding comments and impl | Karol Zwolak | -10/+79 |
| 2025-08-21 | Rollup merge of #145137 - Kmeakin:km/optimize-slice-index-panicking, r=jhpratt | Jacob Pratt | -97/+103 |
| 2025-08-21 | Introduce Reborrow lang item and trait | Aapo Alasuutari | -0/+9 |
| 2025-08-21 | Consolidate panicking functions in `slice/index.rs` | Karl Meakin | -97/+103 |
| 2025-08-21 | Rollup merge of #145678 - ttajakka:master, r=estebank | Jacob Pratt | -1/+1 |
| 2025-08-21 | Rollup merge of #145593 - RalfJung:unsafepinned-raw_get, r=Mark-Simulacrum | Jacob Pratt | -2/+2 |
| 2025-08-21 | Rollup merge of #143383 - fee1-dead-contrib:push-mstmlwuskxyy, r=dtolnay | Jacob Pratt | -4/+4 |
| 2025-08-20 | Diff-massaging commit | ltdk | -46/+36 |
| 2025-08-20 | Move WTF-8 code from std to core/alloc | ltdk | -559/+100 |
| 2025-08-20 | Copy WTF-8 code into core/alloc (for better diffs) | ltdk | -0/+1083 |
| 2025-08-20 | fix: typo | Tuomas Tajakka | -1/+1 |
| 2025-08-20 | Partial-stabilize the basics from `bigint_helper_methods` | Scott McMurray | -24/+42 |
| 2025-08-20 | Rollup merge of #145626 - folkertdev:prefetch-fallback, r=Amanieu | Jacob Pratt | -16/+35 |
| 2025-08-20 | Rollup merge of #145381 - Gnurou:int_lowest_highest_one, r=jhpratt | Jacob Pratt | -0/+138 |
| 2025-08-20 | Rollup merge of #139357 - miried:master, r=Amanieu | Jacob Pratt | -3/+12 |
| 2025-08-20 | make `prefetch` intrinsics safe | Folkert de Vries | -16/+12 |