about summary refs log tree commit diff
path: root/src/libstd/rand/reader.rs
AgeCommit message (Expand)AuthorLines
2014-02-03std: Remove io::io_errorAlex Crichton-9/+9
2014-01-17Tweak the interface of std::ioAlex Crichton-3/+3
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-0/+2
2014-01-07std: Fill in all missing importsAlex Crichton-0/+1
2013-12-26std::rand: remove the `fn main()` from the examples.Huon Wilson-4/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-3/+3
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-5/+4
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-10-09std::rand::reader: describe cfg!(endianness).Huon Wilson-0/+4
2013-10-09std::rand: documentation additions & fixes.Huon Wilson-2/+4
2013-10-09std::rand: make the windows OSRng more correct, remove some C++.Huon Wilson-7/+31
2013-10-09std::rand: Add OSRng, ReaderRng wrappers around the OS RNG & generic Readers ...Huon Wilson-0/+94