about summary refs log tree commit diff
path: root/library/core/tests/array.rs
AgeCommit message (Expand)AuthorLines
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