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
2022-07-31
Ensure more functions do not panic
Andrew Kane
-6
/
+26
2022-07-31
Use smaller IPIO2 table for 16 and 32 bit architectures
Outurnate
-1
/
+1
2022-07-30
Bump to 0.2.3
Amanieu d'Antras
-1
/
+1
2022-07-29
Remove panics from tgamma and tgammaf
Andrew Kane
-6
/
+8
2022-02-06
Bump to 0.2.2
Amanieu d'Antras
-1
/
+1
2022-01-04
Apply formatting fixes from CI
Peter Michael Green
-18
/
+19
2022-01-04
allow force_eval! to produce a result and use that result to more explicitly ...
Peter Michael Green
-11
/
+17
2022-01-04
only allow x87-specific result in j1f.rs test on x87
Peter Michael Green
-3
/
+2
2022-01-04
round to storage format in some tests before comparison to prevent spurious e...
Peter Michael Green
-2
/
+9
2022-01-04
Add forced rounding to storage format for x87 to rem_pio2.rs as well.
Peter Michael Green
-1
/
+79
2022-01-04
Use force_eval instead of to_bits/from_bits combination,
Peter Michael Green
-3
/
+5
2022-01-04
Fix testcases on x87
Peter Michael Green
-6
/
+78
2022-01-04
force test_near_pi in rem_pio2.rs to be evaluated at runtime not compiletime.
Peter Michael Green
-4
/
+12
2022-01-04
Disable musl tests on powerpc64
Amanieu d'Antras
-0
/
+9
2022-01-03
Fix no-panic
Amanieu d'Antras
-0
/
+7
2022-01-03
Ignore some functions which don't match musl
Amanieu d'Antras
-1
/
+13
2022-01-03
Disable i686-unknown-linux-gnu tests for now
Amanieu d'Antras
-1
/
+1
2022-01-03
Disable powerpc64 tests which were broken by the LLVM 13 upgrade
Amanieu d'Antras
-1
/
+17
2021-07-09
updated link to musl website
SuKiN-a
-1
/
+1
2021-06-30
Optimize round and roundf
Brian Vincent
-62
/
+28
2021-06-24
Fix substract with borrow in FMA
Jethro Beekman
-4
/
+12
2021-06-24
Fix build failure with latest nightly
Jethro Beekman
-2
/
+2
2021-03-28
add "readme"-key to Cargo.toml in order for this crate to have a preview on c...
Philipp Schuster
-0
/
+1
2020-06-08
Update CHANGELOG.md (#245)
kellda
-1
/
+27
2020-05-29
Use macros for more division/array checks (#244)
Alex Crichton
-35
/
+53
2019-11-22
Bump to 0.2.1
Alex Crichton
-1
/
+1
2019-11-22
Fix sincosf for interval (7*pi/4, 9*pi/4) (#233)
AJ Frantz
-4
/
+22
2019-10-18
Fix sincosf(PI) (#229)
Christopher Serr
-4
/
+17
2019-09-25
Remove `-nursery` from urls
Alex Crichton
-8
/
+8
2019-09-10
Migrate from azure pipelines to Github actions (#226)
Alex Crichton
-110
/
+68
2019-09-05
suppress useless clippy warnings
Lokathor
-0
/
+9
2019-09-05
Update run.sh
Lokathor
-4
/
+7
2019-09-05
use sebug_assertions
Lokathor
-10
/
+10
2019-09-05
swap stable to be unstable, use debug_assertions
Lokathor
-3
/
+3
2019-09-05
swap stable to be unstable
Lokathor
-1
/
+1
2019-09-05
swap stable to be unstable
Lokathor
-1
/
+1
2019-09-05
swap stable to be unstable, checked is now debug_assertions
Lokathor
-7
/
+5
2019-09-05
there are no longer any default features
Lokathor
-3
/
+1
2019-08-13
rustfmt fixes
Lokathor
-8
/
+8
2019-08-13
slightly improve spec and sanity check coverage
Lokathor
-5
/
+171
2019-08-12
Merge pull request rust-lang/libm#216 from Lokathor/sse-sqrt
Alex Crichton
-175
/
+212
2019-08-12
Fix broken link in README
Roman Proskuryakov
-0
/
+2
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
-21
/
+2
2019-07-10
Remove most `#[inline]` annotations
Alex Crichton
-91
/
+2
[prev]
[next]