]> git.lizzy.rs Git - rust.git/commitdiff
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)
- 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`.


Trivial merge