| Age | Commit message (Expand) | Author | Lines |
| 2021-12-23 | Switch all libraries to the 2021 edition | Deadbeef | -2/+0 |
| 2021-12-14 | Do array-slice equality via arrays, rather than always via slices | Scott McMurray | -12/+29 |
| 2021-12-14 | Auto merge of #91766 - scottmcm:more-array-raw-eq, r=yaahc | bors | -5/+49 |
| 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 | Allow `memcmp` for more array comparisons | Scott McMurray | -5/+49 |
| 2021-12-10 | Add rsplit_array variants to slices and arrays | Jethro Beekman | -0/+78 |
| 2021-12-08 | Auto merge of #91512 - scottmcm:array-intoiter-advance, r=Mark-Simulacrum | bors | -1/+43 |
| 2021-12-06 | s/from_raw_parts/new_unchecked/ | Scott McMurray | -3/+3 |
| 2021-12-06 | Add tracking issue; make `empty` const too (unstably) | Scott McMurray | -4/+5 |
| 2021-12-06 | Move the doc test to edition2021 | Scott McMurray | -6/+5 |
| 2021-12-06 | Add `array::IntoIter::{empty, from_raw_parts}` | Scott McMurray | -0/+129 |
| 2021-12-04 | Update array::IntoIter::new deprecation version. | Mara Bos | -1/+1 |
| 2021-12-04 | Swap body of array::IntoIter::new and IntoIterator::new. | Mara Bos | -28/+28 |
| 2021-12-04 | Deprecate array::IntoIter::new. | Mara Bos | -20/+1 |
| 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-03 | Override `Iterator::advance(_back)_by` for `array::IntoIter` | Scott McMurray | -1/+43 |
| 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-11 | use fold instead of try_fold now that .by_ref().next() has been inlined | The8472 | -13/+6 |
| 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-22 | PR fixup | Aman Arora | -1/+1 |
| 2021-09-21 | 2229: Annotate stdlib with insignficant dtors | Aman Arora | -0/+1 |
| 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-09-03 | Update outdated docs of array::IntoIter::new. | Mara Bos | -2/+7 |
| 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-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -1/+2 |
| 2021-08-01 | bump bootstrap compiler to 1.55 | Pietro Albini | -5/+0 |