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
/
src
/
libcore
/
iter
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-26
Auto merge of #56534 - xfix:copied, r=@SimonSapin
bors
-0
/
+100
2018-12-26
Add a tracking issue for Iterator::copied
Konrad Borowski
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Merge branch 'master' into copied
Konrad Borowski
-23
/
+26
2018-12-20
Add DoubleEndedIterator::nth_back
Clar Fon
-0
/
+6
2018-12-17
Remove `<Cycle as Iterator>::try_fold` override
Shotaro Yamada
-13
/
+0
2018-12-09
Don't call size_hint of underlying iterator needlessly
Shotaro Yamada
-2
/
+10
2018-12-09
Resolve FIXME and cleanup
Shotaro Yamada
-20
/
+7
2018-12-09
Override Cycle::try_fold
Shotaro Yamada
-0
/
+13
2018-12-05
Avoid calling clone in DoubleEndedIterator implementation of Copied
Konrad Borowski
-2
/
+2
2018-12-05
Use inner iterator may_have_side_effect for Cloned
Konrad Borowski
-1
/
+3
2018-12-05
Copy may_have_side_effect from I for Copied<I>
Konrad Borowski
-1
/
+3
2018-12-05
Use copied method instead of cloned in Copied::next_back()
Konrad Borowski
-1
/
+1
2018-12-05
Add unstable Iterator::copied()
Konrad Borowski
-0
/
+98
2018-11-20
Capitalize
Simon Sapin
-2
/
+2
2018-11-20
Add tracking issue for unfold and successors
Simon Sapin
-1
/
+1
2018-11-20
Add std::iter::successors
Simon Sapin
-1
/
+1
2018-11-20
Add std::iter::unfold
Simon Sapin
-0
/
+2
2018-11-18
revert
Артём Павлов [Artyom Pavlov]
-75
/
+7
2018-10-14
Unused result warning: "X which must" ↦ "X that must"
varkor
-1
/
+1
2018-08-15
Fix since of Iterator::flatten to be a proper semver
Aleksey Kladov
-6
/
+6
2018-07-13
Changed implementation of the third field to make LLVM optimize it better.
kennytm
-4
/
+4
2018-07-13
Upgrade implementation of StepBy<RangeInclusive<_>>.
kennytm
-3
/
+5
2018-07-01
Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS...
Pietro Albini
-6
/
+6
2018-06-19
specialize StepBy<Range(Inclusive)>
Emerentius
-7
/
+73
2018-06-13
Replace `core::iter::AlwaysOk<T>` by `Result<T, !>`
kennytm
-15
/
+0
2018-06-11
stabilize Iterator::flatten in 1.29, fixes #48115.
Mazdak Farrokhzad
-6
/
+6
2018-06-10
Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytm
bors
-1
/
+1
2018-06-02
Stabilize Iterator::step_by
Thayne McCombs
-9
/
+3
2018-06-02
Stabilize iterator_repeat_with
Thayne McCombs
-1
/
+1
2018-03-17
update FIXME(#6393) to point to issue 43234 (tracking issue for non-lexical l...
Niv Kaminer
-1
/
+1
2018-03-15
unstabilize FusedIterator for Flatten since Flatten is unstable
Mazdak Farrokhzad
-1
/
+1
2018-03-03
core: Update stability attributes for FusedIterator
Ulrik Sverdrup
-21
/
+21
2018-03-03
core: Stabilize FusedIterator
Ulrik Sverdrup
-21
/
+21
2018-03-01
Fix braces
Scott McMurray
-4
/
+2
2018-03-01
Specialize Zip::nth for TrustedRandomAccess
Scott McMurray
-0
/
+38
2018-02-20
core::iter::Iterator::flatten: tracking issue is #48213
Mazdak Farrokhzad
-5
/
+5
2018-02-20
core::iter::Flatten: update FlatMap & Flatten according to discussion
Mazdak Farrokhzad
-12
/
+166
2018-02-20
Iterator::flatten: fix tracking issue number on FusedIterator for Flatten
Mazdak Farrokhzad
-1
/
+1
2018-02-20
add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten()
Mazdak Farrokhzad
-45
/
+36
2018-02-16
Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakis
bors
-3
/
+3
2018-02-15
add Self: Trait<..> inside the param_env of a default impl
Gianni Ciccarelli
-3
/
+3
2018-02-12
core::iter::repeat_with: tracking issue is #48169
Mazdak Farrokhzad
-1
/
+1
2018-02-12
core::iter::repeat_with: general fixes
Mazdak Farrokhzad
-0
/
+2
2018-02-11
Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcv
kennytm
-0
/
+14
2018-02-04
Implement TrustedLen for Take<Repeat> and Take<RangeFrom>
oberien
-0
/
+3
2018-01-21
Use repeat instead of RangeFrom
varkor
-6
/
+4
2018-01-20
Spacing
oberien
-1
/
+1
2018-01-19
Optimize StepBy::nth overflow handling
oberien
-2
/
+6
2018-01-19
Adjust language as per suggestions
varkor
-5
/
+7
[next]