<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sync, branch 1.27.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-04-29T03:32:49+00:00</updated>
<entry>
<title>stabilize `#[must_use]` for functions and must-use operators</title>
<updated>2018-04-29T03:32:49+00:00</updated>
<author>
<name>Zack M. Davis</name>
<email>code@zackmdavis.net</email>
</author>
<published>2018-03-11T00:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3dbdccc6a9c1ead58325d415381b25c676386c34'/>
<id>urn:sha1:3dbdccc6a9c1ead58325d415381b25c676386c34</id>
<content type='text'>
This is in the matter of RFC 1940 and tracking issue #43302.
</content>
</entry>
<entry>
<title>Import the `alloc` crate as `alloc_crate` in std</title>
<updated>2018-04-12T20:52:47+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-04-03T12:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b895d8b88413f72230fbc0f00c67328870a2e9a'/>
<id>urn:sha1:1b895d8b88413f72230fbc0f00c67328870a2e9a</id>
<content type='text'>
… to make the name `alloc` available.
</content>
</entry>
<entry>
<title>Rollup merge of #47970 - vlovich:condvar_wait_until, r=dtolnay</title>
<updated>2018-02-25T07:54:39+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2018-02-25T07:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e25322454147c02c054022d3a30f319184dbe49e'/>
<id>urn:sha1:e25322454147c02c054022d3a30f319184dbe49e</id>
<content type='text'>
Add Condvar APIs not susceptible to spurious wake

Provide wait_until and wait_timeout_until helper wrappers that aren't susceptible to spurious wake.
Additionally wait_timeout_until makes it possible to more easily write code that waits for a fixed amount of time in face of spurious wakes since otherwise each user would have to do math on adjusting the duration.

Implements #47960.
</content>
</entry>
<entry>
<title>Fix doc compile error</title>
<updated>2018-02-20T21:07:21+00:00</updated>
<author>
<name>Vitali Lovich</name>
<email>vlovich@google.com</email>
</author>
<published>2018-02-20T21:07:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=14b403c91ab9a1e4b776e00adcd9d88153e3b736'/>
<id>urn:sha1:14b403c91ab9a1e4b776e00adcd9d88153e3b736</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor</title>
<updated>2018-02-18T12:21:01+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2018-02-18T12:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=af140ecdbc64251d7f536411c84e0d398a3d6631'/>
<id>urn:sha1:af140ecdbc64251d7f536411c84e0d398a3d6631</id>
<content type='text'>
fix more typos found by codespell.
</content>
</entry>
<entry>
<title>Fix tidy violation</title>
<updated>2018-02-17T17:17:58+00:00</updated>
<author>
<name>Vitali Lovich</name>
<email>vlovich@google.com</email>
</author>
<published>2018-02-17T17:17:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d549db8031a07b79009f9efe8b3233cd8900c82b'/>
<id>urn:sha1:d549db8031a07b79009f9efe8b3233cd8900c82b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix more typos found by codespell.</title>
<updated>2018-02-17T16:38:49+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2018-02-16T14:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4452446292086d9c92ea709eea61a31cedb55e22'/>
<id>urn:sha1:4452446292086d9c92ea709eea61a31cedb55e22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unit test compilation</title>
<updated>2018-02-17T04:00:18+00:00</updated>
<author>
<name>Vitali Lovich</name>
<email>vlovich@google.com</email>
</author>
<published>2018-02-15T17:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1f04a3a2e1a01ea1b77153dd8d22e7837542aa0'/>
<id>urn:sha1:b1f04a3a2e1a01ea1b77153dd8d22e7837542aa0</id>
<content type='text'>
Also fix some code snippets in documentation.
</content>
</entry>
<entry>
<title>Fix condvar example</title>
<updated>2018-02-15T18:00:51+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2018-02-15T17:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba6a6d0f0a047bc211e69bcbf0934ae6b651f415'/>
<id>urn:sha1:ba6a6d0f0a047bc211e69bcbf0934ae6b651f415</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Misc fixes</title>
<updated>2018-02-13T19:32:04+00:00</updated>
<author>
<name>Vitali Lovich</name>
<email>vlovich@google.com</email>
</author>
<published>2018-02-13T19:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6fe2d1d765810c05ce2aa2184baa9f4aabf1a151'/>
<id>urn:sha1:6fe2d1d765810c05ce2aa2184baa9f4aabf1a151</id>
<content type='text'>
Switch feature guards to unstable
Add missing semicolon
Remove mut that's no longer necessary
</content>
</entry>
</feed>
