]> git.lizzy.rs Git - rust.git/history - src/test/codegen/unchecked-float-casts.rs
Make saturating u128 -> f32 casts the default behavior
[rust.git] / src / test / codegen / unchecked-float-casts.rs
2017-11-10 Robin KruppeMake saturating u128 -> f32 casts the default behavior
2017-11-09 borsAuto merge of #45741 - oli-obk:refactor_suggestions...
2017-11-09 borsAuto merge of #45736 - oli-obk:rvalue_promotable_map...
2017-11-09 borsAuto merge of #45688 - Gankro:layout-tests, r=alexcrichton
2017-11-08 borsAuto merge of #45867 - michaelwoerister:check-ich-stabi...
2017-11-08 borsAuto merge of #45452 - estebank:colon-typo, r=nikomatsakis
2017-11-08 borsAuto merge of #45205 - rkruppe:saturating-casts, r...
2017-11-07 Robin KruppeSaturating casts between integers and floats (both...