summary refs log tree commit diff
path: root/src/librand
AgeCommit message (Expand)AuthorLines
2016-01-05Fix a breaking change in #30523Nicholas Mazzuca-6/+6
2016-01-01In the middle of the implementationNicholas Mazzuca-6/+6
2015-12-21Register new snapshotsAlex Crichton-4/+0
2015-12-17Beautify ISAAC's mixing arithmeticMichael McConville-16/+62
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-17/+14
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+1
2015-11-26Auto merge of #30015 - petrochenkov:staged, r=brsonbors-1/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-24rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librandNick Cameron-16/+14
2015-11-12librand: deny warnings in doctestsKevin Butler-1/+2
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-15/+2
2015-10-17Re-formatted macros by hand with rustfmt styleMarcello Seri-16/+32
2015-10-17attitional tests fixupsMarcello Seri-86/+26
2015-10-16Tests fixupMarcello Seri-100/+29
2015-10-16Added attributes to allow rustfmt_skip in librandMarcello Seri-0/+2
2015-10-16fixupMarcello Seri-1028/+264
2015-10-16rustfmt src/librandMarcello Seri-418/+1411
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/+43
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-3/+43
2015-08-15libc,rand: Add issues for all unstable featuresAlex Crichton-1/+2
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-1/+2
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-24/+0
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-3/+3
2015-08-11Register new snapshotsAlex Crichton-24/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-3/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-11/+21
2015-07-14Fix negate_unsigned feature gate checkSimonas Kazlauskas-1/+0
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-1/+1
2015-07-01Auto merge of #26711 - bluss:doc-hide-rand, r=steveklabnikbors-0/+1
2015-07-01Hide SampleRange trait from docsUlrik Sverdrup-0/+1
2015-06-29Hide the Rand trait from docsSteve Klabnik-0/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-0/+4
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-3/+3
2015-06-07change some statics to constantsOliver 'ker' Schneider-2/+2
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-08Add a reason to the libc & rand instability.Huon Wilson-1/+2
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-5/+5
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-10/+5
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-2/+0
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-9/+5
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-2/+0
2015-04-14More test fixesAlex Crichton-3/+3
2015-04-14rand: Delete all doc testsAlex Crichton-288/+0