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
/
os
/
windows
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-30
Abstract `ProcThreadAttributeList` into its own struct
Michael van Straten
-55
/
+273
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-26
Fix doc nits
John Arundel
-3
/
+3
2024-07-15
Make os/windows default to deny unsafe in unsafe
Chris Denton
-2
/
+2
2024-07-09
Fixed doc links
Andres Olivares
-2
/
+2
2024-07-09
Few changes to doc comments. Added tracking issue number.
Andres Olivares
-4
/
+5
2024-07-09
Exposing STARTUPINFOW.wShowWindow in CommandExt (show_window function) to con...
Andres Olivares
-0
/
+12
2024-04-09
Update documentation related to the recent cmd.exe fix
Trevor Gross
-17
/
+32
2024-04-09
Document Windows argument splitting
Chris Denton
-2
/
+54
2024-02-04
Document various I/O handle conversions
Ryan Lowe
-0
/
+3
2023-11-23
Fix tracking issue of Windows ExitCodeExt
David Tolnay
-3
/
+3
2023-10-03
Bump version placeholders
Mark Rousskov
-3
/
+3
2023-09-28
Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnay
bors
-0
/
+39
2023-09-28
Update stability attribute for child stream From impls
David Tolnay
-3
/
+3
2023-08-25
Added option to set ProcThreadAttributes for Windows processes
Michael van Straten
-0
/
+69
2023-05-30
add doc on From<OwnedFd/Handle> impl for ChildStd*
Vincent Thiberville
-0
/
+12
2023-05-30
add FromOwnedFd/FromOwnedHandle for ChildStdin/out/err
Vincent Thiberville
-0
/
+27
2022-07-07
Rollup merge of #97917 - AronParker:master, r=ChrisDenton
Matthias Krüger
-0
/
+23
2022-06-20
Rollup merge of #97149 - ChrisDenton:win_async_pipes, r=m-ou-se
Dylan DPC
-0
/
+40
2022-06-20
Windows: `CommandExt::async_pipes`
Chris Denton
-0
/
+40
2022-06-14
Implement stabilization of `#[feature(io_safety)]`.
Dan Gohman
-3
/
+3
2022-06-10
Make "windows_process_exit_code_from" unstable
Aron Parker
-3
/
+3
2022-06-10
Incorporate warning for potential exit code ambiguities
Aron Parker
-0
/
+4
2022-06-10
Fix copy paste error
Aron Parker
-1
/
+1
2022-06-09
Implement ExitCodeExt for Windows
Aron Parker
-0
/
+19
2022-05-10
Expose process main_thread_handle on Windows
unknown
-0
/
+14
2022-04-04
Bump windows CommandExt::raw_arg to 1.62
David Tolnay
-1
/
+1
2022-01-15
stabilize windows_process_extensions_raw_arg
Jacob Kiesel
-1
/
+1
2021-09-17
modify std::os docs to be more consistent
Sachin Cherian
-1
/
+3
2021-08-19
Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.
Dan Gohman
-5
/
+7
2021-08-19
Add I/O safety trait impls for process::Stdio and process::Child.
Dan Gohman
-1
/
+25
2021-08-19
I/O safety.
Dan Gohman
-9
/
+9
2021-07-09
Use AsRef in CommandExt for raw_arg
Kornel
-3
/
+3
2021-07-09
Unescaped command-line arguments for Windows
Kornel
-0
/
+13
2021-05-03
Move `std::sys::windows::ext` to `std::os::windows`
Christiaan Dirkx
-0
/
+141