| Age | Commit message (Expand) | Author | Lines |
| 2025-08-05 | Rollup merge of #144867 - scottmcm:more-as-array, r=chenyukang | Samuel Tardieu | -16/+12 |
| 2025-08-04 | remove feature gate | Kivooeo | -2/+2 |
| 2025-08-04 | Rollup merge of #144667 - scottmcm:alignment-is-usize, r=tgross35 | Stuart Cook | -3/+5 |
| 2025-08-04 | Rollup merge of #142205 - paolobarbolini:const_swap_with_slice-impl, r=Mark-S... | Stuart Cook | -1/+2 |
| 2025-08-03 | add poisoning documentation to `LazyCell` | Connor Tsui | -2/+59 |
| 2025-08-03 | Use `as_array` in PartialEq for arrays | Scott McMurray | -16/+12 |
| 2025-08-02 | corrected lifetime in core::panic::Location::file return type | Isaac Chen | -1/+1 |
| 2025-08-02 | corrected lifetime in core::panic::Location::file return type | Isaac Chen | -1/+1 |
| 2025-08-02 | fmt with table lookup for binary, octal and hex | Pascal S. de Kloe | -122/+55 |
| 2025-08-02 | Rollup merge of #144797 - nilehmann:safety-comment-niche, r=Noratrieb | Samuel Tardieu | -3/+3 |
| 2025-08-02 | Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu | Samuel Tardieu | -25/+29 |
| 2025-08-01 | Fix safety comment for new_unchecked in niche_types | Nico Lehmann | -3/+3 |
| 2025-08-01 | Constify additional Result functions | Evgenii Zheltonozhskii | -25/+112 |
| 2025-07-31 | Correct some grammar in integer documentation | Trevor Gross | -18/+12 |
| 2025-07-31 | add Option::reduce | Jeremy Smart | -0/+36 |
| 2025-07-30 | Stabilize strict_overflow_ops | Nurzhan Sakén | -87/+54 |
| 2025-07-30 | `AlignmentEnum` should just be `repr(usize)` now | Scott McMurray | -3/+5 |
| 2025-07-30 | const-eval: full support for pointer fragments | Ralf Jung | -37/+1 |
| 2025-07-29 | Auto merge of #144658 - jhpratt:rollup-jdzhz27, r=jhpratt | bors | -1/+41 |
| 2025-07-29 | Rollup merge of #144510 - orlp:fix-location-ord, r=ibraheemdev | Jacob Pratt | -1/+41 |
| 2025-07-29 | Auto merge of #144393 - heiher:str-contains-lsx, r=tgross35 | bors | -3/+16 |
| 2025-07-29 | Fix Ord, Eq and Hash implementation of panic::Location | Orson Peters | -1/+41 |
| 2025-07-29 | Rollup merge of #144634 - lucaswerkmeister:patch-1, r=lqd | Stuart Cook | -1/+1 |
| 2025-07-29 | LoongArch64 LSX fast-path for `str.contains(&str)` | WANG Rui | -3/+16 |
| 2025-07-29 | Fix typo in `DropGuard` doc | Lucas Werkmeister | -1/+1 |
| 2025-07-29 | Rollup merge of #144167 - zachs18:rangebounds-not-unsized-reason, r=tgross35 | Stuart Cook | -0/+48 |
| 2025-07-29 | clearer wording for `unsafe` code | gewitternacht | -2/+2 |
| 2025-07-29 | Rollup merge of #144582 - usamoi:docs, r=RalfJung | Stuart Cook | -9/+9 |
| 2025-07-29 | Rollup merge of #144575 - xonx4l:patch-6, r=scottmcm | Stuart Cook | -1/+1 |
| 2025-07-29 | Rollup merge of #144539 - RalfJung:const_with_exposed_provenance, r=oli-obk | Stuart Cook | -2/+4 |
| 2025-07-29 | Rollup merge of #144236 - yoshuawuyts:drop-guard, r=Mark-Simulacrum | Stuart Cook | -0/+159 |
| 2025-07-29 | Auto merge of #143289 - scottmcm:remove-array-chunks, r=jhpratt | bors | -326/+1 |
| 2025-07-28 | fix `Atomic*::as_ptr` wording | usamoi | -9/+9 |
| 2025-07-28 | Add `core::mem::DropGuard` | Yosh | -0/+159 |
| 2025-07-28 | fixed typo chunks->as_chunks | xonx | -1/+1 |
| 2025-07-28 | Rollup merge of #144472 - okaneco:char_bound, r=Mark-Simulacrum | Matthias Krüger | -14/+26 |
| 2025-07-28 | Rollup merge of #144072 - usamoi:docs, r=Mark-Simulacrum | Matthias Krüger | -9/+15 |
| 2025-07-27 | Remove `[T]::array_chunks(_mut)` | Scott McMurray | -326/+1 |
| 2025-07-27 | constify with_exposed_provenance | Ralf Jung | -2/+4 |
| 2025-07-26 | Use `cast_array` in core | Scott McMurray | -10/+10 |
| 2025-07-26 | Implement `ptr_cast_array` | Scott McMurray | -0/+25 |
| 2025-07-26 | Rollup merge of #144331 - jplatte:matches-allow-non_exhaustive_omitted_patter... | Matthias Krüger | -0/+2 |
| 2025-07-25 | Add parentheses around expression arguments to `..` | Josh Triplett | -1/+1 |
| 2025-07-25 | Avoid placing `// FIXME` comments inside doc code blocks | Josh Triplett | -1/+1 |
| 2025-07-25 | Improve and regularize comment placement in doc code | Josh Triplett | -23/+27 |
| 2025-07-25 | str: Mark unstable `round_char_boundary` feature functions as const | okaneco | -14/+26 |
| 2025-07-25 | fmt of non-decimals is always non-negative due to the two's-complement output | Pascal S. de Kloe | -40/+48 |
| 2025-07-25 | Rollup merge of #144314 - kornelski:pivot-safely, r=jhpratt | Matthias Krüger | -10/+10 |
| 2025-07-25 | Rollup merge of #143970 - SunkenPotato:update_mem_copy_docs, r=scottmcm | Matthias Krüger | -1/+1 |
| 2025-07-25 | Rollup merge of #143424 - hkBst:auto-deref, r=jhpratt | Matthias Krüger | -7/+7 |