| Age | Commit message (Expand) | Author | Lines |
| 2025-08-22 | modify `LazyLock` poison panic message | Connor Tsui | -34/+59 |
| 2025-08-22 | Stabilize `round_char_boundary` feature | okaneco | -6/+4 |
| 2025-08-22 | benchmarks for exponent fmt of integers | Pascal S. de Kloe | -0/+24 |
| 2025-08-22 | improve float to_degrees/to_radians rounding comments and impl | Karol Zwolak | -10/+79 |
| 2025-08-21 | Rollup merge of #145689 - cuviper:panic_unwind-cfg, r=joshtriplett | Jacob Pratt | -14/+20 |
| 2025-08-21 | Rollup merge of #145137 - Kmeakin:km/optimize-slice-index-panicking, r=jhpratt | Jacob Pratt | -102/+108 |
| 2025-08-21 | Rollup merge of #137494 - nabijaczleweli:dup, r=Mark-Simulacrum | Jacob Pratt | -24/+26 |
| 2025-08-21 | Introduce Reborrow lang item and trait | Aapo Alasuutari | -0/+9 |
| 2025-08-21 | Merge pull request #1903 from folkertdev/s390x-llvm-21-fixes | Amanieu d'Antras | -93/+130 |
| 2025-08-21 | Consolidate panicking functions in `slice/index.rs` | Karl Meakin | -102/+108 |
| 2025-08-21 | use `simd_saturating_{add, sub}` on neon | Folkert de Vries | -316/+48 |
| 2025-08-21 | Rollup merge of #145678 - ttajakka:master, r=estebank | Jacob Pratt | -1/+1 |
| 2025-08-21 | Rollup merge of #145673 - Berrysoft:cygwin-fix-flock, r=joshtriplett | Jacob Pratt | -0/+10 |
| 2025-08-21 | Rollup merge of #145593 - RalfJung:unsafepinned-raw_get, r=Mark-Simulacrum | Jacob Pratt | -2/+2 |
| 2025-08-21 | Rollup merge of #145525 - typesanitizer:vg/doc, r=Mark-Simulacrum | Jacob Pratt | -1/+1 |
| 2025-08-21 | Rollup merge of #145415 - a4lg:riscv-implication-to-c, r=Amanieu | Jacob Pratt | -1/+21 |
| 2025-08-21 | Rollup merge of #144758 - QnJ1c2kNCg:master, r=Noratrieb | Jacob Pratt | -6/+6 |
| 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 | -87/+70 |
| 2025-08-20 | Move WTF-8 code from std to core/alloc | ltdk | -1278/+330 |
| 2025-08-20 | Copy WTF-8 code into core/alloc (for better diffs) | ltdk | -0/+1083 |
| 2025-08-20 | Migrate `panic_unwind` to use `cfg_select!` | Josh Stone | -14/+20 |
| 2025-08-20 | Merge pull request #1901 from folkertdev/wasm-read-unaligned | Amanieu d'Antras | -24/+14 |
| 2025-08-20 | Merge pull request #1899 from dpaoliello/arm64ec | Folkert de Vries | -12/+823 |
| 2025-08-20 | s390x: link to a missed optimization | Folkert de Vries | -0/+3 |
| 2025-08-20 | s390x: implement `vec_sld` using `fshl` | Folkert de Vries | -9/+46 |
| 2025-08-20 | s390x: implement `vec_subc_u128` using `overflowing_sub` | Folkert de Vries | -6/+4 |
| 2025-08-20 | s390x: implement `vec_mulo` using `core::intrinsics::simd` | Folkert de Vries | -36/+32 |
| 2025-08-20 | wasm: use `{read, write}_unaligned` methods | Folkert de Vries | -24/+14 |
| 2025-08-20 | s390x: implement `vec_mule` using `core::intrinsics::simd` | Folkert de Vries | -38/+47 |
| 2025-08-20 | s390x: add `assert_instr` for `vec_extend` | Folkert de Vries | -6/+3 |
| 2025-08-20 | s390x: add `assert_instr` for `vec_round` | Folkert de Vries | -4/+2 |
| 2025-08-20 | s390x: define `unpack_low` using `core::intrinsics::simd` | Folkert de Vries | -9/+8 |
| 2025-08-20 | fix: typo | Tuomas Tajakka | -1/+1 |
| 2025-08-20 | Auto merge of #144086 - clubby789:alloc-zeroed, r=nikic | bors | -0/+1 |
| 2025-08-21 | Add flock support for cygwin | 王宇逸 | -0/+10 |
| 2025-08-20 | Pass `alloc-variant-zeroed` to LLVM | clubby789 | -0/+1 |
| 2025-08-20 | Partial-stabilize the basics from `bigint_helper_methods` | Scott McMurray | -24/+42 |
| 2025-08-20 | Adjust immediate for vrndscalepd tests | Nikita Popov | -2/+2 |
| 2025-08-20 | Work around selection failure without avx512vl | Nikita Popov | -4/+12 |
| 2025-08-20 | Add missing avx512vl target features | Nikita Popov | -188/+188 |
| 2025-08-20 | Use intrinsics for some s390x operations | Nikita Popov | -3/+10 |
| 2025-08-20 | Drop no longer needed feature gates | Nikita Popov | -2/+0 |
| 2025-08-20 | Rollup merge of #145626 - folkertdev:prefetch-fallback, r=Amanieu | Jacob Pratt | -16/+35 |
| 2025-08-20 | Rollup merge of #145622 - tgross35:remove-builtins-patch, r=Mark-Simulacrum | Jacob Pratt | -1/+0 |
| 2025-08-20 | Rollup merge of #145619 - joshtriplett:use-the-right-core, r=tgross35 | Jacob Pratt | -4/+4 |
| 2025-08-20 | Rollup merge of #145531 - sayantn:detect-apxf-avx10, r=Amanieu | Jacob Pratt | -25/+47 |
| 2025-08-20 | Rollup merge of #145417 - a4lg:riscv-arch-platform-guide-ch2, r=Amanieu | Jacob Pratt | -83/+114 |
| 2025-08-20 | Rollup merge of #145381 - Gnurou:int_lowest_highest_one, r=jhpratt | Jacob Pratt | -0/+321 |
| 2025-08-20 | Rollup merge of #145006 - ginnyTheCat:docs-skip-until, r=ibraheemdev | Jacob Pratt | -2/+7 |