]> git.lizzy.rs Git - rust.git/commit
auto merge of #10015 : huonw/rust/minor-fixes, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 23 Oct 2013 05:51:10 +0000 (22:51 -0700)
committerbors <bors@rust-lang.org>
Wed, 23 Oct 2013 05:51:10 +0000 (22:51 -0700)
commitc1ef1ce9472cbff969cfd4051ac1379e9cbee394
tree3c1cf56a59c190525c7dd34b1f2cc8d927662a1e
parent4cbc8ad3979918fafb0527cc3326dc27b21936b0
parent6e7bbdacb9bf04c1f5bf2c3aad487122d8377b7f
auto merge of #10015 : huonw/rust/minor-fixes, r=alexcrichton

- Use ["nothing up my sleeve numbers"](http://en.wikipedia.org/wiki/Nothing_up_my_sleeve_number) for the ISAAC tests.
- Replace the default implementation of `Rng.fill_bytes` with something that doesn't try to do bad things with `transmute` and vectors just for the sake of a little speed.
- Replace the transmutes used to seed the ISAAC RNGs with calls into `vec::raw`.