about summary refs log tree commit diff
path: root/src/libcore/iter.rs
AgeCommit message (Expand)AuthorLines
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-5/+7
2015-01-25Auto merge of #21582 - FlaPer87:rollup, r=brsonbors-0/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-270/+355
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-5/+5
2015-01-24Rollup merge of #21445 - P1start:no-implemented, r=nikomatsakisFlavio Percoco Premoli-0/+2
2015-01-23grandfathered -> rust1Brian Anderson-114/+114
2015-01-23Set unstable feature names appropriatelyBrian Anderson-51/+51
2015-01-23Auto merge of #21453 - Stebalien:exactsize, r=alexcrichtonbors-0/+15
2015-01-23iter: miscellaneous improvementsTshepang Lekhonkhobe-236/+263
2015-01-22Add `#[rustc_on_unimplemented]` annotations to more traitsP1start-0/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-51/+51
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-165/+190
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-37/+67
2015-01-21Use the default `len` implementation in ExactSizeIterator implsSteven Allen-24/+5
2015-01-21Stabilize Index traits and most range notationAaron Turon-37/+67
2015-01-20Implement ExactSizeIterator for remaining core Iterators where applicable.Steven Allen-0/+34
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