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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
rt
/
io
/
timer.rs
Age
Commit message (
Expand
)
Author
Lines
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-186
/
+0
2013-11-11
Clean lint on test build
Corey Richardson
-2
/
+0
2013-11-10
Fix usage of libuv for windows
Alex Crichton
-6
/
+2
2013-11-10
Another round of test fixes from previous commits
Alex Crichton
-5
/
+1
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-0
/
+1
2013-10-25
Enhance timers to create ports
Alex Crichton
-4
/
+131
2013-10-24
Remove IoFactoryObject for ~IoFactory
Alex Crichton
-15
/
+13
2013-10-24
Migrate Rtio objects to true trait objects
Alex Crichton
-3
/
+2
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-1
/
+1
2013-10-02
Stop using newtype wrappers in std::rt::io
Steven Fackler
-3
/
+5
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-09-15
std::rt: Add a standalone sleep function.
Huon Wilson
-0
/
+14
2013-09-06
Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test co...
Eric Reed
-1
/
+1
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-1
/
+1
2013-08-20
Moved .sleep() to Timer.
Eric Reed
-7
/
+2
2013-08-19
Make IO thread-safe.
Eric Reed
-7
/
+3
2013-07-22
std: make check appeasement
Jeff Olson
-6
/
+7
2013-07-22
std: minor timer cleanup based on feedback
Jeff Olson
-4
/
+4
2013-07-22
std: add rt::io::Timer
Jeff Olson
-0
/
+63