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-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-37
/
+67
2015-01-21
Stabilize Index traits and most range notation
Aaron Turon
-37
/
+67
2015-01-20
also forward Iterator::size_hint()
Jorge Aparicio
-0
/
+4
2015-01-19
impl Iterator for &mut Iterator and Box<Iterator>
Jorge Aparicio
-0
/
+10
2015-01-17
Register new snapshots.
Eduard Burtescu
-2
/
+2
2015-01-12
auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakis
bors
-0
/
+2
2015-01-11
Rename #[on_unimplemented] -> #[rustc_on_unimplemented]
Manish Goregaokar
-2
/
+2
2015-01-11
Add ability to attach custom #[on_unimplemented] error messages for unimpleme...
Manish Goregaokar
-0
/
+2
2015-01-09
std: Mark two missing functions as #[stable]
Alex Crichton
-0
/
+2
2015-01-08
Improvements to feature staging
Brian Anderson
-22
/
+22
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-1
/
+1
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-1
/
+1
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-2
/
+2
2015-01-06
rollup merge of #20656: japaric/at-clean
Alex Crichton
-78
/
+75
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)
Jorge Aparicio
-78
/
+75
2015-01-05
More test fixes!
Alex Crichton
-157
/
+0
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-29
/
+186
2015-01-05
Test fixes
Alex Crichton
-53
/
+0
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-302
/
+341
2015-01-05
Remove i suffix in docs
Steve Klabnik
-39
/
+39
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-05
Final alpha stabilization of core::iter
Aaron Turon
-354
/
+340
2015-01-04
Merge pull request #20500 from globin/fix/range-sugar
bors
-6
/
+6
2015-01-04
fix range sugar
Robin Gloster
-6
/
+6
2015-01-03
Remove deprecated functionality
Alex Crichton
-11
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-25
/
+25
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-1
/
+1
2015-01-03
core: merge IteratorPairExt into IteratorExt
Jorge Aparicio
-10
/
+6
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-25
/
+18
2015-01-03
core: use assoc types in Iterator et al
Jorge Aparicio
-215
/
+363
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-4
/
+4
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
[next]