about summary refs log tree commit diff
path: root/src/libnative/io/timer_windows.rs
AgeCommit message (Collapse)AuthorLines
2014-11-08Runtime removal: refactor timerAaron Turon-210/+0
This patch continues runtime removal by moving out timer-related code into `sys`. Because this eliminates APIs in `libnative` and `librustrt`, it is a: [breaking-change] This functionality is likely to be available publicly, in some form, from `std` in the future.
2014-10-30Test fixes and rebase conflictsAlex Crichton-1/+1
2014-10-10Register new snapshotsAlex Crichton-5/+5
Also convert a number of `static mut` to just a plain old `static` and remove some unsafe blocks.
2014-09-16Fallout from renamingAaron Turon-6/+6
2014-08-23Complete renaming of win32 to windowsVadim Chugunov-0/+210