<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/bench/shootout-binarytrees.rs, branch 1.2.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.2.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-04-21T22:23:54+00:00</updated>
<entry>
<title>std: Bring back f32::from_str_radix as an unstable API</title>
<updated>2015-04-21T22:23:54+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-04-18T06:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a568a7f9f2eb3fa3f3e049df288ef0ad32cc7881'/>
<id>urn:sha1:a568a7f9f2eb3fa3f3e049df288ef0ad32cc7881</id>
<content type='text'>
This API was exercised in a few tests and mirrors the `from_str_radix`
functionality of the integer types.
</content>
</entry>
<entry>
<title>Fallout: move from scoped to spawn</title>
<updated>2015-04-14T15:15:45+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2015-04-13T22:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9fd41e1f984fdfecb78ba9570bb159854c58b16'/>
<id>urn:sha1:a9fd41e1f984fdfecb78ba9570bb159854c58b16</id>
<content type='text'>
</content>
</entry>
<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>Require feature attributes, and add them where necessary</title>
<updated>2015-03-23T21:40:26+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2015-03-06T02:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df290f127e923e0aacfe8223dd77f0fa222f0bc8'/>
<id>urn:sha1:df290f127e923e0aacfe8223dd77f0fa222f0bc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Int::pow() take exp as u32 instead usize</title>
<updated>2015-03-01T00:58:55+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2015-02-27T20:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c4fb909ffad8328983d893f2fefdb17215f2b21'/>
<id>urn:sha1:1c4fb909ffad8328983d893f2fefdb17215f2b21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test fixes and rebase conflicts</title>
<updated>2015-02-18T03:42:28+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-02-18T03:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=665ea963d3c29ef7670662707f2f2307f000efa3'/>
<id>urn:sha1:665ea963d3c29ef7670662707f2f2307f000efa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rollup merge of #22435: aturon/final-stab-thread</title>
<updated>2015-02-18T01:27:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-02-17T23:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d8450d69bbb7bb5c288fba01295551b78a5a8c03'/>
<id>urn:sha1:d8450d69bbb7bb5c288fba01295551b78a5a8c03</id>
<content type='text'>
Conflicts:
	src/test/bench/rt-messaging-ping-pong.rs
	src/test/bench/rt-parfib.rs
	src/test/bench/task-perf-spawnalot.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>Replace some uses of deprecated os functions</title>
<updated>2015-02-16T14:19:24+00:00</updated>
<author>
<name>Simonas Kazlauskas</name>
<email>git@kazlauskas.me</email>
</author>
<published>2015-02-16T14:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d941fa61fa38f13347de8e0522e9084683795e3'/>
<id>urn:sha1:7d941fa61fa38f13347de8e0522e9084683795e3</id>
<content type='text'>
This commit mostly replaces some of the uses of os::args with env::args.
</content>
</entry>
<entry>
<title>Cleanup getenv from tests and benchmarks</title>
<updated>2015-02-13T20:08:05+00:00</updated>
<author>
<name>Simonas Kazlauskas</name>
<email>git@kazlauskas.me</email>
</author>
<published>2015-02-13T20:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=220bf41d252048310632bc357eb2de2cc2e62e8c'/>
<id>urn:sha1:220bf41d252048310632bc357eb2de2cc2e62e8c</id>
<content type='text'>
</content>
</entry>
</feed>
