| Age | Commit message (Expand) | Author | Lines |
| 2025-08-06 | tidy | Boxy | -2/+2 |
| 2025-08-03 | Use `as_array` in PartialEq for arrays | Scott McMurray | -16/+12 |
| 2025-07-21 | Constify Try, From, TryFrom | Evgenii Zheltonozhskii | -1/+2 |
| 2025-07-15 | constify `Index` trait and its slice impls | Oli Scherer | -4/+6 |
| 2025-07-03 | simplify receivers for some array method calls | Marijn Schouten | -4/+4 |
| 2025-07-01 | Update version placeholders | Josh Stone | -2/+2 |
| 2025-05-26 | impl `Default` for `array::IntoIter` | Deadbeef | -0/+7 |
| 2025-05-24 | Rollup merge of #140066 - thaliaarchi:const-array-as-mut-slice, r=jhpratt | Guillaume Gomez | -1/+1 |
| 2025-05-13 | Add `#[must_use]` to Array::map | Julian Knodt | -0/+1 |
| 2025-04-20 | Stabilize <[T; N]>::as_mut_slice as const | Thalia Archibald | -1/+1 |
| 2025-04-11 | Auto merge of #139430 - scottmcm:polymorphic-array-into-iter, r=cuviper | bors | -141/+365 |
| 2025-04-09 | PR feedback | Scott McMurray | -8/+8 |
| 2025-04-05 | Polymorphize `array::IntoIter`'s iterator impl | Scott McMurray | -141/+365 |
| 2025-03-29 | Promise `array::from_fn` in generated in order of increasing indices | Scott McMurray | -6/+27 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -1/+0 |
| 2025-01-24 | Rollup merge of #135489 - RalfJung:TryFromSliceError, r=tgross35 | Matthias Krüger | -1/+0 |
| 2025-01-20 | core: add `#![warn(unreachable_pub)]` | Urgau | -1/+1 |
| 2025-01-14 | remove pointless allowed_through_unstable_modules on TryFromSliceError | Ralf Jung | -1/+0 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -7/+5 |
| 2024-11-26 | Add '<[T]>::as_array', '<[T]>::as_mut_array', '<*const [T]>::as_array', and '... | Gabriel Bjørnager Jensen | -16/+4 |
| 2024-11-23 | Rollup merge of #133332 - bjoernager:const-array-as-mut-slice, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-11-22 | Mark '<[T; N]>::as_mut_slice' as 'const'; | Gabriel Bjørnager Jensen | -1/+2 |
| 2024-11-21 | Mark and implement 'each_ref' and 'each_mut' in '[T; N]' as const; | Gabriel Bjørnager Jensen | -4/+30 |
| 2024-11-03 | Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieu | bors | -2/+0 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -2/+0 |
| 2024-11-02 | fix some stability annotations | Lukas Markeffsky | -2/+3 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -1/+0 |
| 2024-10-15 | replace placeholder version | Josh Stone | -1/+1 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -1/+0 |
| 2024-10-09 | stabilize `{slice,array}::from_mut` | ultrabear | -1/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 |
| 2024-08-31 | Fixed more typos in library/core | ranger-ross | -1/+1 |
| 2024-08-09 | fix: Ensure `Guard`'s `drop` method is removed at `opt-level=s` for `Copy` types | burlinchen | -0/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -9/+5 |
| 2024-07-26 | Fix doc nits | John Arundel | -4/+6 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -6/+6 |
| 2024-06-19 | core: add tracking issue for `array::repeat` | joboet | -1/+1 |
| 2024-06-19 | core: simplify implementation of `array::repeat`, address other nits | joboet | -18/+9 |
| 2024-06-19 | core: implement `array::repeat` | joboet | -0/+36 |
| 2024-06-11 | Simplify `[T; N]::try_map` signature | Jubilee Young | -4/+2 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -1/+1 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+4 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -2/+1 |
| 2024-03-06 | add missing PartialOrd impl doc for array | Konrad Höffner | -0/+1 |
| 2024-02-22 | Use generic `NonZero` everywhere in `core`. | Markus Reiter | -5/+5 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -2/+2 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -5/+5 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -2/+2 |
| 2024-02-05 | Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-Simulacrum | Matthias Krüger | -32/+32 |
| 2024-01-26 | Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnay | Matthias Krüger | -7/+2 |