summary refs log tree commit diff
path: root/src/libcore/iter/range.rs
AgeCommit message (Expand)AuthorLines
2016-08-26accumulate vector and assert for RangeFrom and RangeInclusive examplesMatthew Piziak-22/+10
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-5/+1
2016-08-18Add a FusedIterator trait.Steven Allen-1/+23
2016-08-15remove `.take(10)` from `Range` exampleMatthew Piziak-1/+1
2016-08-15accumulate into vector and assert, instead of printingMatthew Piziak-15/+2
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-32/+137
2016-04-18Split core::iter module implementation into partsUlrik Sverdrup-0/+548