<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sync, branch 1.45.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.45.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.45.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-05-24T08:59:07+00:00</updated>
<entry>
<title>Fix typo in doc comment.</title>
<updated>2020-05-24T08:59:07+00:00</updated>
<author>
<name>Eitan Mosenkis</name>
<email>eitan@mosenkis.net</email>
</author>
<published>2020-05-24T08:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=806f5815d4528d6a8a4eb5df58151c587a09733c'/>
<id>urn:sha1:806f5815d4528d6a8a4eb5df58151c587a09733c</id>
<content type='text'>
call_one_force -&gt; call_once_force</content>
</entry>
<entry>
<title>make abort intrinsic safe, and correct its documentation</title>
<updated>2020-05-17T09:23:42+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-05-17T09:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5980d972d1911225e38e98fe81974973349793a0'/>
<id>urn:sha1:5980d972d1911225e38e98fe81974973349793a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt</title>
<updated>2020-05-03T16:34:34+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-05-03T16:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6f5de87d3f9f192e00defe9a15e8396c13c2ec0c'/>
<id>urn:sha1:6f5de87d3f9f192e00defe9a15e8396c13c2ec0c</id>
<content type='text'>
Add `RefCell::take`

Add `RefCell::take` to match `Cell` and `Option`.
I also changed a couple of calls to `.replace` to `.take`.

Tracking issue is #71395.

This is my first contribution, please tell me if there's anything I could improve, thanks!
</content>
</entry>
<entry>
<title>Use Cell::take in a couple places</title>
<updated>2020-04-26T09:50:53+00:00</updated>
<author>
<name>ThinkChaos</name>
<email>ThinkChaos@users.noreply.github.com</email>
</author>
<published>2020-04-21T19:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ea83bfb3d457770f2e54965dd86f672fbbc87c2'/>
<id>urn:sha1:4ea83bfb3d457770f2e54965dd86f672fbbc87c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix more clippy warnings</title>
<updated>2020-04-26T00:24:01+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-04-25T08:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8862f829bbfbc25a2b4e02210a94907787d1cd8b'/>
<id>urn:sha1:8862f829bbfbc25a2b4e02210a94907787d1cd8b</id>
<content type='text'>
clippy::{redundant_pattern_matching, clone_on_copy, iter_cloned_collect, option_as_ref_deref, match_ref_pats}
</content>
</entry>
<entry>
<title>Avoid unused Option::map results</title>
<updated>2020-04-24T20:58:41+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-04-24T20:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2325c209257a8ce6c11200ebfc152907566f7a04'/>
<id>urn:sha1:2325c209257a8ce6c11200ebfc152907566f7a04</id>
<content type='text'>
These are changes that would be needed if we add `#[must_use]` to
`Option::map`, per #71484.
</content>
</entry>
<entry>
<title>More diagnostic items for Clippy usage</title>
<updated>2020-04-22T05:57:56+00:00</updated>
<author>
<name>Philipp Hansch</name>
<email>dev@phansch.net</email>
</author>
<published>2020-04-22T05:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=23b9f46fff4453fb90611c2fb554e004f1cec096'/>
<id>urn:sha1:23b9f46fff4453fb90611c2fb554e004f1cec096</id>
<content type='text'>
This adds a couple of more diagnostic items to be used in Clippy.
I chose these particular ones because they were the types which we seem
to check for the most in Clippy. I'm not sure if the
`cfg_attr(not(test))` is needed, but it was also used for `Vec` and a
few other types.
</content>
</entry>
<entry>
<title>Dogfood or_patterns in the standard library</title>
<updated>2020-04-16T19:44:57+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-04-16T19:44:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2edd123a233fff2fbccd17299e0c14d2203e1acc'/>
<id>urn:sha1:2edd123a233fff2fbccd17299e0c14d2203e1acc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop importing integer modules in libstd</title>
<updated>2020-04-05T09:22:01+00:00</updated>
<author>
<name>Linus Färnstrand</name>
<email>faern@faern.net</email>
</author>
<published>2020-04-04T16:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=101085ad9fd26a5e18f4c76dcc72b34d8edbdbe6'/>
<id>urn:sha1:101085ad9fd26a5e18f4c76dcc72b34d8edbdbe6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix "since" field for `Once::is_complete`'s `#[stable]` attribute</title>
<updated>2020-03-15T09:19:26+00:00</updated>
<author>
<name>Lukas Kalbertodt</name>
<email>lukas.kalbertodt@gmail.com</email>
</author>
<published>2020-03-15T09:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=401a3f376263886f997013e7bfe266ef6b7568dd'/>
<id>urn:sha1:401a3f376263886f997013e7bfe266ef6b7568dd</id>
<content type='text'>
It was accidentally merged with the wrong version.
</content>
</entry>
</feed>
