about summary refs log tree commit diff
path: root/src/librustuv/async.rs
AgeCommit message (Expand)AuthorLines
2014-10-01Remove librustuvAaron Turon-156/+0
2014-08-28Fallout from stabilizing core::optionAaron Turon-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-6/+6
2014-06-15Register new snapshotsAlex Crichton-2/+2
2014-06-06rustuv: Deal with the rtio changesAlex Crichton-17/+13
2014-05-11core: Remove the cast moduleAlex Crichton-4/+4
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+3
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-24Update libuvAlex Crichton-3/+1
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-4/+3
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-4/+4
2014-01-29Remove do keyword from librustuvScott Lawrence-2/+2
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