rust/src/librand
Simon Sapin 108b8b6dc7 Deprecate the bytes!() macro.
Replace its usage with byte string literals, except in `bytes!()` tests.
Also add a new snapshot, to be able to use the new b"foo" syntax.

The src/etc/2014-06-rewrite-bytes-macros.py script automatically
rewrites `bytes!()` invocations into byte string literals.
Pass it filenames as arguments to generate a diff that you can inspect,
or `--apply` followed by filenames to apply the changes in place.
Diffs can be piped into `tip` or `pygmentize -l diff` for coloring.
2014-06-18 17:02:22 -07:00
..
distributions Remove the dead code identified by the new lint 2014-06-08 13:36:28 +02:00
isaac.rs Rename OSRng to OsRng 2014-05-30 06:37:31 +02:00
lib.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
rand_impls.rs std: Recreate a rand module 2014-05-29 16:18:26 -07:00
reseeding.rs std: Recreate a rand module 2014-05-29 16:18:26 -07:00