summary refs log tree commit diff
path: root/src/libstd/io/timer.rs
AgeCommit message (Expand)AuthorLines
2014-06-27std::io: Use re-exported pathes in examples.OGINO Masanori-4/+4
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-3/+3
2014-06-15Register new snapshotsAlex Crichton-1/+1
2014-06-08Fix spelling errors in comments.Joseph Crail-3/+3
2014-06-08std::io: expand the oneshot/periodic docs.Huon Wilson-8/+68
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-6/+20
2014-06-03std: Remove generics from Option::expectAlex Crichton-1/+0
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-07core: Move Option::expect to libstd from libcoreAlex Crichton-0/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-04-10std: Make std::comm return types consistentAlex Crichton-11/+11
2014-03-31std: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-2/+3
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-56/+56
2014-02-28std: Improve some I/O documentationAlex Crichton-21/+40
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