about summary refs log tree commit diff
path: root/src/libcore/iter.rs
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-37/+67
2015-01-21Stabilize Index traits and most range notationAaron Turon-37/+67
2015-01-20also forward Iterator::size_hint()Jorge Aparicio-0/+4
2015-01-19impl Iterator for &mut Iterator and Box<Iterator>Jorge Aparicio-0/+10
2015-01-17Register new snapshots.Eduard Burtescu-2/+2
2015-01-12auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakisbors-0/+2
2015-01-11Rename #[on_unimplemented] -> #[rustc_on_unimplemented]Manish Goregaokar-2/+2
2015-01-11Add ability to attach custom #[on_unimplemented] error messages for unimpleme...Manish Goregaokar-0/+2
2015-01-09std: Mark two missing functions as #[stable]Alex Crichton-0/+2
2015-01-08Improvements to feature stagingBrian Anderson-22/+22
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-1/+1
2015-01-07fix the `&mut _` patternsJorge Aparicio-1/+1
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-2/+2
2015-01-06rollup merge of #20656: japaric/at-cleanAlex Crichton-78/+75
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-06cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)Jorge Aparicio-78/+75
2015-01-05More test fixes!Alex Crichton-157/+0
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-29/+186
2015-01-05Test fixesAlex Crichton-53/+0
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-302/+341
2015-01-05Remove i suffix in docsSteve Klabnik-39/+39
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-1/+1
2015-01-05Final alpha stabilization of core::iterAaron Turon-354/+340
2015-01-04Merge pull request #20500 from globin/fix/range-sugarbors-6/+6
2015-01-04fix range sugarRobin Gloster-6/+6
2015-01-03Remove deprecated functionalityAlex Crichton-11/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-25/+25
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03use assoc types in binop traitsJorge Aparicio-1/+1
2015-01-03core: merge IteratorPairExt into IteratorExtJorge Aparicio-10/+6
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-25/+18
2015-01-03core: use assoc types in Iterator et alJorge Aparicio-215/+363
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-4/+4
2015-01-02rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2Alex Crichton-3/+4
2015-01-02rollup merge of #20386: frewsxcv/rm-reexportsAlex Crichton-3/+3
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-4/+4
2015-01-02Fix fallout from change, adding explicit `Sized` annotations where necessary.Niko Matsakis-3/+4
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-31Remove core::iter::MinMaxResult::* public reexportCorey Farwell-3/+3
2014-12-30Fallout from stabilizationAaron Turon-1/+1
2014-12-30Adjustments from reviewAaron Turon-3/+7
2014-12-30std::iter: Add partition and unzip methods to iteratorsAaron Turon-15/+76
2014-12-24Review changesNick Cameron-0/+58
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-0/+3
2014-12-20Stabilize cloneAaron Turon-0/+9
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-12/+4
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-25/+25
2014-12-17rollup merge of #19873: drewm1980/masterAlex Crichton-26/+26