summary refs log tree commit diff
path: root/src/librand/distributions/normal.rs
AgeCommit message (Expand)AuthorLines
2015-04-14rand: Delete all doc testsAlex Crichton-26/+0
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-3/+3
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+2
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-2/+2
2015-03-11Example -> ExamplesSteve Klabnik-2/+2
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-2/+2
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-3/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+2
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-2/+2
2014-12-19librand: use `#[deriving(Copy)]`Jorge Aparicio-7/+3
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+7
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-2/+10
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-10/+14
2014-05-11core: Remove the cast moduleAlex Crichton-1/+1
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-4/+4
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-1/+1
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-1/+1
2014-04-01rand: bubble up IO messages futher.Huon Wilson-1/+1
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-1/+1
2014-03-31rand: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-12std: Move rand to librand.Huon Wilson-0/+206