about summary refs log tree commit diff
path: root/src/librand
AgeCommit message (Expand)AuthorLines
2016-05-29run rustfmt on librand folderSrinivas Reddy Thatiparthy-37/+44
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-1/+0
2016-05-03Fix tests related to no_stdSeo Sanghyeon-1/+6
2016-03-12std: Clean out deprecated APIsAlex Crichton-5/+3
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-0/+1
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-0/+1
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-4/+1
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+12
2016-01-26Fix warnings during testsAlex Crichton-1/+1
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
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