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
/
iterator.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-10
core: Use the new `for` protocol
Alex Crichton
-2
/
+20
2013-05-08
rename iter::iter_to_vec to iter::to_vec
Daniel Micay
-1
/
+1
2013-05-02
libcore: Make `ChainIterator` take two different-typed `Iterator`s.
gifnksm
-6
/
+15
2013-04-24
add a Counter iterator
Daniel Micay
-8
/
+37
2013-04-20
libcore: add a ScanIterator, a generalisation of MapIterator to have internal...
Huon Wilson
-2
/
+43
2013-04-19
iterator: add a bit of documentation
Daniel Micay
-1
/
+16
2013-04-19
iterator: add a chain adaptor
Daniel Micay
-0
/
+42
2013-04-19
libcore: add an UnfoldrIterator like Haskell's `unfoldr`
Huon Wilson
-0
/
+43
2013-04-19
re-organize the iterator module a bit
Daniel Micay
-16
/
+16
2013-04-19
move iterator adaptor tests to iterator module
Daniel Micay
-0
/
+67
2013-04-19
takewhile -> take_while, dropwhile -> skip_while
Daniel Micay
-7
/
+7
2013-04-19
iterator: add skip and take
Daniel Micay
-0
/
+61
2013-04-18
add dropwhile and takewhile iterators
Daniel Micay
-0
/
+70
2013-04-18
libcore: add an EnumerateIterator, like Python's `enumerate`.
Huon Wilson
-0
/
+25
2013-04-15
iterator: use an IteratorUtil trait
Daniel Micay
-32
/
+37
2013-04-13
initial iterator object library
Daniel Micay
-0
/
+101