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
/
slice
/
iter.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-27
Remove `[T]::array_chunks(_mut)`
Scott McMurray
-249
/
+0
2025-07-01
Update version placeholders
Josh Stone
-1
/
+1
2025-06-12
Rollup merge of #138016 - nwoods-cimpress:slice_chunkby_clone, r=dtolnay
Matthias Krüger
-0
/
+7
2025-04-10
Stabilize `slice_as_chunks` library feature
Scott McMurray
-1
/
+0
2025-04-04
Optimize setting the slice to empty in slice Iter
Kornel
-9
/
+9
2025-04-04
Optimize slice Windows::nth
Kornel
-7
/
+9
2025-04-04
Optimize slice Iter::nth
Kornel
-10
/
+8
2025-04-02
Make slice iterator constructors unstably const
Daniel Bloom
-20
/
+25
2025-03-10
Changing #[stable] tag
Nathaniel Woods
-1
/
+1
2025-03-10
Added `Clone` implementation for `ChunkBy`
Nathaniel Woods
-0
/
+7
2024-12-22
Improve prose around `as_slice` example of IterMut
Marijn Schouten
-22
/
+20
2024-12-21
Rollup merge of #134579 - hkBst:patch-6, r=jhpratt
Jacob Pratt
-20
/
+13
2024-12-21
Rollup merge of #134577 - hkBst:patch-5, r=jhpratt
Jacob Pratt
-5
/
+11
2024-12-21
Rollup merge of #134576 - hkBst:patch-4, r=jhpratt
Jacob Pratt
-6
/
+12
2024-12-20
Improve prose around into_slice example of IterMut
Marijn Schouten
-20
/
+13
2024-12-20
Improve prose around `as_slice` example of Iter
Marijn Schouten
-5
/
+11
2024-12-20
Improve prose around basic examples of Iter and IterMut
Marijn Schouten
-6
/
+12
2024-12-20
remove reference to dangling from slice::Iter
Marijn Schouten
-1
/
+1
2024-09-25
Use `&raw` in the standard library
Josh Stone
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+2
2024-07-12
Updated slice documentation
Spencer
-10
/
+50
2024-06-11
replace version placeholder
Pietro Albini
-1
/
+1
2024-05-20
Add the impls for Box<[T]>: IntoIterator
Michael Goulet
-0
/
+3
2024-02-21
rename ptr::invalid -> ptr::without_provenance
Ralf Jung
-5
/
+7
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-1
/
+1
2024-02-09
Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789
bors
-12
/
+12
2024-02-08
Reduce use of NonNull::new_unchecked in library/
Ben Kimock
-7
/
+8
2024-02-08
Bump version placeholders
Mark Rousskov
-12
/
+12
2023-11-07
Stabilize `slice_group_by`
Niklas Fiekas
-32
/
+32
2024-01-23
Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviper
bors
-1
/
+1
2024-01-21
Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum
Nadrieril
-2
/
+1
2024-01-20
Use bool instead of PartiolOrd in is_sorted_by
EbbDrop
-2
/
+1
2024-01-15
Add private `NonZero<T>` type alias.
Markus Reiter
-3
/
+3
2024-01-13
libs: use `assert_unchecked` instead of intrinsic
joboet
-1
/
+1
2023-12-25
Documented unsafe blocks
lch361
-4
/
+12
2023-12-25
Removed redundant bounds checking at Split's next and next_mut methods
lch361
-4
/
+4
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-10-05
Add more diagnostic items for clippy
Jason Newcomb
-0
/
+1
2023-07-20
Get `!nonnull` metadata consistently in slice iterators, without needing `ass...
Scott McMurray
-12
/
+13
2023-05-12
Remove useless `assume`s from `slice::iter(_mut)`
Scott McMurray
-4
/
+0
2023-05-10
Simplify the implementation of iterators over slices of ZSTs
Scott McMurray
-11
/
+5
2023-04-29
Improve internal field comments on `slice::Iter(Mut)`
Scott McMurray
-6
/
+20
2023-04-20
More `mem::take` in `library`
Scott McMurray
-4
/
+4
2023-03-17
Switch impls of `is_sorted_by` between slices and slice iters
Maybe Waffle
-1
/
+1
2023-03-17
Make `slice::is_sorted_by` impl nicer
Maybe Waffle
-3
/
+1
2023-02-04
Allow canonicalizing the `array::map` loop in trusted cases
Scott McMurray
-1
/
+3
2023-01-15
replace manual ptr arithmetic with ptr_sub
The 8472
-7
/
+1
2023-01-14
Remove various double spaces in source comments.
André Vennberg
-2
/
+2
2022-11-20
add examples to chunks remainder methods. Also fixed some links to rchunk rem...
Felix S. Klock II
-2
/
+30
[next]