Lines Matching refs:Fixes
23 implemented formatting traits to format in hex instead of `Debug`. Fixes [#37].
62 by rounding to nearest, ties to even. Fixes [#24], by [@tspiteri].
63 - NaN value conversions now behave like `f32` to `f64` conversions, retaining sign. Fixes [#23],
94 slices. Fixes [#16], by [@johannesvollmer].
99 `u16` and `f16` buffers. Fixes [#14], by [@johannesvollmer].
100 - `to_bits` added to replace `as_bits`. Fixes [#12], by [@tspiteri].
109 - Fixed compilation error in 1.1.1 on rustc < 1.27, now compiles again on rustc >= 1.10. Fixes
120 - Made `to_f32` and `to_f64` public. Fixes [#7], by [@PSeitz].
125 behavior of the standard library since Rust 1.20.0. Fixes [#3], by [@tspiteri].
128 - Fix comparisons of +0 to -0 and comparisons involving negative numbers. Fixes [#2], by
131 converted to `f16` infinity instead of NaN. Fixes [#5], by [@tspiteri].