summary refs log tree commit diff
path: root/src/libcore/iter/iterator.rs
AgeCommit message (Expand)AuthorLines
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-24/+26
2016-06-21Auto merge of #34155 - ollie27:unzip, r=alexcrichtonbors-15/+0
2016-06-14specialize zip: Specialize .zip() for TrustedRandomAccess iteratorsUlrik Sverdrup-1/+2
2016-06-07Remove unzip() SizeHint hackOliver Middleton-15/+0
2016-06-05core: mark relevant functions with #[rustc_inherit_overflow_checks].Eduard Burtescu-0/+1
2016-05-04Update iterator.rsKaiyin Zhong-1/+1
2016-05-04errors in the docKaiyin Zhong-2/+2
2016-04-22Make the `Iterator::enumerate` doc example more clearNick Fitzgerald-5/+4
2016-04-18core::iter: break long linesUlrik Sverdrup-2/+5
2016-04-18Split core::iter module implementation into partsUlrik Sverdrup-0/+2109