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
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-45
/
+47
2019-02-22
Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton
Mazdak Farrokhzad
-2
/
+4
2019-02-13
Use posix_spawn_file_actions_addchdir_np when possible
Josh Stone
-2
/
+22
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-02-03
more formatting
Ralf Jung
-2
/
+4
2019-02-01
deprecate before_exec in favor of unsafe pre_exec
Ralf Jung
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-50
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-04
cleanup: remove static lifetimes from consts in libstd
ljedrz
-1
/
+1
2018-11-14
std: Synchronize access to global env during `exec`
Alex Crichton
-8
/
+48
2018-11-14
Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"
Alex Crichton
-99
/
+8
2018-11-01
Fixes #46775 -- don't mutate the process's environment in Command::exec
Alex Gaynor
-8
/
+99
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-07-10
Add missing `dyn` for cloudabi, redox, unix and wasm
ljedrz
-3
/
+3
2018-06-07
[fuchsia] Migrate from launchpad to fdio_spawn_etc
Adam Barth
-109
/
+51
2018-04-05
std: Inline some Termination-related methods
Alex Crichton
-0
/
+1
2018-03-22
Command::env_saw_path() may be unused on platforms not using posix_spawn()
Bryan Drewery
-0
/
+1
2018-03-19
Don't use posix_spawn() if PATH was modified in the environment.
Bryan Drewery
-0
/
+4
2018-03-19
Merge branch 'update-beta-freebsd' into freebsd-posix-spawn
Bryan Drewery
-2
/
+14
2018-03-03
Move process::ExitCode internals to sys
Scott McMurray
-2
/
+14
2018-03-02
Support posix_spawn() for Linux glibc 2.24+.
Bryan Drewery
-2
/
+16
2018-03-02
Use _
Bryan Drewery
-1
/
+1
2018-03-01
Add comment explaining when posix_spawn() can be supported.
Bryan Drewery
-0
/
+2
2018-03-01
posix_spawn() on OSX supports returning ENOENT.
Bryan Drewery
-2
/
+2
2018-02-28
posix_spawn() always returns its error rather than setting errno.
Bryan Drewery
-1
/
+1
2018-02-28
Support posix_spawn() for FreeBSD.
Bryan Drewery
-2
/
+2
2018-02-28
Remove excess newline
Bryan Drewery
-1
/
+0
2018-02-28
Pass proper pointer for envp.
Bryan Drewery
-1
/
+1
2018-02-28
No need to zero when an initializer for the object is already used.
Bryan Drewery
-3
/
+3
2018-02-28
Avoid error for unused variables
Bryan Drewery
-1
/
+1
2018-02-28
Support posix_spawn() when possible.
Alex Crichton
-0
/
+102
2018-01-26
make Command.argv Send on unix platforms
Corentin Henry
-10
/
+11
2018-01-25
implement Send for process::Command on unix
Corentin Henry
-0
/
+5
2017-12-24
Capture environment at spawn
Diggory Blake
-91
/
+78
2017-10-09
Auto merge of #45041 - est31:master, r=alexcrichton
bors
-3
/
+2
2017-10-05
Remove nacl from libstd
est31
-3
/
+2
2017-10-04
zircon: update some more zx and lp constants
James Tucker
-22
/
+16
2017-10-04
zircon: the type of zx_handle_t is now unsigned
James Tucker
-1
/
+6
2017-09-24
LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACE
James Tucker
-2
/
+2
2017-09-24
Fixed casing issues.
P.Y. Laligand
-16
/
+16
2017-09-24
The Magenta kernel is now called Zircon.
P.Y. Laligand
-130
/
+130
2017-09-08
Match c_char definitions and enable signal reset for L4Re
Sebastian Humenda
-13
/
+15
2017-08-28
Update the libc submodule
Alex Crichton
-2
/
+3
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2017-07-24
Add a disabled builder for aarch64 emulated tests
Alex Crichton
-0
/
+1
2017-06-06
Add conversions from File and Child* handles to Stdio
Josh Stone
-0
/
+12
2017-06-05
[fuchsia] Track change of mx_job_default
Raph Levien
-5
/
+1
2017-04-14
Update magenta error codes
Theodore DeRego
-34
/
+43
2017-03-25
Avoid using libc::sigemptyset on Android
Marco A L Barbosa
-2
/
+25
[next]