about summary refs log tree commit diff
path: root/library/core/src/array
AgeCommit message (Expand)AuthorLines
2023-12-10remove redundant importssurechen-1/+1
2023-11-17Rollup merge of #117549 - DaniPopes:more-copied, r=b-naberMatthias Krüger-1/+1
2023-11-03library: use `copied` instead of manual `map`DaniPopes-1/+1
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-1/+1
2023-10-15Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcmbors-1/+26
2023-10-06optimize zipping over array iteratorsThe 8472-1/+26
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+1
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-1/+1
2023-05-30Remove array_zipJubilee Young-23/+0
2023-05-27Auto merge of #112016 - GuillaumeGomez:rollup-fhqn4i6, r=GuillaumeGomezbors-0/+4
2023-05-25Add #[inline] to array TryFrom implsBen Kimock-0/+4
2023-05-24Stabilize `BuildHasher::hash_one`Scott McMurray-1/+0
2023-05-04Add an example that depends on `is_ascii` in a `const`Scott McMurray-0/+13
2023-05-04Constify `[u8]::is_ascii` (unstably)Scott McMurray-1/+1
2023-05-03Add the basic `ascii::Char` typeScott McMurray-0/+35
2023-04-28Make sure that signatures aren't accidental refinementsMichael Goulet-2/+2
2023-04-22Add `intrinsics::transmute_unchecked`Scott McMurray-12/+6
2023-04-16rm const traits in libcoreDeadbeef-16/+9
2023-03-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-4/+5
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-8/+6
2023-03-01Merge two different equality specialization traits in `core`Scott McMurray-67/+6
2023-02-13Auto merge of #107634 - scottmcm:array-drain, r=thomccbors-127/+205
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-127/+130
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/+74
2023-01-14Remove various double spaces in source comments.André Vennberg-3/+3
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-4/+3
2022-09-26remove cfg(bootstrap)Pietro Albini-2/+0
2022-09-23Added const Default impls for Arrays and Tuples.onestacked-1/+2
2022-09-21Auto merge of #100214 - scottmcm:strict-range, r=thomccbors-31/+23
2022-09-19Optimize `array::IntoIter`Scott McMurray-31/+23
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-08-11more typosRalf Jung-1/+1
2022-07-20fix typoRalf Jung-1/+1
2022-07-20make raw_eq precondition more restrictiveRalf Jung-3/+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-05-14Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472bors-1/+15
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-1/+1