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
/
src
/
array
Age
Commit message (
Expand
)
Author
Lines
2021-02-15
Add internal `collect_into_array[_unchecked]` to remove duplicate code
Lukas Kalbertodt
-60
/
+110
2021-01-31
Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se
Jonas Schievink
-8
/
+19
2021-01-21
Add example to array::IntoIter::new’s doc-comment
Simon Sapin
-0
/
+10
2021-01-11
Add `[T; N]::each_ref` and `[T; N]::each_mut`
Lukas Kalbertodt
-3
/
+72
2020-12-29
Stabilize by-value `[T; N]` iterator `core::array::IntoIter`
Simon Sapin
-8
/
+9
2020-12-17
Added reference to tracking issue
Albin Hedman
-1
/
+1
2020-12-16
Update doc comment
Albin Hedman
-2
/
+5
2020-12-16
Update zip for better codegen, see discussion
Albin Hedman
-2
/
+2
2020-11-26
Added [T; N]::zip()
Albin Hedman
-0
/
+28
2020-11-19
Make as{_mut,}_slice on array::IntoIter public
est31
-2
/
+4
2020-11-16
Rollup merge of #78769 - est31:remove_lifetimes, r=KodrAus
Mara Bos
-8
/
+8
2020-11-16
Implement Index[Mut] for arrays
pubfnbar
-0
/
+25
2020-11-05
Remove unneeded lifetimes in array/mod.rs
est31
-8
/
+8
2020-11-05
Rollup merge of #78716 - est31:array_traits, r=Dylan-DPC
Mara Bos
-2
/
+3
2020-11-04
Fix outdated comment next to array_impl_default
est31
-2
/
+3
2020-10-26
Add lexicographical comparison doc
Rustin-Liu
-1
/
+1
2020-09-23
add tracking issue
Bastian Kauschke
-2
/
+2
2020-09-22
add array from_ref
Bastian Kauschke
-0
/
+14
2020-09-09
Rename MaybeUninit::read to assume_init_read.
Mara Bos
-2
/
+2
2020-09-05
rename MaybeUninit slice methods
Ralf Jung
-3
/
+3
2020-08-30
Add `[T; N]::as_[mut_]slice`
Lukas Kalbertodt
-0
/
+13
2020-08-26
apply bootstrap cfgs
Pietro Albini
-1
/
+0
2020-08-23
Switch to intra-doc links in `core::array`
Camelid
-3
/
+0
2020-08-13
Add drop check test & MaybeUninit::first_ptr_mut
kadmin
-2
/
+3
2020-08-13
Rm hiding feature gate & add 1 more example
kadmin
-3
/
+7
2020-08-13
Add tracking issue #75243
kadmin
-2
/
+9
2020-08-13
Add recommend changes to array
kadmin
-15
/
+16
2020-08-13
Add Array Impl Lang Item in various places
kadmin
-10
/
+7
2020-08-13
Create lang item array and add map fn
kadmin
-0
/
+53
2020-08-07
Simplify array::IntoIter
Josh Stone
-89
/
+55
2020-07-27
mv std libs to library/
mark
-0
/
+602
[prev]