about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-2/+2
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-29Rollup merge of 21654 - FlaPer87:unify-impls, r=alexcrichtonManish Goregaokar-13/+6
2015-01-29Rollup merge of #21640 - retep998:rmdir, r=alexcrichtonManish Goregaokar-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-70/+70
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-70/+70
2015-01-26Make Unix and Windows impls consistentFlavio Percoco-4/+0
2015-01-26Make Unix and Windows impls consistentFlavio Percoco-9/+6
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+115
2015-01-25wrmdir -> RemoveDirectoryWPeter Atashian-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-11/+13
2015-01-24Add ffi::OsString and OsStrAaron Turon-2/+115
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+2
2015-01-21Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-7/+7
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-1/+1
2015-01-21rollup merge of #21389: retep998/timerAlex Crichton-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-21Rollup merge of #21387 - retep998:hmodule, r=alexcrichtonBarosl LEE-1/+1
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-19Impl Send for Timer on WindowsPeter Atashian-1/+1
2015-01-19Fix HMODULEPeter Atashian-1/+1
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-7/+7
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