summary refs log tree commit diff
path: root/src/librand/rand_impls.rs
AgeCommit message (Expand)AuthorLines
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-3/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-11-02rand: Add next_f64/f32 to Rng.Huon Wilson-14/+9
2014-06-29Impl Rand for tuples of arity 11 and 12Adolfo OchagavĂ­a-0/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-14/+6
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-03-12std: Move rand to librand.Huon Wilson-0/+277