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
/
src
/
math
Age
Commit message (
Expand
)
Author
Lines
2019-08-13
rustfmt fixes
Lokathor
-8
/
+8
2019-08-13
slightly improve spec and sanity check coverage
Lokathor
-5
/
+171
2019-08-08
update comments
Lokathor
-3
/
+3
2019-08-08
update comments
Lokathor
-3
/
+3
2019-08-07
move use/const statements to a limited scope
Lokathor
-5
/
+6
2019-08-07
apply rustfmt
Lokathor
-217
/
+217
2019-08-07
Improve sqrt/sqrtf if stable intrinsics allow
Lokathor
-188
/
+224
2019-07-11
Merge pull request rust-lang/libm#209 from gnzlbg/fma
Alex Crichton
-2
/
+21
2019-07-10
Fix overflow bug in fma
gnzlbg
-2
/
+2
2019-07-10
Remove most `#[inline]` annotations
Alex Crichton
-91
/
+2
2019-07-10
Add FMA tests that cause it to segfault
gnzlbg
-0
/
+19
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-03
Only return the fp value.
Benjamin Schultzer
-4
/
+6
2019-07-03
Add remainder
Benjamin Schultzer
-0
/
+14
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-01
Add benchmark suite
Benjamin Schultzer
-1
/
+1
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-05
Correct libm names
varkor
-12
/
+12
2019-06-05
Alphabetise
varkor
-8
/
+8
2019-06-05
Add max
varkor
-0
/
+15
2019-06-05
Add maxf
varkor
-0
/
+15
2019-06-05
Add min
varkor
-0
/
+15
2019-06-05
Add minf
varkor
-0
/
+15
2019-06-03
fixed add overflow in exp2
Igor null
-1
/
+7
2019-05-16
Add docs
Benjamin Schultzer
-2
/
+185
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
-16
/
+16
2019-05-09
Move non-public functions to `pub(crate)`
Alex Crichton
-12
/
+12
2019-05-09
test several outputs
Andrey Zgarbul
-4
/
+4
2019-05-09
rm asine, mv lgamma
Andrey Zgarbul
-678
/
+589
2019-05-07
tests, fixes, format
Andrey Zgarbul
-4167
/
+4355
2019-05-06
Merge branch 'lots-of-untested-ports' of https://github.com/m1el/libm
Andrey Zgarbul
-0
/
+4228
2019-05-02
Merge pull request rust-lang/libm#161 from alexcrichton/ldexp
Alex Crichton
-0
/
+14
2019-05-02
Merge pull request rust-lang/libm#151 from 4tm4j33tk4ur/clippy
Alex Crichton
-92
/
+78
2019-05-02
Run `cargo fmt`
Alex Crichton
-4
/
+6
2019-05-02
Merge pull request rust-lang/libm#153 from m1el/floorf-uint-underflow
Alex Crichton
-1
/
+9
2019-05-02
Add a test that overflow does not happen
Alex Crichton
-0
/
+8
2019-05-02
Merge pull request rust-lang/libm#143 from mb64/wrapping-atan2
Alex Crichton
-2
/
+2
[next]