Files
rust/src/libstd/io
kennytm b60e6f8285 Rollup merge of #46898 - tspiteri:int-overflow-not-underflow, r=steveklabnik
docs: do not call integer overflows as underflows

In the API docs, integer overflow is sometimes called underflow. Underflow is really when the magnitude of a floating-point number is too small so the number underflows to subnormal or zero. With integers it is always overflow, even if the expected result is less than the minimum number that can be represented.
2017-12-22 02:50:57 +08:00
..
2017-08-15 15:29:17 -07:00
2017-08-15 15:29:17 -07:00
2017-12-20 17:50:02 +01:00