rust/src/libstd/rt/uv
Alex Crichton ed204257a0 Upgrade libuv to the current master + our patches
There were two main differences with the old libuv and the master version:

1. The uv_last_error function is now gone. The error code returned by each
   function is the "last error" so now a UvError is just a wrapper around a
   c_int.
2. The repo no longer includes a makefile, and the build system has change.
   According to the build directions on joyent/libuv, this now downloads a `gyp`
   program into the `libuv/build` directory and builds using that. This
   shouldn't add any dependences on autotools or anything like that.

Closes #8407
Closes #6567
Closes #6315
2013-08-27 20:46:17 -07:00
..
async.rs std::rt: Change Thread interface to require an explicit join 2013-07-30 14:23:44 -07:00
file.rs make check appeasement 2013-08-22 16:33:59 -07:00
idle.rs an attempt at a singleton pausible idle callback for each scheduler. suffers from nondeterministic deadlock and also pending scheduler messages on scheduler shutdown. 2013-08-16 16:37:09 -07:00
mod.rs Upgrade libuv to the current master + our patches 2013-08-27 20:46:17 -07:00
net.rs Upgrade libuv to the current master + our patches 2013-08-27 20:46:17 -07:00
timer.rs libstd: Implement {peer, socket}_name for new rt tcp & udp. 2013-07-25 05:57:52 -04:00
uvio.rs librustc: Fix merge fallout 2013-08-27 19:09:27 -07:00
uvll.rs Upgrade libuv to the current master + our patches 2013-08-27 20:46:17 -07:00