about summary refs log tree commit diff
path: root/src/libstd/sys/windows/process.rs
AgeCommit message (Expand)AuthorLines
2015-11-09std: Migrate to the new libcAlex Crichton-37/+31
2015-11-06std: Refactor process exit code handling slightlyAlex Crichton-13/+8
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-0/+2
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-17/+5
2015-05-29Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors-1/+16
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-1/+16
2015-05-16std: Add an unstable method Child::idAlex Crichton-0/+6
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-0/+429
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-518/+0
2015-04-01Test fixes and rebase conflictsAlex Crichton-2/+2
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-5/+11
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+1
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-1/+1
2015-03-12Stabilize std::pathAaron Turon-1/+1
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-3/+0
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-0/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-1/+1
2015-02-20Register new snapshotsAlex Crichton-194/+0
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-0/+29
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-1/+165
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-5/+4
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-4/+4
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-3/+3
2015-02-01std: Add a new `env` moduleAlex Crichton-12/+12
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-7/+7
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