diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-12-18 10:24:06 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-01-11 21:40:08 -0800 |
| commit | 7eb76995933ee0ced03c23cdaeeeac86d7713450 (patch) | |
| tree | 3cf48f2fa6dc68669b501a957cb4214c4d54300e /src/libstd/sys/unix/stack_overflow.rs | |
| parent | dedaebd5a16a053a8f2926d8b48de1a53ab08c4c (diff) | |
| download | rust-7eb76995933ee0ced03c23cdaeeeac86d7713450.tar.gz rust-7eb76995933ee0ced03c23cdaeeeac86d7713450.zip | |
std: Move overflowing ops to inherent methods
This commit migrates all of the methods on `num::wrapping::OverflowingOps` onto
inherent methods of the integer types. This also fills out some missing gaps in
the saturating and checked departments such as:
* `saturating_mul`
* `checked_{neg,rem,shl,shr}`
This is done in preparation for stabilization,
cc #27755
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
