about summary refs log tree commit diff
path: root/src/test/run-pass/range_inclusive.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-13Fix some RangeInclusive test cases.kennytm-10/+19
2018-06-02Stabilize Iterator::step_byThayne McCombs-2/+0
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-1/+1
2018-03-15Stabilize `inclusive_range` library feature.kennytm-1/+1
2017-09-22Add support for `..=` syntaxAlex Burka-34/+34
2017-07-01Delete deprecated & unstable range-specific `step_by`Scott McMurray-1/+1
2017-05-21Return a correct size_hint for degenerate inclusive rangesScott McMurray-7/+7
2016-09-12remove ExactSizeIterator from RangeInclusive<u/isize>Alex Burka-1/+1
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-5/+0
2016-03-04add underflow/overflow testsAlex Burka-0/+8
2016-02-27fix underflow in DoubleEndedIterator::next_backAlex Burka-0/+5
2016-02-27add indexing with RangeInclusive in libcore and libcollectionsAlex Burka-0/+18
2016-02-27add StepBy for RangeInclusiveAlex Burka-3/+1
2016-02-27test inclusive rangesAlex Burka-0/+100