rust/library/std/src/sys
Matthias Krüger 1a43859a74
Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplett
Windows: make `Command` prefer non-verbatim paths

When spawning Commands, the path we use can end up being queried using `env::current_exe` (or the equivalent in other languages). Not all applications handle these paths properly therefore we should have a stronger preference for non-verbatim paths when spawning processes.
2023-03-21 19:00:10 +01:00
..
common Moved thread_local implementation to sys::common 2023-03-10 23:25:32 +05:30
hermit use as_ptr to determine the address of atomics 2023-02-27 09:59:57 +01:00
itron Match unmatched backticks in library/ 2023-03-03 03:03:29 +01:00
sgx Implement read_buf for a few more types 2023-03-06 12:24:15 +01:00
solid Rollup merge of #106372 - joboet:solid_id_parking, r=m-ou-se 2023-02-16 11:40:19 +05:30
unix Implement read_buf for a few more types 2023-03-06 12:24:15 +01:00
unsupported Implement read_buf for a few more types 2023-03-06 12:24:15 +01:00
wasi Implement read_buf for a few more types 2023-03-06 12:24:15 +01:00
wasm std: use a more efficient Once on platforms without threads 2022-12-14 13:55:30 +01:00
windows Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplett 2023-03-21 19:00:10 +01:00
mod.rs review 2023-03-17 21:00:10 -07:00