<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/num/dec2flt/num.rs, branch 1.12.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.12.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.12.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-09-20T16:39:08+00:00</updated>
<entry>
<title>Reorganize core::num internals</title>
<updated>2015-09-20T16:39:08+00:00</updated>
<author>
<name>Robin Kruppe</name>
<email>robin.kruppe@gmail.com</email>
</author>
<published>2015-09-20T16:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cd67ec306fda0e3d39ead0eda3de2c0b3dd696e2'/>
<id>urn:sha1:cd67ec306fda0e3d39ead0eda3de2c0b3dd696e2</id>
<content type='text'>
Move private bignum module to core::num, because it is not only used in flt2dec.
Extract private 80-bit soft-float into new core::num module for the same reason.
</content>
</entry>
<entry>
<title>Accurate decimal-to-float parsing routines.</title>
<updated>2015-08-08T15:15:31+00:00</updated>
<author>
<name>Robin Kruppe</name>
<email>robin.kruppe@gmail.com</email>
</author>
<published>2015-07-26T15:50:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba792a4baa856d83c3001afa181db91c5b4c9732'/>
<id>urn:sha1:ba792a4baa856d83c3001afa181db91c5b4c9732</id>
<content type='text'>
This commit primarily adds implementations of the algorithms from William
Clinger's paper "How to Read Floating Point Numbers Accurately". It also
includes a lot of infrastructure necessary for those algorithms, and some
unit tests.

Since these algorithms reject a few (extreme) inputs that were previously
accepted, this could be seen as a [breaking-change]
</content>
</entry>
</feed>
