]> git.lizzy.rs Git - rust.git/commit
auto merge of #18713 : juxiliary/rust/master, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 7 Nov 2014 02:11:27 +0000 (02:11 +0000)
committerbors <bors@rust-lang.org>
Fri, 7 Nov 2014 02:11:27 +0000 (02:11 +0000)
commitb03a2755193cd756583bcf5831cf4545d75ecb8a
treef041f64af047756e5a473eb2130211f3f0a79be5
parent45cbdec4174778bf915f17561ef971c068a7fcbc
parent18c328da27fedb563625718bdd5007e583455dec
auto merge of #18713 : juxiliary/rust/master, r=alexcrichton

* `from_str_radix_float` gives incorrect results for negative float strings. Changes the accumulator used to start at -0.0 instead of -1.0.
* Adds missing tests