<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sys/sync/once/no_threads.rs, branch 1.87.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.87.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.87.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-01-02T12:21:41+00:00</updated>
<entry>
<title>Move some things to `std::sync::poison` and reexport them in `std::sync`</title>
<updated>2025-01-02T12:21:41+00:00</updated>
<author>
<name>Pavel Grigorenko</name>
<email>GrigorenkoPV@ya.ru</email>
</author>
<published>2024-12-23T16:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee2ad4dfb1b7d3a07604efc6d9eb618d0fe3bf7d'/>
<id>urn:sha1:ee2ad4dfb1b7d3a07604efc6d9eb618d0fe3bf7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update cfgs</title>
<updated>2024-11-27T15:14:54+00:00</updated>
<author>
<name>Boxy</name>
<email>rust@boxyuwu.dev</email>
</author>
<published>2024-11-27T15:14:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22998f078588cf479530ff93e4a66ab4bb666398'/>
<id>urn:sha1:22998f078588cf479530ff93e4a66ab4bb666398</id>
<content type='text'>
</content>
</entry>
<entry>
<title>we can now enable the 'const stable fn must be stable' check</title>
<updated>2024-10-28T10:48:39+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-10-26T07:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d066dfdb835f15fe2c4d2bdb31d88cb948b360ad'/>
<id>urn:sha1:d066dfdb835f15fe2c4d2bdb31d88cb948b360ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut`</title>
<updated>2024-09-17T16:40:34+00:00</updated>
<author>
<name>Chayim Refael Friedman</name>
<email>chayimfr@gmail.com</email>
</author>
<published>2024-08-20T21:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0a2ca4867c15659e28ab9c3930b5df4e60afcb0'/>
<id>urn:sha1:d0a2ca4867c15659e28ab9c3930b5df4e60afcb0</id>
<content type='text'>
In the implementation of `force_mut`, I chose performance over safety.
For `LazyLock` this isn't really a choice; the code has to be unsafe.
But for `LazyCell`, we can have a full-safe implementation, but it will
be a bit less performant, so I went with the unsafe approach.
</content>
</entry>
<entry>
<title>std: implement the `once_wait` feature</title>
<updated>2024-07-31T15:42:20+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-07-10T12:12:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf11f499b37e557e41f5eeac157c623d08e0068d'/>
<id>urn:sha1:cf11f499b37e557e41f5eeac157c623d08e0068d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: move `Once` implementations to `sys`</title>
<updated>2024-03-12T14:41:06+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-03-12T13:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22a5267c83a3e17f2b763279eb24bb632c45dc6b'/>
<id>urn:sha1:22a5267c83a3e17f2b763279eb24bb632c45dc6b</id>
<content type='text'>
</content>
</entry>
</feed>
