about summary refs log tree commit diff
path: root/src/librand
AgeCommit message (Expand)AuthorLines
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-3708/+0
2017-09-30address some `FIXME`s whose associated issues were marked as closedNiv Kaminer-2/+4
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+0
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-5/+5
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-14/+14
2017-08-15Fix typos & us spellingsFourchaux-5/+5
2017-07-01Delete deprecated & unstable range-specific `step_by`Scott McMurray-1/+1
2017-05-02Removal pass for anonymous parametersest31-2/+2
2017-04-14Avoid to use floating point matchest31-5/+7
2017-01-20Remove specialization from Debug implementationsGuillaume Gomez-49/+1
2017-01-18Add missing Debug implementation for librand structsGuillaume Gomez-3/+275
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2016-12-30std: Don't build docs for misc facade cratesAlex Crichton-0/+1
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-10-31Changed most vec! invocations to use square bracesiirelu-23/+23
2016-10-12run rustfmt on librandSrinivas Reddy Thatiparthy-30/+18
2016-09-11Documentation of what does for each typeathulappadan-0/+2
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-3/+2
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