]> git.lizzy.rs Git - rust.git/commit
auto merge of #8994 : alexcrichton/rust/upgrade-libuv, r=brson
authorbors <bors@rust-lang.org>
Fri, 6 Sep 2013 18:16:12 +0000 (11:16 -0700)
committerbors <bors@rust-lang.org>
Fri, 6 Sep 2013 18:16:12 +0000 (11:16 -0700)
commit28d042e198d700287f0b946b13dab3b99e0ed962
treeceec36b952fe9b00f2c77c71e2f15fe8d058bafe
parentd39cec65b025ad4c6de50e778ffd1177279b5b3d
parentb4c36c2d1b8079cdb14bd3bf85c1ffc43f1f1d15
auto merge of #8994 : alexcrichton/rust/upgrade-libuv, r=brson

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