about summary refs log tree commit diff
path: root/src/libstd/rand.rs
AgeCommit message (Collapse)AuthorLines
2013-06-13Revert "std: convert {vec,str}::to_owned to methods."Brian Anderson-1/+1
This fixes the strange random crashes in compile-fail tests. This reverts commit 96cd61ad034cc9e88ab6a7845c3480dbc1ea62f3. Conflicts: src/librustc/driver/driver.rs src/libstd/str.rs src/libsyntax/ext/quote.rs
2013-06-12std: convert {vec,str}::to_owned to methods.Huon Wilson-1/+1
2013-06-09std: remove each_char* fns and methods from str, replaced by iterators.Huon Wilson-1/+2
2013-06-05rand example fixupJohn Clements-1/+1
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-9/+10
You can still initialize multiple variables at once with "let (x, y) = (1, 2)".
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-11/+11
2013-05-30Require documentation by default for libstdAlex Crichton-0/+5
Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand.
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+4
2013-05-27syntax highlight code examples in docstringsDaniel Micay-20/+21
2013-05-23cleanup warnings from libstdErick Tryzelaar-9/+9
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+1092
This only changes the directory names; it does not change the "real" metadata names.
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-113/+0
- Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os.
2012-03-09std: Convert to rustdocBrian Anderson-39/+7
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-3/+3
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-3/+3
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-3/+3
2012-02-01Remove native types from stdlibMarijn Haverbeke-5/+7
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+40
2012-01-11Convert std::sha1 and std::rand over to ifacesMarijn Haverbeke-10/+10
2011-12-28libstd: add a method to generate random bytestrings.Erick Tryzelaar-0/+17
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+86