<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sync/poison, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-29T08:32:14+00:00</updated>
<entry>
<title>clean up existing poison files</title>
<updated>2025-07-29T08:32:14+00:00</updated>
<author>
<name>Connor Tsui</name>
<email>connor.tsui20@gmail.com</email>
</author>
<published>2025-07-23T11:34:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec4dc1c5f87e3de735cefb21ac51522568b1b391'/>
<id>urn:sha1:ec4dc1c5f87e3de735cefb21ac51522568b1b391</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix RwLock::try_write documentation for WouldBlock condition</title>
<updated>2025-06-26T10:03:43+00:00</updated>
<author>
<name>krikera</name>
<email>prafulrai522@gmail.com</email>
</author>
<published>2025-06-26T10:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7a70f642d3e91a967247ab660bf30e574ce75cca'/>
<id>urn:sha1:7a70f642d3e91a967247ab660bf30e574ce75cca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more docs to new data_ptr methods</title>
<updated>2025-05-21T06:07:43+00:00</updated>
<author>
<name>Jonas Platte</name>
<email>jplatte+git@posteo.de</email>
</author>
<published>2025-05-21T06:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9d6c5a88a18405eb53e91645d35371ab089f0a37'/>
<id>urn:sha1:9d6c5a88a18405eb53e91645d35371ab089f0a37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add data_ptr method to Mutex and RwLock</title>
<updated>2025-05-21T06:07:43+00:00</updated>
<author>
<name>Jonas Platte</name>
<email>jplatte+git@posteo.de</email>
</author>
<published>2025-04-27T14:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9efad3a87bb69ce62f9a5b1703e1b8decfe5c4a6'/>
<id>urn:sha1:9efad3a87bb69ce62f9a5b1703e1b8decfe5c4a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `(Mapped)(RwLock|Mutex)Guard::try_map` to `filter_map`.</title>
<updated>2025-05-01T00:43:24+00:00</updated>
<author>
<name>Zachary S</name>
<email>zasample18+github@gmail.com</email>
</author>
<published>2025-05-01T00:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2068be4a0a6d654e7532d7c217d99489aa82312'/>
<id>urn:sha1:d2068be4a0a6d654e7532d7c217d99489aa82312</id>
<content type='text'>
1. analogous to std::cell::Ref(Mut)::filter_map.
2. doesn't imply `Try` genericizability.
</content>
</entry>
<entry>
<title>std: clarify RwLock::get_mut more clearly</title>
<updated>2025-04-03T11:25:47+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-03-31T07:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0162f29436d7992ca5f3b642a282045afd922a26'/>
<id>urn:sha1:0162f29436d7992ca5f3b642a282045afd922a26</id>
<content type='text'>
Signed-off-by: xizheyin &lt;xizheyin@smail.nju.edu.cn&gt;
</content>
</entry>
<entry>
<title>std: clarify Mutex::get_mut more clearly</title>
<updated>2025-03-31T07:23:17+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-03-31T06:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=04d9d864b39c56aa6efa6b5f7845b4735d7a6428'/>
<id>urn:sha1:04d9d864b39c56aa6efa6b5f7845b4735d7a6428</id>
<content type='text'>
Signed-off-by: xizheyin &lt;xizheyin@smail.nju.edu.cn&gt;
</content>
</entry>
<entry>
<title>update version placeholders</title>
<updated>2025-02-18T16:50:21+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2025-02-17T17:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fdba8a7c47398e8bd99cb22ede199bf9a0167eaf'/>
<id>urn:sha1:fdba8a7c47398e8bd99cb22ede199bf9a0167eaf</id>
<content type='text'>
(cherry picked from commit e4840ce59bdddb19394df008c5c26d9c493725f8)
</content>
</entry>
<entry>
<title>Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb</title>
<updated>2025-02-04T10:36:50+00:00</updated>
<author>
<name>Jacob Pratt</name>
<email>jacob@jhpratt.dev</email>
</author>
<published>2025-02-04T10:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2aa3dec8ab901a684ab2347a030f346fec52fb2'/>
<id>urn:sha1:d2aa3dec8ab901a684ab2347a030f346fec52fb2</id>
<content type='text'>
Move some std tests to integration tests

Unit tests directly inside of standard library crates require a very fragile way of building that is hard to reproduce outside of bootstrap.

Follow up to https://github.com/rust-lang/rust/pull/133859
</content>
</entry>
<entry>
<title>Rollup merge of #136360 - slanterns:once_wait, r=tgross35</title>
<updated>2025-02-01T15:41:04+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2025-02-01T15:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cbcb695f9e2888b19e145a18c588825fb06b7930'/>
<id>urn:sha1:cbcb695f9e2888b19e145a18c588825fb06b7930</id>
<content type='text'>
Stabilize `once_wait`

Closes: https://github.com/rust-lang/rust/issues/127527.

`@rustbot` label: +T-libs-api

r? libs-api
</content>
</entry>
</feed>
