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
2021-10-10
Add #[must_use] to conversions that move self
John Kugelman
-0
/
+4
2021-08-12
Test and fix size_hint for slice's [r]split* iterators
Frank Steffahn
-8
/
+25
2021-08-06
Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si...
bors
-1
/
+0
2021-07-28
Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...
Frank Steffahn
-14
/
+66
2021-07-25
ignore comments in tidy-filelength
ibraheemdev
-1
/
+0
2021-07-02
optimize chunks and chunks_mut
The8472
-13
/
+11
2021-06-16
Add doc(hidden) to all __iterator_get_unchecked
Jacob Hoffman-Andrews
-0
/
+2
2021-03-22
Rollup merge of #82771 - emilio:iter-mut-as-slice, r=m-ou-se
Dylan DPC
-2
/
+8
2021-03-21
Bump slice_iter_mut_as_slice stable version.
Mara Bos
-2
/
+2
2021-03-19
Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-se
Dylan DPC
-2
/
+4
2021-03-04
slice: Stabilize IterMut::as_slice.
Emilio Cobos Álvarez
-2
/
+8
2021-03-02
Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytm
bors
-39
/
+13
2021-02-27
Add `as_str` method for split whitespace str iterators
Waffle
-2
/
+4
2021-02-25
Convert the rest of the standard library primitives to intra-doc links
Joshua Nelson
-52
/
+52
2021-02-15
Turn may_have_side_effect into an associated constant
Tomasz Miąsko
-39
/
+13
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