rust/src/libstd/net
Aaron Turon 2067c570fb Revert deprecation of IpAddr, stabilizing for 1.7
After [considerable
pushback](https://github.com/rust-lang/rfcs/issues/1451), it's clear
that there is a community consensus around providing `IpAddr` in the
standard library, together with other APIs using it.

This commit reverts from deprecated status directly to stable. The
deprecation landed in 1.6, which has already been released, so the
stabilization is marked for 1.7 (currently in beta; will require a backport).
2016-02-09 07:23:12 -08:00
..
addr.rs Revert deprecation of IpAddr, stabilizing for 1.7 2016-02-09 07:23:12 -08:00
ip.rs Revert deprecation of IpAddr, stabilizing for 1.7 2016-02-09 07:23:12 -08:00
mod.rs Revert deprecation of IpAddr, stabilizing for 1.7 2016-02-09 07:23:12 -08:00
parser.rs Revert deprecation of IpAddr, stabilizing for 1.7 2016-02-09 07:23:12 -08:00
tcp.rs Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00
test.rs std: Add more entries to stdtest base_port 2015-10-23 10:51:48 -07:00
udp.rs Rollup merge of #30511 - defyrlt:issue_30507, r=steveklabnik 2015-12-30 09:24:24 -05:00