rust/library/std/src/sys
Michael van Straten edefa8b105 Added option to set ProcThreadAttributes for Windows processes
This implements the ability to add arbitrary attributes to a command on Windows targets using a new `raw_attribute` method on the [`CommandExt`](https://doc.rust-lang.org/stable/std/os/windows/process/trait.CommandExt.html) trait. Setting these attributes provides extended configuration options for Windows processes.

Co-authored-by: Tyler Ruckinger <t.ruckinger@gmail.com>
2023-08-25 16:30:34 +02:00
..
common add a csky-unknown-linux-gnuabiv2 target 2023-08-14 23:02:36 +08:00
hermit Rollup merge of #114132 - tamird:better-env-debug-impls, r=Amanieu 2023-08-12 12:06:35 +02:00
itron Match unmatched backticks in library/ 2023-03-03 03:03:29 +01:00
personality add a csky-unknown-linux-gnuabiv2 target 2023-08-14 23:02:36 +08:00
sgx Better Debug for Vars and VarsOs 2023-08-07 12:18:27 -04:00
solid Better Debug for Vars and VarsOs 2023-08-07 12:18:27 -04:00
unix Rollup merge of #114132 - tamird:better-env-debug-impls, r=Amanieu 2023-08-12 12:06:35 +02:00
unsupported Rollup merge of #114132 - tamird:better-env-debug-impls, r=Amanieu 2023-08-12 12:06:35 +02:00
wasi Better Debug for Vars and VarsOs 2023-08-07 12:18:27 -04:00
wasm std: replace generic thread parker with explicit no-op parker 2023-02-16 15:06:45 +01:00
windows Added option to set ProcThreadAttributes for Windows processes 2023-08-25 16:30:34 +02:00
mod.rs Auto merge of #108796 - devsnek:personality-pal-exception, r=workingjubilee 2023-07-10 05:19:37 +00:00