about summary refs log tree commit diff
path: root/src/libstd/net/udp.rs
AgeCommit message (Expand)AuthorLines
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-1/+5
2015-03-25std: Add net::IpAddr, destabilize lookup_hostAlex Crichton-3/+3
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-13std: Stabilize the `net` moduleAlex Crichton-7/+23
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-02-17Fallout from stabilizationAaron Turon-8/+8
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+291