summary refs log tree commit diff
path: root/src/libcoretest/iter.rs
AgeCommit message (Expand)AuthorLines
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