about summary refs log tree commit diff
path: root/src/libstd/io/net/unix.rs
AgeCommit message (Collapse)AuthorLines
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
34 uses of `Cell` remain.
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
compile-fail tests, run-fail tests, and run-pass tests.
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
This makes `Cell`s no longer necessary in most cases.
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+295