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
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-17
Add a debug implementation to process::Output
Ed Clarke
-0
/
+27
2015-12-01
Fix typo in src/libstd/process.rs
Adam Badawy
-1
/
+1
2015-11-23
skip check for DYLD envars in child proc
Josh Austin
-0
/
+1
2015-11-22
test_inherit_env: Don't look for hidden environment variables on Windows
Tobias Bucher
-2
/
+4
2015-11-17
std: Use join() in Process::wait_with_output
Alex Crichton
-20
/
+14
2015-10-20
Rollup merge of #29158 - arcnmx:process-test, r=alexcrichton
Steve Klabnik
-1
/
+1
2015-10-19
Correct spelling in docs
Andrew Paseltiner
-2
/
+2
2015-10-19
Add missing #[test] attribute to test
arcnmx
-1
/
+1
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-1
/
+1
2015-09-29
Tweak Travis to use GCE
Alex Crichton
-5
/
+8
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-1
/
+1
2015-09-02
std: Run at_exit cleanup on process::exit
Alex Crichton
-0
/
+1
2015-08-04
syntax: Don't assume `std` exists for tests
Alex Crichton
-1
/
+1
2015-07-31
Auto merge of #27370 - alexcrichton:stabilize-easy, r=brson
bors
-1
/
+1
2015-07-29
std: Remove the curious inner module
Alex Crichton
-1
/
+1
2015-07-28
std: Stabilize a number of small APIs
Alex Crichton
-1
/
+1
2015-07-27
std: Remove msvc/valgrind headers
Alex Crichton
-11
/
+2
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-1
/
+17
2015-06-22
std::process: Remove helper function pwd_cmd from test module
Geoffrey Thomas
-18
/
+0
2015-06-09
std: Tweak process raising/lowering implementations
Alex Crichton
-13
/
+28
2015-06-05
Another small grammar fix for process.rs
Martin Pool
-1
/
+1
2015-06-05
Doc fix for process.rs
Martin Pool
-1
/
+1
2015-05-29
Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturon
bors
-41
/
+58
2015-05-16
std: Implement lowering and raising for process IO
Alex Crichton
-41
/
+58
2015-05-16
std: Add an unstable method Child::id
Alex Crichton
-0
/
+6
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-6
/
+6
2015-04-29
Update process.rs
tynopex
-8
/
+8
2015-04-29
std: Fixup docs for std::process
tynopex
-13
/
+16
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-4
/
+4
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-39
/
+0
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-4
/
+4
2015-04-10
Auto merge of #24177 - alexcrichton:rustdoc, r=aturon
bors
-6
/
+1
2015-04-10
std: Unconditionally close all file descriptors
Alex Crichton
-14
/
+10
2015-04-09
std: Clean up process spawn impl on unix
Alex Crichton
-1
/
+1
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-6
/
+1
2015-04-01
Update android tests to reflect API switch from `os::env` to `env::vars`.
Felix S. Klock II
-3
/
+2
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-1
/
+0
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-1
/
+0
2015-03-31
rollup merge of #23907: alexcrichton/impl-exit
Alex Crichton
-0
/
+16
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-28
/
+24
2015-03-31
std: Add a process::exit function
Alex Crichton
-0
/
+16
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-1
/
+1
2015-03-25
Ignore some tests on aarch64
Sae-bom Kim
-0
/
+1
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-3
/
+3
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-2
/
+2
2015-03-19
std: Stablize io::ErrorKind
Alex Crichton
-1
/
+1
2015-03-16
remove imports
Jorge Aparicio
-1
/
+1
2015-03-16
impl str
Jorge Aparicio
-1
/
+1
[next]