about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/process.rs
AgeCommit message (Expand)AuthorLines
2025-01-07Avoid naming variables `str`Josh Triplett-3/+3
2024-11-30Abstract `ProcThreadAttributeList` into its own structMichael van Straten-90/+13
2024-11-26std: update internal uses of `io::const_error!`joboet-7/+6
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-4/+4
2024-09-25Use `&raw` in the standard libraryJosh Stone-3/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-5/+5
2024-09-03More robust extension checkingChris Denton-5/+18
2024-08-03Rollup merge of #127586 - zachs18:more-must-use, r=cuviperMatthias Krüger-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-12/+5
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-07-15Remove DWORDChris Denton-11/+11
2024-07-15Remove NonZeroDWORDChris Denton-3/+3
2024-07-10Explicitly ignore `into_raw_handle()` using `let _ =` in sys/pal/windows.Zachary S-1/+1
2024-07-09Exposing STARTUPINFOW.wShowWindow in CommandExt (show_window function) to con...Andres Olivares-0/+10
2024-06-09Migrate more things to WinErrorChris Denton-3/+5
2024-02-24library: use `addr_of!`Pavel Grigorenko-3/+3
2024-02-15Use generic `NonZero` internally.Markus Reiter-2/+2
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+984