<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/num/flt2dec/strategy, branch 1.31.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.31.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.31.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-08-04T12:58:20+00:00</updated>
<entry>
<title>Remove redundant field names in structs</title>
<updated>2018-08-04T12:58:20+00:00</updated>
<author>
<name>ljedrz</name>
<email>ljedrz@gmail.com</email>
</author>
<published>2018-08-04T12:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d46dca66c9c18477ddebe87edb6b8f0f8ca22aa3'/>
<id>urn:sha1:d46dca66c9c18477ddebe87edb6b8f0f8ca22aa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use proper footnote syntax for references</title>
<updated>2018-07-11T17:26:56+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2018-07-08T22:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5f21aa9d6dc2f60a7e4b103055cfd052e732036'/>
<id>urn:sha1:f5f21aa9d6dc2f60a7e4b103055cfd052e732036</id>
<content type='text'>
The previous syntax was causing rustdoc to interpret them as links.
</content>
</entry>
<entry>
<title>Fix some links</title>
<updated>2018-07-08T13:07:17+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2018-07-08T13:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=26615b8f20432c2332a8ca93b18301872870dd01'/>
<id>urn:sha1:26615b8f20432c2332a8ca93b18301872870dd01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `#[prelude_import]` in `libcore`.</title>
<updated>2016-08-24T22:12:23+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2016-08-22T10:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e2ad3be1787cdd36d52fcd2355225156f5460dc4'/>
<id>urn:sha1:e2ad3be1787cdd36d52fcd2355225156f5460dc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>typos: fix a grabbag of typos all over the place</title>
<updated>2015-10-08T18:49:31+00:00</updated>
<author>
<name>Cristi Cobzarenco</name>
<email>cristi.cobzarenco@gmail.com</email>
</author>
<published>2015-10-07T22:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4b308b44e1d8204702f6912dda4dfc404aa2a87d'/>
<id>urn:sha1:4b308b44e1d8204702f6912dda4dfc404aa2a87d</id>
<content type='text'>
</content>
</entry>
<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>Elide lifetimes in libcore</title>
<updated>2015-09-03T12:16:35+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2015-09-03T09:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a520568ae7dea13430c3d9ba5b3fb9596d863791'/>
<id>urn:sha1:a520568ae7dea13430c3d9ba5b3fb9596d863791</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dependencies on libm functions from libcore.</title>
<updated>2015-08-17T18:30:59+00:00</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2015-08-16T07:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ddee8070d3cb83609b1f71c29e3deda3d30fd51'/>
<id>urn:sha1:1ddee8070d3cb83609b1f71c29e3deda3d30fd51</id>
<content type='text'>
There wasn't any particular reason the functions needed to be there
anyway, so just get rid of them, and adjust libstd to compensate.

With this change, libcore depends on exactly two floating-point functions:
fmod and fmodf.  They are implicitly referenced because they are
used to implement "%".
</content>
</entry>
<entry>
<title>Enlarge Bignum type from 1152 to 1280 bits.</title>
<updated>2015-08-08T15:15:14+00:00</updated>
<author>
<name>Robin Kruppe</name>
<email>robin.kruppe@gmail.com</email>
</author>
<published>2015-07-23T20:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ff10209aa9b8da6d6d4ceea0161757048126d2d'/>
<id>urn:sha1:7ff10209aa9b8da6d6d4ceea0161757048126d2d</id>
<content type='text'>
This is necessary for decimal-to-float code (in a later commit) to handle
inputs such as 4.9406564584124654e-324 (the smallest subnormal f64).
According to the benchmarks for flt2dec::dragon, this does not
affect performance measurably. It probably uses slightly more stack
space though.
</content>
</entry>
<entry>
<title>Make core::num::dec2flt::strategy::grisu::Fp methods public.</title>
<updated>2015-08-08T15:12:29+00:00</updated>
<author>
<name>Robin Kruppe</name>
<email>robin.kruppe@gmail.com</email>
</author>
<published>2015-06-27T19:59:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b55806ca8ff97ee89f77f9c784619ace3034c32c'/>
<id>urn:sha1:b55806ca8ff97ee89f77f9c784619ace3034c32c</id>
<content type='text'>
The intent is to allow decimal-to-float parsing to use Fp in its fast path.
That code is added in a later commit.
</content>
</entry>
</feed>
