about summary refs log tree commit diff
path: root/src/libstd/rand/os.rs
AgeCommit message (Expand)AuthorLines
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-06Fixed iOS build (statics name lint)Valerii Hiora-0/+1
2014-09-30Fix libstdSteven Fackler-1/+1
2014-09-26Disable runtime split stack support on WindowsBrian Anderson-39/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-25Adopting FFI changes for iOSValerii Hiora-0/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-2/+2
2014-08-04Fix crash in OsRng when compiling with -O.Vadim Chugunov-2/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-12Basic iOS supportValerii Hiora-2/+67
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-1/+1
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-1/+2
2014-05-30Rename OSRng to OsRngPiotr Jawniak-17/+17
2014-05-29std: Recreate a `rand` moduleAlex Crichton-0/+248
2014-03-12std: Move rand to librand.Huon Wilson-188/+0
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