about summary refs log tree commit diff
path: root/src/libnative/io/timer_other.rs
AgeCommit message (Expand)AuthorLines
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