index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
tests
/
array.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-10-02
MIRI -> Miri
Ralf Jung
-2
/
+2
2023-06-13
ignore core, alloc and test tests that require unwinding on panic=abort
Pietro Albini
-12
/
+3
2023-03-27
replace advance_by returning usize with Result<(), NonZeroUsize>
The 8472
-16
/
+17
2023-03-27
Change advance(_back)_by to return `usize` instead of `Result<(), usize>`
The 8472
-17
/
+17
2023-02-04
Stop using `into_iter` in `array::map`
Scott McMurray
-0
/
+25
2022-05-20
Stabilize core::array::from_fn
Caio
-1
/
+1
2022-04-02
Fix `array::IntoIter::fold` to use the optimized `Range::fold`
Scott McMurray
-0
/
+32
2021-12-17
Auto merge of #91838 - scottmcm:array-slice-eq-via-arrays-not-slices, r=dtolnay
bors
-0
/
+44
2021-12-14
Do array-slice equality via arrays, rather than always via slices
Scott McMurray
-0
/
+44
2021-12-14
Fix a bunch of typos
Frank Steffahn
-1
/
+1
2021-12-13
Rollup merge of #91086 - rhysd:issue-91085, r=m-ou-se
Matthias Krüger
-1
/
+12
2021-12-10
Add rsplit_array variants to slices and arrays
Jethro Beekman
-0
/
+33
2021-12-03
Override `Iterator::advance(_back)_by` for `array::IntoIter`
Scott McMurray
-0
/
+106
2021-12-02
Make array::{try_from_fn, try_map} and Iterator::try_find generic over Try
Scott McMurray
-1
/
+1
2021-11-20
Implement `TryFrom<&'_ mut [T]>` for `[T; N]`
rhysd
-1
/
+12
2021-10-24
Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obk
Matthias Krüger
-0
/
+5
2021-10-23
Add tests for `const_slice_from_ref` and `const_array_from_ref`
Maybe Waffle
-0
/
+5
2021-10-22
Implement split_array and split_array_mut
Jethro Beekman
-0
/
+33
2021-10-08
Also cfg flag auxiliar function
Caio
-0
/
+1
2021-10-03
Skip platforms without unwinding support
Caio
-0
/
+2
2021-09-30
Add 'core::array::from_fn' and 'core::array::try_from_fn'
Caio
-2
/
+79
2021-06-02
Update expressions where we can use array's IntoIterator implementation
Muhammad Mominul Huque
-1
/
+1
2021-06-02
Replace IntoIter::new with IntoIterator::into_iter in std
Muhammad Mominul Huque
-22
/
+22
2021-04-11
Remove FixedSizeArray
Tomasz Miąsko
-19
/
+1
2020-09-28
Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matklad
Ralf Jung
-0
/
+29
2020-09-22
add array from_ref
Bastian Kauschke
-1
/
+16
2020-09-21
Move array cycle test
Alexis Bourget
-0
/
+29
2020-08-13
Add drop check test & MaybeUninit::first_ptr_mut
kadmin
-0
/
+29
2020-08-13
Add recommend changes to array
kadmin
-0
/
+4
2020-08-13
Add Array Impl Lang Item in various places
kadmin
-0
/
+7
2020-07-27
mv std libs to library/
mark
-0
/
+292