about summary refs log tree commit diff
path: root/library/compiler-builtins/libm
AgeCommit message (Expand)AuthorLines
2018-07-14implement log10 and log10fErik-9/+181
2018-07-13Merge remote-tracking branch 'upstream/master'Joseph Ryan-125/+147
2018-07-13Implement fmod and tweak fmodfJoseph Ryan-31/+91
2018-07-13implement log2 and log2fErik-8/+164
2018-07-13make cargo fmt in ci/script.sh optionalJorge Aparicio-2/+4
2018-07-13run cargo fmt -- --check on betaJorge Aparicio-4/+12
2018-07-13force PR code to be formattedJorge Aparicio-4/+6
2018-07-13run cargo-fmtJorge Aparicio-149/+143
2018-07-14Merge rust-lang/libm#77bors[bot]-6/+65
2018-07-13adding ceilf and floorf for issues rust-lang/libm#56 and rust-lang/libm#54Jack Mott-6/+65
2018-07-14add cosf testAndrey Zgarbul-1/+1
2018-07-13Merge remote-tracking branch 'upstream/master'Joseph Ryan-168/+844
2018-07-13implement roundfJoseph Ryan-5/+40
2018-07-13README: note that this crate is on crates.io and already usableJorge Aparicio-0/+24
2018-07-13v0.1.0Jorge Aparicio-3/+26
2018-07-13Merge rust-lang/libm#71bors[bot]-6/+209
2018-07-13move a chunk of the README into CONTRIBUTING.mdJorge Aparicio-52/+105
2018-07-13implement sqrt and hypotErik-6/+209
2018-07-13Merge rust-lang/libm#70bors[bot]-6/+11
2018-07-14cfg fixAndrey Zgarbul-1/+1
2018-07-13Merge rust-lang/libm#69bors[bot]-3/+46
2018-07-14rem_pio2_large commentsAndrey Zgarbul-111/+105
2018-07-13implement hypotfErik-3/+46
2018-07-13catch panics in testsJorge Aparicio-66/+157
2018-07-14Merge branch 'master' of https://github.com/burrbull/libmAndrey Zgarbul-6/+54
2018-07-13cosf reviewAndrey Zgarbul-18/+17
2018-07-13Merge branch 'master' into masterZgarbul Andrey-6/+54
2018-07-13seal extension traits to prevent external implementationErik-6/+11
2018-07-13Merge branch 'master' of https://github.com/burrbull/libmAndrey Zgarbul-2/+2
2018-07-13add cosf with dependenciesAndrey Zgarbul-3/+639
2018-07-13implement trunc and truncfErik-6/+54
2018-07-13enable tests for floor and scalbnJorge Aparicio-2/+2
2018-07-13Merge branch 'master' of https://github.com/burrbull/libmAndrey Zgarbul-1/+2
2018-07-13add floor, scalbn; fixes in expf, scalbnfAndrey Zgarbul-32/+94
2018-07-13enable tests for expf and logfJorge Aparicio-1/+2
2018-07-13add exp and log/ln functions for f32Andrey Zgarbul-6/+129
2018-07-13Move the `force_eval!` macro into the math moduleMichael Howell-6/+6
2018-07-13Enable f64::roundMichael Howell-2/+0
2018-07-13Implement `round`Michael Howell-1/+44
2018-07-12test source importing this crateJorge Aparicio-2/+30
2018-07-12add extension traitsJorge Aparicio-0/+690
2018-07-12re-structure for compiler-builtins integrationJorge Aparicio-20/+30
2018-07-12update the READMEJorge Aparicio-49/+7
2018-07-12add more commented out testsJorge Aparicio-0/+19
2018-07-12bors-ng supportJorge Aparicio-0/+6
2018-07-12add more testing infrastructureJorge Aparicio-0/+188
2018-07-12add test infrastructure for f64 functionsJorge Aparicio-11/+230
2018-07-12add comment about issue rust-lang/libm#4Jorge Aparicio-0/+3
2018-07-12fmodf is doneJorge Aparicio-1/+1
2018-07-12update the READMEJorge Aparicio-1/+7