summary refs log tree commit diff
path: root/src/librand/distributions
AgeCommit message (Expand)AuthorLines
2015-07-01Hide SampleRange trait from docsUlrik Sverdrup-0/+1
2015-06-07change some statics to constantsOliver 'ker' Schneider-2/+2
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-2/+2
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-7/+5
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-14rand: Delete all doc testsAlex Crichton-121/+0
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-5/+5
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-5/+5
2015-03-30Fallout where types must be specified.Niko Matsakis-2/+2
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-13/+13
2015-03-27rollup merge of #23776: nrc/allow_trivial_castAlex Crichton-2/+0
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-2/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-13/+13
2015-03-26Deprecate as_mut_slice methodsErick Tryzelaar-1/+1
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/+9
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-9/+9
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-1/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-9/+9
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-2/+0
2015-03-11Example -> ExamplesSteve Klabnik-9/+9
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-10/+10
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-2/+3
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-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-18Fallout: add phantom data to librandNiko Matsakis-2/+9
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-14/+14
2015-02-02More deprecating of i/u suffixesAlfie John-14/+14
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-3/+3
2015-01-30Remove all `i` suffixesTobias Bucher-27/+27
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-16/+16
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07falloutNick Cameron-4/+4
2015-01-07Replace full slice notation with index callsNick Cameron-4/+4
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-6/+6
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-6/+6
2015-01-02std: Stabilize the prelude moduleAlex Crichton-8/+8