about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2015-01-21Rollup merge of #21387 - retep998:hmodule, r=alexcrichtonBarosl LEE-1/+1
2015-01-19Fix HMODULEPeter Atashian-1/+1
2015-01-19std::dynamic_lib: Fix Windows error handlingklutzy-0/+7
2015-01-17auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichtonbors-0/+51
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-0/+51
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-1/+1
2015-01-12Change Mutex to use SRWLock on Windows.Peter Atashian-83/+49
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-4/+4
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07More test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-3/+3
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-3/+6
2015-01-07use slicing sugarJorge Aparicio-3/+3
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-3/+6
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06More test fixesAlex Crichton-21/+20
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-06rollup merge of #20650: klutzy/omg-windows-error-modeAlex Crichton-0/+7
2015-01-06rollup merge of #20612: retep998/winsizeAlex Crichton-7/+39
2015-01-07falloutNick Cameron-1/+2
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-07std: prevent `CreateProcess()` race on Windowsklutzy-0/+7
2015-01-05More test fixes!Alex Crichton-8/+6
2015-01-06Implement TTY::get_winsize for WindowsPeter Atashian-7/+39
2015-01-05std: Redesign c_str and c_vecAlex Crichton-43/+45
2015-01-03Remove deprecated functionalityAlex Crichton-26/+28
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-12/+12
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-7/+5
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-2/+2
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+0
2015-01-02Properly deal with Ordering in the guideSteve Klabnik-0/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-25/+32
2015-01-01std: Second pass stabilization of syncAlex Crichton-2/+2
2015-01-02More falloutNick Cameron-12/+12
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-10/+10
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-31std: unbox closures used in function argumentsJorge Aparicio-1/+3
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-49/+90
2014-12-31Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-3/+5
2014-12-30Fallout from stabilizationAaron Turon-2/+4
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-0/+1
2014-12-30std: Re-enable at_exit()Alex Crichton-92/+50
2014-12-29Test fixes and rebase conflictsAlex Crichton-10/+10
2014-12-29rollup merge of #20231: fhahn/issue-20226-eexistAlex Crichton-0/+2
2014-12-29std: Stabilize the prelude moduleAlex Crichton-15/+18
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-0/+1
2014-12-27Implement Sync/Send for windows' UnixStreamFlavio Percoco-0/+6