summary refs log tree commit diff
path: root/src/libcore/iter/mod.rs
AgeCommit message (Expand)AuthorLines
2016-09-20Fix build errorBrian Anderson-1/+0
2016-09-19Remove data structure specialization for .zip() iteratorUlrik Sverdrup-38/+14
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