| Age | Commit message (Expand) | Author | Lines |
| 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 | -42/+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 #68033 - ollie27:win_f32, r=dtolnay | Dylan DPC | -52/+8 |
| 2020-01-16 | Rollup merge of #68266 - Stromberg90:patch-2, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-01-16 | Update f32.rs | Strømberg | -1/+1 |
| 2020-01-16 | Update f32.rs | Strømberg | -1/+1 |
| 2020-01-15 | Use 3.6 instead of 3.5 in float fract() documentation | SOFe | -4/+4 |
| 2020-01-08 | Don't use f64 shims for f32 cmath functions on none 32-bit x86 MSVC | Oliver Middleton | -52/+8 |
| 2020-01-04 | Remove negative number check from float sqrt | Oliver Middleton | -1/+1 |
| 2019-11-29 | Format libstd with rustfmt | David Tolnay | -45/+37 |
| 2019-11-09 | Auto merge of #63871 - BatmanAoD:FloatFnMustUse, r=withoutboats | bors | -4/+42 |
| 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 | -1/+2 |
| 2019-08-28 | Annotate functions taking extra args | Kyle Strand | -1/+11 |
| 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 | -4/+6 |
| 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 | -6/+8 |
| 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/+16 |
| 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 | -8/+8 |
| 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-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 | -1/+1 |
| 2018-10-17 | Add a `copysign` function to f32 and f64 | Raph Levien | -0/+28 |
| 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 |