rust/src/librand
Alex Crichton 9d5d97b55d Remove a large amount of deprecated functionality
Spring cleaning is here! In the Fall! This commit removes quite a large amount
of deprecated functionality from the standard libraries. I tried to ensure that
only old deprecated functionality was removed.

This is removing lots and lots of deprecated features, so this is a breaking
change. Please consult the deprecation messages of the deleted code to see how
to migrate code forward if it still needs migration.

[breaking-change]
2014-10-19 12:59:40 -07:00
..
distributions librustc: Forbid .. in range patterns. 2014-09-30 09:11:26 -07:00
chacha.rs rand: Convert statics to constants 2014-10-09 09:44:51 -07:00
isaac.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
lib.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
rand_impls.rs Impl Rand for tuples of arity 11 and 12 2014-06-29 11:44:25 +02:00
reseeding.rs Set the non_uppercase_statics lint to warn by default 2014-10-03 20:39:56 +13:00