summary refs log tree commit diff
path: root/src/libcore/iter/mod.rs
AgeCommit message (Expand)AuthorLines
2017-04-03iter: Use underlying find/rfind for the same methods in RevUlrik Sverdrup-0/+12
2017-03-17Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG...Corey Farwell-60/+60
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-60/+60
2017-03-13Fix a typo in Rev docsStjepan Glavina-1/+1
2017-01-24add explanation, fix testAndre Bogus-0/+11
2017-01-17fix style nitsAndre Bogus-7/+6
2017-01-16branchless .filter(_).count()Andre Bogus-0/+10
2016-11-26Rollup merge of #37963 - bluss:iterator-docs, r=alexcrichtonSeo Sanghyeon-4/+4
2016-11-24Auto merge of #37944 - bluss:adaptors-are-empty, r=alexcrichtonbors-6/+57
2016-11-23core: Fix example for .map()Ulrik Sverdrup-1/+1
2016-11-23core: Iterator docs, collect is not an adaptorUlrik Sverdrup-3/+3
2016-11-22core: Forward ExactSizeIterator methods for important iterator adaptorsUlrik Sverdrup-6/+57
2016-11-17core::iter: Peekable should remember peeking a NoneUlrik Sverdrup-23/+41
2016-11-05Rollup merge of #37565 - mglagla:peek_use_as_ref, r=alexcrichtonAlex Crichton-4/+1
2016-11-04Auto merge of #37306 - bluss:trusted-len, r=alexcrichtonbors-0/+33
2016-11-04Link the tracking issue for TrustedLenUlrik Sverdrup-7/+7
2016-11-03Peekable::peek(): Use Option::as_ref()Martin Glagla-4/+1
2016-10-25iter: Implement .fold() for .chain()Ulrik Sverdrup-0/+19
2016-10-25iter: Implement .fold() for .cloned() and .map()Ulrik Sverdrup-0/+13
2016-10-20Introduce iterator trait TrustedLenUlrik Sverdrup-0/+33
2016-10-17Expand .zip() specialization to .map() and .cloned()Ulrik Sverdrup-0/+59
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-3/+3
2016-09-15Remove data structure specialization for .zip() iteratorUlrik Sverdrup-38/+14
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-4/+0
2016-08-18Add a FusedIterator trait.Steven Allen-6/+124
2016-07-12std: Clean out deprecated APIsAlex Crichton-33/+0
2016-07-06Rollup merge of #33265 - tshepang:peek, r=steveklabnikSteve Klabnik-11/+9
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-2/+3
2016-06-14specialize zip: Use associated type for specialized zip struct dataUlrik Sverdrup-13/+39
2016-06-14specialize zip: TrustedRandomAccess for EnumerateUlrik Sverdrup-0/+9
2016-06-14specialize zip: TrustedRandomAccess for ZipUlrik Sverdrup-0/+11
2016-06-14specialize zip: Specialize .zip() for TrustedRandomAccess iteratorsUlrik Sverdrup-20/+119
2016-06-05core: mark relevant functions with #[rustc_inherit_overflow_checks].Eduard Burtescu-0/+4
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-0/+1
2016-05-11doc: some `peek` improvementsTshepang Lekhonkhobe-11/+9
2016-04-30Implement find() on Chain iteratorsGeorg Brandl-0/+17
2016-04-18core::iter: Move ExactSizeIterator impls to each struct definitionUlrik Sverdrup-19/+19
2016-04-18Split core::iter module implementation into partsUlrik Sverdrup-0/+1657