]> git.lizzy.rs Git - rust.git/commit
Upgrade libuv to the current master (again)
authorAlex Crichton <alex@alexcrichton.com>
Mon, 19 Aug 2013 00:11:45 +0000 (17:11 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 6 Sep 2013 18:12:49 +0000 (11:12 -0700)
commitb4c36c2d1b8079cdb14bd3bf85c1ffc43f1f1d15
treeceec36b952fe9b00f2c77c71e2f15fe8d058bafe
parentd39cec65b025ad4c6de50e778ffd1177279b5b3d
Upgrade libuv to the current master (again)

This is a reopening of the libuv-upgrade part of #8645. Hopefully this won't
cause random segfaults all over the place. The windows regression in testing
should also be fixed (it shouldn't build the whole compiler twice).

A notable difference from before is that gyp is now a git submodule instead of
always git-cloned at make time. This allows bundling for releases more easily.

Closes #8850
17 files changed:
.gitmodules
mk/dist.mk
mk/rt.mk
src/gyp [new submodule]
src/libstd/rt/io/net/tcp.rs
src/libstd/rt/uv/addrinfo.rs
src/libstd/rt/uv/async.rs
src/libstd/rt/uv/file.rs
src/libstd/rt/uv/idle.rs
src/libstd/rt/uv/mod.rs
src/libstd/rt/uv/net.rs
src/libstd/rt/uv/timer.rs
src/libstd/rt/uv/uvio.rs
src/libstd/rt/uv/uvll.rs
src/libuv
src/rt/rust_uv.cpp
src/rt/rustrt.def.in