summary refs log tree commit diff
path: root/src/test/run-pass/saturating-float-casts.rs
AgeCommit message (Expand)AuthorLines
2018-03-26Fix missed i128 feature gatesMark Mansi-1/+1
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2017-11-30wasm: Update LLVM to fix a testAlex Crichton-1/+0
2017-11-28ci: Start running wasm32 tests on TravisAlex Crichton-0/+1
2017-11-12Auto merge of #45900 - rkruppe:u128-to-f32-saturation-by-default, r=alexcrichtonbors-21/+1
2017-11-10Make saturating u128 -> f32 casts the default behaviorRobin Kruppe-21/+1
2017-11-10Fix typo in -Zsaturating-float-casts testRobin Kruppe-2/+2
2017-11-08Disable u128 <-> float tests on emscriptenRobin Kruppe-29/+39
2017-11-07Make trans const eval error on overflow and NaN, matching HIR const eval.Robin Kruppe-39/+52
2017-11-07Saturating casts between integers and floats (both directions).Robin Kruppe-0/+141