rust/src/librand
Alex Crichton c07ec507e2 rollup merge of #22287: Ryman/purge_carthographers
This overlaps with #22276 (I left make check running overnight) but covers a number of additional cases and has a few rewrites where the clones are not even necessary.

This also implements `RandomAccessIterator` for `iter::Cloned`

cc @steveklabnik, you may want to glance at this before #22281 gets the bors treatment
2015-02-18 14:31:55 -08:00
..
distributions cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
chacha.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
isaac.rs Remove usage of .map(|&foo| foo) 2015-02-18 00:57:35 +00:00
lib.rs Register new snapshots 2015-02-17 22:04:31 -08:00
rand_impls.rs More deprecating of i/u suffixes 2015-02-02 23:37:01 +00:00
reseeding.rs tests: work around #21721 some more by replacing some unit types with [u8; 0]. 2015-02-16 17:13:48 +02:00