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-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-5
/
+7
2015-01-25
Auto merge of #21582 - FlaPer87:rollup, r=brson
bors
-0
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-270
/
+355
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-5
/
+5
2015-01-24
Rollup merge of #21445 - P1start:no-implemented, r=nikomatsakis
Flavio Percoco Premoli
-0
/
+2
2015-01-23
grandfathered -> rust1
Brian Anderson
-114
/
+114
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-51
/
+51
2015-01-23
Auto merge of #21453 - Stebalien:exactsize, r=alexcrichton
bors
-0
/
+15
2015-01-23
iter: miscellaneous improvements
Tshepang Lekhonkhobe
-236
/
+263
2015-01-22
Add `#[rustc_on_unimplemented]` annotations to more traits
P1start
-0
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-51
/
+51
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-165
/
+190
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-37
/
+67
2015-01-21
Use the default `len` implementation in ExactSizeIterator impls
Steven Allen
-24
/
+5
2015-01-21
Stabilize Index traits and most range notation
Aaron Turon
-37
/
+67
2015-01-20
Implement ExactSizeIterator for remaining core Iterators where applicable.
Steven Allen
-0
/
+34
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
[prev]
[next]