<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sync/task_pool.rs, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-03-31T22:49:57+00:00</updated>
<entry>
<title>std: Clean out #[deprecated] APIs</title>
<updated>2015-03-31T22:49:57+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-30T18:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4a2c941809f303b97d153e06ba07e95cd245f88'/>
<id>urn:sha1:d4a2c941809f303b97d153e06ba07e95cd245f88</id>
<content type='text'>
This commit cleans out a large amount of deprecated APIs from the standard
library and some of the facade crates as well, updating all users in the
compiler and in tests as it goes along.
</content>
</entry>
<entry>
<title>Add #![feature] attributes to doctests</title>
<updated>2015-03-23T21:40:26+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2015-03-13T22:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e9019101a82dd7f61dcdcd52bcc0123d5ed25d22'/>
<id>urn:sha1:e9019101a82dd7f61dcdcd52bcc0123d5ed25d22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove explicit syntax highlight from docs.</title>
<updated>2015-03-13T23:25:18+00:00</updated>
<author>
<name>Joseph Crail</name>
<email>jbcrail@gmail.com</email>
</author>
<published>2015-03-13T02:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fcf3f3209accbb9240ea44a24165e35e50eba1d2'/>
<id>urn:sha1:fcf3f3209accbb9240ea44a24165e35e50eba1d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Example -&gt; Examples</title>
<updated>2015-03-12T01:11:40+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-03-12T01:11:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=64ab111b5387e9985df188a970350c9e6c7f1451'/>
<id>urn:sha1:64ab111b5387e9985df188a970350c9e6c7f1451</id>
<content type='text'>
This brings comments in line with https://github.com/rust-lang/rfcs/blob/master/text/0505-api-comment-conventions.md#using-markdown
</content>
</entry>
<entry>
<title>Rename #[should_fail] to #[should_panic]</title>
<updated>2015-03-09T17:14:21+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2015-01-31T23:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e2605b42c7ce37717118fe240f7d0e8c4eae3598'/>
<id>urn:sha1:e2605b42c7ce37717118fe240f7d0e8c4eae3598</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow(deprecated) for TaskPool (fixup #22783)</title>
<updated>2015-02-25T06:15:06+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2015-02-25T06:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f8e4fcb38c2ab0b5180c8fff35ad0454eb0667d7'/>
<id>urn:sha1:f8e4fcb38c2ab0b5180c8fff35ad0454eb0667d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #22783 - alexcrichton:deprecate-taskpool, r=alexcrichton</title>
<updated>2015-02-25T04:57:11+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2015-02-25T04:57:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=24fc50d29545e7ea89320d3c9544cd9043894d7d'/>
<id>urn:sha1:24fc50d29545e7ea89320d3c9544cd9043894d7d</id>
<content type='text'>
 Rather than stabilize on the current API, we're going to punt this
concern to crates.io, to allow for faster iteration.

[breaking-change]
</content>
</entry>
<entry>
<title>std: Recomend threadpool on crates.io for TaskPool</title>
<updated>2015-02-24T22:24:15+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-02-24T22:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=27f8708ba4aac3f4f2d3074b7b4a451774b1a813'/>
<id>urn:sha1:27f8708ba4aac3f4f2d3074b7b4a451774b1a813</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix integers in tests (fixup #22700)</title>
<updated>2015-02-24T08:19:01+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2015-02-24T08:19:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b182cd7245a999ac702f88c89dcc28811d6fdf8a'/>
<id>urn:sha1:b182cd7245a999ac702f88c89dcc28811d6fdf8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>int audit - std::sync</title>
<updated>2015-02-23T04:16:46+00:00</updated>
<author>
<name>Nick Cameron</name>
<email>ncameron@mozilla.com</email>
</author>
<published>2015-02-23T04:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1db684f67ad277ab7a002ee238872ca68fb13b27'/>
<id>urn:sha1:1db684f67ad277ab7a002ee238872ca68fb13b27</id>
<content type='text'>
</content>
</entry>
</feed>
