Files
rust/src/libstd
Brendan Zabarauskas bed70a42ec Have floating point functions take their parameters by value.
Make all of the methods in `std::num::Float` take `self` and their other parameters by value.

Some of the `Float` methods took their parameters by value, and others took them by reference. This standardises them to one convention. The `Float` trait is intended for the built in IEEE 754 numbers only so we don't have to worry about the trait serving types of larger sizes.

[breaking-change]
2014-04-19 10:44:08 +10:00
..
2014-04-11 17:31:13 +08:00
2014-04-02 15:56:31 -07:00
2014-04-08 00:03:11 -07:00
2014-04-10 15:21:59 -07:00
2014-04-11 15:20:18 -07:00
2014-03-31 15:17:12 -07:00
2014-04-16 08:24:22 -07:00
2014-04-08 00:03:11 -07:00
2014-04-11 17:31:13 +08:00
2014-04-03 20:28:59 -07:00
2014-03-31 15:17:12 -07:00
2014-03-31 15:17:12 -07:00
2014-04-06 14:05:32 +03:00
2014-04-17 12:22:02 -05:00
2014-04-04 09:31:21 -07:00