| Age | Commit message (Expand) | Author | Lines |
| 2022-05-24 | Stabilize `{slice,array}::from_ref` | Maybe Waffle | -1/+1 |
| 2022-05-20 | Stabilize core::array::from_fn | Caio | -7/+5 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -1/+1 |
| 2022-03-06 | Constify slice index for strings | Deadbeef | -4/+6 |
| 2022-02-03 | Add missing const stability attributes | Jacob Pratt | -0/+1 |
| 2021-12-23 | Switch all libraries to the 2021 edition | Deadbeef | -2/+0 |
| 2021-12-13 | Rollup merge of #91086 - rhysd:issue-91085, r=m-ou-se | Matthias Krüger | -0/+12 |
| 2021-12-11 | Rollup merge of #90270 - woppopo:const_borrow_trait, r=dtolnay | Matthias Krüger | -2/+4 |
| 2021-12-10 | Add rsplit_array variants to slices and arrays | Jethro Beekman | -0/+78 |
| 2021-12-04 | Swap body of array::IntoIter::new and IntoIterator::new. | Mara Bos | -21/+0 |
| 2021-12-04 | Update stabilization version of try_from_mut_slice_to_array | Mara Bos | -1/+1 |
| 2021-12-04 | Make `Borrow` and `BorrowMut` impls `const` | woppopo | -2/+4 |
| 2021-12-02 | Make array::{try_from_fn, try_map} and Iterator::try_find generic over Try | Scott McMurray | -32/+84 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -5/+0 |
| 2021-11-21 | Reborrow mut slice instead of converting it with `as_ref` | Linda_pp | -1/+1 |
| 2021-11-20 | Update version in `stable` attribute | Linda_pp | -1/+1 |
| 2021-11-20 | Implement `TryFrom<&'_ mut [T]>` for `[T; N]` | rhysd | -0/+12 |
| 2021-11-10 | Moar #[inline] | Scott McMurray | -0/+2 |
| 2021-11-09 | Specialize array cloning for Copy types | Scott McMurray | -3/+22 |
| 2021-11-08 | Attempt to address perf regressions with #[inline] | bstrie | -2/+4 |
| 2021-11-08 | impl Copy/Clone for arrays in std, not in compiler | bstrie | -0/+18 |
| 2021-10-24 | Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obk | Matthias Krüger | -2/+4 |
| 2021-10-23 | Fill tracking issue for `const_slice_from_ref` and `const_array_from_ref` | Maybe Waffle | -2/+2 |
| 2021-10-22 | Mark {array,slice}::{from_ref,from_mut} as const fn | Maybe Waffle | -2/+4 |
| 2021-10-22 | Implement split_array and split_array_mut | Jethro Beekman | -0/+78 |
| 2021-10-18 | Make more `From` impls `const` | woppopo | -1/+2 |
| 2021-10-09 | Rollup merge of #75644 - c410-f3r:array, r=yaahc | Guillaume Gomez | -17/+103 |
| 2021-10-03 | Rollup merge of #88353 - jhpratt:stabilize-array-as-ref, r=joshtriplett | Manish Goregaokar | -3/+3 |
| 2021-09-30 | Remove an unnecessary use of unwrap_unchecked | Frank Steffahn | -4/+7 |
| 2021-09-30 | Improve previous commit | Frank Steffahn | -6/+5 |
| 2021-09-30 | Use reference instead of raw pointer | Caio | -7/+7 |
| 2021-09-30 | Add 'core::array::from_fn' and 'core::array::try_from_fn' | Caio | -7/+91 |
| 2021-09-05 | Auto merge of #88469 - patrick-gu:master, r=dtolnay | bors | -1/+1 |
| 2021-09-03 | Remove excessive linking | patrick-gu | -3/+3 |
| 2021-08-30 | use `unwrap_unchecked` where possible | ibraheemdev | -5/+2 |
| 2021-08-29 | Add links in docs for some primitive types | patrick-gu | -4/+4 |
| 2021-08-26 | Partially stabilize `array_methods` | Jacob Pratt | -3/+3 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -1/+2 |
| 2021-07-30 | Add docs about performance and `Iterator::map` to `[T; N]::map` | Lukas Kalbertodt | -0/+22 |
| 2021-07-15 | Stabilize `[T; N]::map()` | inquisitivecrystal | -3/+2 |
| 2021-07-08 | Move the `PartialEq` and `Eq` impls for arrays to a separate file | Scott McMurray | -112/+1 |
| 2021-06-24 | Use `hash_one` to simplify some other doctests | Scott McMurray | -8/+3 |
| 2021-06-17 | Rollup merge of #86140 - scottmcm:array-hash-facepalm, r=kennytm | Yuki Okushi | -0/+17 |
| 2021-06-08 | Mention the Borrow guarantee on the Hash implementations for Array and Vec | Scott McMurray | -0/+17 |
| 2021-06-02 | Replace IntoIter::new with IntoIterator::into_iter in std | Muhammad Mominul Huque | -2/+2 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-23 | Update std::array module doc header | bstrie | -3/+1 |
| 2021-04-25 | Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-se | bors | -0/+22 |
| 2021-04-25 | Rollup merge of #84105 - WaffleLapkin:stabilize_array_from_ref, r=m-ou-se | Yuki Okushi | -2/+2 |