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
2019-06-20
Rollup merge of #60454 - acrrd:issues/54054_skip, r=scottmcm
Mazdak Farrokhzad
-0
/
+34
2019-06-09
implement nth_back for RangeInclusive
Adrian Friedli
-0
/
+20
2019-06-08
implement nth_back for Range
Adrian Friedli
-0
/
+17
2019-05-29
Add custom nth_back for Skip
Andrea Corradi
-0
/
+34
2019-05-29
Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnay
Mazdak Farrokhzad
-0
/
+16
2019-04-20
Deny rust_2018_idioms in libcore tests
Philipp Hansch
-2
/
+2
2019-04-16
implement nth_back for Enumerate
Adrian Friedli
-0
/
+18
2019-03-26
Test the size_hint of empty ranges too
Josh Stone
-0
/
+12
2019-03-26
Implement useful steps_between for all integers
Josh Stone
-0
/
+49
2019-03-16
Rollup merge of #59072 - RalfJung:miri-alloc-tests, r=kennytm
kennytm
-2
/
+0
2019-03-12
Add tests to ensure that Iterator::min and Iterator::max are stable
Tim Vermeulen
-0
/
+28
2019-03-10
we can now skip should_panic tests with the libtest harness
Ralf Jung
-2
/
+0
2019-03-06
Implement `iter::Sum` and `iter::Product` for `Option`
John Downey
-0
/
+16
2019-02-23
Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnay
Mazdak Farrokhzad
-3
/
+21
2019-02-13
review or fix remaining miri failures in libcore
Ralf Jung
-2
/
+0
2019-02-13
review or fix miri failures in iter, slice, cell, time
Ralf Jung
-6
/
+2
2019-02-13
mark failures expected due to panics
Ralf Jung
-2
/
+2
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-09
Fix exhaustion of inclusive range try_fold and try_rfold
Matthieu M
-3
/
+21
2019-02-07
disable tests in Miri
Ralf Jung
-0
/
+8
2019-01-17
Add initial impl of is_sorted to Iterator
Kevin Leimkuhler
-0
/
+13
2019-01-14
Remove unnecessary mut
Stjepan Glavina
-1
/
+1
2019-01-14
Fix failing test
Stjepan Glavina
-6
/
+7
2019-01-13
Add core::iter::once_with
Stjepan Glavina
-0
/
+17
2018-12-26
Auto merge of #56534 - xfix:copied, r=@SimonSapin
bors
-0
/
+17
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Merge branch 'master' into copied
Konrad Borowski
-0
/
+48
2018-12-20
Add DoubleEndedIterator::nth_back
Clar Fon
-0
/
+27
2018-12-17
Remove `<Cycle as Iterator>::try_fold` override
Shotaro Yamada
-0
/
+2
2018-12-09
Override Cycle::try_fold
Shotaro Yamada
-0
/
+2
2018-12-05
Add a test for cloned side effects
Konrad Borowski
-0
/
+17
2018-12-05
Add tests for Iterator::copied()
Konrad Borowski
-0
/
+17
2018-11-20
Add std::iter::successors
Simon Sapin
-0
/
+11
2018-11-19
fix test
Артём Павлов [Artyom Pavlov]
-1
/
+1
2018-11-18
tests
Артём Павлов [Artyom Pavlov]
-0
/
+10
2018-11-18
revert
Артём Павлов [Artyom Pavlov]
-5
/
+2
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-1
/
+1
2018-06-19
specialize StepBy<Range(Inclusive)>
Emerentius
-0
/
+8
2018-06-02
Stabilize iterator_repeat_with
Thayne McCombs
-12
/
+0
2018-04-03
Add Iterator::find_map
Aleksey Kladov
-0
/
+27
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
[next]