about summary refs log tree commit diff
path: root/src/libcoretest/iter.rs
AgeCommit message (Expand)AuthorLines
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-10/+10
2015-01-07falloutNick Cameron-18/+17
2015-01-07Replace full slice notation with index callsNick Cameron-14/+14
2015-01-05More test fixes!Alex Crichton-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-1/+1
2015-01-03coretest: fix falloutJorge Aparicio-1/+3
2015-01-02rollup merge of #20386: frewsxcv/rm-reexportsAlex Crichton-0/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-31Remove core::iter::MinMaxResult::* public reexportCorey Farwell-0/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-10/+10
2014-12-13libcoretest: use tuple indexingJorge Aparicio-1/+1
2014-12-13libcoretest: fix falloutJorge Aparicio-1/+1
2014-11-18add Cloned iterator adaptorAlexis Beingessner-0/+17
2014-11-17Fix fallout from coercion removalNick Cameron-3/+3
2014-11-14Revert the need for initial values with arithmetic iteratorsBrendan Zabarauskas-6/+6
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-0/+1
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-46/+0
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-6/+6
2014-11-05Repair various cases where values of distinct types were being operatedNiko Matsakis-4/+4
2014-10-30Add a `repeat` function to the preludeJakub Bukaj-0/+8
2014-10-29Rename fail! to panic!Steve Klabnik-6/+6
2014-10-13Clean up rustc warnings.NODA, Kai-1/+1
2014-10-07Rename slicing methodsNick Cameron-2/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-25/+26
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-3/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-26/+25
2014-10-02Revert "Remove the `_` suffix from slice methods."Aaron Turon-2/+2
2014-10-02tests: remove uses of Gc.Eduard Burtescu-3/+2
2014-10-02Remove the `_` suffix from slice methods.Nick Cameron-2/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-25/+26
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-09-07Flip arguments to `std::iter::iterate`.Jonas Hietala-1/+1
2014-08-26Rebasing changesNick Cameron-2/+2
2014-08-06core: Refactor iteratorsPiotr Czarnecki-0/+31
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-4/+4
2014-07-13Add an iterate function to core::iterJakub Wieczorek-0/+9
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-2/+2
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+835