<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sys/mod.rs, branch 1.86.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.86.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.86.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-02-07T15:54:07+00:00</updated>
<entry>
<title>std: move `io` module out of `pal`</title>
<updated>2025-02-07T15:54:07+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2025-01-18T18:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9df224ac7d935b83b8e5707fdeb92907b172f19'/>
<id>urn:sha1:a9df224ac7d935b83b8e5707fdeb92907b172f19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: move network code into `sys`</title>
<updated>2025-02-02T18:12:06+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2025-02-02T17:53:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f834264ab8d0cb95ac7972532661c84a154667e'/>
<id>urn:sha1:4f834264ab8d0cb95ac7972532661c84a154667e</id>
<content type='text'>
As per #117276, this PR moves `sys_common::net` and the `sys::pal::net` into the newly created `sys::net` module. In order to support #135141, I've moved all the current network code into a separate `connection` module, future functions like `hostname` can live in separate modules.

I'll probably do a follow-up PR and clean up some of the actual code, this is mostly just a reorganization.
</content>
</entry>
<entry>
<title>Revert Break into the debugger on panic (129019)</title>
<updated>2024-09-25T17:53:57+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2024-09-25T17:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3e59a502be4f3cc2d90a252f0604985320599cc'/>
<id>urn:sha1:d3e59a502be4f3cc2d90a252f0604985320599cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: implement the `random` feature</title>
<updated>2024-09-23T08:29:51+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-08-15T11:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5c1c72572479afe98734d5f78fa862abe662c41a'/>
<id>urn:sha1:5c1c72572479afe98734d5f78fa862abe662c41a</id>
<content type='text'>
Implements the ACP https://github.com/rust-lang/libs-team/issues/393.
</content>
</entry>
<entry>
<title>Break into the debugger (if attached) on panics (Windows, macOS, Linux, FreeBSD)</title>
<updated>2024-09-05T22:26:34+00:00</updated>
<author>
<name>kromych</name>
<email>vdso@hexbites.dev</email>
</author>
<published>2024-09-05T22:26:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fc28a2a506f66c739e6c059eb044ed98a3f805c2'/>
<id>urn:sha1:fc28a2a506f66c739e6c059eb044ed98a3f805c2</id>
<content type='text'>
The developer experience for panics is to provide the backtrace and
exit the program. When running under debugger, that might be improved
by breaking into the debugger once the code panics thus enabling
the developer to examine the program state at the exact time when
the code panicked.
Let the developer catch the panic in the debugger if it is attached.
If the debugger is not attached, nothing changes. Providing this feature
inside the standard library facilitates better debugging experience.

Validated under Windows, Linux, macOS 14.6, and FreeBSD 13.3..14.1.
</content>
</entry>
<entry>
<title>std: move allocators to `sys`</title>
<updated>2024-08-27T09:58:19+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-07-23T14:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d456814842e65a153a1de67960b892897a02ed14'/>
<id>urn:sha1:d456814842e65a153a1de67960b892897a02ed14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup sys module to match house style</title>
<updated>2024-07-30T19:22:54+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2024-07-24T22:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a75d2f9d384135c5f0f6bd6d26ec2ba9aa76745a'/>
<id>urn:sha1:a75d2f9d384135c5f0f6bd6d26ec2ba9aa76745a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial implementation of anonymous_pipe</title>
<updated>2024-07-23T13:13:56+00:00</updated>
<author>
<name>Jiahao XU</name>
<email>Jiahao_XU@outlook.com</email>
</author>
<published>2024-06-30T08:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c9c8a14884c19e51a0eee54ccd98efa7f0f2bddd'/>
<id>urn:sha1:c9c8a14884c19e51a0eee54ccd98efa7f0f2bddd</id>
<content type='text'>
Co-authored-by: Alphyr &lt;47725341+a1phyr@users.noreply.github.com&gt;
Co-authored-by: Jubilee &lt;46493976+workingjubilee@users.noreply.github.com&gt;
Signed-off-by: Jiahao XU &lt;Jiahao_XU@outlook.com&gt;
</content>
</entry>
<entry>
<title>std: deny(unsafe_op_in_unsafe_fn) but allow sites</title>
<updated>2024-07-14T23:44:01+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2024-07-14T23:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4572ed63899d5f692cf4f34ce374d634aa104c73'/>
<id>urn:sha1:4572ed63899d5f692cf4f34ce374d634aa104c73</id>
<content type='text'>
This provides a list of locations to hunt down issues in.
</content>
</entry>
<entry>
<title>Move/change declaration of `mod exit_guard;`</title>
<updated>2024-07-07T15:44:47+00:00</updated>
<author>
<name>zachs18</name>
<email>8355914+zachs18@users.noreply.github.com</email>
</author>
<published>2024-07-07T15:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98010765f949307bf53ebb692e45e428ba318aa1'/>
<id>urn:sha1:98010765f949307bf53ebb692e45e428ba318aa1</id>
<content type='text'>
</content>
</entry>
</feed>
