about summary refs log tree commit diff
path: root/src/gyp
AgeCommit message (Collapse)AuthorLines
2014-10-01Remove libuv, gypAaron Turon-0/+0
This commit removes the libuv and gyp submodules, as well as all build infrastructure related to them. For more context, see the [runtime removal RFC](https://github.com/rust-lang/rfcs/pull/230) [breaking-change]
2013-12-28Update bundled gypAlex Crichton-0/+0
Closes #11152
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-0/+0
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