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