<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sync/barrier.rs, branch 1.23.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.23.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.23.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-08-08T20:58:09+00:00</updated>
<entry>
<title>Use explicit wrapping_add to prevent potential unexpected behavior on debug builds</title>
<updated>2017-08-08T20:58:09+00:00</updated>
<author>
<name>Stefan Schindler</name>
<email>dns2utf8@estada.ch</email>
</author>
<published>2017-08-01T14:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=702750c538c56905f58b60520dd1e9814ba03a8e'/>
<id>urn:sha1:702750c538c56905f58b60520dd1e9814ba03a8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updating the description for BarrierWaitResult #29377</title>
<updated>2017-03-31T22:58:32+00:00</updated>
<author>
<name>projektir</name>
<email>oprojektir@gmail.com</email>
</author>
<published>2017-03-31T22:58:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=44d8b236f4da3b17bc4a7ac3d571d67acd3be020'/>
<id>urn:sha1:44d8b236f4da3b17bc4a7ac3d571d67acd3be020</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove function invokation parens from documentation links.</title>
<updated>2017-03-14T01:43:18+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2017-03-12T18:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e7b0f2badf7c3393f1b36339b121054d05353442'/>
<id>urn:sha1:e7b0f2badf7c3393f1b36339b121054d05353442</id>
<content type='text'>
This was never established as a convention we should follow in the 'More
API Documentation Conventions' RFC:

https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md
</content>
</entry>
<entry>
<title>Add missing urls and examples into Barrier structs</title>
<updated>2017-02-21T20:12:35+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2017-02-21T20:12:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58a9dd3f7e851193c732a8f850294d91906edb6b'/>
<id>urn:sha1:58a9dd3f7e851193c732a8f850294d91906edb6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a few impl stability attributes</title>
<updated>2017-01-29T13:31:47+00:00</updated>
<author>
<name>Oliver Middleton</name>
<email>olliemail27@gmail.com</email>
</author>
<published>2017-01-29T13:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9128f6100c9bfe2c2c22d85ccec92f01166f5d25'/>
<id>urn:sha1:9128f6100c9bfe2c2c22d85ccec92f01166f5d25</id>
<content type='text'>
The versions show up in rustdoc.
</content>
</entry>
<entry>
<title>Implement `fmt::Debug` for all structures in libstd.</title>
<updated>2016-12-18T22:55:14+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2016-11-25T18:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=86fc63e62ddc0a271210b8cc7cc2a6de6874b8f8'/>
<id>urn:sha1:86fc63e62ddc0a271210b8cc7cc2a6de6874b8f8</id>
<content type='text'>
Part of https://github.com/rust-lang/rust/issues/31869.

Also turn on the `missing_debug_implementations` lint at the crate
level.
</content>
</entry>
<entry>
<title>Ignore lots and lots of std tests on emscripten</title>
<updated>2016-09-30T21:02:48+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2016-09-07T05:34:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9c4a01ee9eea6fc50252f08afbf98a91270e9d5e'/>
<id>urn:sha1:9c4a01ee9eea6fc50252f08afbf98a91270e9d5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `#[prelude_import]` in `libstd`.</title>
<updated>2016-08-24T22:12:48+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2016-08-22T19:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a2c8783d91624261317316f996d8d2d09b7b6a4'/>
<id>urn:sha1:9a2c8783d91624261317316f996d8d2d09b7b6a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Typo in Barrier::wait documentation</title>
<updated>2016-05-06T09:18:05+00:00</updated>
<author>
<name>Christopher Serr</name>
<email>cryze92@gmail.com</email>
</author>
<published>2016-05-06T09:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=32edf1d7a81a0db65282374daf846727c8e2a8fd'/>
<id>urn:sha1:32edf1d7a81a0db65282374daf846727c8e2a8fd</id>
<content type='text'>
This should be `have` instead of `has`.</content>
</entry>
<entry>
<title>Fix missing console output in `Barrier` example</title>
<updated>2016-03-26T13:53:27+00:00</updated>
<author>
<name>Andreas Linz</name>
<email>klingt.net@gmail.com</email>
</author>
<published>2016-03-26T13:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2eb84299ca0a23d48ab5f7e489d72708d99b1a1e'/>
<id>urn:sha1:2eb84299ca0a23d48ab5f7e489d72708d99b1a1e</id>
<content type='text'>
The `println!` calls in the previous version were never shown (at least
not in the playpen) because the main thread is finished before all the
spawned child threads were synchronized. This commit adds a join for
each thread handle to wait in the main thread until all child threads
are finished.
</content>
</entry>
</feed>
