summary refs log tree commit diff
path: root/src/librand/distributions
AgeCommit message (Expand)AuthorLines
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-3/+3
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-08-29Register new snapshotsAlex Crichton-8/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+9
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-3/+1
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-39/+39
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-2/+0
2014-06-02docs: Stop using `notrust`Florian Gilcher-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-71/+100
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-04-19Have floating point functions take their parameters by value.Brendan Zabarauskas-1/+1
2014-04-15Remove usage of private enum variantsAlex Crichton-13/+23
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-15/+15
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-2/+2
2014-04-02rand: remove (almost) all ~[]'s from Vec.Huon Wilson-40/+40
2014-04-01auto merge of #13225 : thestinger/rust/num, r=cmrbors-4/+3
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-5/+5
2014-04-01rand: bubble up IO messages futher.Huon Wilson-5/+5
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-2/+2
2014-03-31rand: Switch field privacy as necessaryAlex Crichton-16/+16
2014-03-31num: rm wrapping of `Float` methods as functionsDaniel Micay-4/+3
2014-03-12std: Move rand to librand.Huon Wilson-0/+1608