about summary refs log tree commit diff
path: root/src/libstd/sys/windows/process.rs
AgeCommit message (Expand)AuthorLines
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-3/+6
2015-01-07std: prevent `CreateProcess()` race on Windowsklutzy-0/+7
2015-01-05More test fixes!Alex Crichton-8/+6
2015-01-05std: Redesign c_str and c_vecAlex Crichton-16/+15
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02Properly deal with Ordering in the guideSteve Klabnik-0/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+4
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-1/+0
2014-12-13Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`Jorge Aparicio-2/+2
2014-12-13libstd: use unboxed closuresJorge Aparicio-4/+5
2014-12-11Register new snapshotsAlex Crichton-2/+2
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-5/+5
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-2/+2
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-17/+13
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-1/+1
2014-11-25/** -> ///Steve Klabnik-17/+13
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-3/+3
2014-11-18Windows and OS X falloutNick Cameron-5/+5
2014-11-08Runtime removal: refactor processAaron Turon-0/+511