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-02-23
Add documentation to associated types in libcore, libstd
Ivan Petkov
-0
/
+3
2015-02-20
Add examples for iter::range_step
Steve Klabnik
-2
/
+47
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-5
/
+6
2015-02-18
Round 1 fixes and rebase conflicts
Alex Crichton
-5
/
+5
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-3
/
+3
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-5
/
+22
2015-02-18
make FromIterator use IntoIterator
Alexis
-2
/
+2
2015-02-18
make Extend use IntoIterator
Alexis
-1
/
+1
2015-02-18
Fallout: iter, add markers or other changes such that all type parameters are...
Niko Matsakis
-5
/
+6
2015-02-17
Register new snapshots
Alex Crichton
-23
/
+0
2015-02-17
rollup merge of #22454: alexcrichton/stabilize-into-iterator
Alex Crichton
-0
/
+5
2015-02-18
Remove usage of .map(|&foo| foo)
Kevin Butler
-4
/
+4
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-18
Implement RandomAccessIterator for Cloned
Kevin Butler
-0
/
+17
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+5
2015-02-17
Rollup merge of #22027 - iblech:patch-1, r=steveklabnik
Manish Goregaokar
-2
/
+2
2015-02-17
Rollup merge of #22313 - japaric:iter, r=aturon
Manish Goregaokar
-0
/
+25
2015-02-17
Rollup merge of #22344 - nagisa:exactsizediter, r=alexcrichton
Manish Goregaokar
-0
/
+1
2015-02-15
Stabilise ExactSizeIterator::len
Simonas Kazlauskas
-0
/
+1
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+25
2015-02-13
Remove ExactSizeIterator from 64-bit ranges.
Ulrik Sverdrup
-2
/
+2
2015-02-10
rollup merge of #22125: alexcrichton/into-iter-stability
Alex Crichton
-7
/
+7
2015-02-10
rollup merge of #22065: bluss/range-size-hint
Alex Crichton
-10
/
+7
2015-02-09
std: Mark IntoIterator::into_iter as #[stable
Alex Crichton
-0
/
+1
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-3
/
+3
2015-02-09
std: Remove typarms from IteratorExt::cloned
Alex Crichton
-4
/
+3
2015-02-08
Fix std::ops::Range size_hint and ExactSizeIterator impls
Ulrik Sverdrup
-10
/
+7
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-1
/
+1
2015-02-07
Fix several tiny typos
Ingo Blechschmidt
-2
/
+2
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-02-03
rollup merge of #21907: alexcrichton/iter-by-ref
Alex Crichton
-42
/
+19
2015-02-03
rollup merge of #21897: dotdash/rposition
Alex Crichton
-3
/
+4
2015-02-03
std: Remove `iter::ByRef` and generalize impls
Alex Crichton
-42
/
+19
2015-02-03
Optimize rposition
Björn Steinbrink
-3
/
+4
2015-02-02
std: Add some missing stability attributes
Alex Crichton
-0
/
+2
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-242
/
+108
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-2
/
+2
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-242
/
+108
2015-02-01
Auto merge of #21806 - edwardw:new-range-impl, r=alexcrichton
bors
-69
/
+47
2015-02-01
Make sure type inference with `a..b` as good as `range(a,b)`
Edward Wang
-69
/
+47
2015-01-31
remove Copy impls from remaining iterators
Jorge Aparicio
-0
/
+1
2015-01-30
fixes after rebase
Jorge Aparicio
-1
/
+0
2015-01-30
remove Copy impls from iterators
Jorge Aparicio
-4
/
+3
2015-01-30
fix fallout
Jorge Aparicio
-9
/
+9
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-0
/
+17
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
remove #[old_impl_check] now that #21363 has been fixed
Jorge Aparicio
-2
/
+0
2015-01-29
undo some conversions
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-3
/
+3
[prev]
[next]