about summary refs log tree commit diff
path: root/library/compiler-builtins/testcrate
AgeCommit message (Expand)AuthorLines
2018-10-30Revert "Conversion from a wider to a narrower IEEE-754 floating-point type"Alex Crichton-18/+0
2018-09-17Conversion from a wider to a narrower IEEE-754 floating-point typePaolo Teti-0/+18
2018-05-11Attempt to fix tests on latest nightlyAlex Crichton-113/+108
2018-02-25Add missing test cases for __unordsf2/__unorddf2Paolo Teti-0/+12
2018-02-25Add __ledf2vfp and __lesf2vfpPaolo Teti-0/+14
2018-02-25Remove no_std featuresPaolo Teti-1/+0
2018-02-25Keep mangled-names as a default featurePaolo Teti-0/+1
2018-02-25testcrate/lib.rs: use #![no_std] unconditionallyPaolo Teti-9/+1
2018-02-24Use upstream for utestPaolo Teti-3/+3
2018-02-18Fix CI for thumb* targetsPaolo Teti-4/+41
2018-02-11Collection of VFP intrinsicsPaolo Teti-0/+80
2018-02-09Fix issue extending f32::MIN/MAX to f64 and improve testcrate.Paolo Teti-0/+6
2018-02-08Add generic conversion from a narrower to a wider FP typePaolo Teti-0/+9
2018-02-04Add support for sub*f3vfp and add*f3vfpPaolo Teti-0/+43
2018-02-04Fix __aeabi_fcmple and add test casesPaolo Teti-0/+92
2018-01-31Simplify how testing is doneAlex Crichton-0/+1353