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
/
libcoretest
/
iter.rs
Age
Commit message (
Expand
)
Author
Lines
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
2014-10-02
rollup merge of #17666 : eddyb/take-garbage-out
Alex Crichton
-3
/
+2
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-26
/
+25
2014-10-02
Revert "Remove the `_` suffix from slice methods."
Aaron Turon
-2
/
+2
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-3
/
+2
2014-10-02
Remove the `_` suffix from slice methods.
Nick Cameron
-2
/
+2
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-25
/
+26
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-09-07
Flip arguments to `std::iter::iterate`.
Jonas Hietala
-1
/
+1
2014-08-26
Rebasing changes
Nick Cameron
-2
/
+2
2014-08-06
core: Refactor iterators
Piotr Czarnecki
-0
/
+31
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-4
/
+4
2014-07-13
Add an iterate function to core::iter
Jakub Wieczorek
-0
/
+9
2014-06-29
Implement RFC#28: Add PartialOrd::partial_cmp
Steven Fackler
-2
/
+2
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-0
/
+835