about summary refs log tree commit diff
path: root/src/libcore/iter/traits.rs
AgeCommit message (Expand)AuthorLines
2016-10-20Introduce iterator trait TrustedLenUlrik Sverdrup-0/+7
2016-09-12Remove stray attributeSteven Fackler-1/+0
2016-09-10Inherit overflow checks for sum and productSteven Fackler-12/+7
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-5/+0
2016-08-23Auto merge of #35656 - Stebalien:fused, r=alexcrichtonbors-0/+16
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-10/+12
2016-08-18Add a FusedIterator trait.Steven Allen-0/+16
2016-08-06Indicate tracking issue for `exact_size_is_empty` unstability.Corey Farwell-1/+1
2016-07-26Rollup merge of #34732 - durka:patch-27, r=steveklabnikSteve Klabnik-3/+4
2016-07-18Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brsonbors-2/+28
2016-07-18Fix doctest of `ExactSizeIterator::is_empty`Tobias Bucher-1/+3
2016-07-08document DoubleEndedIterator::next_backAlex Burka-3/+4
2016-07-06Improve DoubleEndedIterator examplesGuillaume Gomez-6/+12
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-0/+101
2016-06-19Remove first empty line of doc commentTobias Bucher-1/+0
2016-06-19Add `is_empty` function to `ExactSizeIterator`Tobias Bucher-2/+27
2016-04-18Split core::iter module implementation into partsUlrik Sverdrup-0/+526