about summary refs log tree commit diff
path: root/src/libnative/io/timer_win32.rs
AgeCommit message (Expand)AuthorLines
2014-08-23Complete renaming of win32 to windowsVadim Chugunov-210/+0
2014-06-28Rename all raw pointers as necessaryAlex Crichton-6/+6
2014-06-15Register new snapshotsAlex Crichton-3/+3
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-13/+8
2014-05-13io: Implement process wait timeoutsAlex Crichton-9/+11
2014-05-03Add lint check for negating uint literals and variables.Falco Hirschenberger-3/+3
2014-04-23std: Add support for an accept() timeoutAlex Crichton-0/+11
2014-04-10std: Make std::comm return types consistentAlex Crichton-5/+4
2014-04-10native: remove some internal ~[].Huon Wilson-3/+3
2014-04-04Fix fallout from std::libc separationCorey Richardson-2/+2
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-1/+1
2014-03-31native: Switch field privacy as necessaryAlex Crichton-2/+2
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-14/+14
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-6/+6
2014-01-22Implement native timersAlex Crichton-0/+203