index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
unix
/
ext
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-234
/
+0
2020-05-12
Stabilize process_set_argv0 feature for Unix
Jeremy Fitzhardinge
-1
/
+1
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-7
/
+12
2019-11-19
Add unix::process::CommandExt::arg0
Jeremy Fitzhardinge
-0
/
+16
2019-02-28
libstd => 2018
Taiki Endo
-6
/
+6
2019-02-22
Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton
Mazdak Farrokhzad
-4
/
+24
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-03
POSIX requires async signal safety for fork in signal handlers, not in general
Ralf Jung
-2
/
+1
2019-02-02
pre_exec: expand docs
Ralf Jung
-3
/
+4
2019-02-02
deprecate things a bit slower
Ralf Jung
-1
/
+1
2019-02-01
also replace before_exec by pre_exec on redox
Ralf Jung
-1
/
+1
2019-02-01
deprecate before_exec in favor of unsafe pre_exec
Ralf Jung
-3
/
+23
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-04-14
Add doc links to `std::os` extension traits
Dylan MacKenzie
-2
/
+6
2018-04-03
Stabilize parent_id()
Thayne McCombs
-1
/
+1
2017-11-19
Add process::parent_id
Steven Fackler
-0
/
+6
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-01-19
Expand documentation of process::exit and exec
Simonas Kazlauskas
-0
/
+10
2016-12-15
Stabilize std::os::unix::process::CommandExt::before_exec
Aaron Turon
-1
/
+1
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-3
/
+3
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-08-19
std: Stabilize APIs for the 1.12 release
Alex Crichton
-1
/
+1
2016-05-30
std: Clean out old unstable + deprecated APIs
Alex Crichton
-20
/
+0
2016-04-26
std: Allow creating ExitStatus from raw values
Alex Crichton
-0
/
+9
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-1
/
+3
2016-02-13
std: Deprecate all std::os::*::raw types
Alex Crichton
-5
/
+4
2016-02-10
std: Implement CommandExt::exec
Alex Crichton
-0
/
+26
2016-02-10
std: Push process stdio setup in std::sys
Alex Crichton
-1
/
+3
2016-02-10
std: Implement CommandExt::before_exec
Alex Crichton
-0
/
+38
2016-02-10
std: Refactor process spawning on Unix
Alex Crichton
-1
/
+1
2016-02-03
std: Properly handle interior NULs in std::process
Kamal Marhubi
-3
/
+3
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+3
2015-11-06
std: Refactor process exit code handling slightly
Alex Crichton
-4
/
+1
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-1
/
+1
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-8
/
+10
2015-08-11
Register new snapshots
Alex Crichton
-2
/
+0
2015-08-05
Auto merge of #27393 - alexcrichton:no-std-changes, r=brson
bors
-0
/
+1
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-08-01
std: Allow to spawn a process as a session leader on UNIX
Mickaël Salaün
-0
/
+16
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-2
/
+20
2015-06-09
std: Tweak process raising/lowering implementations
Alex Crichton
-23
/
+5
2015-05-16
std: Implement lowering and raising for process IO
Alex Crichton
-1
/
+48
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-1
/
+1
2015-04-27
std: Expand the area of std::fs
Alex Crichton
-0
/
+65