Files
rust/src/libsyntax
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
..
2015-03-10 19:47:57 -07:00
2015-03-12 16:38:58 -07:00
2015-02-20 22:17:17 -08:00
2015-01-30 08:52:44 -08:00