about summary refs log tree commit diff
path: root/src/libcore/tests/iter.rs
AgeCommit message (Expand)AuthorLines
2017-07-08Add tests for reaching the end of RangeInclusive as an iteratorSimon Sapin-0/+20
2017-07-08Add tests for Range*::nthSimon Sapin-0/+49
2017-07-01Delete deprecated & unstable range-specific `step_by`Scott McMurray-26/+16
2017-05-31Avoid range::step_by in another testScott McMurray-2/+2
2017-05-31Deprecate Range*::step_byScott McMurray-13/+21
2017-05-30RangeFrom should have an infinite size_hintScott McMurray-0/+1
2017-05-23Override size_hint and propagate ExactSizeIterator for iter::StepByScott McMurray-0/+73
2017-05-12Fix commit derp and update implementations and documentationIvan Dardi-1/+28
2017-04-23Step::replace_one should put a one, not a zero (Issue #41492)Scott McMurray-0/+38
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+1084