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
2016-07-12
Add doc example for `std::process::ExitStatus::success`.
Corey Farwell
-0
/
+17
2016-07-11
`std::process` doc improvements.
Corey Farwell
-11
/
+29
2016-06-16
doc: fix mis-named binding & remove not needed `mut`
Tshepang Lekhonkhobe
-8
/
+9
2016-06-09
doc: intro should be 1 sentence
Tshepang Lekhonkhobe
-2
/
+4
2016-06-02
doc: typo
Tshepang Lekhonkhobe
-1
/
+1
2016-05-09
Auto merge of #33224 - alexcrichton:create-exit-status, r=aturon
bors
-0
/
+6
2016-05-01
Add process types documentation
Guillaume Gomez
-4
/
+196
2016-04-26
std: Allow creating ExitStatus from raw values
Alex Crichton
-0
/
+6
2016-04-15
Auto merge of #32338 - lukaspustina:doc-std-process, r=alexcrichton
bors
-11
/
+37
2016-03-26
Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturon
Manish Goregaokar
-1
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-1
/
+1
2016-03-22
Fixes test which are now run due to should_panic
Lukas Pustina
-1
/
+5
2016-03-21
Adjusts all rust doc test to use `expect` and `should_panic`
Lukas Pustina
-14
/
+13
2016-03-19
Fixes 2. stdout to stderr in rustdoc
Lukas Pustina
-1
/
+1
2016-03-19
Revert "Tags new test as `no_run` and uses expect()"
Lukas Pustina
-3
/
+4
2016-03-18
Tags new test as `no_run` and uses expect()
Lukas Pustina
-4
/
+3
2016-03-18
Extends rustdoc on how to caputure output
Lukas Pustina
-0
/
+23
2016-03-14
std: Fix inheriting stdin on status()
Alex Crichton
-1
/
+1
2016-03-09
std: Don't spawn threads in `wait_with_output`
Alex Crichton
-16
/
+20
2016-03-08
std: Don't always create stdin for children
Alex Crichton
-3
/
+4
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-0
/
+6
2016-02-10
std: Push process stdio setup in std::sys
Alex Crichton
-85
/
+44
2016-02-10
std: Rename Stdio::None to Stdio::Null
Alex Crichton
-3
/
+3
2016-02-10
std: Push Child's exit status to sys::process
Alex Crichton
-44
/
+5
2016-02-10
std: Implement CommandExt::before_exec
Alex Crichton
-2
/
+2
2016-02-10
std: Refactor process spawning on Unix
Alex Crichton
-1
/
+3
2016-02-03
Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichton
bors
-5
/
+51
2016-02-03
std: Properly handle interior NULs in std::process
Kamal Marhubi
-5
/
+51
2016-01-31
Minor corrections in docs for `std::process::Child`
Dirk Gadsden
-4
/
+6
2016-01-31
Safety docs about `std::process::Child` going out of scope
Dirk Gadsden
-0
/
+8
2016-01-26
Fix warnings during tests
Alex Crichton
-37
/
+25
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
[next]