about summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext/process.rs
AgeCommit message (Expand)AuthorLines
2015-11-06std: Refactor process exit code handling slightlyAlex Crichton-4/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-08-15std: Add issues to all unstable featuresAlex Crichton-8/+10
2015-08-11Register new snapshotsAlex Crichton-2/+0
2015-08-05Auto merge of #27393 - alexcrichton:no-std-changes, r=brsonbors-0/+1
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-08-01std: Allow to spawn a process as a session leader on UNIXMickaël Salaün-0/+16
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-2/+20
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-23/+5
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-1/+48
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-1/+1
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+65