summary refs log tree commit diff
path: root/src/libnative/io/timer_timerfd.rs
AgeCommit message (Expand)AuthorLines
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-2/+0
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-17/+17
2014-03-05native: Move from usleep() to nanosleep()Alex Crichton-4/+11
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-11/+27
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-1/+3
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-2/+2
2014-02-03std: Fixing all documentationAlex Crichton-3/+4
2014-02-02libnative: fix epoll_event struct layoutBen Noordhuis-9/+10
2014-01-29Flag Result as #[must_use] and deal with fallout.Alex Crichton-2/+2
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-23Handle EINTR in epoll for native timersAlex Crichton-0/+1
2014-01-22Implement native timersAlex Crichton-0/+303