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
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2016-11-23
Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact...
Theodore DeRego
-865
/
+0
2016-11-22
Cleaned up and appeased the linter
Theodore DeRego
-64
/
+28
2016-11-22
Fuchsia support for std::process via liblaunchpad.
Theodore DeRego
-3
/
+233
2016-09-30
Call emcc with ERROR_ON_UNDEFINED_SYMBOLS
Brian Anderson
-3
/
+2
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-07-12
Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`
Tobias Bucher
-5
/
+5
2016-05-30
std: Clean out old unstable + deprecated APIs
Alex Crichton
-11
/
+0
2016-05-09
Auto merge of #33224 - alexcrichton:create-exit-status, r=aturon
bors
-0
/
+6
2016-05-05
Fix some some duplicate words.
Georg Brandl
-1
/
+1
2016-04-26
std: Allow creating ExitStatus from raw values
Alex Crichton
-0
/
+6
2016-04-04
std: Fix linking against `signal` on Android
Alex Crichton
-1
/
+1
2016-03-22
fix alignment
Jorge Aparicio
-1
/
+1
2016-03-22
std: undo conversion of user defined try!s
Jorge Aparicio
-11
/
+11
2016-03-22
try! -> ?
Jorge Aparicio
-22
/
+22
2016-03-09
std: Don't spawn threads in `wait_with_output`
Alex Crichton
-1
/
+1
2016-03-08
std: Don't always create stdin for children
Alex Crichton
-5
/
+8
2016-02-10
std: Move constant back to where it needs to be
Alex Crichton
-2
/
+2
2016-02-10
std: Use macros from libc instead of locally
Alex Crichton
-24
/
+3
2016-02-10
std: Implement CommandExt::exec
Alex Crichton
-2
/
+14
2016-02-10
std: Push process stdio setup in std::sys
Alex Crichton
-187
/
+256
2016-02-10
std: Rename Stdio::None to Stdio::Null
Alex Crichton
-9
/
+7
2016-02-10
std: Push Child's exit status to sys::process
Alex Crichton
-22
/
+20
2016-02-10
std: Implement CommandExt::before_exec
Alex Crichton
-2
/
+13
2016-02-10
std: Refactor process spawning on Unix
Alex Crichton
-163
/
+162
2016-02-06
Add the asmjs-unknown-emscripten triple. Add cfgs to libs.
Brian Anderson
-1
/
+2
2016-02-03
Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton
bors
-1
/
+1
2016-02-03
std: Properly handle interior NULs in std::process
Kamal Marhubi
-15
/
+57
2016-01-31
Rename sunos to solaris
Nikita Baksalyar
-1
/
+1
2016-01-31
Add Illumos support
Nikita Baksalyar
-1
/
+1
2016-01-24
sys/unix/process.rs: Update comments in make_argv and make_envp
Geoffrey Thomas
-9
/
+6
2016-01-11
Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichton
bors
-0
/
+32
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-2
/
+3
2015-12-25
libstd: unix process spawning: fix bug with setting stdio
Ivan Petkov
-0
/
+32
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-6
/
+10
2015-11-09
std: Migrate to the new libc
Alex Crichton
-23
/
+22
2015-11-06
std: Refactor process exit code handling slightly
Alex Crichton
-47
/
+48
2015-10-28
Port the standard crates to PNaCl/NaCl.
Richard Diamond
-16
/
+27
2015-09-29
Tweak Travis to use GCE
Alex Crichton
-11
/
+22
2015-09-21
Various fixes for NetBSD/amd64
Sebastian Wicki
-0
/
+1
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-1
/
+1
2015-08-10
Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brson
bors
-0
/
+4
2015-08-04
std: Ignore test_process_mask on OSX
Alex Crichton
-0
/
+4
2015-08-01
std: Allow to spawn a process as a session leader on UNIX
Mickaël Salaün
-3
/
+3
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+1
2015-06-22
Fix build on Android API levels below 21
Geoffrey Thomas
-0
/
+10
2015-06-22
sys/unix/process: Reset signal behavior before exec
Geoffrey Thomas
-0
/
+74
2015-06-19
liblibc: Fix prototype of functions taking `char *const argv[]`
Geoffrey Thomas
-1
/
+1
2015-06-09
std: Tweak process raising/lowering implementations
Alex Crichton
-22
/
+11
2015-05-29
Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturon
bors
-0
/
+13
[next]