about summary refs log tree commit diff
path: root/src/librand/lib.rs
AgeCommit message (Expand)AuthorLines
2016-05-29run rustfmt on librand folderSrinivas Reddy Thatiparthy-5/+5
2016-05-03Fix tests related to no_stdSeo Sanghyeon-1/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-1/+0
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-01-26Fix warnings during testsAlex Crichton-1/+1
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2015-12-21Register new snapshotsAlex Crichton-4/+0
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-4/+3
2015-11-12librand: deny warnings in doctestsKevin Butler-1/+2
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-1/+1
2015-10-16Added attributes to allow rustfmt_skip in librandMarcello Seri-0/+2
2015-10-16rustfmt src/librandMarcello Seri-9/+23
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-0/+40
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-0/+40
2015-08-15libc,rand: Add issues for all unstable featuresAlex Crichton-1/+2
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-6/+0
2015-08-11Register new snapshotsAlex Crichton-6/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-5/+5
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-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-14More test fixesAlex Crichton-3/+3
2015-04-14rand: Delete all doc testsAlex Crichton-139/+0
2015-04-14test: Fixup many library unit testsAlex Crichton-10/+6
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-5/+3
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-3/+3
2015-03-31Stabilize std::numAaron Turon-0/+1
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-3/+3
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-9/+8
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+12
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-10/+11
2015-03-11Example -> ExamplesSteve Klabnik-12/+12
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-20try to reduce bajillion warningsAlexis-0/+2
2015-02-18Fallout: add phantom data to librandNiko Matsakis-1/+3
2015-02-17Register new snapshotsAlex Crichton-11/+0
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1