summary refs log tree commit diff
path: root/src/libstd/io/net/udp.rs
AgeCommit message (Expand)AuthorLines
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-2/+0
2014-01-05Fix some warningsCorey Richardson-2/+1
2013-12-31Implement native UDP I/OAlex Crichton-23/+25
2013-12-24std: Get stdtest all passing againAlex Crichton-5/+6
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-8/+3
2013-12-24std: Delete rt::testAlex Crichton-114/+97
2013-12-16Fallout of rewriting std::commAlex Crichton-38/+29
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-9/+8
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-17/+8
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-3/+3
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-7/+5
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-1/+3
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+321