summary refs log tree commit diff
path: root/src/libcore/iter/range.rs
AgeCommit message (Expand)AuthorLines
2016-11-07Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddybbors-6/+6
2016-11-04Link the tracking issue for TrustedLenUlrik Sverdrup-1/+1
2016-10-20Implement TrustedLen for more iteratorsUlrik Sverdrup-3/+23
2016-10-20Introduce iterator trait TrustedLenUlrik Sverdrup-1/+4
2016-10-11remove erroneous semicolonsMatthew Piziak-6/+6
2016-10-09use UFCS with Add::add and Sub::sub instead of unstable attributesMatthew Piziak-12/+6
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-2/+4
2016-09-12remove ExactSizeIterator from RangeInclusive<u/isize>Alex Burka-2/+9
2016-09-09fix silent overflows on `Step` implsMatthew Piziak-0/+6
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