Commits
Branch selector
User selector
Datepicker
Commit History
Commits on May 22, 2012
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Send is no longer a subkind of copy. This allows for sendable, but non-copyable resources. Closes rust-lang#2420.
committed- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
add a seeded random number generator so that sequences of random numbers can be easily reproduced (for rust-lang#2379)
add a bunch more rand::rng extension methods - one for each primitive type and also some choose/shuffle functions (for rust-lang#2379)
separate the rand::rng gen_* methods out into an iface-less-impl so that the gen_* methods can be reused with different rng implementations (for rust-lang#2379)