]> git.lizzy.rs Git - rust.git/commit
Auto merge of #42430 - nagisa:core-float, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 16 Jun 2017 17:52:11 +0000 (17:52 +0000)
committerbors <bors@rust-lang.org>
Fri, 16 Jun 2017 17:52:11 +0000 (17:52 +0000)
commitfe7227f6c8704f0186091085a14fd1027920e4bb
tree8c3cb396146179783cb6d001fa7f4f67c6958575
parentb40be00a0cac84d23f51c5c5109c8f824ab19ab3
parentba6cf1d80ac6f5ff3c36c7f6111197d429369d86
Auto merge of #42430 - nagisa:core-float, r=alexcrichton

Re-implement float min/max in rust

This also adds the relevant implementations into libcore.

See #42423
src/libcore/num/mod.rs
src/libcore/tests/lib.rs
src/libcore/tests/num/mod.rs
src/libstd/f64.rs