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
/
iter
Age
Commit message (
Expand
)
Author
Lines
2016-09-20
Fix build error
Brian Anderson
-1
/
+0
2016-09-19
Remove data structure specialization for .zip() iterator
Ulrik Sverdrup
-38
/
+14
2016-08-22
std: Stabilize APIs for the 1.12 release
Alex Crichton
-10
/
+12
2016-08-06
Indicate tracking issue for `exact_size_is_empty` unstability.
Corey Farwell
-1
/
+1
2016-07-26
Rollup merge of #34732 - durka:patch-27, r=steveklabnik
Steve Klabnik
-3
/
+4
2016-07-18
Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brson
bors
-2
/
+28
2016-07-18
Fix doctest of `ExactSizeIterator::is_empty`
Tobias Bucher
-1
/
+3
2016-07-12
std: Clean out deprecated APIs
Alex Crichton
-33
/
+0
2016-07-08
document DoubleEndedIterator::next_back
Alex Burka
-3
/
+4
2016-07-08
Rollup merge of #34688 - GuillaumeGomez:double_ended_iterator, r=steveklabnik
Manish Goregaokar
-6
/
+12
2016-07-06
Rollup merge of #33265 - tshepang:peek, r=steveklabnik
Steve Klabnik
-11
/
+9
2016-07-06
Improve DoubleEndedIterator examples
Guillaume Gomez
-6
/
+12
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-58
/
+267
2016-06-21
Auto merge of #34155 - ollie27:unzip, r=alexcrichton
bors
-15
/
+0
2016-06-19
Remove first empty line of doc comment
Tobias Bucher
-1
/
+0
2016-06-19
Add `is_empty` function to `ExactSizeIterator`
Tobias Bucher
-2
/
+27
2016-06-14
specialize zip: Use associated type for specialized zip struct data
Ulrik Sverdrup
-13
/
+39
2016-06-14
specialize zip: TrustedRandomAccess for Enumerate
Ulrik Sverdrup
-0
/
+9
2016-06-14
specialize zip: TrustedRandomAccess for Zip
Ulrik Sverdrup
-0
/
+11
2016-06-14
specialize zip: Specialize .zip() for TrustedRandomAccess iterators
Ulrik Sverdrup
-21
/
+121
2016-06-07
Remove unzip() SizeHint hack
Oliver Middleton
-15
/
+0
2016-06-05
core: mark relevant functions with #[rustc_inherit_overflow_checks].
Eduard Burtescu
-0
/
+5
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-0
/
+1
2016-05-11
doc: some `peek` improvements
Tshepang Lekhonkhobe
-11
/
+9
2016-05-04
Update iterator.rs
Kaiyin Zhong
-1
/
+1
2016-05-04
errors in the doc
Kaiyin Zhong
-2
/
+2
2016-04-30
Implement find() on Chain iterators
Georg Brandl
-0
/
+17
2016-04-22
Make the `Iterator::enumerate` doc example more clear
Nick Fitzgerald
-5
/
+4
2016-04-18
core::iter: Move ExactSizeIterator impls to each struct definition
Ulrik Sverdrup
-19
/
+19
2016-04-18
core::iter: break long lines
Ulrik Sverdrup
-2
/
+5
2016-04-18
Split core::iter module implementation into parts
Ulrik Sverdrup
-0
/
+5110