about summary refs log tree commit diff
path: root/src/libstd/rand/os.rs
AgeCommit message (Expand)AuthorLines
2014-02-03std: Remove io::io_errorAlex Crichton-1/+1
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-2/+2
2014-01-07Fix remaining cases of leaking importsAlex Crichton-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-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-1/+1
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-1/+1
2013-11-26libstd: Fix Win32 and other bustage.Patrick Walton-2/+2
2013-11-24Remove linked failure from the runtimeAlex Crichton-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-3/+6
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-4/+4
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-3/+5
2013-10-23std::rand: documentation & references.Huon Wilson-4/+12
2013-10-09std::rand::os: use the externfn! macro for the Windows RNG.Huon Wilson-22/+16
2013-10-09std::rand: make the windows OSRng more correct, remove some C++.Huon Wilson-27/+18
2013-10-09std::rand: Add OSRng, ReaderRng wrappers around the OS RNG & generic Readers ...Huon Wilson-0/+193