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
2019-10-20
Remove leading :: from paths in doc examples
Mikko Rantanen
-6
/
+6
2019-09-23
Rollup merge of #64294 - wchargin:wchargin-stdio-piped-docs, r=Dylan-DPC
Mazdak Farrokhzad
-1
/
+1
2019-09-19
Remove unnecessary `mut` in doc example
Adrian Heine né Lang
-1
/
+1
2019-09-15
use println!()
Guanqun Lu
-1
/
+1
2019-09-08
Fix `Stdio::piped` example code and lint
William Chargin
-2
/
+2
2019-09-06
A few cosmetic improvements to code & comments in liballoc and libcore
Alexander Regueiro
-1
/
+1
2019-06-27
std: Move a process test out of libstd
Alex Crichton
-27
/
+0
2019-06-05
Tidy: trailing whitespace
Reinier Maas
-1
/
+1
2019-06-05
Edit docs of ExitStatus
Reinier Maas
-1
/
+4
2019-05-01
doc: Warn about possible zombie apocalypse
Michal 'vorner' Vaner
-0
/
+12
2019-04-27
Stabilized vectored IO
Steven Fackler
-4
/
+4
2019-04-10
std: Add `{read,write}_vectored` for more types
Alex Crichton
-1
/
+15
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-8
/
+8
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-1
/
+1
2019-03-14
Don't run test launching `echo` since that doesn't exist on Windows
John Kåre Alsaker
-1
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-27
/
+26
2019-02-25
Disable running several Stdio doctests
Ivan Petkov
-2
/
+2
2019-02-10
libs: doc comments
Alexander Regueiro
-7
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-21
Move a flaky process test out of libstd
Alex Crichton
-36
/
+0
2018-11-15
Rollup merge of #55901 - euclio:speling, r=petrochenkov
Pietro Albini
-2
/
+2
2018-11-13
fix various typos in doc comments
Andy Russell
-2
/
+2
2018-11-13
Rollup merge of #55754 - spastorino:fix-process-output-docs, r=alexcrichton
kennytm
-3
/
+6
2018-11-10
Avoid converting bytes to UTF-8 strings to print, just pass bytes to stdout/err
Santiago Pastorino
-3
/
+6
2018-10-24
Documents `From` implementations for `Stdio`
OCTronics
-0
/
+88
2018-08-20
document the platform-specific behavior of Command::current_dir
Jack O'Connor
-0
/
+10
2018-08-11
Fix indent
Havvy (Ryan Scheel)
-1
/
+1
2018-08-11
Show that Command can be reused and remodified
Ryan Scheel
-0
/
+33
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-2
/
+2
2018-04-24
Rollup merge of #49461 - andreastt:child-kill-exited, r=Mark-Simulacrum
kennytm
-2
/
+11
2018-04-17
fixup! std: Child::kill() returns error if process has already exited
Andreas Tolfsen
-1
/
+1
2018-04-08
fixup! std: Child::kill() returns error if process has already exited
Andreas Tolfsen
-1
/
+1
2018-04-05
std: Inline some Termination-related methods
Alex Crichton
-0
/
+2
2018-04-02
Fix "since" version for getpid feature.
Thayne McCombs
-1
/
+1
2018-04-01
Stabilize `std::process::id()`
Thayne McCombs
-2
/
+1
2018-03-29
fixup! std: Child::kill() returns error if process has already exited
Andreas Tolfsen
-1
/
+6
2018-03-28
fixup! std: Child::kill() returns error if process has already exited
Andreas Tolfsen
-1
/
+4
2018-03-28
std: Child::kill() returns error if process has already exited
Andreas Tolfsen
-2
/
+3
2018-03-25
Minor formatting consistency fix.
Alexander Ronald Altman
-1
/
+1
2018-03-21
termination_trait: Make error message more helpful
Tyler Mandry
-2
/
+3
2018-03-21
termination_trait: Put examples in error help, not label
Tyler Mandry
-1
/
+1
2018-03-21
termination_trait: Add () example to error message
Tyler Mandry
-1
/
+1
2018-03-03
Move process::ExitCode internals to sys
Scott McMurray
-21
/
+8
2018-02-28
Fix linkchecker
Scott McMurray
-2
/
+2
2018-02-27
Put some thought and documentation effort into process::ExitCode
Scott McMurray
-24
/
+52
2018-02-24
Restrict the Termination impls to simplify stabilization
Scott McMurray
-6
/
+18
2018-02-22
move Termination trait to std::process
Niko Matsakis
-0
/
+67
2018-01-26
add test checking that process::Command is Send
Corentin Henry
-0
/
+6
2018-01-11
Make tests build on CloudABI.
Ed Schouten
-1
/
+1
[next]