summary refs log tree commit diff
path: root/src/librand/rand_impls.rs
AgeCommit message (Expand)AuthorLines
2015-04-14test: Fixup many library unit testsAlex Crichton-52/+0
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-1/+0
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-1/+0
2015-03-01Fix errors, remove unused filesGuillaumeGomez-12/+12
2015-02-02More deprecating of i/u suffixesAlfie John-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
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