summary refs log tree commit diff
path: root/src/libcore/iter.rs
AgeCommit message (Expand)AuthorLines
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-7/+14
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+13
2015-07-27Show appropriate feature flags in docsSteve Klabnik-7/+14
2015-07-20s/has gained/has not gained/gPaolo Falabella-4/+4
2015-07-01Make the unused_mut lint smarter with respect to locals.Ariel Ben-Yehuda-2/+2
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+20
2015-06-17std: Stabilize the `iter_{once,empty}` featuresAlex Crichton-12/+12
2015-06-17std: Deprecate iter::{Unfold, Iterate}Alex Crichton-0/+12
2015-06-17std: Deprecate the RandomAccessIterator traitAlex Crichton-0/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-9/+9
2015-06-17core: Split apart the global `core` featureAlex Crichton-34/+39
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-6/+6
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-6/+6
2015-06-10core: impl Clone for option::IntoIter and iter::OnceUlrik Sverdrup-0/+1
2015-06-06Remove many unneeded feature annotations in the docsSteve Klabnik-11/+2
2015-05-29Implement RFC 771: std::iter::onceNathaniel Theis-0/+94
2015-05-25Auto merge of #25698 - mdinger:flat_map, r=steveklabnikbors-10/+9
2015-05-25Auto merge of #25756 - tshepang:needless-cloned, r=steveklabnikbors-1/+1
2015-05-25doc: add example for Iterator::cloned()Tshepang Lekhonkhobe-2/+13
2015-05-24doc: cloned() and mut not neededTshepang Lekhonkhobe-1/+1
2015-05-22Simplify flat_map examplemdinger-10/+9
2015-05-19Rollup merge of #25591 - rick68:patch-2, r=alexcrichtonManish Goregaokar-1/+1
2015-05-19Update iter.rsWei-Ming Yang-1/+1
2015-05-16std: Fix missing stability on iter::ClonedAlex Crichton-1/+1
2015-05-10doc: unwrap is discouraged, so use SomeTshepang Lekhonkhobe-34/+34
2015-05-09Convert #[lang="..."] to #[lang = "..."]Nick Hamann-1/+1
2015-05-08doc: the prevailing convention is to use assert_eq! when 2 values are comparedTshepang Lekhonkhobe-15/+15
2015-05-07Rollup merge of #25144 - killercup:docs/iter-fold-reduce, r=steveklabnikSteve Klabnik-0/+2
2015-05-06Make overflow behaviour more obvious in the iterator module of `libcore`Tobias Bucher-6/+58
2015-05-06Iter Docs: Mention 'reduce' and 'inject'Pascal Hertleif-0/+2
2015-05-05Optimize iterator adapters.Steven Allen-18/+145
2015-05-01Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturonbors-9/+4
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-9/+4
2015-05-01iterator: Add `StepBy::size_hint` methodcritiqjo-15/+41
2015-04-29Auto merge of #24865 - bluss:range-size, r=alexcrichtonbors-4/+35
2015-04-27core: Fix size_hint for signed integer Range<T> iteratorsUlrik Sverdrup-4/+35
2015-04-26Indicate function call is code-like in doc-commentCorey Farwell-2/+2
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-2/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-75/+1
2015-04-18Indicate keywords are code-like in Fuse::reset_fuse doc commentCorey Farwell-2/+3
2015-04-16Indicate None is code-like in doc commentsCorey Farwell-5/+5
2015-04-15Rollup merge of #24465 - steveklabnik:intoiteratordocfix, r=alexcrichtonSteve Klabnik-1/+1
2015-04-15Rollup merge of #24440 - nham:improve_enumerate_doc, r=alexcrichtonSteve Klabnik-2/+3
2015-04-15Describe the Iterator enumerate() method more clearly.Nick Hamann-2/+3
2015-04-15Fix link in intoiterator docsSteve Klabnik-1/+1
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-24/+24
2015-04-14RebasedNick Cameron-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-24/+24
2015-04-11Simplify iterator logic for FuseCorey Farwell-14/+6
2015-04-10Auto merge of #24180 - huonw:optimise-max-etc, r=alexcrichtonbors-36/+57