about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2024-06-25Release 0.1.113Amanieu d'Antras-1/+1
2024-06-23Fix building on AVRbeetrees-4/+2
2024-06-22Fix unset variables in the build scriptTrevor Gross-3/+3
2024-06-22Skip f128 tests on powerpc64leTrevor Gross-1/+2
2024-06-22Update the Ubuntu docker image to the latest versionTrevor Gross-19/+19
2024-06-17Disable libm on x86 without sse2Trevor Gross-0/+3
2024-05-24Add caching for downloading compiler-rtTrevor Gross-4/+12
2024-05-24Enable cache for Docker imagesTrevor Gross-1/+34
2024-05-24Enable cache for Cargo components of the buildTrevor Gross-0/+4
2024-05-24Add benchmarks for floating point mathTrevor Gross-2/+2930
2024-05-22Add Apple visionOS supportQuentin Perez-26/+17
2024-05-21Add some missing functions to examples/intrinsicsTrevor Gross-0/+20
2024-05-21Update outdated contribution guidelinesTrevor Gross-8/+8
2024-05-21Add f16 and f128 intrinsics to the example testTrevor Gross-6/+128
2024-05-21Organize functions in intrinsics exampleTrevor Gross-83/+96
2024-05-21Add `ppc_alias` to the `intrinsics!` macroTrevor Gross-102/+70
2024-05-20Add `f128` float to integer conversion functionsTrevor Gross-22/+92
2024-05-20Add an apfloat fallback for float to integer testsTrevor Gross-5/+30
2024-05-20Allow a specific fallback function in `apfloat_fallback`Trevor Gross-6/+20
2024-05-20Make float to integer conversions genericTrevor Gross-154/+109
2024-05-20Add `CastFrom` as a convenience form of `CastInto`Trevor Gross-0/+10
2024-05-21Don't run verbatim test on windows-gnuHenry Wang-2/+0
2024-05-21Only run `--features c` for verbatim testHenry Wang-9/+1
2024-05-21verbatim tests only need to buildtheKidOfArcrania-1/+1
2024-05-21Properly escape /C and fix namingtheKidOfArcrania-9/+9
2024-05-21Instead have cmd.exe dump out paththeKidOfArcrania-11/+10
2024-05-21Fix backslashtheKidOfArcrania-1/+1
2024-05-21Use cmd.exetheKidOfArcrania-9/+13
2024-05-21Fix CItheKidOfArcrania-1/+2
2024-05-21Add tests for UNC paths on windows buildstheKidOfArcrania-0/+21
2024-05-18Rework the test crate to separate individual testsTrevor Gross-615/+756
2024-05-15Correct f128 extend and truncate symbol names on powerpcTrevor Gross-2/+50
2024-05-15Implement `f128` comparisonTrevor Gross-1/+124
2024-05-15Implement `f128` multiplicationTrevor Gross-6/+29
2024-05-15Implement `f128` addition and subtractionTrevor Gross-9/+69
2024-05-15Enable no-fail-fast for more usable test outputTrevor Gross-1/+1
2024-05-15Refactor float test macros to have a fallbackTrevor Gross-36/+127
2024-05-15Add `i256` and `u256` bigint typesTrevor Gross-0/+314
2024-05-15Split `Int` into `Int` and `MinInt`Trevor Gross-172/+210
2024-05-14Merge branch 'master' of https://github.com/rust-lang/compiler-builtinstheKidOfArcrania-15/+85
2024-05-14Remove aarch64 CItheKidOfArcrania-3/+0
2024-05-13Maybe try arm64theKidOfArcrania-3/+3
2024-05-13Update targettheKidOfArcrania-1/+1
2024-05-13Add aarch64 targettheKidOfArcrania-0/+3
2024-05-13Fix paths for Windows arm64 buildtheKidOfArcrania-4/+4
2024-05-11Release 0.1.112Amanieu d'Antras-1/+1
2024-05-11Remove the undocumented and unused `rustbuild` featureTrevor Gross-9/+0
2024-05-11Update `cfg` to fix warningsTrevor Gross-2/+5
2024-05-11Emit directives for cargo-check-cfgTrevor Gross-0/+73
2024-05-11Deny warnings in CITrevor Gross-0/+5