<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sync/task_pool.rs, branch 1.0.0-alpha.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.0.0-alpha.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.0.0-alpha.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-02-18T14:09:12+00:00</updated>
<entry>
<title>Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.</title>
<updated>2015-02-18T14:09:12+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2015-02-17T14:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b5720a15fd7e8ae3883dcaee556b000e962b052'/>
<id>urn:sha1:2b5720a15fd7e8ae3883dcaee556b000e962b052</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rollup merge of #22319: huonw/send-is-not-static</title>
<updated>2015-02-18T01:32:16+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-02-18T01:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba8ce4c2c27643cccfbbc481a19bcf4b7747cc89'/>
<id>urn:sha1:ba8ce4c2c27643cccfbbc481a19bcf4b7747cc89</id>
<content type='text'>
Conflicts:
	src/libstd/sync/task_pool.rs
	src/libstd/thread.rs
	src/libtest/lib.rs
	src/test/bench/shootout-reverse-complement.rs
	src/test/bench/shootout-spectralnorm.rs
</content>
</entry>
<entry>
<title>Fallout from stabilization</title>
<updated>2015-02-17T23:14:17+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2015-02-17T23:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0de2b46e9bcca93971ef64d6ecdef872633f246'/>
<id>urn:sha1:d0de2b46e9bcca93971ef64d6ecdef872633f246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the libraries to reflect Send loosing the 'static bound.</title>
<updated>2015-02-17T21:19:21+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2015-02-13T11:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7b5bc3c2f673ac3edd818cb7bd42555c2cbc2a2'/>
<id>urn:sha1:d7b5bc3c2f673ac3edd818cb7bd42555c2cbc2a2</id>
<content type='text'>
In most places this preserves the current API by adding an explicit
`'static` bound.

Notably absent are some impls like `unsafe impl&lt;T: Send&gt; Send for
Foo&lt;T&gt;` and the `std::thread` module. It is likely that it will be
possible to remove these after auditing the code to ensure restricted
lifetimes are safe.

More progress on #22251.
</content>
</entry>
<entry>
<title>remove all kind annotations from closures</title>
<updated>2015-02-05T01:06:08+00:00</updated>
<author>
<name>Jorge Aparicio</name>
<email>japaricious@gmail.com</email>
</author>
<published>2015-02-01T17:44:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=571cc7f8e98da46735a5728387c768cde75d010c'/>
<id>urn:sha1:571cc7f8e98da46735a5728387c768cde75d010c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`for x in range(a, b)` -&gt; `for x in a..b`</title>
<updated>2015-01-29T12:47:37+00:00</updated>
<author>
<name>Jorge Aparicio</name>
<email>japaricious@gmail.com</email>
</author>
<published>2015-01-26T20:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d661af9c86566088f7dbaeee25143ecde673b75'/>
<id>urn:sha1:7d661af9c86566088f7dbaeee25143ecde673b75</id>
<content type='text'>
sed -i 's/in range(\([^,]*\), *\([^()]*\))/in \1\.\.\2/g' **/*.rs
</content>
</entry>
<entry>
<title>Set unstable feature names appropriately</title>
<updated>2015-01-23T21:28:40+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2015-01-23T02:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cd6d9eab5d75584edfcae4ffdef8b0836db80c1e'/>
<id>urn:sha1:cd6d9eab5d75584edfcae4ffdef8b0836db80c1e</id>
<content type='text'>
* `core` - for the core crate
* `hash` - hashing
* `io` - io
* `path` - path
* `alloc` - alloc crate
* `rand` - rand crate
* `collections` - collections crate
* `std_misc` - other parts of std
* `test` - test crate
* `rustc_private` - everything else
</content>
</entry>
<entry>
<title>Remove 'since' from unstable attributes</title>
<updated>2015-01-22T03:25:55+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2015-01-22T00:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41278c5441f484a68a20ca12d93cab368a2a943f'/>
<id>urn:sha1:41278c5441f484a68a20ca12d93cab368a2a943f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add 'feature' and 'since' to stability attributes</title>
<updated>2015-01-22T00:16:18+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2015-01-13T02:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=94ca8a361026d1a622a961e8dc8cacc331ed1ac3'/>
<id>urn:sha1:94ca8a361026d1a622a961e8dc8cacc331ed1ac3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fallout from stabilization</title>
<updated>2015-01-06T22:57:52+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2015-01-06T05:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=caca9b2e7109a148d100a3c6851241d3815da3db'/>
<id>urn:sha1:caca9b2e7109a148d100a3c6851241d3815da3db</id>
<content type='text'>
</content>
</entry>
</feed>
