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
/
iter
/
adapters
/
array_chunks.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-04
force exhaustion in iter::ArrayChunks::into_remainder
Arthur Carcano
-1
/
+14
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-4
/
+4
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-09-03
Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks
The 8472
-1
/
+33
2023-02-04
Allow canonicalizing the `array::map` loop in trusted cases
Scott McMurray
-10
/
+4
2023-02-03
Replace `ConstFnMutClosure` with const closures
Deadbeef
-4
/
+2
2022-11-08
document and improve array Guard type
The 8472
-3
/
+5
2022-11-07
simplification: do not process the ArrayChunks remainder in fold()
The 8472
-18
/
+2
2022-11-07
specialize iter::ArrayChunks::fold for TrustedRandomAccess iters
The 8472
-3
/
+86
2022-09-26
Use a macro to not have to copy-paste `ConstFnMutClosure::new(&mut fold, Neve...
Scott McMurray
-16
/
+3
2022-09-23
Constifed Try trait
onestacked
-4
/
+5
2022-08-12
fill-in tracking issue for `feature(iter_array_chunks)`
Maybe Waffle
-6
/
+6
2022-08-12
address review comments
Maybe Waffle
-6
/
+8
2022-08-02
Use `next_chunk` in `ArrayChunks` impl
Maybe Waffle
-132
/
+37
2022-08-01
Simplify `ArrayChunks::{,r}fold` impls
Maybe Waffle
-46
/
+4
2022-08-01
Simplify `ArrayChunks::is_empty`
Maybe Waffle
-1
/
+1
2022-08-01
Remove `Fuse` from `ArrayChunks` implementation
Maybe Waffle
-3
/
+3
2022-08-01
Use `#[track_caller]` to make panic in `Iterator::array_chunks` nicer
Maybe Waffle
-0
/
+1
2022-08-01
Remove incorrect impl `TrustedLen` for `ArrayChunks`
Maybe Waffle
-9
/
+2
2022-08-01
Forward `ArrayChunks::next{,_back}` to `try_{for_each,rfold}`
Maybe Waffle
-42
/
+2
2022-08-01
Remove `array::IntoIter::with_partial` -- an artifact of the past, once used ...
Maybe Waffle
-3
/
+4
2022-08-01
Use `array::IntoIter` for the `ArrayChunks` remainder
Ross MacArthur
-79
/
+14
2022-08-01
Add `Iterator::array_chunks()`
Ross MacArthur
-0
/
+427