-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle negative numbers in
sqrt
properly.
Closes #9987.
- Loading branch information
Showing
5 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a1d5cd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from alexcrichton
at huonw@a1d5cd2
a1d5cd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging huonw/rust/fix-sqrt = a1d5cd2 into auto
a1d5cd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huonw/rust/fix-sqrt = a1d5cd2 merged ok, testing candidate = ddfe24d
a1d5cd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1886
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1885
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1878
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1885
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1879
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1878
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1878
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1882
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1876
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1875
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1878
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1534
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/1533
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/1536
success: http://buildbot.rust-lang.org/builders/auto-win-64-opt/builds/373
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-t/builds/375
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-c/builds/366
a1d5cd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = ddfe24d