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
/
library
/
std
/
src
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-18
Update documentation for std::process::Command's new method
Aleksandr Kovalev
-0
/
+8
2023-07-01
Return `Ok` on kill if process has already exited
Chris Denton
-3
/
+3
2023-05-08
Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...
bors
-1
/
+1
2023-05-07
enable `rust_2018_idioms` for doctests
ozkanonur
-1
/
+1
2023-05-01
Inline AsInner implementations
Konrad Borowski
-0
/
+8
2023-04-14
Rollup merge of #109272 - schneems:schneems/add-docs-to-command-env-methods, ...
Matthias Krüger
-15
/
+61
2023-04-09
Apply suggestions from code review
Richard Schneeman
-1
/
+1
2023-03-17
Add Command environment variable inheritance docs
schneems
-15
/
+61
2023-03-06
Implement read_buf for a few more types
Tomasz Miąsko
-1
/
+9
2023-03-03
Match unmatched backticks in library/
est31
-1
/
+1
2022-12-28
delete more `cfg(bootstrap)`
Lukas Markeffsky
-12
/
+5
2022-12-27
More verbose `Debug` implementation of `std::process:Command`
kraktus
-0
/
+9
2022-12-11
Implement blocking output
Ayush Singh
-4
/
+2
2022-12-08
Add read_to_end for AnonPipe
Ayush Singh
-0
/
+4
2022-10-17
Make diagnostic for unsatisfied Termination bounds more precise
León Orell Valerian Liehr
-2
/
+10
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-10-07
Make tests capture the error printed by a Result return
David Tolnay
-3
/
+1
2022-08-21
Make doc for stdin field of process consistent
Nelson Chen
-5
/
+5
2022-07-07
Rollup merge of #97917 - AronParker:master, r=ChrisDenton
Matthias Krüger
-0
/
+16
2022-06-20
Rollup merge of #97150 - ChrisDenton:stdio-create_pipe, r=m-ou-se
Dylan DPC
-0
/
+16
2022-06-20
`Stdio::make_pipe`
Chris Denton
-0
/
+16
2022-06-17
Impl Termination for Infallible and then make the Result impls of Termination...
Aria Beingessner
-22
/
+15
2022-06-12
Rollup merge of #97970 - dtolnay:terminate, r=joshtriplett
Dylan DPC
-1
/
+3
2022-06-10
Do not panic in Termination impl on closed stderr
David Tolnay
-1
/
+3
2022-06-10
docs: Consistently mark ExitStatus as code
Martin Kröning
-2
/
+2
2022-06-10
docs: Link to ExitCode instead of ExitStatus in ExitStatus
Martin Kröning
-2
/
+2
2022-06-10
docs: Fix typo in ExitStatus
Martin Kröning
-1
/
+1
2022-06-09
Implement ExitCodeExt for Windows
Aron Parker
-0
/
+16
2022-05-22
small change
Proloy Mishra
-1
/
+1
2022-05-19
Remove unnecessay .report() on ExitCode
benediktwerner
-2
/
+2
2022-05-16
Add tracking issue for ExitCode::exit_process
Noa
-1
/
+1
2022-05-13
Auto merge of #95356 - coolreader18:exitstatus-exit-method, r=<try>
bors
-28
/
+56
2022-05-13
Guarantee less in docs
Noa
-2
/
+2
2022-05-13
Add ExitCode::exit_process example
Noa
-0
/
+23
2022-03-30
Remove antipattern from process::exit docs
Noa
-28
/
+13
2022-03-30
Add ExitCode::exit_process()
Noa
-0
/
+20
2022-03-29
fix since field version for termination stabilization
Jane Lusby
-13
/
+13
2022-03-29
Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station,...
Dylan DPC
-24
/
+68
2022-03-28
Touch up ExitCode docs
Noa
-7
/
+26
2022-03-25
std::process docs: linkify references to output, spawn and status
est31
-7
/
+20
2022-03-22
add some fix
ZHANGWENTAI
-3
/
+4
2022-03-22
fix the lint problem
ZHANGWENTAI
-1
/
+1
2022-03-22
update Termination trait docs
ZHANGWENTAI
-0
/
+4
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-9
/
+9
2022-02-22
Stabilize Termination and ExitCode
Jane Lusby
-19
/
+44
2022-02-17
Rollup merge of #89869 - kpreid:from-doc, r=yaahc
Matthias Krüger
-4
/
+4
2022-02-06
Add From<u8> for ExitCode
Jane Lusby
-0
/
+8
2022-01-31
add inline attribute to new method
Jane Lusby
-1
/
+2
2022-01-28
Change Termination::report return type to ExitCode
Jane Lusby
-8
/
+22
2021-12-18
Update stdlib to the 2021 edition
Lucas Kent
-1
/
+0
[next]