<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sys/windows/process, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-01-11T19:10:25+00:00</updated>
<entry>
<title>std: begin moving platform support modules into `pal`</title>
<updated>2024-01-11T19:10:25+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-01-11T19:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99128b7e45f8b95d962da2e6ea584767f0c85455'/>
<id>urn:sha1:99128b7e45f8b95d962da2e6ea584767f0c85455</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expose process main_thread_handle on Windows</title>
<updated>2022-05-10T05:41:19+00:00</updated>
<author>
<name>unknown</name>
<email>abramlujan@gmail.com</email>
</author>
<published>2022-05-10T05:41:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5368ea7d2eae4e86c1c7a68197506d062bc1689d'/>
<id>urn:sha1:5368ea7d2eae4e86c1c7a68197506d062bc1689d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Command: handle exe and batch files separately</title>
<updated>2022-03-23T05:33:43+00:00</updated>
<author>
<name>Chris Denton</name>
<email>christophersdenton@gmail.com</email>
</author>
<published>2022-03-23T04:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=23320a2f8314a929020ea08b2e8d9e45116cf7d5'/>
<id>urn:sha1:23320a2f8314a929020ea08b2e8d9e45116cf7d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip a test if symlink creation is not possible</title>
<updated>2022-03-19T15:09:36+00:00</updated>
<author>
<name>Chris Denton</name>
<email>christophersdenton@gmail.com</email>
</author>
<published>2022-03-19T14:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=68c03cd386a52e0391402941e8b87c37f5f9924a'/>
<id>urn:sha1:68c03cd386a52e0391402941e8b87c37f5f9924a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #92519 - ChrisDenton:command-maybe-verbatim, r=dtolnay</title>
<updated>2022-03-19T01:01:59+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>99973273+Dylan-DPC@users.noreply.github.com</email>
</author>
<published>2022-03-19T01:01:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba2d5ede70ed7e37d7f13a397b9d554e2386a19c'/>
<id>urn:sha1:ba2d5ede70ed7e37d7f13a397b9d554e2386a19c</id>
<content type='text'>
Use verbatim paths for `process::Command` if necessary

In #89174, the standard library started using verbatim paths so longer paths are usable by default. However, `Command` was originally left out because of the way `CreateProcessW` was being called. This was changed as a side effect of #87704 so now `Command` paths can be converted to verbatim too (if necessary).
</content>
</entry>
<entry>
<title>Use implicit capture syntax in format_args</title>
<updated>2022-03-10T15:23:40+00:00</updated>
<author>
<name>T-O-R-U-S</name>
<email>bageliq@protonmail.com</email>
</author>
<published>2022-02-12T19:16:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=72a25d05bf1a4b155d74139ef700ff93af6d8e22'/>
<id>urn:sha1:72a25d05bf1a4b155d74139ef700ff93af6d8e22</id>
<content type='text'>
This updates the standard library's documentation to use the new syntax. The
documentation is worthwhile to update as it should be more idiomatic
(particularly for features like this, which are nice for users to get acquainted
with). The general codebase is likely more hassle than benefit to update: it'll
hurt git blame, and generally updates can be done by folks updating the code if
(and when) that makes things more readable with the new format.

A few places in the compiler and library code are updated (mostly just due to
already having been done when this commit was first authored).
</content>
</entry>
<entry>
<title>Use verbatim paths for `process::Command` if necessary</title>
<updated>2022-02-17T13:12:49+00:00</updated>
<author>
<name>Chris Denton</name>
<email>christophersdenton@gmail.com</email>
</author>
<published>2022-01-05T17:05:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4686c60669591ea9ae6e4391fc7a6628ce8062a'/>
<id>urn:sha1:d4686c60669591ea9ae6e4391fc7a6628ce8062a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Maintain broken symlink behaviour for the Windows exe resolver</title>
<updated>2022-02-14T12:50:18+00:00</updated>
<author>
<name>Chris Denton</name>
<email>christophersdenton@gmail.com</email>
</author>
<published>2022-02-14T12:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a7a8b925530ed5e97981c52929f94a5f41fcdc7'/>
<id>urn:sha1:9a7a8b925530ed5e97981c52929f94a5f41fcdc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly pass `PATH` to the Windows exe resolver</title>
<updated>2022-01-03T12:55:42+00:00</updated>
<author>
<name>Chris Denton</name>
<email>christophersdenton@gmail.com</email>
</author>
<published>2022-01-03T12:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4145877731e9f38a4640d2dfeed7b123d81d061a'/>
<id>urn:sha1:4145877731e9f38a4640d2dfeed7b123d81d061a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tests</title>
<updated>2021-12-22T18:31:36+00:00</updated>
<author>
<name>Chris Denton</name>
<email>christophersdenton@gmail.com</email>
</author>
<published>2021-12-22T18:31:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=615604f0c709e2b2e8edef2cf0b4418879b40aeb'/>
<id>urn:sha1:615604f0c709e2b2e8edef2cf0b4418879b40aeb</id>
<content type='text'>
</content>
</entry>
</feed>
