| Age | Commit message (Expand) | Author | Lines |
| 2016-05-29 | run rustfmt on librand folder | Srinivas Reddy Thatiparthy | -37/+44 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -1/+0 |
| 2016-05-03 | Fix tests related to no_std | Seo Sanghyeon | -1/+6 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -5/+3 |
| 2016-03-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -0/+1 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -0/+1 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -4/+1 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+12 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -1/+1 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-05 | Fix a breaking change in #30523 | Nicholas Mazzuca | -6/+6 |
| 2016-01-01 | In the middle of the implementation | Nicholas Mazzuca | -6/+6 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -4/+0 |
| 2015-12-17 | Beautify ISAAC's mixing arithmetic | Michael McConville | -16/+62 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -17/+14 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -2/+1 |
| 2015-11-26 | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | -1/+1 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-24 | rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librand | Nick Cameron | -16/+14 |
| 2015-11-12 | librand: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -15/+2 |
| 2015-10-17 | Re-formatted macros by hand with rustfmt style | Marcello Seri | -16/+32 |
| 2015-10-17 | attitional tests fixups | Marcello Seri | -86/+26 |
| 2015-10-16 | Tests fixup | Marcello Seri | -100/+29 |
| 2015-10-16 | Added attributes to allow rustfmt_skip in librand | Marcello Seri | -0/+2 |
| 2015-10-16 | fixup | Marcello Seri | -1028/+264 |
| 2015-10-16 | rustfmt src/librand | Marcello Seri | -418/+1411 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -1/+1 |
| 2015-10-10 | Run rustfmt on librand/distributions/normal.rs | Joseph Caudle | -15/+23 |
| 2015-08-18 | Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton | bors | -3/+43 |
| 2015-08-17 | Remove dependencies on libm functions from libcore. | Eli Friedman | -3/+43 |
| 2015-08-15 | libc,rand: Add issues for all unstable features | Alex Crichton | -1/+2 |
| 2015-08-12 | Fallout in libs -- misc missing bounds uncovered by WF checks. | Niko Matsakis | -1/+2 |
| 2015-08-11 | rollup merge of #27678: alexcrichton/snapshots | Alex Crichton | -24/+0 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -3/+3 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -24/+0 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -3/+3 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -11/+21 |
| 2015-07-14 | Fix negate_unsigned feature gate check | Simonas Kazlauskas | -1/+0 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -1/+1 |
| 2015-07-01 | Auto merge of #26711 - bluss:doc-hide-rand, r=steveklabnik | bors | -0/+1 |
| 2015-07-01 | Hide SampleRange trait from docs | Ulrik Sverdrup | -0/+1 |
| 2015-06-29 | Hide the Rand trait from docs | Steve Klabnik | -0/+1 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -0/+4 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -3/+3 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -2/+2 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |