about summary refs log tree commit diff
path: root/library/core/src/array
AgeCommit message (Expand)AuthorLines
2021-02-15Add internal `collect_into_array[_unchecked]` to remove duplicate codeLukas Kalbertodt-60/+110
2021-01-31Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-seJonas Schievink-8/+19
2021-01-21Add example to array::IntoIter::new’s doc-commentSimon Sapin-0/+10
2021-01-11Add `[T; N]::each_ref` and `[T; N]::each_mut`Lukas Kalbertodt-3/+72
2020-12-29Stabilize by-value `[T; N]` iterator `core::array::IntoIter`Simon Sapin-8/+9
2020-12-17Added reference to tracking issueAlbin Hedman-1/+1
2020-12-16Update doc commentAlbin Hedman-2/+5
2020-12-16Update zip for better codegen, see discussionAlbin Hedman-2/+2
2020-11-26Added [T; N]::zip()Albin Hedman-0/+28
2020-11-19Make as{_mut,}_slice on array::IntoIter publicest31-2/+4
2020-11-16Rollup merge of #78769 - est31:remove_lifetimes, r=KodrAusMara Bos-8/+8
2020-11-16Implement Index[Mut] for arrayspubfnbar-0/+25
2020-11-05Remove unneeded lifetimes in array/mod.rsest31-8/+8
2020-11-05Rollup merge of #78716 - est31:array_traits, r=Dylan-DPCMara Bos-2/+3
2020-11-04Fix outdated comment next to array_impl_defaultest31-2/+3
2020-10-26Add lexicographical comparison docRustin-Liu-1/+1
2020-09-23add tracking issueBastian Kauschke-2/+2
2020-09-22add array from_refBastian Kauschke-0/+14
2020-09-09Rename MaybeUninit::read to assume_init_read.Mara Bos-2/+2
2020-09-05rename MaybeUninit slice methodsRalf Jung-3/+3
2020-08-30Add `[T; N]::as_[mut_]slice`Lukas Kalbertodt-0/+13
2020-08-26apply bootstrap cfgsPietro Albini-1/+0
2020-08-23Switch to intra-doc links in `core::array`Camelid-3/+0
2020-08-13Add drop check test & MaybeUninit::first_ptr_mutkadmin-2/+3
2020-08-13Rm hiding feature gate & add 1 more examplekadmin-3/+7
2020-08-13Add tracking issue #75243kadmin-2/+9
2020-08-13Add recommend changes to arraykadmin-15/+16
2020-08-13Add Array Impl Lang Item in various placeskadmin-10/+7
2020-08-13Create lang item array and add map fnkadmin-0/+53
2020-08-07Simplify array::IntoIterJosh Stone-89/+55
2020-07-27mv std libs to library/mark-0/+602