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
/
libstd
/
iterator.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-18
More spelling corrections.
Huon Wilson
-3
/
+5
2013-08-15
iterator: cleanup
Daniel Micay
-4
/
+3
2013-08-15
std: Move the iterator param on FromIterator and Extendable to the method.
Huon Wilson
-5
/
+5
2013-08-12
auto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmr
bors
-0
/
+157
2013-08-11
Add a "peekable" iterator adaptor, with a peek() method that returns the next...
Simon Sapin
-0
/
+72
2013-08-11
std::iterator: Rename .peek() to .inspect()
blake2-ppc
-19
/
+20
2013-08-10
std: Transform.find_ -> .find
Erick Tryzelaar
-4
/
+4
2013-08-10
std: Iterator.len_ -> .len
Erick Tryzelaar
-7
/
+6
2013-08-10
std: Iterator.last_ -> .last
Erick Tryzelaar
-4
/
+3
2013-08-10
std: Iterator.chain_ -> .chain
Erick Tryzelaar
-8
/
+8
2013-08-10
std: Iterator.flat_map_ -> .flat_map
Erick Tryzelaar
-5
/
+4
2013-08-10
std: Iterator.take_ -> .take
Erick Tryzelaar
-29
/
+27
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-31
/
+30
2013-08-10
std: merge Iterator and IteratorUtil
Erick Tryzelaar
-268
/
+192
2013-08-10
std: merge iterator::DoubleEndedIterator and DoubleEndedIteratorUtil
Erick Tryzelaar
-26
/
+13
2013-08-08
std::iterator::order test cases
blake2-ppc
-0
/
+47
2013-08-08
Add std::iterator::order with lexical ordering functions for sequences
blake2-ppc
-0
/
+110
2013-08-07
Implement DoubleEndedIterator on Range
Kevin Ballard
-3
/
+32
2013-08-07
auto merge of #8294 : erickt/rust/map-move, r=bblum
bors
-4
/
+4
2013-08-07
auto merge of #8326 : thestinger/rust/iterator, r=alexcrichton
bors
-19
/
+16
2013-08-07
core: option.map_consume -> option.map_move
Erick Tryzelaar
-4
/
+4
2013-08-07
auto merge of #8323 : kballard/rust/saturating, r=thestinger
bors
-25
/
+10
2013-08-06
iterator: rename `Counter::new` to `count`
Daniel Micay
-17
/
+15
2013-08-06
iterator: simplify the `take` implementation
Daniel Micay
-2
/
+1
2013-08-05
Update Iterator impls to use Saturating
Kevin Ballard
-25
/
+10
2013-08-06
std: Improve the documentation for iterator::Invert
blake2-ppc
-0
/
+11
2013-08-06
std: Add iterator::Repeat to repeat an element endlessly
blake2-ppc
-0
/
+33
2013-08-06
std: Implement RandomAccessIterator for Invert
blake2-ppc
-0
/
+21
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-28
/
+28
2013-08-02
replace `range` with an external iterator
Daniel Micay
-4
/
+32
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-3
/
+3
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-27
/
+27
2013-07-30
std: Tests for RandomAccessIterators
blake2-ppc
-0
/
+87
2013-07-30
std: Implement RandomAccessIterator for iterator adaptors
blake2-ppc
-18
/
+142
2013-07-30
iterator: implement size_hint() for FlatMap
blake2-ppc
-0
/
+10
2013-07-30
iterator: implement DoubleEndedIterator for FlatMap
blake2-ppc
-5
/
+44
2013-07-29
std: Rename Iterator adaptor types to drop the -Iterator suffix
blake2-ppc
-89
/
+89
2013-07-27
iterator: add an Extendable trait
Daniel Micay
-0
/
+6
2013-07-27
Remove dummy type parameters from iterator adaptors
blake2-ppc
-47
/
+39
2013-07-27
make RandomAccessIterator inherit from Iterator
Daniel Micay
-2
/
+4
2013-07-25
auto merge of #8030 : thestinger/rust/iterator, r=huonw
bors
-2
/
+0
2013-07-25
auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakis
bors
-1
/
+18
2013-07-24
rm default method lint
Daniel Micay
-2
/
+0
2013-07-24
Change 'print(fmt!(...))' to printf!/printfln! in src/lib*
Birunthan Mohanathas
-1
/
+1
2013-07-24
add a RandomAccessIterator trait
Daniel Micay
-0
/
+53
2013-07-23
Fix some impls such that all supertraits are actually implemented.
Michael Sullivan
-1
/
+1
2013-07-23
Add a to_owned_vec method to IteratorUtil.
Michael Sullivan
-0
/
+17
2013-07-20
iterator: Add test for .cycle()
blake2-ppc
-0
/
+14
2013-07-20
iterator: Let closure-less iterators derive Clone
blake2-ppc
-0
/
+8
2013-07-20
iterator: Add .cycle() to repeat an iterator
blake2-ppc
-0
/
+49
[next]