summary refs log tree commit diff
path: root/src/librustuv/timer.rs
AgeCommit message (Expand)AuthorLines
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-10/+10
2014-02-12Expose whether event loops have active I/OAlex Crichton-13/+13
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-4/+4
2014-02-03std: Remove try_send_deferred plus all falloutAlex Crichton-1/+1
2014-02-03rustuv: Require all results are used and fix falloutAlex Crichton-9/+9
2014-01-29Remove do keyword from librustuvScott Lawrence-6/+6
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+1
2013-12-24std: Remove must deferred sending functionsAlex Crichton-2/+2
2013-12-24green: Fixing all tests from previous refactoringsAlex Crichton-3/+3
2013-12-24rustuv: Get all tests passing again after refactorAlex Crichton-0/+1
2013-12-24rustuv: Reimplement without using std::rt::schedAlex Crichton-14/+13
2013-12-16Test fallout from std::comm rewriteAlex Crichton-13/+29
2013-12-16Fallout of rewriting std::commAlex Crichton-5/+4
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-7/+6
2013-12-03Move std::util::ignore to std::prelude::dropSteven Fackler-2/+2
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-2/+2
2013-11-10Fix usage of libuv for windowsAlex Crichton-3/+30
2013-11-10Carefully destroy channels at the right time.Alex Crichton-9/+41
2013-11-10Another round of test fixes from previous commitsAlex Crichton-2/+76
2013-11-10Make the uv bindings resilient to linked failureAlex Crichton-32/+29
2013-11-10Assorted test fixes and merge conflictsAlex Crichton-4/+4
2013-11-10Update all uv tests to pass againAlex Crichton-75/+35
2013-11-10Clean up the remaining chunks of uvAlex Crichton-2/+2
2013-11-10Migrate uv net bindings away from ~fn()Alex Crichton-5/+2
2013-11-10Migrate uv file bindings away from ~fn()Alex Crichton-3/+3
2013-11-10Fixing rebase conflicts and suchAlex Crichton-22/+18
2013-11-10Migrate uv signal handling away from ~fn()Alex Crichton-2/+1
2013-11-10Migrate uv process bindings away from ~fn()Alex Crichton-3/+3
2013-11-10Migrate uv timer bindings away from ~fn()Alex Crichton-33/+98
2013-11-10uv: Remove lots of uv/C++ wrappersAlex Crichton-3/+3
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-0/+157