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
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
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-3
/
+3
2017-02-28
std::process for fuchsia: updated to latest liblaunchpad
Theodore DeRego
-27
/
+31
2017-02-17
Follow rename of mx_handle_wait Magenta syscalls
Raph Levien
-3
/
+3
2017-02-08
Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichton
Corey Farwell
-7
/
+7
2017-02-06
make Child::try_wait return io::Result<Option<ExitStatus>>
Jack O'Connor
-7
/
+7
2017-01-29
Add support for test suites emulated in QEMU
Alex Crichton
-1
/
+5
2017-01-24
Updated Fuchsia support for std::process. Adds support for try_wait. Misc. up...
Theodore DeRego
-23
/
+167
2017-01-06
std: Add a nonblocking `Child::try_wait` method
Alex Crichton
-0
/
+17
2016-12-21
Removes magenta build warning.
Jason Campbell
-1
/
+0
2016-12-01
std::process fuchsia support cleanup
Theodore DeRego
-13
/
+203
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
/
+940