| Age | Commit message (Expand) | Author | Lines |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -3708/+0 |
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -2/+4 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -2/+0 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -5/+5 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -14/+14 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -5/+5 |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -1/+1 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -2/+2 |
| 2017-04-14 | Avoid to use floating point match | est31 | -5/+7 |
| 2017-01-20 | Remove specialization from Debug implementations | Guillaume Gomez | -49/+1 |
| 2017-01-18 | Add missing Debug implementation for librand structs | Guillaume Gomez | -3/+275 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2016-12-30 | std: Don't build docs for misc facade crates | Alex Crichton | -0/+1 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -23/+23 |
| 2016-10-12 | run rustfmt on librand | Srinivas Reddy Thatiparthy | -30/+18 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+2 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -3/+2 |
| 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 |