about summary refs log tree commit diff
path: root/src/libstd/rt/io/timer.rs
AgeCommit message (Expand)AuthorLines
2013-11-11Move std::rt::io to std::ioAlex Crichton-186/+0
2013-11-11Clean lint on test buildCorey Richardson-2/+0
2013-11-10Fix usage of libuv for windowsAlex Crichton-6/+2
2013-11-10Another round of test fixes from previous commitsAlex Crichton-5/+1
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-0/+1
2013-10-25Enhance timers to create portsAlex Crichton-4/+131
2013-10-24Remove IoFactoryObject for ~IoFactoryAlex Crichton-15/+13
2013-10-24Migrate Rtio objects to true trait objectsAlex Crichton-3/+2
2013-10-09option: rewrite the API to use compositionDaniel Micay-1/+1
2013-10-02Stop using newtype wrappers in std::rt::ioSteven Fackler-3/+5
2013-09-30std: Remove usage of fmt!Alex Crichton-1/+1
2013-09-15std::rt: Add a standalone sleep function.Huon Wilson-0/+14
2013-09-06Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test co...Eric Reed-1/+1
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-1/+1
2013-08-20Moved .sleep() to Timer.Eric Reed-7/+2
2013-08-19Make IO thread-safe.Eric Reed-7/+3
2013-07-22std: make check appeasementJeff Olson-6/+7
2013-07-22std: minor timer cleanup based on feedbackJeff Olson-4/+4
2013-07-22std: add rt::io::TimerJeff Olson-0/+63