about summary refs log tree commit diff
path: root/src/libnative/io/timer_unix.rs
AgeCommit message (Expand)AuthorLines
2014-11-08Runtime removal: refactor timerAaron Turon-285/+0
2014-11-08Runtime removal: refactor fsAaron Turon-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-3/+3
2014-10-10Register new snapshotsAlex Crichton-7/+7
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-2/+1
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-09-03Fix spelling errors and capitalization.Joseph Crail-2/+2
2014-08-28Fallout from stabilizing core::optionAaron Turon-1/+1
2014-08-04stabilize atomics (now atomic)Aaron Turon-3/+3
2014-07-04Removed LLVM bug workaroundValerii Hiora-15/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-4/+5
2014-06-16auto merge of #14900 : alexcrichton/rust/snapshots, r=huonwbors-3/+3
2014-06-15Register new snapshotsAlex Crichton-3/+3
2014-06-12Basic iOS supportValerii Hiora-2/+17
2014-06-06native: Deal with the rtio changesAlex Crichton-17/+13
2014-05-22Spelling/doc formatting fixes.Huon Wilson-2/+2
2014-05-20core: Stabilize the mem moduleAlex Crichton-3/+3
2014-05-13io: Implement process wait timeoutsAlex Crichton-10/+10
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-7/+8
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-62/+7
2014-04-15native: Be more stringent about pattern matchingAlex Crichton-1/+1
2014-04-12native: Remove timerfd implementation on linuxAlex Crichton-0/+341