rust/src/libstd/net
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
..
addr.rs Test fixes and rebase conflicts 2015-03-06 19:27:36 -08:00
ip.rs Deprecate range, range_step, count, distributions 2015-03-13 14:45:13 -07:00
mod.rs Removed old_io note from std::net 2015-03-15 11:31:38 -04:00
parser.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
tcp.rs Example -> Examples 2015-03-11 21:11:40 -04:00
test.rs std: Draw from the same port pool during tests 2015-02-26 19:04:42 -08:00
udp.rs Example -> Examples 2015-03-11 21:11:40 -04:00