| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-07-30 | Add docs about performance and `Iterator::map` to `[T; N]::map` | Lukas Kalbertodt | -0/+22 |
| 2021-07-27 | from review: add a comment why try_fold was chosen instead of fold | The8472 | -0/+5 |
| 2021-07-24 | implement fold() on array::IntoIter to improve flatten().collect() perf | The8472 | -0/+16 |
| 2021-07-21 | Remove unsound TrustedRandomAccess implementations | Frank Steffahn | -25/+1 |
| 2021-07-15 | Stabilize `[T; N]::map()` | inquisitivecrystal | -3/+2 |
| 2021-07-08 | Stop generating `alloca`s+`memcmp` for simple array equality | Scott McMurray | -2/+51 |
| 2021-07-08 | Move the `PartialEq` and `Eq` impls for arrays to a separate file | Scott McMurray | -112/+112 |
| 2021-06-24 | Use `hash_one` to simplify some other doctests | Scott McMurray | -8/+3 |
| 2021-06-16 | Add doc(hidden) to all __iterator_get_unchecked | Jacob Hoffman-Andrews | -0/+1 |
| 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-26 | Fix typo in core::array::IntoIter comment | BlackHoleFox | -1/+1 |
| 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 |
| 2021-04-16 | Document the edition behavior for array.into_iter() | Josh Stone | -0/+8 |
| 2021-04-16 | Skip into_iter() for arrays before 2021 | Josh Stone | -0/+4 |
| 2021-04-16 | Add `IntoIterator` impl `for [T; N]` (arrays by value) | Lukas Kalbertodt | -0/+10 |
| 2021-04-11 | stabilize core::array::{from_ref,from_mut} | Waffle | -2/+2 |
| 2021-04-11 | Remove FixedSizeArray | Tomasz Miąsko | -36/+0 |
| 2021-03-26 | Use iter::zip in library/ | Josh Stone | -2/+2 |
| 2021-03-21 | implement TrustedRandomAccess for array::IntoIter | The8472 | -1/+24 |
| 2021-03-08 | Update library/core/src/array/mod.rs | Arnav Jindal | -1/+1 |
| 2021-03-08 | Grammar Fixes | Arnav Jindal | -4/+4 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -3/+1 |