<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/os/windows/io/socket.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-11-22T13:00:28+00:00</updated>
<entry>
<title>unnecessary_mut_passed</title>
<updated>2023-11-22T13:00:28+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2023-11-21T23:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bfbeb3ebd977997233f93c5cce11bbdfdd34237d'/>
<id>urn:sha1:bfbeb3ebd977997233f93c5cce11bbdfdd34237d</id>
<content type='text'>
This is where our Windows API bindings previously (and incorrectly) used `*mut` instead of `*const` pointers. Now that the bindings have been corrected, the mutable references (which auto-convert to `*mut`) are unnecessary and we can use shared references.
</content>
</entry>
<entry>
<title>Abstract over internal `SOCKET` type</title>
<updated>2023-08-28T19:12:01+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2023-08-16T14:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eb19bd33bac3f1e5f8cec2ddcb4ad7188baaba1c'/>
<id>urn:sha1:eb19bd33bac3f1e5f8cec2ddcb4ad7188baaba1c</id>
<content type='text'>
This allows `SOCKET` to be `usize` internally
</content>
</entry>
<entry>
<title>Swap out CURRENT_RUSTC_VERSION to 1.71.0</title>
<updated>2023-05-30T11:54:29+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2023-05-29T14:33:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f9b394c8a24803e57ba892fa00e539742ebafc0'/>
<id>urn:sha1:4f9b394c8a24803e57ba892fa00e539742ebafc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #108196 - sunfishcode:sunfishcode/windows-as-socket-impls, r=dtolnay</title>
<updated>2023-05-14T22:10:09+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-05-14T22:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a14d6961f940255727f06689cad99d755e498c24'/>
<id>urn:sha1:a14d6961f940255727f06689cad99d755e498c24</id>
<content type='text'>
Implement `AsHandle`/`AsSocket` for `Arc`/`Rc`/`Box` on Windows

Implement the Windows counterpart to #97437 and #107317: Implement `AsHandle` and `AsSocket` for `Arc&lt;T&gt;`, `Rc&lt;T&gt;`, and `Box&lt;T&gt;`.
</content>
</entry>
<entry>
<title>Don't force include Windows goop when documenting</title>
<updated>2023-05-09T18:34:01+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2023-05-09T18:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0766079833e70b25f081db59105888b9e986f18'/>
<id>urn:sha1:d0766079833e70b25f081db59105888b9e986f18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use new bindings</title>
<updated>2023-05-05T19:48:16+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2023-04-06T16:27:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ffb27ff89db780e88abe829783565a7122be1c5'/>
<id>urn:sha1:3ffb27ff89db780e88abe829783565a7122be1c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spelling library/</title>
<updated>2023-04-26T06:10:22+00:00</updated>
<author>
<name>Josh Soref</name>
<email>2119212+jsoref@users.noreply.github.com</email>
</author>
<published>2023-04-11T04:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9cb934600533f6bee22b7396d1ff013b381322a8'/>
<id>urn:sha1:9cb934600533f6bee22b7396d1ff013b381322a8</id>
<content type='text'>
* advance
* aligned
* borrowed
* calculate
* debugable
* debuggable
* declarations
* desugaring
* documentation
* enclave
* ignorable
* initialized
* iterator
* kaboom
* monomorphization
* nonexistent
* optimizer
* panicking
* process
* reentrant
* rustonomicon
* the
* uninitialized

Signed-off-by: Josh Soref &lt;2119212+jsoref@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Implement `AsHandle`/`AsSocket` for `Arc`/`Rc`/`Box` on Windows</title>
<updated>2023-02-17T22:50:42+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>dev@sunfishcode.online</email>
</author>
<published>2023-02-17T22:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a117c50b8c5a7516fe9ddf169ae86cb98025a429'/>
<id>urn:sha1:a117c50b8c5a7516fe9ddf169ae86cb98025a429</id>
<content type='text'>
Implement the Windows counterpart to #97437 and #107317: Implement
`AsHandle` and `AsSocket` for `Arc&lt;T&gt;`, `Rc&lt;T&gt;`, and `Box&lt;T&gt;`.
</content>
</entry>
<entry>
<title>enable fuzzy_provenance_casts lint in libstd</title>
<updated>2022-11-20T18:23:28+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2022-11-20T18:10:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f5adddb2528be322c02cea44137d4192db3b8d5'/>
<id>urn:sha1:7f5adddb2528be322c02cea44137d4192db3b8d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the new stability attributes, for Windows.</title>
<updated>2022-06-15T16:46:56+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>dev@sunfishcode.online</email>
</author>
<published>2022-06-15T16:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee49d65fc35d968e328ab63cc8330c1a43088bd2'/>
<id>urn:sha1:ee49d65fc35d968e328ab63cc8330c1a43088bd2</id>
<content type='text'>
</content>
</entry>
</feed>
