Skip to content

Commit

Permalink
Auto merge of #30466 - alexcrichton:move-wrapping-and-fill-out, r=aturon
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Jan 14, 2016
2 parents 1447ce7 + 7eb7699 commit 9f6917d
Showing 1 changed file with 658 additions and 14 deletions.
Loading

0 comments on commit 9f6917d

Please sign in to comment.