summary refs log tree commit diff
path: root/src/libstd/io/net/unix.rs
AgeCommit message (Expand)AuthorLines
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+2
2013-12-24std: Get stdtest all passing againAlex Crichton-2/+3
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-16/+6
2013-12-24std: Delete rt::testAlex Crichton-55/+43
2013-12-17auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichtonbors-1/+1
2013-12-17Handle ENOENTCadence Marseille-1/+1
2013-12-16Test fallout from std::comm rewriteAlex Crichton-2/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-15/+10
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-17/+15
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-15/+7
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-6/+6
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-13/+13
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-4/+4
2013-11-18libstd: Change all `~fn()`s to `proc`s in the standard library.Patrick Walton-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+295