<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/stdtest/float.rs, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-01-18T03:41:05+00:00</updated>
<entry>
<title>libcore: Move core tests into libcore</title>
<updated>2012-01-18T03:41:05+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-01-18T01:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=17bf4b0e1be01bc7a54c389deb5896949736d7f2'/>
<id>urn:sha1:17bf4b0e1be01bc7a54c389deb5896949736d7f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into kmath</title>
<updated>2012-01-05T15:25:51+00:00</updated>
<author>
<name>Stefan Plantikow</name>
<email>stefan.plantikow@googlemail.com</email>
</author>
<published>2012-01-05T13:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=494ad4e601834f1b28e58c1c0ba579c2972c9a27'/>
<id>urn:sha1:494ad4e601834f1b28e58c1c0ba579c2972c9a27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copy first batch of material from libstd to libcore.</title>
<updated>2011-12-14T00:34:50+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-12-14T00:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa9ad984fb2f013baebdbe01a42baa3b9101dd84'/>
<id>urn:sha1:fa9ad984fb2f013baebdbe01a42baa3b9101dd84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced constant functions with actual constants in std and updated tests</title>
<updated>2011-11-16T02:02:45+00:00</updated>
<author>
<name>Stefan Plantikow</name>
<email>stefan.plantikow@googlemail.com</email>
</author>
<published>2011-11-16T01:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d335d1a1699ed66d44d3efa03a46762c0473f316'/>
<id>urn:sha1:d335d1a1699ed66d44d3efa03a46762c0473f316</id>
<content type='text'>
Fixes issue #1165
</content>
</entry>
<entry>
<title>Make float::from_str ignore whitespace (#1089)</title>
<updated>2011-10-30T20:40:59+00:00</updated>
<author>
<name>Matt Brubeck</name>
<email>mbrubeck@limpet.net</email>
</author>
<published>2011-10-28T23:01:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c51d4b002b2743fd50bc715429265aaaf482762'/>
<id>urn:sha1:8c51d4b002b2743fd50bc715429265aaaf482762</id>
<content type='text'>
Discard leading and trailing whitespace, for consistency with C/JS/Java/etc.
Also, don't allow floating point numbers that start or end with 'e'.
</content>
</entry>
<entry>
<title>Change behavior of float::nonpositive/nonnegative</title>
<updated>2011-10-28T21:44:39+00:00</updated>
<author>
<name>Matt Brubeck</name>
<email>mbrubeck@limpet.net</email>
</author>
<published>2011-10-28T00:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=45d77779916a7af0b2b7656453e31eea9f4b3cfa'/>
<id>urn:sha1:45d77779916a7af0b2b7656453e31eea9f4b3cfa</id>
<content type='text'>
Rather than being defined as !positive and !negative, these should act the
same as negative and positive (respectively).  The only effect of this change
should be that all four functions will now return false for NaN.
</content>
</entry>
<entry>
<title>Use IEEE 754 semantics for NaN (Issue #1084)</title>
<updated>2011-10-28T21:44:39+00:00</updated>
<author>
<name>Matt Brubeck</name>
<email>mbrubeck@limpet.net</email>
</author>
<published>2011-10-28T05:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=000b2fe9a6b18cab1deee9579e8740d7c37a67b4'/>
<id>urn:sha1:000b2fe9a6b18cab1deee9579e8740d7c37a67b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>+0.0 should be positive and -0.0 should be negative.</title>
<updated>2011-10-28T21:44:39+00:00</updated>
<author>
<name>Matt Brubeck</name>
<email>mbrubeck@limpet.net</email>
</author>
<published>2011-10-27T23:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7e064deacfc9eab6e79737bb1f5070a19e2e1dc1'/>
<id>urn:sha1:7e064deacfc9eab6e79737bb1f5070a19e2e1dc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Tests] added float tests</title>
<updated>2011-10-12T08:56:05+00:00</updated>
<author>
<name>David Rajchenbach-Teller</name>
<email>dteller@mozilla.com</email>
</author>
<published>2011-10-12T08:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75bda422df0c7816d4b987a564d11935a0cdb8db'/>
<id>urn:sha1:75bda422df0c7816d4b987a564d11935a0cdb8db</id>
<content type='text'>
</content>
</entry>
</feed>
