| Age | Commit message (Expand) | Author | Lines |
| 2025-07-08 | Auto merge of #134628 - estebank:const-default, r=oli-obk | bors | -15/+34 |
| 2025-07-08 | Auto merge of #143540 - yotamofek:pr/library/simplify-num-fmt, r=tgross35 | bors | -22/+3 |
| 2025-07-08 | Rollup merge of #143608 - codexarafat:fix-string-doc, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-07-08 | Rollup merge of #142098 - GuillaumeGomez:int_format_into, r=Amanieu | Matthias Krüger | -82/+325 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -15/+34 |
| 2025-07-08 | Fix in String docs: remove 'else' from 'something else similar' | Md. Yeasin Arafat | -1/+1 |
| 2025-07-07 | Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865 | Matthias Krüger | -2/+2 |
| 2025-07-07 | Rollup merge of #143563 - xizheyin:fix-typo, r=joshtriplett | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-07-07 | Rollup merge of #143130 - xizheyin:142966, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -0/+9 |
| 2025-07-07 | std: fix typo in `std::path` | xizheyin | -2/+2 |
| 2025-07-07 | doc(std): clarify `NonZero<T>` usage limitation in doc comment | xizheyin | -0/+9 |
| 2025-07-07 | Auto merge of #143556 - jhpratt:rollup-nid39y2, r=jhpratt | bors | -51/+14 |
| 2025-07-07 | Rollup merge of #143552 - nagisa:makes-ceil-char-boundary-go-zoom, r=jhpratt | Jacob Pratt | -1/+1 |
| 2025-07-07 | Rollup merge of #143529 - pixel27:master, r=jhpratt | Jacob Pratt | -37/+2 |
| 2025-07-07 | Rollup merge of #143359 - clubby789:fallback-2024-doc, r=ibraheemdev | Jacob Pratt | -5/+3 |
| 2025-07-07 | Rollup merge of #143236 - nxsaken:mixed_integer_ops_unsigned_sub, r=ibraheemdev | Jacob Pratt | -8/+8 |
| 2025-07-07 | lib: more eagerly return `self.len()` from `ceil_char_boundary` | Simonas Kazlauskas | -1/+1 |
| 2025-07-06 | Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJung | bors | -25/+219 |
| 2025-07-06 | Simplify num formatting helpers | Yotam Ofek | -22/+3 |
| 2025-07-06 | sleep_until: add clock_nanosleep support to Miri | dvdsk | -0/+1 |
| 2025-07-06 | sleep_until: use clock_nanosleep where possible | dvdsk | -25/+218 |
| 2025-07-06 | Renamed retain_mut to retain on LinkedList as mentioned in the ACP | Joshua Gentry | -37/+2 |
| 2025-07-06 | Rollup merge of #143477 - folkertdev:use-is-multiple-of, r=joshtriplett | Matthias Krüger | -13/+13 |
| 2025-07-06 | Rollup merge of #143470 - Ayush1325:uefi-tcp4-recv, r=joshtriplett | Matthias Krüger | -6/+52 |
| 2025-07-05 | Rollup merge of #143445 - folkertdev:va-list-intrinsics, r=RalfJung | Ben Kimock | -17/+24 |
| 2025-07-05 | use `div_ceil` instead of manual logic | Folkert de Vries | -6/+6 |
| 2025-07-05 | use `is_multiple_of` instead of manual modulo | Folkert de Vries | -7/+7 |
| 2025-07-05 | move the `va_copy`, `va_arg` and `va_end` to `core::intrinsics` | Folkert de Vries | -17/+24 |
| 2025-07-04 | Rollup merge of #143086 - SciMind2460:patch-2, r=workingjubilee | Jubilee | -1/+1 |
| 2025-07-04 | Rollup merge of #143040 - SciMind2460:patch-1, r=workingjubilee | Jubilee | -1/+1 |
| 2025-07-05 | std: sys: net: uefi: tcp4: Implement read | Ayush Singh | -6/+52 |
| 2025-07-04 | Make Rem const for floats | Kurt Heiritz (pseudo) | -1/+1 |
| 2025-07-05 | Rollup merge of #141532 - Ayush1325:uefi-tcp4-send, r=tgross35 | Matthias Krüger | -6/+53 |
| 2025-07-04 | std: sys: net: uefi: tcp4: Implement write | Ayush Singh | -6/+53 |
| 2025-07-04 | Rollup merge of #143387 - dpaoliello:shouldpanicfn, r=bjorn3 | Matthias Krüger | -4/+4 |
| 2025-07-04 | Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obk | Matthias Krüger | -54/+3 |
| 2025-07-04 | Rollup merge of #143395 - Urgau:llvm-fallback-minimum-maximum, r=tgross35 | Jacob Pratt | -2/+2 |
| 2025-07-04 | Rollup merge of #143378 - hkBst:clippy-fix-6, r=tgross35 | Jacob Pratt | -4/+4 |
| 2025-07-04 | Rollup merge of #143370 - hkBst:clippy-fix-4, r=tgross35 | Jacob Pratt | -4/+0 |
| 2025-07-04 | Rollup merge of #143356 - hkBst:clippy-fix-2, r=scottmcm | Jacob Pratt | -1/+1 |
| 2025-07-04 | Rollup merge of #142749 - LimpSquid:bool_to_result, r=scottmcm | Jacob Pratt | -0/+76 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -54/+3 |
| 2025-07-03 | Always use the pure Rust fallback instead of `llvm.{maximum,minimum}` | Urgau | -2/+2 |
| 2025-07-03 | Make __rust_alloc_error_handler_should_panic a function | Daniel Paoliello | -4/+4 |
| 2025-07-03 | Use `slice_buffer_to_str` in `GenericRadix::fmt_int` | Guillaume Gomez | -18/+8 |
| 2025-07-03 | Add test for `int_format_into` feature | Guillaume Gomez | -20/+27 |
| 2025-07-03 | Implement `int_format_into` feature | Guillaume Gomez | -44/+290 |
| 2025-07-03 | simplify receivers for some array method calls | Marijn Schouten | -4/+4 |
| 2025-07-03 | remove redundant #[must_use] | Marijn Schouten | -4/+0 |
| 2025-07-03 | Rollup merge of #143329 - folkertdev:minicore-diagnostic-on-unimplemented, r=... | Jana Dönszelmann | -0/+3 |