<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sys/process/windows.rs, branch 1.89.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.89.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.89.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-05-14T17:00:56+00:00</updated>
<entry>
<title>wire up startupinfo methods</title>
<updated>2025-05-14T17:00:56+00:00</updated>
<author>
<name>Federico Terzi</name>
<email>federicoterzi96@gmail.com</email>
</author>
<published>2025-05-14T17:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0b6363974c7894d61addc96e677166173a01e5f'/>
<id>urn:sha1:e0b6363974c7894d61addc96e677166173a01e5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: get rid of `sys_common::process`</title>
<updated>2025-04-28T09:13:50+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2025-03-27T13:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f145689b1c0a313ee737de296a57d1479c18cb5'/>
<id>urn:sha1:5f145689b1c0a313ee737de296a57d1479c18cb5</id>
<content type='text'>
Move the public `CommandEnvs` into the `process` module (and make it a wrapper type for an internal iterator type) and everything else into `sys::process` as per #117276.
</content>
</entry>
<entry>
<title>Avoid verbatim paths in Command::current_dir</title>
<updated>2025-04-09T01:32:19+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2025-03-24T18:57:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=edfc74722556c659de6fa03b23af3b9c8ceb8ac2'/>
<id>urn:sha1:edfc74722556c659de6fa03b23af3b9c8ceb8ac2</id>
<content type='text'>
If possible, we should try not to use verbatim paths in Command::current_dir. It might work but it might also break code (including some Windows APIs) that assume the current directory isn't verbatim.
</content>
</entry>
<entry>
<title>std: move process implementations to `sys`</title>
<updated>2025-03-22T11:42:34+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2025-02-12T15:26:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89f85cbfa7e508e55f2f05c00356b6d430c55c4e'/>
<id>urn:sha1:89f85cbfa7e508e55f2f05c00356b6d430c55c4e</id>
<content type='text'>
As per #117276, this moves the implementations of `Process` and friends out of the `pal` module and into the `sys` module, removing quite a lot of error-prone `#[path]` imports in the process (hah, get it ;-)). I've also made the `zircon` module a dedicated submodule of `pal::unix`, hopefully we can move some other definitions there as well (they are currently quite a lot of duplications in `sys`). Also, the `ensure_no_nuls` function on Windows now lives in `sys::pal::windows` – it's not specific to processes and shared by the argument implementation.
</content>
</entry>
</feed>
