summary refs log tree commit diff
path: root/src/librustuv/async.rs
AgeCommit message (Expand)AuthorLines
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-1/+1
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-2/+3
2013-12-24rustuv: Get all tests passing again after refactorAlex Crichton-6/+7
2013-12-24rustuv: Reimplement without using std::rt::schedAlex Crichton-1/+0
2013-12-10libstd: Remove `Cell` from the library.Patrick Walton-0/+1
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-3/+2
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-2/+2
2013-11-10Make the uv bindings resilient to linked failureAlex Crichton-31/+12
2013-11-10Update all uv tests to pass againAlex Crichton-41/+35
2013-11-10Clean up the remaining chunks of uvAlex Crichton-1/+1
2013-11-10Fixing rebase conflicts and suchAlex Crichton-5/+5
2013-11-10Remove usage of ~fn() from uv async/idleAlex Crichton-29/+133
2013-11-10uv: Remove lots of uv/C++ wrappersAlex Crichton-2/+2
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-0/+83