]> git.lizzy.rs Git - rust.git/commit
std: Stabilize the remaining wrapping_* functions
authorAlex Crichton <alex@alexcrichton.com>
Thu, 11 Jun 2015 01:31:15 +0000 (18:31 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 17 Jun 2015 16:07:16 +0000 (09:07 -0700)
commitcdb69e2747e41db25d64cf77e99721e9134aa5b7
treea0486d6793e2a5820d85d51cdcc8a4fb706bd062
parent8797c9ec6ee2a00e2398ab736b0467c8e38cb496
std: Stabilize the remaining wrapping_* functions

This commit stabilizes the remaining `wrapping_*` functions on the primitive
integer types as they follow the same conventions as other wrapping methods are
were likely just initially unstable to be conservative.
src/libcore/num/mod.rs