about summary refs log tree commit diff
path: root/src/libstd/sys/windows/mod.rs
AgeCommit message (Expand)AuthorLines
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-0/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-2/+1
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+3
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-0/+24
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-0/+1
2014-12-30std: Re-enable at_exit()Alex Crichton-24/+0
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-0/+1
2014-12-25Map EEXIST to PathAlreadyExists error, closes #20226Florian Hahn-0/+2
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-13libstd: use unboxed closuresJorge Aparicio-1/+1
2014-12-05Fall out of the std::sync rewriteAlex Crichton-1/+3
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-0/+4
2014-11-26auto merge of #19169 : aturon/rust/fds, r=alexcrichtonbors-0/+1
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-3/+4
2014-11-21libs: add std::os::windows moduleAaron Turon-0/+1
2014-11-20Make most of std::rt privateAaron Turon-1/+1
2014-11-10Fix 'renamed lint' warningsMichael Gehring-1/+1
2014-11-08Runtime removal: refactor ttyAaron Turon-0/+1
2014-11-08Runtime removal: refactor timerAaron Turon-0/+1
2014-11-08Runtime removal: refactor processAaron Turon-0/+1
2014-11-08Runtime removal: refactor helper threadsAaron Turon-0/+1
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-2/+10
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+178