about summary refs log tree commit diff
path: root/src/libstd/net/udp.rs
AgeCommit message (Expand)AuthorLines
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-2/+2
2015-04-07std: Deny most warnings in doctestsAlex Crichton-1/+0
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-2/+2
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-1/+1
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-8/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-8/+1
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