| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2018-07-13 | Fix some RangeInclusive test cases. | kennytm | -10/+19 |
| 2018-06-02 | Stabilize Iterator::step_by | Thayne McCombs | -2/+0 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -1/+1 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -1/+1 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -34/+34 |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -1/+1 |
| 2017-05-21 | Return a correct size_hint for degenerate inclusive ranges | Scott McMurray | -7/+7 |
| 2016-09-12 | remove ExactSizeIterator from RangeInclusive<u/isize> | Alex Burka | -1/+1 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -5/+0 |
| 2016-03-04 | add underflow/overflow tests | Alex Burka | -0/+8 |
| 2016-02-27 | fix underflow in DoubleEndedIterator::next_back | Alex Burka | -0/+5 |
| 2016-02-27 | add indexing with RangeInclusive in libcore and libcollections | Alex Burka | -0/+18 |
| 2016-02-27 | add StepBy for RangeInclusive | Alex Burka | -3/+1 |
| 2016-02-27 | test inclusive ranges | Alex Burka | -0/+100 |
