]> git.lizzy.rs Git - rust.git/commit
Auto merge of #23347 - aturon:stab-misc, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 16 Mar 2015 17:02:11 +0000 (17:02 +0000)
committerbors <bors@rust-lang.org>
Mon, 16 Mar 2015 17:02:11 +0000 (17:02 +0000)
commitbde09eea35113f25d4e0bcc4a8344de971f3069a
tree91bf41d6d8d7630d193f517d0f22c9fe85e4f967
parentcc789193e11ab2d864db3186aa1961283b3d4cdc
parent1d5983aded687149239e8943debd51abdce5d27b
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
src/libstd/os.rs
src/libstd/sys/unix/os.rs