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
/
src
/
libcore
/
tests
/
iter.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-01
Add a Zip::nth test for side effects
Scott McMurray
-0
/
+20
2018-03-01
Specialize Zip::nth for TrustedRandomAccess
Scott McMurray
-0
/
+17
2018-02-20
core::iter::Flatten: update FlatMap & Flatten according to discussion
Mazdak Farrokhzad
-2
/
+106
2018-02-20
add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten()
Mazdak Farrokhzad
-0
/
+2
2018-02-14
Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alexcrichton
kennytm
-0
/
+45
2018-02-12
core::iter::repeat_with: fix tests some more
Mazdak Farrokhzad
-5
/
+5
2018-02-12
core::iter::repeat_with: fix tests
Mazdak Farrokhzad
-1
/
+2
2018-02-12
add core::iter::repeat_with
Mazdak Farrokhzad
-0
/
+44
2018-02-09
Use is_empty in range iteration exhaustion tests
Scott McMurray
-9
/
+52
2018-02-09
Add Range[Inclusive]::is_empty
Scott McMurray
-2
/
+2
2018-02-08
Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnay
bors
-0
/
+19
2018-02-07
Simplify RangeInclusive::next[_back]
Scott McMurray
-0
/
+19
2018-02-07
Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=bluss
Manish Goregaokar
-0
/
+43
2018-02-07
Rollup merge of #48012 - scottmcm:faster-rangeinclusive-fold, r=alexcrichton
kennytm
-0
/
+20
2018-02-04
Override try_[r]fold for RangeInclusive
Scott McMurray
-0
/
+20
2018-02-04
TrustedLen for Repeat / RangeFrom test cases
oberien
-0
/
+43
2018-01-19
Handle Overflow
oberien
-0
/
+44
2018-01-19
Unit Tests
oberien
-0
/
+18
2018-01-09
Add `min` and `last` specialisations for `Range`
varkor
-4
/
+15
2018-01-05
Fix behaviour after iterator exhaustion
varkor
-2
/
+11
2018-01-04
Remove min from RangeFrom
varkor
-7
/
+0
2018-01-04
Add tests for specialised Range iter methods
varkor
-0
/
+32
2017-10-29
Fundamental internal iteration with try_fold
Scott McMurray
-0
/
+223
2017-09-29
Auto merge of #44856 - cuviper:more-fold, r=dtolnay
bors
-3
/
+177
2017-09-25
Add more custom folding to `core::iter` adaptors
Josh Stone
-3
/
+177
2017-09-22
Add support for `..=` syntax
Alex Burka
-16
/
+16
2017-09-15
Add a specific test for `FlatMap::fold`
Josh Stone
-0
/
+16
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-07-08
Add tests for reaching the end of RangeInclusive as an iterator
Simon Sapin
-0
/
+20
2017-07-08
Add tests for Range*::nth
Simon Sapin
-0
/
+49
2017-07-01
Delete deprecated & unstable range-specific `step_by`
Scott McMurray
-26
/
+16
2017-05-31
Avoid range::step_by in another test
Scott McMurray
-2
/
+2
2017-05-31
Deprecate Range*::step_by
Scott McMurray
-13
/
+21
2017-05-30
RangeFrom should have an infinite size_hint
Scott McMurray
-0
/
+1
2017-05-23
Override size_hint and propagate ExactSizeIterator for iter::StepBy
Scott McMurray
-0
/
+73
2017-05-12
Fix commit derp and update implementations and documentation
Ivan Dardi
-1
/
+28
2017-04-23
Step::replace_one should put a one, not a zero (Issue #41492)
Scott McMurray
-0
/
+38
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-0
/
+1084