about summary refs log tree commit diff
path: root/src/libstd/rand
AgeCommit message (Expand)AuthorLines
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-2/+67
2014-06-13auto merge of #14816 : theptrk/rust/unclear-comment, r=huonwbors-1/+1
2014-06-12Basic iOS supportValerii Hiora-2/+67
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-14/+12
2014-06-10Fix unclear wording of commenttheptrk-1/+1
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-2/+2
2014-06-06Rename Iterator::len to countAaron Turon-6/+6
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-1/+2
2014-05-30Rename OSRng to OsRngPiotr Jawniak-25/+25
2014-05-29std: Recreate a `rand` moduleAlex Crichton-0/+896
2014-03-12std: Move rand to librand.Huon Wilson-3886/+0
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-10/+10
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-2/+2
2014-02-24Remove std::default::Default from the preludeBrendan Zabarauskas-0/+1
2014-02-20move extra::test to libtestLiigo Zhuang-4/+8
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-3/+3
2014-02-14Fix all code examplesAlex Crichton-1/+1
2014-02-03std: Remove io::io_errorAlex Crichton-10/+10
2014-01-31Introduce marker types for indicating variance and for opting outNiko Matsakis-4/+5
2014-01-30Remove Times traitBrendan Zabarauskas-2/+1
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-2/+2
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-25Uppercase numeric constantsChris Wong-3/+3
2014-01-17auto merge of #11503 : FlaPer87/rust/master, r=huonwbors-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-3/+3
2014-01-17Add a generic power functionFlavio Percoco-1/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-2/+2
2014-01-09Merge some numeric traits with Real and don't re-export RealExtBrendan Zabarauskas-3/+3
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-31/+25
2014-01-07Fix remaining cases of leaking importsAlex Crichton-0/+3
2014-01-07std: Fill in all missing importsAlex Crichton-5/+14
2014-01-06Remove some unnecessary type castsFlorian Hahn-1/+1
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-27/+28
2013-12-29auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmrbors-1/+1
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
2013-12-26std::rand: remove the `fn main()` from the examples.Huon Wilson-174/+113
2013-12-23std: Fix all code examplesAlex Crichton-13/+14
2013-12-20std: silence warnings when compiling test.Huon Wilson-0/+3
2013-12-19std::vec: remove .as_muf_buf, replaced by .as_mut_ptr & .len.Huon Wilson-3/+1
2013-12-16Fallout of rewriting std::commAlex Crichton-7/+3
2013-12-15auto merge of #10984 : huonw/rust/clean-raw, r=cmrbors-6/+6
2013-12-15std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].Huon Wilson-2/+2
2013-12-15std::vec: move pointless `raw::get` and `unsafe_get` functions.Huon Wilson-4/+4
2013-12-15std: fix spelling in docs.Huon Wilson-4/+4
2013-12-11Make 'self lifetime illegal.Erik Price-9/+9
2013-12-09auto merge of #10859 : huonw/rust/helper-dists, r=cmrbors-246/+568
2013-12-08std::rand: implement the student t distribution.Huon Wilson-1/+52
2013-12-08std::rand: implement the F distribution.Huon Wilson-1/+60
2013-12-08std::rand: implement the chi-squared distribution.Huon Wilson-2/+99
2013-12-08Remove dead codesKiet Tran-0/+1