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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2017-04-03
iter: Use underlying find/rfind for the same methods in Rev
Ulrik Sverdrup
-0
/
+12
2017-03-17
Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG...
Corey Farwell
-60
/
+60
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-60
/
+60
2017-03-13
Fix a typo in Rev docs
Stjepan Glavina
-1
/
+1
2017-01-24
add explanation, fix test
Andre Bogus
-0
/
+11
2017-01-17
fix style nits
Andre Bogus
-7
/
+6
2017-01-16
branchless .filter(_).count()
Andre Bogus
-0
/
+10
2016-11-26
Rollup merge of #37963 - bluss:iterator-docs, r=alexcrichton
Seo Sanghyeon
-4
/
+4
2016-11-24
Auto merge of #37944 - bluss:adaptors-are-empty, r=alexcrichton
bors
-6
/
+57
2016-11-23
core: Fix example for .map()
Ulrik Sverdrup
-1
/
+1
2016-11-23
core: Iterator docs, collect is not an adaptor
Ulrik Sverdrup
-3
/
+3
2016-11-22
core: Forward ExactSizeIterator methods for important iterator adaptors
Ulrik Sverdrup
-6
/
+57
2016-11-17
core::iter: Peekable should remember peeking a None
Ulrik Sverdrup
-23
/
+41
2016-11-05
Rollup merge of #37565 - mglagla:peek_use_as_ref, r=alexcrichton
Alex Crichton
-4
/
+1
2016-11-04
Auto merge of #37306 - bluss:trusted-len, r=alexcrichton
bors
-0
/
+33
2016-11-04
Link the tracking issue for TrustedLen
Ulrik Sverdrup
-7
/
+7
2016-11-03
Peekable::peek(): Use Option::as_ref()
Martin Glagla
-4
/
+1
2016-10-25
iter: Implement .fold() for .chain()
Ulrik Sverdrup
-0
/
+19
2016-10-25
iter: Implement .fold() for .cloned() and .map()
Ulrik Sverdrup
-0
/
+13
2016-10-20
Introduce iterator trait TrustedLen
Ulrik Sverdrup
-0
/
+33
2016-10-17
Expand .zip() specialization to .map() and .cloned()
Ulrik Sverdrup
-0
/
+59
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-3
/
+3
2016-09-15
Remove data structure specialization for .zip() iterator
Ulrik Sverdrup
-38
/
+14
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-4
/
+0
2016-08-18
Add a FusedIterator trait.
Steven Allen
-6
/
+124
2016-07-12
std: Clean out deprecated APIs
Alex Crichton
-33
/
+0
2016-07-06
Rollup merge of #33265 - tshepang:peek, r=steveklabnik
Steve Klabnik
-11
/
+9
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-2
/
+3
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
-20
/
+119
2016-06-05
core: mark relevant functions with #[rustc_inherit_overflow_checks].
Eduard Burtescu
-0
/
+4
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-04-30
Implement find() on Chain iterators
Georg Brandl
-0
/
+17
2016-04-18
core::iter: Move ExactSizeIterator impls to each struct definition
Ulrik Sverdrup
-19
/
+19
2016-04-18
Split core::iter module implementation into parts
Ulrik Sverdrup
-0
/
+1657