summary refs log tree commit diff
path: root/src/libstd/sys/windows/ext/process.rs
AgeCommit message (Expand)AuthorLines
2019-02-28libstd => 2018Taiki Endo-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-2/+6
2017-04-06Fix Markdown issues in the docsOliver Middleton-0/+1
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-3/+3
2016-11-30just add one method named creation_flags, fix the tidy errorTed Mielczarek-13/+3
2016-11-30Add std::os::windows::process::CommandExt, with set_creation_flags and add_cr...Ted Mielczarek-1/+30
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-5/+5
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-1/+2
2016-04-26std: Allow creating ExitStatus from raw valuesAlex Crichton-0/+15
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-1/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+4
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-2/+26
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-23/+8
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-0/+69