about summary refs log tree commit diff
path: root/src/libstd/rand/reader.rs
AgeCommit message (Expand)AuthorLines
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-7/+6
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-9/+8
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-33/+23
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-1/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-11/+11
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-02More falloutNick Cameron-2/+2
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-1/+1
2014-11-17Fix fallout from coercion removalNick Cameron-2/+2
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-1/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+4
2014-10-13Clean up rustc warnings.NODA, Kai-8/+7
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-14/+12
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-1/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-0/+123
2014-03-12std: Move rand to librand.Huon Wilson-124/+0
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
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