about summary refs log tree commit diff
path: root/src/libstd/sys/unix/timer.rs
AgeCommit message (Expand)AuthorLines
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+2
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-1/+1
2015-02-04std::os::errno returns platform specific value. fixes #21898Jormundir-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-5/+5
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+3
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-9/+2
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-5/+5
2014-12-30Fallout from stabilizationAaron Turon-5/+5
2014-12-30std: Re-enable at_exit()Alex Crichton-2/+9
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-5/+5
2014-12-29std: Stabilize the prelude moduleAlex Crichton-3/+3
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-08Runtime removal: refactor timerAaron Turon-0/+282