summary refs log tree commit diff
path: root/src/librand/distributions/range.rs
AgeCommit message (Expand)AuthorLines
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1/+0
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-6/+4
2015-04-14rand: Delete all doc testsAlex Crichton-17/+0
2015-03-30Fallout where types must be specified.Niko Matsakis-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-4/+4
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-2/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-25Change lint names to pluralsNick Cameron-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-0/+2
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-09Rename #[should_fail] to #[should_panic]Steven Fackler-2/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-03-03Accommodate arith-overflow in `rand` and `std::rand`.Felix S. Klock II-1/+1
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-1/+2
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-4/+4
2015-02-02More deprecating of i/u suffixesAlfie John-4/+4
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-07falloutNick Cameron-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-4/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-1/+1
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-1/+1
2014-11-17Fix fallout from coercion removalNick Cameron-7/+7
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+2
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-4/+2
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-2/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-5/+5
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-5/+8
2014-03-31rand: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-12std: Move rand to librand.Huon Wilson-0/+231