summary refs log tree commit diff
path: root/src/libnative/io/timer_other.rs
AgeCommit message (Expand)AuthorLines
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-20/+20
2014-03-05native: Move from usleep() to nanosleep()Alex Crichton-2/+9
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-0/+1
2014-02-27native: Improve windows file handlingAlex Crichton-2/+0
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-6/+9
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-0/+2
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-19/+17
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-4/+4
2014-02-03native: Require all results are used and fix falloutAlex Crichton-2/+3
2014-01-29Flag Result as #[must_use] and deal with fallout.Alex Crichton-1/+1
2014-01-23native: Don't use timerfd on AndroidBrian Anderson-0/+1
2014-01-22Implement native timersAlex Crichton-0/+328