about summary refs log tree commit diff
path: root/library/core/src/array/mod.rs
AgeCommit message (Expand)AuthorLines
2023-02-13Auto merge of #107634 - scottmcm:array-drain, r=thomccbors-127/+129
2023-02-10Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gatesTobias Bucher-15/+2
2023-02-04Allow canonicalizing the `array::map` loop in trusted casesScott McMurray-123/+101
2023-02-04Stop forcing `array::map` through an unnecessary `Result`Scott McMurray-57/+69
2023-02-04Stop using `into_iter` in `array::map`Scott McMurray-11/+23
2022-12-15doc: Fix a few small issuesHannes Körber-2/+2
2022-11-25change example of array_from_fn to match suggestionFabian Hintringer-3/+3
2022-11-24improve array_from_fn documenationFabian Hintringer-2/+13
2022-11-08document and improve array Guard typeThe 8472-5/+34
2022-11-07make the array initialization guard available to other modulesThe 8472-18/+18
2022-10-23Rollup merge of #100462 - zohnannor:master, r=thomccMichael Howell-0/+4
2022-10-17Remove all uses of array_assume_initAlex Saveau-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-2/+0
2022-09-23Added const Default impls for Arrays and Tuples.onestacked-1/+2
2022-09-10array docs - advertise how to get array from sliceDoug Cook (WINDOWS)-0/+48
2022-08-22Move error trait into coreJane Losare-Lusby-0/+11
2022-08-20Improve primitive/std docs separation and headersCameron Steffen-1/+1
2022-08-12Clarify `array:from_fn` documentationzohnannor-0/+4
2022-06-21Add `Iterator::next_chunk`Ross MacArthur-31/+48
2022-05-24Stabilize `{slice,array}::from_ref`Maybe Waffle-1/+1
2022-05-20Stabilize core::array::from_fnCaio-7/+5
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
2022-03-30remove now unnecessary lang itemslcnr-1/+1
2022-03-06Constify slice index for stringsDeadbeef-4/+6
2022-02-03Add missing const stability attributesJacob Pratt-0/+1
2021-12-23Switch all libraries to the 2021 editionDeadbeef-2/+0
2021-12-13Rollup merge of #91086 - rhysd:issue-91085, r=m-ou-seMatthias Krüger-0/+12
2021-12-11Rollup merge of #90270 - woppopo:const_borrow_trait, r=dtolnayMatthias Krüger-2/+4
2021-12-10Add rsplit_array variants to slices and arraysJethro Beekman-0/+78
2021-12-04Swap body of array::IntoIter::new and IntoIterator::new.Mara Bos-21/+0
2021-12-04Update stabilization version of try_from_mut_slice_to_arrayMara Bos-1/+1
2021-12-04Make `Borrow` and `BorrowMut` impls `const`woppopo-2/+4
2021-12-02Make array::{try_from_fn, try_map} and Iterator::try_find generic over TryScott McMurray-32/+84
2021-11-30Apply cfg-bootstrap switchMark Rousskov-5/+0
2021-11-21Reborrow mut slice instead of converting it with `as_ref`Linda_pp-1/+1
2021-11-20Update version in `stable` attributeLinda_pp-1/+1
2021-11-20Implement `TryFrom<&'_ mut [T]>` for `[T; N]`rhysd-0/+12
2021-11-10Moar #[inline]Scott McMurray-0/+2
2021-11-09Specialize array cloning for Copy typesScott McMurray-3/+22
2021-11-08Attempt to address perf regressions with #[inline]bstrie-2/+4
2021-11-08impl Copy/Clone for arrays in std, not in compilerbstrie-0/+18
2021-10-24Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obkMatthias Krüger-2/+4
2021-10-23Fill tracking issue for `const_slice_from_ref` and `const_array_from_ref`Maybe Waffle-2/+2
2021-10-22Mark {array,slice}::{from_ref,from_mut} as const fnMaybe Waffle-2/+4
2021-10-22Implement split_array and split_array_mutJethro Beekman-0/+78
2021-10-18Make more `From` impls `const`woppopo-1/+2
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