rust/src/libstd/net
bors c897ac04e2 Auto merge of #24177 - alexcrichton:rustdoc, r=aturon
This commit series starts out with more official test harness support for rustdoc tests, and then each commit afterwards adds a test (where appropriate). Each commit should also test and finish independently of all others (they're all pretty separable).

I've uploaded a [copy of the documentation](http://people.mozilla.org/~acrichton/doc/std/) generated after all these commits were applied, and a double check on issues being closed would be greatly appreciated! I'll also browse the docs a bit and make sure nothing regressed too horribly.
2015-04-10 16:18:44 +00:00
..
addr.rs Auto merge of #24177 - alexcrichton:rustdoc, r=aturon 2015-04-10 16:18:44 +00:00
ip.rs std: Add net::IpAddr, destabilize lookup_host 2015-03-25 16:18:31 -07:00
mod.rs std: Stabilize last bits of io::Error 2015-03-31 16:12:48 -07:00
parser.rs impl FromStr for IpAddr 2015-03-26 13:31:37 -07:00
tcp.rs std: Deny most warnings in doctests 2015-04-07 17:54:34 -07:00
test.rs std: Stabilize the net module 2015-03-13 16:47:42 -07:00
udp.rs std: Deny most warnings in doctests 2015-04-07 17:54:34 -07:00