index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
compiler-builtins
/
libm
Age
Commit message (
Expand
)
Author
Lines
2019-07-10
Add FMA tests that cause it to segfault
gnzlbg
-0
/
+38
2019-07-09
Merge pull request rust-lang/libm#205 from gnzlbg/fenv
Alex Crichton
-9
/
+9
2019-07-09
Floating-point environment APIs are private
gnzlbg
-9
/
+9
2019-07-09
Add nextafter and nextafterf from musl
gnzlbg
-0
/
+80
2019-07-04
Merge pull request rust-lang/libm#196 from Schultzer/add-remainder
Alex Crichton
-0
/
+16
2019-07-03
Remove traits from README
gnzlbg
-26
/
+1
2019-07-03
Bump minor version to 0.2.0
gnzlbg
-1
/
+1
2019-07-03
Remove F32Ext and F64Ext
gnzlbg
-599
/
+0
2019-07-03
Only return the fp value.
Benjamin Schultzer
-4
/
+6
2019-07-03
Add remainder
Benjamin Schultzer
-0
/
+14
2019-07-02
Add signum
Benjamin Schultzer
-4
/
+20
2019-07-02
Merge pull request rust-lang/libm#191 from m1el/fuzz-rem-overflows
Alex Crichton
-21
/
+48
2019-07-02
Fixed a few int overflows
Igor null
-21
/
+48
2019-07-02
Run benchmarks on CI
gnzlbg
-1
/
+1
2019-07-02
Re-export the stable libm feature
gnzlbg
-0
/
+4
2019-07-02
Do not enable default features in benchmarks
gnzlbg
-1
/
+1
2019-07-02
Move benchmarks into its own crate
gnzlbg
-12
/
+25
2019-07-01
Add benchmark suite
Benjamin Schultzer
-1
/
+138
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-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-16
Add docs
Benjamin Schultzer
-2
/
+185
2019-05-16
Run musl test in debug mode
Benjamin Schultzer
-2
/
+1
2019-05-14
Bump to 0.1.3
Alex Crichton
-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
[prev]
[next]