about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2018-11-21Add some crate metadataAlex Crichton-0/+9
2018-11-21Merge pull request #264 from alexcrichton/dep-of-stdAlex Crichton-13/+15
2018-11-21Remove unknown featureAlex Crichton-1/+0
2018-11-21Use `nm` on OSXAlex Crichton-12/+1
2018-11-21Use panic=abort for testsAlex Crichton-0/+6
2018-11-21Prepare for publication to crates.ioAlex Crichton-0/+8
2018-11-21Add SGX targetJethro Beekman-4/+5
2018-11-21Add f32 versions of WebAssembly math functionsJethro Beekman-0/+13
2018-11-09Update for next LLVM 8 versionAlex Crichton-0/+0
2018-10-30Revert "Conversion from a wider to a narrower IEEE-754 floating-point type"Alex Crichton-137/+3
2018-10-24Update libm submoduleAlex Crichton-1/+1
2018-10-24merge [features] tablesJorge Aparicio-4/+2
2018-10-11Optimize intrinsics on wasm32Alex Crichton-0/+114
2018-09-17Conversion from a wider to a narrower IEEE-754 floating-point typePaolo Teti-3/+137
2018-09-14Merge pull request #261 from paoloteti/fix-travis-ciAlex Crichton-4/+3
2018-09-14Apple-darwin: set DEBUG_LTO_BUILD_DOESNT_WORKPaolo Teti-2/+2
2018-09-13`panic_handler` is now stablePaolo Teti-2/+1
2018-09-09Merge pull request #259 from paoloteti/cc-rsAlex Crichton-26/+0
2018-09-08Remove unused variable target_arch_armPaolo Teti-3/+0
2018-09-08Remove superfluous cc flagsPaolo Teti-23/+0
2018-09-07Merge pull request #256 from jordanrh1/windows-armAlex Crichton-4/+7
2018-09-07Remove unnecessary checkJordan Rhee-1/+1
2018-09-06Try undoing unnecessary changeJordan Rhee-1/+1
2018-09-06Support windows/arm targetJordan Rhee-5/+8
2018-09-04Fix some `use_c_shim_if` directivesAlex Crichton-7/+14
2018-09-01Rename panic_implementation -> panic_handlerPaolo Teti-6/+6
2018-08-31Merge remote-tracking branch 'origin/master' into HEADAlex Crichton-1/+1
2018-08-31Fix compile on riscv againAlex Crichton-1/+1
2018-08-30Merge remote-tracking branch 'origin/master' into HEADAlex Crichton-4/+5
2018-08-30Fix compilation on riscv32Alex Crichton-1/+2
2018-08-28Fix link in README.md (Rust operator precedence)Charles Samborski-3/+3
2018-08-26Ported several remaining math functions from muslIgor null-0/+4228
2018-08-22Update LLVM's compiler-rt submoduleAlex Crichton-0/+0
2018-08-18Fix __sync_fetch_and_nand_* for pre-v6 ARMAdrian Bunk-3/+3
2018-08-17Merge remote-tracking branch 'origin/rust-llvm-release-7-0-0-v2'Alex Crichton-0/+0
2018-08-17Remove unused featuresAlex Crichton-2/+0
2018-08-06Follow up on PR #252Yu Ding-1/+0
2018-08-06Fix symbol collision caused by floatdisfYu Ding-1/+0
2018-08-04Upgrade to LLVM 7 branch pointAlex Crichton-0/+0
2018-07-27Implement __mulsi3.David Craven-0/+20
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-25Update libm to elide bounds checksAlex Crichton-0/+0
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-24fix warningsJorge Aparicio-0/+2