about summary refs log tree commit diff
path: root/library/core/src/array/mod.rs
AgeCommit message (Expand)AuthorLines
2021-10-09Rollup merge of #75644 - c410-f3r:array, r=yaahcGuillaume Gomez-17/+103
2021-10-03Rollup merge of #88353 - jhpratt:stabilize-array-as-ref, r=joshtriplettManish Goregaokar-3/+3
2021-09-30Remove an unnecessary use of unwrap_uncheckedFrank Steffahn-4/+7
2021-09-30Improve previous commitFrank Steffahn-6/+5
2021-09-30Use reference instead of raw pointerCaio-7/+7
2021-09-30Add 'core::array::from_fn' and 'core::array::try_from_fn'Caio-7/+91
2021-09-05Auto merge of #88469 - patrick-gu:master, r=dtolnaybors-1/+1
2021-09-03Remove excessive linkingpatrick-gu-3/+3
2021-08-30use `unwrap_unchecked` where possibleibraheemdev-5/+2
2021-08-29Add links in docs for some primitive typespatrick-gu-4/+4
2021-08-26Partially stabilize `array_methods`Jacob Pratt-3/+3
2021-08-17Constified `Default` implementationsDeadbeef-1/+2
2021-07-30Add docs about performance and `Iterator::map` to `[T; N]::map`Lukas Kalbertodt-0/+22
2021-07-15Stabilize `[T; N]::map()`inquisitivecrystal-3/+2
2021-07-08Move the `PartialEq` and `Eq` impls for arrays to a separate fileScott McMurray-112/+1
2021-06-24Use `hash_one` to simplify some other doctestsScott McMurray-8/+3
2021-06-17Rollup merge of #86140 - scottmcm:array-hash-facepalm, r=kennytmYuki Okushi-0/+17
2021-06-08Mention the Borrow guarantee on the Hash implementations for Array and VecScott McMurray-0/+17
2021-06-02Replace IntoIter::new with IntoIterator::into_iter in stdMuhammad Mominul Huque-2/+2
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-23Update std::array module doc headerbstrie-3/+1
2021-04-25Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-sebors-0/+22
2021-04-25Rollup merge of #84105 - WaffleLapkin:stabilize_array_from_ref, r=m-ou-seYuki Okushi-2/+2
2021-04-16Document the edition behavior for array.into_iter()Josh Stone-0/+8
2021-04-16Skip into_iter() for arrays before 2021Josh Stone-0/+4
2021-04-16Add `IntoIterator` impl `for [T; N]` (arrays by value)Lukas Kalbertodt-0/+10
2021-04-11stabilize core::array::{from_ref,from_mut}Waffle-2/+2
2021-04-11Remove FixedSizeArrayTomasz Miąsko-36/+0
2021-03-08Update library/core/src/array/mod.rsArnav Jindal-1/+1
2021-03-08Grammar FixesArnav Jindal-4/+4
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-1/+1
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-1/+1
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-1/+1
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-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-05rename MaybeUninit slice methodsRalf Jung-1/+1
2020-08-30Add `[T; N]::as_[mut_]slice`Lukas Kalbertodt-0/+13
2020-08-26apply bootstrap cfgsPietro Albini-1/+0