about summary refs log tree commit diff
path: root/src/libcore/iter/iterator.rs
AgeCommit message (Expand)AuthorLines
2017-01-11Fix docs for min/max algorithmsVadim Petrochenkov-10/+10
2016-12-16Address falloutAaron Turon-2/+0
2016-12-15Stabilize Iterator::{min_by, max_by}Aaron Turon-2/+2
2016-12-02core: Remove Self: Sized from Iterator::nthUlrik Sverdrup-1/+4
2016-11-08Add missing urls and few local rewritesGuillaume Gomez-54/+92
2016-10-21doc: a more simple description of Iterator::nthTshepang Lekhonkhobe-6/+2
2016-09-10Inherit overflow checks for sum and productSteven Fackler-2/+4
2016-09-02Auto merge of #35856 - phimuemue:master, r=brsonbors-0/+53
2016-08-29Changed issue number to 36105philipp-2/+2
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-9/+2
2016-08-21Added #![feature] declarationsphilipp-0/+2
2016-08-20Introduce max_by/min_by on iteratorsphilipp-0/+51
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