summary refs log tree commit diff
path: root/src/librand/distributions
AgeCommit message (Expand)AuthorLines
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-7/+7
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-05-02Removal pass for anonymous parametersest31-1/+1
2017-04-14Avoid to use floating point matchest31-5/+7
2017-01-20Remove specialization from Debug implementationsGuillaume Gomez-18/+0
2017-01-18Add missing Debug implementation for librand structsGuillaume Gomez-0/+158
2016-10-31Changed most vec! invocations to use square bracesiirelu-9/+9
2016-10-12run rustfmt on librandSrinivas Reddy Thatiparthy-10/+2
2016-05-29run rustfmt on librand folderSrinivas Reddy Thatiparthy-18/+18
2016-05-03Fix tests related to no_stdSeo Sanghyeon-0/+5
2015-11-24rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librandNick Cameron-5/+7
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-13/+0
2015-10-16Tests fixupMarcello Seri-100/+29
2015-10-16fixupMarcello Seri-1028/+264
2015-10-16rustfmt src/librandMarcello Seri-343/+1226
2015-10-13Correct spelling in docsAndrew Paseltiner-1/+1
2015-10-10Run rustfmt on librand/distributions/normal.rsJoseph Caudle-15/+23
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-3/+3
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-3/+3
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-1/+2
2015-08-11Register new snapshotsAlex Crichton-6/+0
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-3/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+5
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