| Age | Commit message (Expand) | Author | Lines |
| 2020-04-20 | Use assoc float consts instead of module level | Linus Färnstrand | -7/+7 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -1/+1 |
| 2020-04-05 | Remove more std::f32 imports in libstd | Linus Färnstrand | -39/+15 |
| 2020-04-05 | Stop importing the float modules. Use assoc consts | Linus Färnstrand | -6/+0 |
| 2020-04-03 | Replace float module consts with assoc consts in documentation | Linus Färnstrand | -2/+2 |
| 2020-02-12 | Add notice about using new consts in new code on float modules | Linus Färnstrand | -0/+3 |
| 2020-01-16 | Rollup merge of #68266 - Stromberg90:patch-2, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-01-16 | Update f64.rs | Strømberg | -2/+2 |
| 2020-01-15 | Use 3.6 instead of 3.5 in float fract() documentation | SOFe | -4/+4 |
| 2020-01-04 | Remove negative number check from float sqrt | Oliver Middleton | -1/+1 |
| 2019-11-29 | Format libstd with rustfmt | David Tolnay | -42/+36 |
| 2019-11-09 | Auto merge of #63871 - BatmanAoD:FloatFnMustUse, r=withoutboats | bors | -5/+43 |
| 2019-11-06 | using 2.0.log(2.0) in examples does not make it clear which is the base and ... | Srinivas Reddy Thatiparthy | -9/+9 |
| 2019-09-05 | Restore 'must_use' for 'clamp'; fix warning for tests | Kyle Strand | -5/+4 |
| 2019-08-28 | Let 'clamp' be invoked without using return value; used in tests | Kyle Strand | -0/+2 |
| 2019-08-28 | Annotate functions taking extra args | Kyle Strand | -1/+10 |
| 2019-08-28 | Add reason for each 'must_use' | Kyle Strand | -29/+29 |
| 2019-08-27 | Rollup merge of #63698 - Phosphorus15:master, r=nagisa | Mazdak Farrokhzad | -15/+18 |
| 2019-08-24 | Add 'must_use' to all functions 'fn(float) -> float' | Kyle Strand | -0/+28 |
| 2019-08-22 | Make use of existing constants. | Tomasz Różański | -10/+9 |
| 2019-08-22 | Change code formatting for readability. | Tomasz Różański | -9/+9 |
| 2019-08-20 | Refined implementations of `asinh` and `acosh` | Phosphorus15 | -18/+21 |
| 2019-08-20 | Used `copysign` to avoid unnecessary branches. | Phosphorus15 | -9/+1 |
| 2019-08-19 | test cases for both `f32` and `f64` on asinh(-0.0) | Phosphorus15 | -0/+1 |
| 2019-08-19 | Added negative cases for `asinh` according to IEEE-754. | Phosphorus15 | -4/+11 |
| 2019-07-07 | Stablize Euclidean Modulo (feature euclidean_division) | CrLF0710 | -4/+2 |
| 2019-06-08 | Use stable wrappers | Yuki Okushi | -1/+1 |
| 2019-04-05 | Change `copytest` parameter name from `y` to `sign` | Will Hakes | -5/+5 |
| 2019-03-29 | Stablize {f32,f64}::copysign(). | CrLF0710 | -2/+1 |
| 2019-03-25 | Clarify `{Ord,f32,f64}::clamp` docs a little | Tobias Bucher | -6/+15 |
| 2019-03-20 | Fix f64 test | Jacob Kiesel | -1/+1 |
| 2019-03-20 | Fix formatting and add unit tests for panic cases | Jacob Kiesel | -1/+19 |
| 2019-03-20 | Add NAN test to docs | Jacob Kiesel | -0/+1 |
| 2019-03-19 | Rollup merge of #58812 - jonhoo:floor_v_trunc, r=alexcrichton | Mazdak Farrokhzad | -4/+8 |
| 2019-03-15 | Auto merge of #58710 - EdorianDark:master, r=sfackler | bors | -0/+21 |
| 2019-03-09 | add feature clamp | Dirk Leifeld | -0/+1 |
| 2019-03-09 | Revert "Revert "Add clamp functions"" | Dirk Leifeld | -0/+20 |
| 2019-02-28 | Clarify distinction between floor() and trunc() | Jon Gjengset | -4/+8 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -7/+7 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-17 | rename div_euc -> div_euclid, and mod_euc -> rem_euclid | Nicole Mazzuca | -15/+15 |
| 2018-12-15 | Fix a small mistake regarding NaNs in a deprecation message | Tobias Bucher | -1/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-10-24 | Fix doc for new copysign functions | Raph Levien | -4/+4 |
| 2018-10-18 | Add must_use on copysign | Raph Levien | -0/+1 |
| 2018-10-17 | Fix inconsistent documentation | Raph Levien | -3/+4 |
| 2018-10-17 | Add a `copysign` function to f32 and f64 | Raph Levien | -0/+27 |
| 2018-06-26 | Clarify rational behind current implementation of `.mod_euc()` | Fabian Kössel | -0/+4 |
| 2018-06-26 | Document round-off error in `.mod_euc()`-method, see issue #50179 | Fabian Kössel | -1/+6 |