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
/
windows
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-22
/
+23
2019-02-20
Refactor Windows stdio and remove stdin double buffering
Paul Dicker
-2
/
+2
2019-01-10
std: Render large exit codes as hex on Windows
Alex Crichton
-1
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-1
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-6
/
+2
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-1
/
+1
2018-04-05
std: Inline some Termination-related methods
Alex Crichton
-0
/
+1
2018-03-21
Deprecate the AsciiExt trait in favor of inherent methods
Simon Sapin
-1
/
+0
2018-03-03
Move process::ExitCode internals to sys
Scott McMurray
-1
/
+13
2017-12-24
Capture environment at spawn
Diggory Blake
-46
/
+52
2017-11-04
Remove import of now unused AsciiExt
Lukas Kalbertodt
-1
/
+1
2017-06-06
Add conversions from File and Child* handles to Stdio
Josh Stone
-0
/
+12
2017-06-04
Always quote program name in Command::spawn on Windows
Oliver Middleton
-8
/
+10
2017-03-23
std: Don't cache stdio handles on Windows
Alex Crichton
-2
/
+7
2017-02-06
make Child::try_wait return io::Result<Option<ExitStatus>>
Jack O'Connor
-3
/
+3
2017-01-09
Auto merge of #38866 - alexcrichton:try-wait, r=aturon
bors
-0
/
+15
2017-01-06
std: Add a nonblocking `Child::try_wait` method
Alex Crichton
-0
/
+15
2017-01-04
std: Don't pass overlapped handles to processes
Alex Crichton
-9
/
+5
2016-11-30
just add one method named creation_flags, fix the tidy error
Ted Mielczarek
-4
/
+1
2016-11-30
Add std::os::windows::process::CommandExt, with set_creation_flags and add_cr...
Ted Mielczarek
-1
/
+9
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-3
/
+0
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-3
/
+24
2016-04-26
std: Allow creating ExitStatus from raw values
Alex Crichton
-0
/
+6
2016-03-22
fix alignment
Jorge Aparicio
-2
/
+2
2016-03-22
try! -> ?
Jorge Aparicio
-24
/
+24
2016-03-08
std: Don't always create stdin for children
Alex Crichton
-2
/
+4
2016-02-10
std: Push process stdio setup in std::sys
Alex Crichton
-90
/
+135
2016-02-10
std: Lift out Windows' CreateProcess lock a bit
Alex Crichton
-13
/
+20
2016-02-10
std: Rename Stdio::None to Stdio::Null
Alex Crichton
-6
/
+5
2016-02-10
std: Push Child's exit status to sys::process
Alex Crichton
-3
/
+5
2016-02-10
std: Refactor process spawning on Unix
Alex Crichton
-3
/
+0
2016-02-03
std: Properly handle interior NULs in std::process
Kamal Marhubi
-29
/
+52
2016-01-26
Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson
bors
-1
/
+0
2016-01-26
Fix warnings during tests
Alex Crichton
-1
/
+0
2016-01-25
std: Fix some behavior without stdio handles
Alex Crichton
-3
/
+8
2015-11-09
std: Migrate to the new libc
Alex Crichton
-37
/
+31
2015-11-06
std: Refactor process exit code handling slightly
Alex Crichton
-13
/
+8
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-0
/
+2
2015-06-09
std: Tweak process raising/lowering implementations
Alex Crichton
-17
/
+5
2015-05-29
Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturon
bors
-1
/
+16
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-05-16
std: Implement lowering and raising for process IO
Alex Crichton
-1
/
+16
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
-0
/
+429
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-518
/
+0
2015-04-01
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+0
[next]