| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2019-07-01 | Merge pull request rust-lang/libm#188 from m1el/negative-round | gnzlbg | -8/+28 |
| 2019-07-01 | Merge pull request rust-lang/libm#189 from m1el/j1f-f64-casts | gnzlbg | -1/+15 |
| 2019-07-01 | move tests to separate #[cfg(test)] mod | Igor null | -6/+16 |
| 2019-07-01 | separate tests into #[cfg(test)] mod | Igor null | -8/+12 |
| 2019-07-01 | fixed formatting in tests | Igor null | -6/+2 |
| 2019-07-01 | Fix incorrect f32<->f64 casting in j1f/y1f | Igor null | -1/+15 |
| 2019-07-01 | Fixed rounding to negative zero | Igor null | -8/+18 |
| 2019-06-25 | Fix doc for floorf | bjorn3 | -1/+1 |
| 2019-06-13 | Update Rust install task | Alex Crichton | -1/+1 |
| 2019-06-12 | Bump version | Diego Barrios Romero | -1/+1 |
| 2019-06-12 | Add changelog entry for v0.1.4 release | Diego Barrios Romero | -1/+7 |
| 2019-06-12 | Add 0.1.3 changelog entry | Diego Barrios Romero | -1/+6 |
| 2019-06-07 | Make module path compatible with Rust 1.31.0 | Diego Barrios Romero | -1/+1 |
| 2019-06-06 | Bump to 0.1.16 | varkor | -1/+1 |
| 2019-06-05 | Merge pull request #298 from varkor/update-libm | Alex Crichton | -0/+4 |
| 2019-06-05 | More fixes for CI | Alex Crichton | -1/+1 |
| 2019-06-05 | Attempt to fix CI | Alex Crichton | -5/+9 |
| 2019-06-05 | Update libm for fmin/fmax/fminf/fmaxf | varkor | -0/+4 |
| 2019-06-05 | Correct libm names | varkor | -19/+19 |
| 2019-06-05 | Alphabetise | varkor | -8/+8 |
| 2019-06-05 | Add max | varkor | -0/+23 |
| 2019-06-05 | Add maxf | varkor | -0/+23 |
| 2019-06-05 | Add min | varkor | -0/+23 |
| 2019-06-05 | Add minf | varkor | -0/+26 |
| 2019-06-05 | Attempt to fix CI | Alex Crichton | -7/+9 |
| 2019-06-03 | fixed add overflow in exp2 | Igor null | -1/+7 |
| 2019-05-21 | Fix typo: mingw_unwinding | Sean Leather | -1/+1 |
| 2019-05-16 | Add docs | Benjamin Schultzer | -2/+185 |
| 2019-05-16 | Run musl test in debug mode | Benjamin Schultzer | -2/+1 |
| 2019-05-16 | Bump to 0.1.15 | Alex Crichton | -1/+1 |
| 2019-05-16 | Remove `compiler-rt` submodule from this repository | Alex Crichton | -17/+20 |
| 2019-05-15 | Bump to 0.1.14 | Alex Crichton | -1/+1 |
| 2019-05-15 | Remove the need for #[cfg] in #[use_c_shim_if] | Alex Crichton | -222/+198 |
| 2019-05-14 | Bump to 0.1.13 | Alex Crichton | -1/+1 |
| 2019-05-14 | Run rustfmt over everything | Alex Crichton | -822/+1105 |
| 2019-05-14 | Merge pull request #291 from alexcrichton/fix-riscv | Alex Crichton | -2/+9 |
| 2019-05-14 | Don't compile C code on riscv targets | Alex Crichton | -2/+9 |
| 2019-05-14 | Merge pull request #290 from alexcrichton/fix-targets | Alex Crichton | -95/+64 |
| 2019-05-14 | Fix __divsi3 and __udivsi3 on thumbv6m targets | Alex Crichton | -95/+64 |
| 2019-05-14 | Bump to 0.1.3 | Alex Crichton | -1/+1 |
| 2019-05-14 | don't force-on c feature when working in rustc workspace | Ralf Jung | -1/+1 |
| 2019-05-13 | formatted rem_pio2 tests | Igor null | -4/+16 |
| 2019-05-13 | added tests near pi for rem_pio2 | Igor null | -0/+15 |
| 2019-05-13 | rem_pio2: actually return medium value for x ~<= 5pi/4 | Igor null | -1/+1 |
| 2019-05-09 | fix jn, ilogb | Andrey Zgarbul | -19/+17 |
| 2019-05-09 | Test jn and jnf | Alex Crichton | -8/+23 |
| 2019-05-09 | Generate NaN and Infinity more often | Alex Crichton | -4/+21 |
| 2019-05-09 | Test sincos and sincosf | Alex Crichton | -44/+37 |
| 2019-05-09 | Move non-public functions to `pub(crate)` | Alex Crichton | -25/+12 |
| 2019-05-09 | test several outputs | Andrey Zgarbul | -53/+125 |
