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
/
process_fuchsia.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-35
/
+67
2019-11-19
Add unix::process::CommandExt::arg0
Jeremy Fitzhardinge
-1
/
+1
2019-09-25
Fix ExitStatus on Fuchsia
Tyler Mandry
-3
/
+35
2019-08-30
fuchsia: Fix default environment behavior when spawning
Tyler Mandry
-2
/
+5
2019-08-30
fuchsia: Don't fail to spawn if no stdin exists
Tyler Mandry
-21
/
+36
2019-08-30
Don't try to use /dev/null on Fuchsia
Tyler Mandry
-5
/
+10
2019-02-28
libstd => 2018
Taiki Endo
-12
/
+13
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-06-07
[fuchsia] Migrate from launchpad to fdio_spawn_etc
Adam Barth
-47
/
+28
2017-12-24
Capture environment at spawn
Diggory Blake
-4
/
+6
2017-10-04
zircon: update some more zx and lp constants
James Tucker
-5
/
+5
2017-09-24
LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACE
James Tucker
-1
/
+1
2017-09-24
Fixed casing issues.
P.Y. Laligand
-8
/
+8
2017-09-24
The Magenta kernel is now called Zircon.
P.Y. Laligand
-38
/
+38
2017-02-28
std::process for fuchsia: updated to latest liblaunchpad
Theodore DeRego
-21
/
+15
2017-02-17
Follow rename of mx_handle_wait Magenta syscalls
Raph Levien
-2
/
+2
2017-02-06
make Child::try_wait return io::Result<Option<ExitStatus>>
Jack O'Connor
-3
/
+3
2017-01-24
Updated Fuchsia support for std::process. Adds support for try_wait. Misc. up...
Theodore DeRego
-10
/
+40
2016-12-01
std::process fuchsia support cleanup
Theodore DeRego
-10
/
+7
2016-11-30
Removed Option<ExitStatus> member from fuchsia Process struct. Destroy launch...
Theodore DeRego
-32
/
+19
2016-11-23
Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact...
Theodore DeRego
-0
/
+190