summary refs log tree commit diff
path: root/src/libuv
AgeCommit message (Collapse)AuthorLines
2013-05-22libsyntax: Fix more merge fallout.Patrick Walton-0/+0
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+0
This only changes the directory names; it does not change the "real" metadata names.
2013-05-17Upgrade libuv to fix mac deadlock. #6526Brian Anderson-0/+0
2013-05-14rustpkg: Implement URL-like package IDsTim Chevalier-0/+0
This patch implements package IDs like github.com/catamorphism/test-pkg. To support such package IDs, I changed the PkgId struct to contain a LocalPath and a RemotePath field, where the RemotePath reflects the actual URL and the LocalPath reflects the file name of the cached copy. Right now, the only difference is that the local path doesn't contain dashes, but this will change when we implement #6407. Also, PkgIds now have a short_name field -- though the short name can be derived from the LocalPath, I thought it was cleaner not to call option::get() wantonly.
2013-05-13Upgrade libuvBrian Anderson-0/+0
2013-03-12regression patch libuv submoduleYoung-il Choi-0/+0
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-0/+0
2013-03-08Update uv submoduleILyoan-0/+0
2013-03-06Update uv submoduleBrian Anderson-0/+0
2013-02-25submodule: libuv for androidYoung-il Choi-0/+0
2013-02-10build: change libuv to point at joyent's repo and make unpatched build libuv ↵Jeff Olson-0/+0
work on mingw
2013-02-10build: point libuv at olsonjeffery/libuv, temporarilyJeff Olson-0/+0
2013-01-23Revert back to the correct libuv revisionBrian Anderson-0/+0
2013-01-22Revert "Clean up previous commit to not require an Option"Tim Chevalier-0/+0
I made a mistake and included some submodule weirdness. About to re-push the patch without that. This reverts commit 17ea548275364fac7cb5adbdc442010d1ba0d38d.
2013-01-22Clean up previous commit to not require an OptionTim Chevalier-0/+0
2013-01-17librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. ↵Patrick Walton-0/+0
r=nmatsakis
2013-01-13Update libuv for AndroidBrian Anderson-0/+0
2012-03-29rustc: Don't generate landing pad cleanups for boxy thingsBrian Anderson-0/+0
2012-03-26Disable some advanced (post glibc-2.3) libuv features when building snaps.Graydon Hoare-0/+0
2012-02-02Update libuv.Graydon Hoare-0/+0
2011-11-08Re-add libuv as a submodule.Erick Tryzelaar-0/+0