<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/bench/shootout-spectralnorm.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-12-10T19:47:55+00:00</updated>
<entry>
<title>std: Remove deprecated functionality from 1.5</title>
<updated>2015-12-10T19:47:55+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-12-03T01:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da50f7c288b8e6856b42fd923f3479af1c94b3bf'/>
<id>urn:sha1:da50f7c288b8e6856b42fd923f3479af1c94b3bf</id>
<content type='text'>
This is a standard "clean out libstd" commit which removes all 1.5-and-before
deprecated functionality as it's now all been deprecated for at least one entire
cycle.
</content>
</entry>
<entry>
<title>Shim some of the old std::simd functionality.</title>
<updated>2015-08-17T21:48:43+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2015-08-14T19:06:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d792925b4d838ca6d15c2d86b0e3dc85f6a393fe'/>
<id>urn:sha1:d792925b4d838ca6d15c2d86b0e3dc85f6a393fe</id>
<content type='text'>
Overload the operators using the traits so that things mostly keep
working during the deprecation period.
</content>
</entry>
<entry>
<title>Remove all unstable deprecated functionality</title>
<updated>2015-08-12T21:55:17+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-08-12T00:27:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d90d3f36871a00023cc1f313f91e351c287ca15'/>
<id>urn:sha1:8d90d3f36871a00023cc1f313f91e351c287ca15</id>
<content type='text'>
This commit removes all unstable and deprecated functions in the standard
library. A release was recently cut (1.3) which makes this a good time for some
spring cleaning of the deprecated functions.
</content>
</entry>
<entry>
<title>Use vec![elt; n] where possible</title>
<updated>2015-07-09T09:05:32+00:00</updated>
<author>
<name>Ulrik Sverdrup</name>
<email>bluss@users.noreply.github.com</email>
</author>
<published>2015-07-08T20:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=836f32e7697195a482b88883cbbe4a2dd986d8cb'/>
<id>urn:sha1:836f32e7697195a482b88883cbbe4a2dd986d8cb</id>
<content type='text'>
The common pattern `iter::repeat(elt).take(n).collect::&lt;Vec&lt;_&gt;&gt;()` is
exactly equivalent to `vec![elt; n]`, do this replacement in the whole
tree.

(Actually, vec![] is smart enough to only call clone n - 1 times, while
the former solution would call clone n times, and this fact is
virtually irrelevant in practice.)
</content>
</entry>
<entry>
<title>Fallout in tests and docs from feature renamings</title>
<updated>2015-06-17T16:07:16+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-06-10T20:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ce1a965cf54ce65fc43b535c27029ce183214063'/>
<id>urn:sha1:ce1a965cf54ce65fc43b535c27029ce183214063</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed many pointless calls to *iter() and iter_mut()</title>
<updated>2015-06-10T20:14:03+00:00</updated>
<author>
<name>Joshua Landau</name>
<email>joshua@landau.ws</email>
</author>
<published>2015-06-10T16:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca7418b84658fc1c723672c462aa0a7878d88b64'/>
<id>urn:sha1:ca7418b84658fc1c723672c462aa0a7878d88b64</id>
<content type='text'>
</content>
</entry>
<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>Make `sum` and `product` inherent methods on `Iterator`</title>
<updated>2015-04-07T22:26:35+00:00</updated>
<author>
<name>Tobias Bucher</name>
<email>tobiasbucher5991@gmail.com</email>
</author>
<published>2015-04-06T15:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=97f24a85965c3c51a2c18be029091ae52bbd7920'/>
<id>urn:sha1:97f24a85965c3c51a2c18be029091ae52bbd7920</id>
<content type='text'>
In addition to being nicer, this also allows you to use `sum` and `product` for
iterators yielding custom types aside from the standard integers.

Due to removing the `AdditiveIterator` and `MultiplicativeIterator` trait, this
is a breaking change.

[breaking-change]
</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>
</feed>
