about summary refs log tree commit diff
path: root/src/librand/reseeding.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-26Revert hacks and add test for LLVM aborts due to empty aggregates.Eduard Burtescu-5/+1
2015-02-16tests: work around #21721 some more by replacing some unit types with [u8; 0].Eduard Burtescu-1/+5
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-1/+1
2015-02-02More deprecating of i/u suffixesAlfie John-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-23grandfathered -> rust1Brian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-19librand: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-3/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-10/+17
2014-04-02rand: remove (almost) all ~[]'s from Vec.Huon Wilson-2/+2
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-4/+6
2014-04-01rand: bubble up IO messages futher.Huon Wilson-4/+6
2014-03-31rand: Switch field privacy as necessaryAlex Crichton-4/+4
2014-03-12std: Move rand to librand.Huon Wilson-0/+221