Files
rust/src/libsyntax/parse
Aaron Turon 1d5983aded Deprecate range, range_step, count, distributions
This commit deprecates the `count`, `range` and `range_step` functions
in `iter`, in favor of range notation. To recover all existing
functionality, a new `step_by` adapter is provided directly on `ops::Range`
and `ops::RangeFrom`.

[breaking-change]
2015-03-13 14:45:13 -07:00
..
2014-10-10 20:30:31 -04:00
2015-03-11 00:09:42 +01:00