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
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+1
2023-05-30
Remove array_zip
Jubilee Young
-23
/
+0
2023-05-27
Auto merge of #112016 - GuillaumeGomez:rollup-fhqn4i6, r=GuillaumeGomez
bors
-0
/
+4
2023-05-25
Add #[inline] to array TryFrom impls
Ben Kimock
-0
/
+4
2023-05-24
Stabilize `BuildHasher::hash_one`
Scott McMurray
-1
/
+0
2023-05-04
Add an example that depends on `is_ascii` in a `const`
Scott McMurray
-0
/
+13
2023-05-04
Constify `[u8]::is_ascii` (unstably)
Scott McMurray
-1
/
+1
2023-05-03
Add the basic `ascii::Char` type
Scott McMurray
-0
/
+35
2023-04-28
Make sure that signatures aren't accidental refinements
Michael Goulet
-2
/
+2
2023-04-22
Add `intrinsics::transmute_unchecked`
Scott McMurray
-12
/
+6
2023-04-16
rm const traits in libcore
Deadbeef
-16
/
+9
2023-03-27
replace advance_by returning usize with Result<(), NonZeroUsize>
The 8472
-4
/
+5
2023-03-27
Change advance(_back)_by to return `usize` instead of `Result<(), usize>`
The 8472
-8
/
+6
2023-03-01
Merge two different equality specialization traits in `core`
Scott McMurray
-67
/
+6
2023-02-13
Auto merge of #107634 - scottmcm:array-drain, r=thomcc
bors
-127
/
+205
2023-02-10
Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates
Tobias Bucher
-15
/
+2
2023-02-04
Allow canonicalizing the `array::map` loop in trusted cases
Scott McMurray
-127
/
+130
2023-02-04
Stop forcing `array::map` through an unnecessary `Result`
Scott McMurray
-57
/
+69
2023-02-04
Stop using `into_iter` in `array::map`
Scott McMurray
-11
/
+74
2023-01-14
Remove various double spaces in source comments.
André Vennberg
-3
/
+3
2022-12-15
doc: Fix a few small issues
Hannes Körber
-2
/
+2
2022-11-25
change example of array_from_fn to match suggestion
Fabian Hintringer
-3
/
+3
2022-11-24
improve array_from_fn documenation
Fabian Hintringer
-2
/
+13
2022-11-08
document and improve array Guard type
The 8472
-5
/
+34
2022-11-07
make the array initialization guard available to other modules
The 8472
-18
/
+18
2022-10-23
Rollup merge of #100462 - zohnannor:master, r=thomcc
Michael Howell
-0
/
+4
2022-10-17
Remove all uses of array_assume_init
Alex Saveau
-4
/
+3
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-2
/
+0
2022-09-23
Added const Default impls for Arrays and Tuples.
onestacked
-1
/
+2
2022-09-21
Auto merge of #100214 - scottmcm:strict-range, r=thomcc
bors
-31
/
+23
2022-09-19
Optimize `array::IntoIter`
Scott McMurray
-31
/
+23
2022-09-10
array docs - advertise how to get array from slice
Doug Cook (WINDOWS)
-0
/
+48
2022-08-22
Move error trait into core
Jane Losare-Lusby
-0
/
+11
2022-08-20
Improve primitive/std docs separation and headers
Cameron Steffen
-1
/
+1
2022-08-12
Clarify `array:from_fn` documentation
zohnannor
-0
/
+4
2022-08-11
more typos
Ralf Jung
-1
/
+1
2022-07-20
fix typo
Ralf Jung
-1
/
+1
2022-07-20
make raw_eq precondition more restrictive
Ralf Jung
-3
/
+4
2022-06-21
Add `Iterator::next_chunk`
Ross MacArthur
-31
/
+48
2022-05-24
Stabilize `{slice,array}::from_ref`
Maybe Waffle
-1
/
+1
2022-05-20
Stabilize core::array::from_fn
Caio
-7
/
+5
2022-05-14
Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472
bors
-1
/
+15
2022-04-14
Remove use of `#[rustc_deprecated]`
Jacob Pratt
-1
/
+1
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-1
/
+0
2022-04-02
Fix `array::IntoIter::fold` to use the optimized `Range::fold`
Scott McMurray
-1
/
+15
2022-03-30
remove now unnecessary lang items
lcnr
-1
/
+1
2022-03-10
Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obk
Matthias Krüger
-4
/
+6
2022-03-06
Constify slice index for strings
Deadbeef
-4
/
+6
2022-02-23
Fix a typo in documentation of `array::IntoIter::new_unchecked`
Waffle Maybe
-1
/
+1
2022-02-03
Add missing const stability attributes
Jacob Pratt
-0
/
+1
[next]