<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sys/windows/mod.rs, branch 1.76.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.76.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.76.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-12-03T11:54:09+00:00</updated>
<entry>
<title>library: use c string literals</title>
<updated>2023-12-03T11:54:09+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-12-03T11:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0134887d2b4cbac421babcd40710cc9b755f931'/>
<id>urn:sha1:c0134887d2b4cbac421babcd40710cc9b755f931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>redundant_slicing</title>
<updated>2023-11-22T13:17:02+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2023-11-22T00:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c8ebf174c3201ec6333e8bf2df291b88e338d35'/>
<id>urn:sha1:6c8ebf174c3201ec6333e8bf2df291b88e338d35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>needless_borrow</title>
<updated>2023-11-22T13:00:29+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2023-11-21T23:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=24542639aa6c72c1a6a3beb8275533b33b0687be'/>
<id>urn:sha1:24542639aa6c72c1a6a3beb8275533b33b0687be</id>
<content type='text'>
this expression creates a reference which is immediately dereferenced by the compiler
</content>
</entry>
<entry>
<title>Create `windows/api.rs` for safer FFI</title>
<updated>2023-10-16T19:04:54+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2023-10-16T17:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3733316c6b5bc2d66c2b5ce4a426038315956dff'/>
<id>urn:sha1:3733316c6b5bc2d66c2b5ce4a426038315956dff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new helper to avoid calling io::Error::kind</title>
<updated>2023-08-26T01:26:06+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2023-08-25T21:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1abaf40ec818dfc0a0ad50e6e772cce60acc8477'/>
<id>urn:sha1:1abaf40ec818dfc0a0ad50e6e772cce60acc8477</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "use c literals in library"</title>
<updated>2023-07-05T11:11:26+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2023-07-04T17:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9dbe67fc8c722bc8df4a6a792677a93a073773f4'/>
<id>urn:sha1:9dbe67fc8c722bc8df4a6a792677a93a073773f4</id>
<content type='text'>
This reverts commit f212ba6d6d60963c8101bb24fc3e53fca80c046f.
</content>
</entry>
<entry>
<title>use c literals in library</title>
<updated>2023-05-31T16:41:51+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-05-16T16:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f212ba6d6d60963c8101bb24fc3e53fca80c046f'/>
<id>urn:sha1:f212ba6d6d60963c8101bb24fc3e53fca80c046f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows: map a few more error codes to ErrorKind</title>
<updated>2023-04-16T22:42:59+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2023-04-16T22:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db8dfbdb7553e499e6a1e9e72f338eb7e4c91db9'/>
<id>urn:sha1:db8dfbdb7553e499e6a1e9e72f338eb7e4c91db9</id>
<content type='text'>
NotFound errors:

* `ERROR_INVALID_DRIVE`: The system cannot find the drive specified
* `ERROR_BAD_NETPATH`: The network path was not found
* `ERROR_BAD_NET_NAME`: The network name cannot be found.

InvalidFilename:

* `ERROR_BAD_PATHNAME`: The specified path is invalid.
</content>
</entry>
<entry>
<title>std: unify id-based thread parking implementations</title>
<updated>2022-12-29T16:45:07+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2022-12-19T14:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9e5c1a309df80434ebc4c1f6bfaa5cb119b465d'/>
<id>urn:sha1:a9e5c1a309df80434ebc4c1f6bfaa5cb119b465d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use stdio in UWP apps</title>
<updated>2022-10-27T16:21:30+00:00</updated>
<author>
<name>Chris Denton</name>
<email>christophersdenton@gmail.com</email>
</author>
<published>2022-10-27T15:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5857c3045a5c51dd9eda81b7132a9bd8da6c1fc3'/>
<id>urn:sha1:5857c3045a5c51dd9eda81b7132a9bd8da6c1fc3</id>
<content type='text'>
This has been supported since Windows 10.0.16299. See https://learn.microsoft.com/en-us/uwp/win32-and-com/win32-apis#apis-from-api-ms-win-core-console-l1-1-0dll
</content>
</entry>
</feed>
