about summary refs log tree commit diff
path: root/library/core/tests/array.rs
AgeCommit message (Expand)AuthorLines
2023-12-10remove redundant importssurechen-1/+0
2023-10-02MIRI -> MiriRalf Jung-2/+2
2023-06-13ignore core, alloc and test tests that require unwinding on panic=abortPietro Albini-12/+3
2023-03-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-16/+17
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-17/+17
2023-02-04Stop using `into_iter` in `array::map`Scott McMurray-0/+25
2022-05-20Stabilize core::array::from_fnCaio-1/+1
2022-04-02Fix `array::IntoIter::fold` to use the optimized `Range::fold`Scott McMurray-0/+32
2021-12-17Auto merge of #91838 - scottmcm:array-slice-eq-via-arrays-not-slices, r=dtolnaybors-0/+44
2021-12-14Do array-slice equality via arrays, rather than always via slicesScott McMurray-0/+44
2021-12-14Fix a bunch of typosFrank Steffahn-1/+1
2021-12-13Rollup merge of #91086 - rhysd:issue-91085, r=m-ou-seMatthias Krüger-1/+12
2021-12-10Add rsplit_array variants to slices and arraysJethro Beekman-0/+33
2021-12-03Override `Iterator::advance(_back)_by` for `array::IntoIter`Scott McMurray-0/+106
2021-12-02Make array::{try_from_fn, try_map} and Iterator::try_find generic over TryScott McMurray-1/+1
2021-11-20Implement `TryFrom<&'_ mut [T]>` for `[T; N]`rhysd-1/+12
2021-10-24Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obkMatthias Krüger-0/+5
2021-10-23Add tests for `const_slice_from_ref` and `const_array_from_ref`Maybe Waffle-0/+5
2021-10-22Implement split_array and split_array_mutJethro Beekman-0/+33
2021-10-08Also cfg flag auxiliar functionCaio-0/+1
2021-10-03Skip platforms without unwinding supportCaio-0/+2
2021-09-30Add 'core::array::from_fn' and 'core::array::try_from_fn'Caio-2/+79
2021-06-02Update expressions where we can use array's IntoIterator implementationMuhammad Mominul Huque-1/+1
2021-06-02Replace IntoIter::new with IntoIterator::into_iter in stdMuhammad Mominul Huque-22/+22
2021-04-11Remove FixedSizeArrayTomasz Miąsko-19/+1
2020-09-28Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matkladRalf Jung-0/+29
2020-09-22add array from_refBastian Kauschke-1/+16
2020-09-21Move array cycle testAlexis Bourget-0/+29
2020-08-13Add drop check test & MaybeUninit::first_ptr_mutkadmin-0/+29
2020-08-13Add recommend changes to arraykadmin-0/+4
2020-08-13Add Array Impl Lang Item in various placeskadmin-0/+7
2020-07-27mv std libs to library/mark-0/+292