about summary refs log tree commit diff
path: root/src/test/codegen/unchecked-float-casts.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-36/+0
2020-07-22Improve codegen for unchecked float casts on wasmAlex Crichton-0/+1
2020-05-06Define UB in float-to-int casts to saturateMark Rousskov-6/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-03-26Stabilize i128_typeMark Mansi-1/+0
2017-11-10Make saturating u128 -> f32 casts the default behaviorRobin Kruppe-21/+2
2017-11-07Saturating casts between integers and floats (both directions).Robin Kruppe-0/+65