about summary refs log tree commit diff
path: root/src/libstd/io/timer.rs
AgeCommit message (Expand)AuthorLines
2014-02-03std: Remove io::io_errorAlex Crichton-3/+4
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-6/+6
2014-01-22Implement native timersAlex Crichton-29/+145
2014-01-15Allow more "error" values in try_recv()Alex Crichton-3/+2
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-12/+2
2013-12-24std: Delete rt::testAlex Crichton-40/+23
2013-12-23std: Fix all code examplesAlex Crichton-1/+1
2013-12-16Fallout of rewriting std::commAlex Crichton-2/+2
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-11/+9
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+186