index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustuv
/
timer.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-10
/
+10
2014-02-12
Expose whether event loops have active I/O
Alex Crichton
-13
/
+13
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-4
/
+4
2014-02-03
std: Remove try_send_deferred plus all fallout
Alex Crichton
-1
/
+1
2014-02-03
rustuv: Require all results are used and fix fallout
Alex Crichton
-9
/
+9
2014-01-29
Remove do keyword from librustuv
Scott Lawrence
-6
/
+6
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2013-12-24
std: Remove must deferred sending functions
Alex Crichton
-2
/
+2
2013-12-24
green: Fixing all tests from previous refactorings
Alex Crichton
-3
/
+3
2013-12-24
rustuv: Get all tests passing again after refactor
Alex Crichton
-0
/
+1
2013-12-24
rustuv: Reimplement without using std::rt::sched
Alex Crichton
-14
/
+13
2013-12-16
Test fallout from std::comm rewrite
Alex Crichton
-13
/
+29
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-5
/
+4
2013-12-10
libextra: Another round of de-`Cell`-ing.
Patrick Walton
-7
/
+6
2013-12-03
Move std::util::ignore to std::prelude::drop
Steven Fackler
-2
/
+2
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-2
/
+2
2013-11-10
Fix usage of libuv for windows
Alex Crichton
-3
/
+30
2013-11-10
Carefully destroy channels at the right time.
Alex Crichton
-9
/
+41
2013-11-10
Another round of test fixes from previous commits
Alex Crichton
-2
/
+76
2013-11-10
Make the uv bindings resilient to linked failure
Alex Crichton
-32
/
+29
2013-11-10
Assorted test fixes and merge conflicts
Alex Crichton
-4
/
+4
2013-11-10
Update all uv tests to pass again
Alex Crichton
-75
/
+35
2013-11-10
Clean up the remaining chunks of uv
Alex Crichton
-2
/
+2
2013-11-10
Migrate uv net bindings away from ~fn()
Alex Crichton
-5
/
+2
2013-11-10
Migrate uv file bindings away from ~fn()
Alex Crichton
-3
/
+3
2013-11-10
Fixing rebase conflicts and such
Alex Crichton
-22
/
+18
2013-11-10
Migrate uv signal handling away from ~fn()
Alex Crichton
-2
/
+1
2013-11-10
Migrate uv process bindings away from ~fn()
Alex Crichton
-3
/
+3
2013-11-10
Migrate uv timer bindings away from ~fn()
Alex Crichton
-33
/
+98
2013-11-10
uv: Remove lots of uv/C++ wrappers
Alex Crichton
-3
/
+3
2013-10-29
Move rust's uv implementation to its own crate
Alex Crichton
-0
/
+157