]> git.lizzy.rs Git - rust.git/commit
Auto merge of #23105 - alexcrichton:rand-wrapping, r=brson
authorbors <bors@rust-lang.org>
Tue, 10 Mar 2015 05:29:10 +0000 (05:29 +0000)
committerbors <bors@rust-lang.org>
Tue, 10 Mar 2015 05:29:10 +0000 (05:29 +0000)
commitd3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf
tree128bf1deb7741f943f9de412f289e1231ce17ad9
parent621ccf58c47f483abb7d18fdde723f246b7f4add
parentee7a72c608dcae1b66d75f43378dfa1bee36f2d2
Auto merge of #23105 - alexcrichton:rand-wrapping, r=brson

There was a buildbot failure recently of an arithmetic overflow in the isaac
module of the rand crate, so I've imported the isaac implementation from
out-of-tree which makes somewhat more liberal usage of the wrapping primitives.
Hopefull this quelches any future overflow!