summary refs log tree commit diff
path: root/src/libstd/rt/uv/async.rs
AgeCommit message (Collapse)AuthorLines
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-1/+1
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
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ↵Brian Anderson-1/+1
r=brson" This reverts commit b8d1fa399402c71331aefd634d710004e00b73a6, reversing changes made to f22b4b169854c8a4ba86c16ee43327d6bcf94562. Conflicts: mk/rt.mk src/libuv
2013-08-27Implement process bindings to libuvAlex Crichton-1/+1
Closes #6436
2013-07-30std::rt: Change Thread interface to require an explicit joinBrian Anderson-1/+2
Makes it more obvious what's going on
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-1/+1
2013-07-16Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764Austin King-1/+1
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-0/+105
Conflicts: src/libstd/rt/comm.rs src/libstd/rt/mod.rs src/libstd/rt/sched.rs src/libstd/rt/task.rs src/libstd/rt/test.rs src/libstd/rt/tube.rs src/libstd/rt/uv/uvio.rs src/libstd/rt/uvio.rs src/libstd/task/spawn.rs
2013-05-29Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-0/+105
Conflicts: src/libstd/rt/sched.rs