about summary refs log tree commit diff
path: root/src/libstd/sys/windows/timer.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-214/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-2/+3
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+2
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-2/+2
2015-02-01std: Add a new `env` moduleAlex Crichton-2/+0
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-1/+1
2015-01-19Impl Send for Timer on WindowsPeter Atashian-1/+1
2015-01-07More test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-5/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+3
2014-12-26Implement RaceBox for StdinReaderFlavio Percoco-0/+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-08Runtime removal: refactor timerAaron Turon-0/+208