<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sync, branch 1.28.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.28.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.28.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-06-17T07:18:32+00:00</updated>
<entry>
<title>libstd: add an RAII utility for sys_common::mutex::Mutex</title>
<updated>2018-06-17T07:18:32+00:00</updated>
<author>
<name>NODA, Kai</name>
<email>nodakai@gmail.com</email>
</author>
<published>2018-06-09T13:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b81da278623d9dcda1776008612bd42e1922e9c3'/>
<id>urn:sha1:b81da278623d9dcda1776008612bd42e1922e9c3</id>
<content type='text'>
Signed-off-by: NODA, Kai &lt;nodakai@gmail.com&gt;
</content>
</entry>
<entry>
<title>Update the `Once` docs to use `Once::new`</title>
<updated>2018-05-24T12:09:42+00:00</updated>
<author>
<name>Tobias Bucher</name>
<email>tobiasbucher5991@gmail.com</email>
</author>
<published>2018-05-24T12:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a900e2b84f33a10ef810d6e986fc3d3be0c432d'/>
<id>urn:sha1:2a900e2b84f33a10ef810d6e986fc3d3be0c432d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `Once::new` as a way of constructing a `Once`</title>
<updated>2018-05-24T12:08:47+00:00</updated>
<author>
<name>Tobias Bucher</name>
<email>tobiasbucher5991@gmail.com</email>
</author>
<published>2018-05-24T12:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c2abda671ace3935a70b9d4c44bf944e1d34189'/>
<id>urn:sha1:1c2abda671ace3935a70b9d4c44bf944e1d34189</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add explanation for #[must_use] on mutex guards</title>
<updated>2018-05-07T17:26:28+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2018-05-07T16:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f8b774fbf1f57e520b58ae3828e4b3a1ddf1d97c'/>
<id>urn:sha1:f8b774fbf1f57e520b58ae3828e4b3a1ddf1d97c</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
