<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libnum/complex.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>2014-10-19T19:59:40+00:00</updated>
<entry>
<title>Remove a number of deprecated crates</title>
<updated>2014-10-19T19:59:40+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-10-15T04:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb169d5543c84e11038ba2d07b538ec88fb49ca6'/>
<id>urn:sha1:fb169d5543c84e11038ba2d07b538ec88fb49ca6</id>
<content type='text'>
All of these crates have been deprecated for some time and properly live in the
rust-lang organization as cargo-based crates.

To update your code, depend on the rust-lang/foo repository via cargo.

[breaking-change]
</content>
</entry>
<entry>
<title>num: Convert statics to constants</title>
<updated>2014-10-09T16:44:51+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-10-07T00:41:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1bfe450a5ed0396c23185fc739d77ac9f79efe15'/>
<id>urn:sha1:1bfe450a5ed0396c23185fc739d77ac9f79efe15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecate `#[ignore(cfg(...))]`</title>
<updated>2014-09-24T06:49:20+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2014-08-04T00:41:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65cca7c8b14e9c5673af4921a57c2ccbac3fc2cb'/>
<id>urn:sha1:65cca7c8b14e9c5673af4921a57c2ccbac3fc2cb</id>
<content type='text'>
Replace `#[ignore(cfg(a, b))]` with `#[cfg_attr(all(a, b), ignore)]`
</content>
</entry>
<entry>
<title>complex: use `///...` instead of `/**...*/` for comment</title>
<updated>2014-08-29T17:39:25+00:00</updated>
<author>
<name>Vinzent Steinberg</name>
<email>Vinzent.Steinberg@gmail.com</email>
</author>
<published>2014-08-29T15:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=46e6e42d7a17d33da0fd13f2afd81a566ec08ceb'/>
<id>urn:sha1:46e6e42d7a17d33da0fd13f2afd81a566ec08ceb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>num: implement `Hash` for `Complex` and `Ratio`</title>
<updated>2014-08-29T17:39:17+00:00</updated>
<author>
<name>Vinzent Steinberg</name>
<email>Vinzent.Steinberg@gmail.com</email>
</author>
<published>2014-08-29T15:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8138c3574fcd75c0857cf2a8e9a8f905c2774649'/>
<id>urn:sha1:8138c3574fcd75c0857cf2a8e9a8f905c2774649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a test for complex divide by zero.</title>
<updated>2014-08-14T11:07:35+00:00</updated>
<author>
<name>Jonas Hietala</name>
<email>tradet.h@gmail.com</email>
</author>
<published>2014-08-13T10:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f40cf1f5946dabf7652afa8ee7afb03d13af9bc'/>
<id>urn:sha1:0f40cf1f5946dabf7652afa8ee7afb03d13af9bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.</title>
<updated>2014-07-08T20:01:43+00:00</updated>
<author>
<name>Richo Healey</name>
<email>richo@psych0tik.net</email>
</author>
<published>2014-06-21T10:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12c334a77b897f7b1cb6cff3c56a71ecb89c82af'/>
<id>urn:sha1:12c334a77b897f7b1cb6cff3c56a71ecb89c82af</id>
<content type='text'>
[breaking-change]
</content>
</entry>
<entry>
<title>Change to_str().to_string() to just to_str()</title>
<updated>2014-06-06T07:56:59+00:00</updated>
<author>
<name>Adolfo Ochagavía</name>
<email>aochagavia92@gmail.com</email>
</author>
<published>2014-06-05T07:15:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=501b904bb74e3be798a348088d532350d482984f'/>
<id>urn:sha1:501b904bb74e3be798a348088d532350d482984f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Rename {Eq,Ord} to Partial{Eq,Ord}</title>
<updated>2014-05-30T22:52:24+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-05-30T00:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=748bc3ca49de8ab0b890726120c40567094e43fc'/>
<id>urn:sha1:748bc3ca49de8ab0b890726120c40567094e43fc</id>
<content type='text'>
This is part of the ongoing renaming of the equality traits. See #12517 for more
details. All code using Eq/Ord will temporarily need to move to Partial{Eq,Ord}
or the Total{Eq,Ord} traits. The Total traits will soon be renamed to {Eq,Ord}.

cc #12517

[breaking-change]
</content>
</entry>
<entry>
<title>std: Remove format_strbuf!()</title>
<updated>2014-05-28T15:35:41+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-05-28T03:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=42aed6bde2fb05a262e21334656cdf91f51744dd'/>
<id>urn:sha1:42aed6bde2fb05a262e21334656cdf91f51744dd</id>
<content type='text'>
This was only ever a transitionary macro.
</content>
</entry>
</feed>
