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
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
2021-01-13
Auto merge of #77858 - ijackson:split-inclusive, r=KodrAus
bors
-15
/
+11
2021-01-13
bump split_inclusive stabilization to 1.51.0
Ashley Mannix
-11
/
+11
2021-01-07
Enclose types in comments in backticks
Marcus Svensson
-4
/
+4
2021-01-07
Fix type name in doc example for Iter and IterMut
Marcus Svensson
-4
/
+4
2021-01-04
Stabilize split_inclusive
Ian Jackson
-15
/
+11
2020-12-31
Replace the tracking issue for the slice_group_by feature
Clément Renault
-12
/
+12
2020-12-10
Implement a user friendly Debug on GroupBy and GroupByMut
Clément Renault
-2
/
+14
2020-12-10
Fix the fmt issues
Clément Renault
-17
/
+14
2020-12-10
Mute the file-length error
Clément Renault
-0
/
+1
2020-12-10
Mark the Iterator last self parameter as mut
Clément Renault
-2
/
+2
2020-12-10
Use none as the issue instead of 0
Clément Renault
-9
/
+9
2020-12-10
Implement last on the GroupBy and GroupByMut Iterators
Clément Renault
-0
/
+10
2020-12-10
Implement size_hint on the GroupBy and GroupByMut Iterators
Clément Renault
-0
/
+18
2020-12-10
Implement it with only safe code
Clément Renault
-141
/
+97
2020-12-10
Introduce the GroupBy and GroupByMut Iterators
Clément Renault
-0
/
+180
2020-10-27
Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodt
Yuki Okushi
-15
/
+4
2020-10-06
Eliminate bounds checking in slice::Windows
AnthonyMikh
-14
/
+15
2020-10-04
Add [T]::as_chunks_mut (as unstable)
Scott McMurray
-15
/
+4
2020-09-26
Rollup merge of #77076 - GuillaumeGomez:missing-code-examples-slice-iter, r=D...
Ralf Jung
-0
/
+164
2020-09-25
Add missing code examples on slice iter types
Guillaume Gomez
-0
/
+164
2020-09-25
Rename Iterator::get_unchecked
Matthew Jasper
-23
/
+24
2020-09-18
inline inner function of inlining methods
Lzu Tao
-0
/
+19
2020-09-18
Move unsafe code of slice `new` function of their Iterator structs
Lzu Tao
-42
/
+106
2020-09-17
Using <Iter>::new instead of exposing internal fields
Lzu Tao
-57
/
+193
2020-09-16
Add array window fn
kadmin
-0
/
+100
2020-09-14
Move iterator impls to a new module
Lzu Tao
-0
/
+2495