| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -11/+1 |
| 2018-05-13 | Add “Examples” section header in f32/f64 doc comments. | Corey Farwell | -0/+76 |
| 2018-05-10 | Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcv | Alex Crichton | -2/+2 |
| 2018-05-09 | move See also links to top | Michael Lamparski | -2/+2 |
| 2018-05-09 | Clarify in the docs that `mul_add` is not always faster. | Corey Farwell | -2/+4 |
| 2018-04-21 | Move intrinsics-based float methods out of libcore into libstd | Simon Sapin | -3/+14 |
| 2018-04-21 | Add some f32 and f64 inherent methods in libcore | Simon Sapin | -282/+9 |
| 2018-03-28 | Address nits and tidy errors. | Fabian Zaiser | -2/+2 |
| 2018-03-26 | Implement RFC #2169 (Euclidean division). | Fabian Zaiser | -0/+50 |
| 2018-03-21 | Fixed clockwise/counter-clockwise in atan2 documentation in f32 and f64 | Maxwell Borden | -4/+5 |
| 2018-02-11 | typo: correct endianess to endianness (this also changes function names!) | Matthias Krüger | -1/+1 |
| 2018-01-24 | Auto merge of #46931 - clarcharr:float_bits_core, r=alexcrichton | bors | -3/+2 |
| 2018-01-09 | remove implementation detail from doc | Trevor Spiteri | -2/+2 |
| 2018-01-08 | doc: show that `f32::log` and `f64::log` are not correctly rounded | Trevor Spiteri | -10/+9 |
| 2017-12-22 | Expose float from_bits and to_bits in libcore. | Clar Charr | -3/+2 |
| 2017-12-21 | Make core::f32/f64 docs match std. | Clar Charr | -1/+1 |
| 2017-11-24 | Auto merge of #46012 - Gankro:float-conv-transmute, r=sfackler | bors | -28/+43 |
| 2017-11-23 | Make float::from_bits transmute (and update the documentation to reflect this). | Alexis Beingessner | -28/+43 |
| 2017-11-20 | Fix some docs summary nits | Marco A L Barbosa | -2/+3 |
| 2017-11-08 | std: Move the `cmath` module into the `sys` module | Alex Crichton | -47/+2 |
| 2017-09-08 | Revert "Add clamp functions" | Jacob Kiesel | -20/+0 |
| 2017-09-08 | Revert "Add NAN examples" | Jacob Kiesel | -1/+0 |
| 2017-09-08 | Revert "Fix f64 examples" | Jacob Kiesel | -4/+2 |
| 2017-09-08 | Revert "Fix documentation and formatting." | Jacob Kiesel | -4/+1 |
| 2017-09-08 | Revert "Add panic unit tests" | Jacob Kiesel | -18/+0 |
| 2017-09-04 | Add panic unit tests | Jacob Kiesel | -0/+18 |
| 2017-09-01 | Fix documentation and formatting. | Jacob Kiesel | -1/+4 |