rust/src/libstd/sys
bors bde09eea35 Auto merge of #23347 - aturon:stab-misc, r=alexcrichton
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]

r? @alexcrichton
2015-03-16 17:02:11 +00:00
..
common Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton 2015-03-14 08:55:31 +00:00
unix Auto merge of #23347 - aturon:stab-misc, r=alexcrichton 2015-03-16 17:02:11 +00:00
windows std: Stabilize portions of std::os::$platform 2015-03-15 10:28:34 -07:00