<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/etc/test-float-parse/tiny-pow10.rs, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-07-17T05:30:34+00:00</updated>
<entry>
<title>Changed dec2flt to use the Eisel-Lemire algorithm.</title>
<updated>2021-07-17T05:30:34+00:00</updated>
<author>
<name>Alex Huszagh</name>
<email>ahuszagh@gmail.com</email>
</author>
<published>2021-07-17T05:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8752b403695a8830913571f0fd5ebfcf1483db37'/>
<id>urn:sha1:8752b403695a8830913571f0fd5ebfcf1483db37</id>
<content type='text'>
Implementation is based off fast-float-rust, with a few notable changes.

- Some unsafe methods have been removed.
- Safe methods with inherently unsafe functionality have been removed.
- All unsafe functionality is documented and provably safe.
- Extensive documentation has been added for simpler maintenance.
- Inline annotations on internal routines has been removed.
- Fixed Python errors in src/etc/test-float-parse/runtests.py.
- Updated test-float-parse to be a library, to avoid missing rand dependency.
- Added regression tests for #31109 and #31407 in core tests.
- Added regression tests for #31109 and #31407 in ui tests.
- Use the existing slice primitive to simplify shared dec2flt methods
- Remove Miri ignores from dec2flt, due to faster parsing times.

- resolves #85198
- resolves #85214
- resolves #85234
- fixes #31407
- fixes #31109
- fixes #53015
- resolves #68396
- closes https://github.com/aldanor/fast-float-rust/issues/15
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the kind of input from #31109 to the expensive tests (not run by default)</title>
<updated>2016-02-04T15:27:22+00:00</updated>
<author>
<name>Robin Kruppe</name>
<email>robin.kruppe@gmail.com</email>
</author>
<published>2016-01-26T21:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a8dc1f974be05b80b2edf17b62eee47e38edf2de'/>
<id>urn:sha1:a8dc1f974be05b80b2edf17b62eee47e38edf2de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add optional, external tests for floating point parsing.</title>
<updated>2015-08-09T12:17:39+00:00</updated>
<author>
<name>Robin Kruppe</name>
<email>robin.kruppe@gmail.com</email>
</author>
<published>2015-07-26T13:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82dbc2ea619cbfc98ca9ad2f9e06a5acd294cbe3'/>
<id>urn:sha1:82dbc2ea619cbfc98ca9ad2f9e06a5acd294cbe3</id>
<content type='text'>
Running these tests takes hours, so they are not run by @bors.
</content>
</entry>
</feed>
