about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2024-10-23chore: release v0.1.135github-actions[bot]-1/+1
2024-10-23Re-enable math module on i686-unknown-uefiNiklas Sombert-1/+7
2024-10-17chore: release v0.1.134github-actions[bot]-1/+1
2024-10-16Use wrapping pointer arithmetic in mem/impls.rsBen Kimock-44/+61
2024-10-07Set edition to 2021 for all cratesTrevor Gross-2/+5
2024-10-06Fix shellcheck warnings in scriptsTrevor Gross-14/+19
2024-10-06Set target-specific `AR` and `CC` argumentsTrevor Gross-14/+50
2024-10-06Update Ubuntu images to 24.04Trevor Gross-13/+21
2024-10-05Do library updates necessary with dependency upgradesTrevor Gross-3/+3
2024-10-05Upgrade all dependenciesTrevor Gross-4/+4
2024-10-05Rename the `musl-reference-tests` feature to `musl-bitwise-tests`Trevor Gross-8/+10
2024-10-06chore: releasegithub-actions[bot]-1/+1
2024-10-05Add a note about avoiding default implemenations in some placesTrevor Gross-0/+4
2024-10-05fix(int): avoid infinite recursion on left shiftEnzo "raskyld" Nocera-3/+12
2024-10-05Move `musl-reference-tests` to a new `libm-test` crateTrevor Gross-471/+494
2024-10-04chore: releasegithub-actions[bot]-1/+1
2024-10-04Allow implicit function decl on A64Alan Wu-2/+10
2024-10-03Upgrade CI LLVM version to 19.1Trevor Gross-3/+3
2024-10-03chore: releasegithub-actions[bot]-1/+1
2024-10-03Build with `-Werror=implicit-function-declaration`Alan Wu-0/+2
2024-10-02Add riscv64gc to CITrevor Gross-0/+16
2024-09-28Fix some warnings from shellcheckTrevor Gross-16/+29
2024-09-28Revert "Temporarily `use define_rust_probestack;`"Trevor Gross-4/+0
2024-09-28Ungate tests that were skipped due to a broken implementationTrevor Gross-6/+3
2024-09-28Resolve FIXMEs related to `f16` assemblyTrevor Gross-14/+7
2024-09-28chore: releasegithub-actions[bot]-1/+1
2024-09-28Add a benchmark for `__powitf2`Trevor Gross-3/+30
2024-09-28Add support for `f128` integer exponentiationTrevor Gross-5/+31
2024-09-28Move `float_pow` tests to their own fileTrevor Gross-56/+54
2024-09-28Remove unneeded featuresTrevor Gross-11/+0
2024-09-27chore: releasegithub-actions[bot]-1/+1
2024-09-27Revert "Bump cc dependency"Trevor Gross-1/+1
2024-09-26Fixed `__divtf3` having wrong cfg for f128Davide Mor-1/+1
2024-09-25chore: releasegithub-actions[bot]-1/+1
2024-09-25Bump cc dependencyArtyom Tetyukhin-1/+1
2024-09-24chore: releasegithub-actions[bot]-1/+1
2024-09-24Add benchmarks for `f128` divisionTrevor Gross-5/+31
2024-09-24Add `f128` divisionTrevor Gross-2/+39
2024-09-24Make float division genericTrevor Gross-684/+366
2024-09-24Update bounds and docs for the `Float` traitTrevor Gross-5/+5
2024-09-24Add `Shr` to `u256`Trevor Gross-1/+109
2024-09-11chore: releasegithub-actions[bot]-1/+1
2024-09-11use `naked_asm!` in `#[naked]` functionsFolkert de Vries-24/+15
2024-09-05chore: releasegithub-actions[bot]-1/+1
2024-09-05Use the trifecta div algorithm for 128-bit div on wasmAlex Crichton-5/+15
2024-09-03Remove unsupported *vfp functions (#678)Sbstn Bcht-191/+37
2024-09-01chore: releasegithub-actions[bot]-1/+1
2024-08-31[hexagon] Remove aliases w/o leading __Brian Cain-32/+24
2024-08-28chore: releasegithub-actions[bot]-1/+1
2024-08-27Don't include `math` for `unix` and `wasi` targetsAmjad Alsharafi-4/+12