<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/thread, branch 1.12.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.12.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.12.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-08-03T21:12:25+00:00</updated>
<entry>
<title>Add link to replacement function</title>
<updated>2016-08-03T21:12:25+00:00</updated>
<author>
<name>Stefan Schindler</name>
<email>dns2utf8@estada.ch</email>
</author>
<published>2016-08-03T11:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=20721a4923db5a8a462d8a8229d1f1a13e56e17c'/>
<id>urn:sha1:20721a4923db5a8a462d8a8229d1f1a13e56e17c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an example to `std::thread::park_timeout`</title>
<updated>2016-08-03T21:12:25+00:00</updated>
<author>
<name>Stefan Schindler</name>
<email>dns2utf8@estada.ch</email>
</author>
<published>2016-08-03T11:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4fc6f5ac264a58ddaaaf3d2ddfbe011eb675edaf'/>
<id>urn:sha1:4fc6f5ac264a58ddaaaf3d2ddfbe011eb675edaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #34406 - frewsxcv:sleep-ex, r=alexcrichton</title>
<updated>2016-06-28T14:05:14+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2016-06-28T14:05:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5d6b41f3bcccc48cb2f6a50c1d446d7f619ddd3e'/>
<id>urn:sha1:5d6b41f3bcccc48cb2f6a50c1d446d7f619ddd3e</id>
<content type='text'>
Add example for `std::thread::sleep`.

None
</content>
</entry>
<entry>
<title>Add example for `std::thread::sleep`.</title>
<updated>2016-06-27T17:06:20+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2016-06-22T01:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a7b9e5441bed52ab89e0212816fdd09ea9a29d36'/>
<id>urn:sha1:a7b9e5441bed52ab89e0212816fdd09ea9a29d36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #34465 - frewsxcv:builder-name-example, r=GuillaumeGomez</title>
<updated>2016-06-25T22:47:31+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2016-06-25T22:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2cfd91d0ceeeb82dfd65c8124007eda325897ac1'/>
<id>urn:sha1:2cfd91d0ceeeb82dfd65c8124007eda325897ac1</id>
<content type='text'>
Add doc example for `std::thread::Builder::name`.

None
</content>
</entry>
<entry>
<title>Auto merge of #34410 - frewsxcv:code-like, r=apasel422</title>
<updated>2016-06-25T20:01:31+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2016-06-25T20:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91c0d0494337714e4cd0b956f7d363ce3d9ab13d'/>
<id>urn:sha1:91c0d0494337714e4cd0b956f7d363ce3d9ab13d</id>
<content type='text'>
Parameters in doc comment should be formatted code-like.

None
</content>
</entry>
<entry>
<title>Rollup merge of #34438 - frewsxcv:joinhandle, r=GuillaumeGomez</title>
<updated>2016-06-25T12:46:40+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2016-06-25T08:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=80b352c89272a9ab48b32e9700da2f35246af820'/>
<id>urn:sha1:80b352c89272a9ab48b32e9700da2f35246af820</id>
<content type='text'>
Indicate how the `JoinHandle` struct is created.

None
</content>
</entry>
<entry>
<title>Add doc example for `std::thread::Builder::name`.</title>
<updated>2016-06-25T11:22:19+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2016-06-25T11:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fd388d40ed4b44a7650c7a489a280e5387d89f47'/>
<id>urn:sha1:fd388d40ed4b44a7650c7a489a280e5387d89f47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add examples in docs for `JoinHandle`.</title>
<updated>2016-06-24T16:25:26+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2016-06-24T12:12:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e9b75e2dd440a5df2c7d90f88b2660c7581d964'/>
<id>urn:sha1:5e9b75e2dd440a5df2c7d90f88b2660c7581d964</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `Option::expect` instead of `unwrap_or_else` with `panic!`.</title>
<updated>2016-06-24T12:19:22+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2016-06-24T12:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a6ce30161fddfd5148507576b761b5e4a63ba99'/>
<id>urn:sha1:0a6ce30161fddfd5148507576b761b5e4a63ba99</id>
<content type='text'>
</content>
</entry>
</feed>
