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
/
iter.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-02
rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2
Alex Crichton
-3
/
+4
2015-01-02
rollup merge of #20386: frewsxcv/rm-reexports
Alex Crichton
-3
/
+3
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-4
/
+4
2015-01-02
Fix fallout from change, adding explicit `Sized` annotations where necessary.
Niko Matsakis
-3
/
+4
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-31
Remove core::iter::MinMaxResult::* public reexport
Corey Farwell
-3
/
+3
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-30
Adjustments from review
Aaron Turon
-3
/
+7
2014-12-30
std::iter: Add partition and unzip methods to iterators
Aaron Turon
-15
/
+76
2014-12-24
Review changes
Nick Cameron
-0
/
+58
2014-12-22
Insert coercions to fn pointer types required for the new types
Niko Matsakis
-0
/
+3
2014-12-20
Stabilize clone
Aaron Turon
-0
/
+9
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-12
/
+4
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-25
/
+25
2014-12-17
rollup merge of #19873: drewm1980/master
Alex Crichton
-26
/
+26
2014-12-17
rollup merge of #19827: japaric/clone-uc
Alex Crichton
-0
/
+124
2014-12-15
Standardize some usages of "which" in docstrings
Andrew Wagner
-26
/
+26
2014-12-14
libcore: make iterator adaptors `Clone`able
Jorge Aparicio
-0
/
+124
2014-12-13
libcore: fix move semantics fallout
Jorge Aparicio
-1
/
+1
2014-12-13
libcore: use unboxed closures in `ExactSizeIterator` methods
Jorge Aparicio
-1
/
+1
2014-12-13
libcore: use unboxed closures in `IteratorExt` methods
Jorge Aparicio
-7
/
+7
2014-12-13
libcore: use unboxed closures in the fields of `Unfold`
Jorge Aparicio
-11
/
+18
2014-12-13
libcore: use unboxed closures in the fields of `Inspect`
Jorge Aparicio
-11
/
+18
2014-12-13
libcore: use unboxed closures in the fields of `FlatMap`
Jorge Aparicio
-10
/
+17
2014-12-13
libcore: use unboxed closures in the fields of `Scan`
Jorge Aparicio
-6
/
+10
2014-12-13
libcore: use unboxed closures in the fields of `TakeWhile`
Jorge Aparicio
-5
/
+5
2014-12-13
libcore: use unboxed closures in the fields of `SkipWhile`
Jorge Aparicio
-5
/
+5
2014-12-13
libcore: use unboxed closures in the fields of `FilterMap`
Jorge Aparicio
-7
/
+12
2014-12-13
libcore: use unboxed closures in the fields of `Filter`
Jorge Aparicio
-6
/
+9
2014-12-13
libcore: use unboxed closures in the fields of `Map`
Jorge Aparicio
-10
/
+19
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-2
/
+9
2014-12-05
Utilize fewer reexports
Corey Farwell
-10
/
+13
2014-12-05
rollup merge of #19512: cybergeek94/master
Corey Richardson
-3
/
+34
2014-12-04
core::iter::Unfold: reword docs and add example
Austin Bonander
-3
/
+34
2014-12-03
Overload the `==` operator
Jorge Aparicio
-2
/
+10
2014-11-26
/*! -> //!
Steve Klabnik
-49
/
+45
2014-11-25
libs: stabilize iter module
Aaron Turon
-44
/
+199
2014-11-21
Mention that find() doesn't consume the full iterator
Manish Goregaokar
-1
/
+3
2014-11-18
add Cloned iterator adaptor
Alexis Beingessner
-1
/
+40
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-14
Revert the need for initial values with arithmetic iterators
Brendan Zabarauskas
-18
/
+50
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-0
/
+4
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-30
/
+39
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-18
/
+16
2014-11-13
Move saturating operator methods into Int
Brendan Zabarauskas
-1
/
+1
2014-11-08
Renamed Extendable to Extend
gamazeps
-2
/
+3
2014-10-30
Add a `repeat` function to the prelude
Jakub Bukaj
-1
/
+6
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-21
/
+0
2014-10-14
Fix the formatting of the documentation for OrdIterator.min_max.
Ms2ger
-1
/
+1
2014-09-25
Fix Iterator::fuse example
Steven Fackler
-1
/
+3
[prev]
[next]