about summary refs log tree commit diff
path: root/library/compiler-builtins/libm
AgeCommit message (Expand)AuthorLines
2019-05-09test several outputsAndrey Zgarbul-53/+125
2019-05-09fix traitsAndrey Zgarbul-44/+28
2019-05-09Merge branch 'm1elports' of https://github.com/burrbull/libm into m1elportsAndrey Zgarbul-0/+0
2019-05-09rm asine, mv lgammaAndrey Zgarbul-683/+593
2019-05-07sh +xAndrey Zgarbul-0/+0
2019-05-07tests, fixes, formatAndrey Zgarbul-4173/+4371
2019-05-06Merge branch 'lots-of-untested-ports' of https://github.com/m1el/libmAndrey Zgarbul-0/+4228
2019-05-02Merge pull request rust-lang/libm#161 from alexcrichton/ldexpAlex Crichton-0/+14
2019-05-02Merge pull request rust-lang/libm#151 from 4tm4j33tk4ur/clippyAlex Crichton-92/+78
2019-05-02Run `cargo fmt`Alex Crichton-4/+6
2019-05-02Merge pull request rust-lang/libm#153 from m1el/floorf-uint-underflowAlex Crichton-1/+9
2019-05-02Add a test that overflow does not happenAlex Crichton-0/+8
2019-05-02Merge pull request rust-lang/libm#143 from mb64/wrapping-atan2Alex Crichton-2/+2
2019-05-02Update some URLsAlex Crichton-2/+2
2019-05-02Merge pull request rust-lang/libm#142 from mb64/wrapping-sqrtAlex Crichton-31/+32
2019-05-02Merge pull request rust-lang/libm#128 from rrbutani/powAlex Crichton-0/+224
2019-05-02Add bindings for ldexp/ldexpfAlex Crichton-0/+14
2019-05-02fixed some clippy warningsAnna Bogus-92/+76
2019-05-02fixed uint underflow in floorf for negative exponentsIgor null-1/+1
2019-05-02Modify atan2 to use `wrapping_` opsMark Barbone-2/+2
2019-05-02Update contributing docsAlex Crichton-24/+24
2019-05-02Change sqrt to use wrapping operationsMark Barbone-31/+32
2019-05-02Use core for constants instead of stdRahul Butani-3/+3
2019-05-02rustfmt'edRahul Butani-11/+14
2019-05-02Some additional testsRahul Butani-5/+34
2019-05-02Cleaned up + rustfmt'edRahul Butani-41/+44
2019-05-02Add some tests for powRahul Butani-0/+189
2019-05-02More azure config fixesAlex Crichton-4/+16
2019-05-02Run rustfmtAlex Crichton-24/+23
2019-05-02Fix azure configAlex Crichton-9/+0
2019-05-02Delete stray testAlex Crichton-14/+0
2019-05-02Overhaul testsAlex Crichton-385/+313
2019-05-02Rework how testing is doneAlex Crichton-974/+351
2019-05-02Remove newlib generatorAlex Crichton-285/+0
2019-05-02Move crates to `crates` folderAlex Crichton-109/+288
2019-05-02Set up CI with Azure PipelinesAlex Crichton-0/+19
2018-10-24merge [features] tablesJorge Aparicio-4/+2
2018-10-11Optimize intrinsics on wasm32Alex Crichton-0/+114
2018-08-26Ported several remaining math functions from muslIgor null-0/+4228
2018-07-27tweak the order of the testsJorge Aparicio-7/+7
2018-07-27uncomment the other build jobsJorge Aparicio-20/+20
2018-07-27make qemu-arm executableJorge Aparicio-0/+2
2018-07-27add newlib support to the test generatorJorge Aparicio-825/+1343
2018-07-25ci: fix if conditionJorge Aparicio-1/+1
2018-07-25cargo fmtJorge Aparicio-15/+23
2018-07-25ci: add nightly build job to rnu the no-panic testJorge Aparicio-7/+9
2018-07-25omit bounds check in release modeJorge Aparicio-52/+233
2018-07-21README: all the math functions we needed are now supportedJorge Aparicio-4/+1
2018-07-18v0.1.2Jorge Aparicio-3/+6
2018-07-18Merge rust-lang/libm#127bors[bot]-0/+80