rust/library/alloc
Jubilee Young 74db93ed2d Preserve signed zero on roundtrip
This commit removes the previous mechanism of differentiating
between "Debug" and "Display" formattings for the sign of -0 so as
to comply with the IEEE 754 standard's requirements on external
character sequences preserving various attributes of a floating
point representation.

In addition, numerous tests are fixed.
2021-03-22 17:02:09 -07:00
..
benches add transmute-via-iterators bench 2021-03-21 20:54:05 +01:00
src Auto merge of #83360 - Dylan-DPC:rollup-17xulpv, r=Dylan-DPC 2021-03-22 04:03:53 +00:00
tests Preserve signed zero on roundtrip 2021-03-22 17:02:09 -07:00
Cargo.toml Add license metadata for std dependencies 2021-02-21 13:36:18 -05:00