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-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-2659
/
+0
2013-09-08
std: Rename Unfoldr to Unfold.
Huon Wilson
-6
/
+6
2013-09-03
auto merge of #8884 : blake2-ppc/rust/exact-size-hint, r=huonw
bors
-1
/
+133
2013-09-01
std::iterator: Use ExactSize, inheriting DoubleEndedIterator
blake2-ppc
-48
/
+39
2013-09-01
std::iterator: Add back .rposition() test
blake2-ppc
-0
/
+25
2013-08-30
std: Implement .rposition() on double-ended iterators with known size
blake2-ppc
-1
/
+32
2013-08-30
std::iterator: Add tests for .next_back() on Zip and Enumerate
blake2-ppc
-0
/
+27
2013-08-30
std::iterator: Implement .next_back() for Zip
blake2-ppc
-0
/
+23
2013-08-30
std::iterator: Introduce trait ExactSizeHint
blake2-ppc
-0
/
+35
2013-08-29
Make Zip iterator short-circuit
Kevin Ballard
-6
/
+12
2013-08-29
Make the iterator protocol more explicit
Kevin Ballard
-0
/
+110
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-2
/
+8
2013-08-22
Implement size_hint() on RangeInclusive
Kevin Ballard
-0
/
+15
2013-08-21
auto merge of #8604 : kballard/rust/iter-size-hint, r=graydon
bors
-10
/
+31
2013-08-20
iterator: add a method for reversing a container
Daniel Micay
-0
/
+28
2013-08-20
iterator: add a `range_inclusive` function
Daniel Micay
-0
/
+52
2013-08-18
Update size_hint()s on std::iterator Iterators
Kevin Ballard
-10
/
+31
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
[next]