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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcoretest
/
iter.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-7
/
+7
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-38
/
+38
2015-03-13
Deprecate range, range_step, count, distributions
Aaron Turon
-6
/
+6
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-4
/
+4
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-4
/
+7
2015-03-01
Remove int/uint from libstd/lib.rs
Guillaume Gomez
-7
/
+7
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-32
/
+21
2015-02-20
fix a few 'variable does not need to be mutable' warnings
Tshepang Lekhonkhobe
-8
/
+8
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-18
Remove usage of .map(|&foo| foo)
Kevin Butler
-21
/
+21
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-10
Deprecating i/u suffixes in libcoretest
Alfie John
-45
/
+45
2015-02-08
Fix std::ops::Range size_hint and ExactSizeIterator impls
Ulrik Sverdrup
-0
/
+1
2015-01-31
Kill more `isize`s
Tobias Bucher
-2
/
+2
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-8
/
+8
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-90
/
+90
2015-01-30
remove Copy impls from iterators
Jorge Aparicio
-25
/
+25
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-90
/
+90
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-15
/
+15
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-4
/
+4
2015-01-23
Auto merge of #21453 - Stebalien:exactsize, r=alexcrichton
bors
-4
/
+57
2015-01-21
Add test cases for ExactSizeIterator impls
Steven Allen
-4
/
+57
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-10
/
+10
2015-01-07
fallout
Nick Cameron
-18
/
+17
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-14
/
+14
2015-01-05
More test fixes!
Alex Crichton
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+1
2015-01-03
coretest: fix fallout
Jorge Aparicio
-1
/
+3
2015-01-02
rollup merge of #20386: frewsxcv/rm-reexports
Alex Crichton
-0
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-12-31
Remove core::iter::MinMaxResult::* public reexport
Corey Farwell
-0
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-10
/
+10
2014-12-13
libcoretest: use tuple indexing
Jorge Aparicio
-1
/
+1
2014-12-13
libcoretest: fix fallout
Jorge Aparicio
-1
/
+1
2014-11-18
add Cloned iterator adaptor
Alexis Beingessner
-0
/
+17
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-3
/
+3
2014-11-14
Revert the need for initial values with arithmetic iterators
Brendan Zabarauskas
-6
/
+6
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-0
/
+1
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-46
/
+0
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-6
/
+6
2014-11-05
Repair various cases where values of distinct types were being operated
Niko Matsakis
-4
/
+4
2014-10-30
Add a `repeat` function to the prelude
Jakub Bukaj
-0
/
+8
2014-10-29
Rename fail! to panic!
Steve Klabnik
-6
/
+6
2014-10-13
Clean up rustc warnings.
NODA, Kai
-1
/
+1
2014-10-07
Rename slicing methods
Nick Cameron
-2
/
+2
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-25
/
+26
[next]