about summary refs log tree commit diff
path: root/src/libstd/sys/windows/os.rs
AgeCommit message (Expand)AuthorLines
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-19Fix HMODULEPeter Atashian-1/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-02More falloutNick Cameron-2/+2
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-31std: unbox closures used in function argumentsJorge Aparicio-1/+3
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-0/+1
2014-12-31Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-2/+3
2014-12-30Fallout from stabilizationAaron Turon-1/+2
2014-12-30std: Re-enable at_exit()Alex Crichton-3/+1
2014-12-29Test fixes and rebase conflictsAlex Crichton-5/+6
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+2
2014-12-21std: Stabilize the std::str moduleAlex Crichton-1/+38
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-4/+2
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+4
2014-12-18Refactor std::os to use sys::osAaron Turon-3/+195
2014-11-18Windows and OS X falloutNick Cameron-1/+1
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+103