| Age | Commit message (Expand) | Author | Lines |
| 2016-05-29 | run rustfmt on librand folder | Srinivas Reddy Thatiparthy | -5/+5 |
| 2016-05-03 | Fix tests related to no_std | Seo Sanghyeon | -1/+1 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -1/+0 |
| 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-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 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -4/+0 |
| 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 | -4/+3 |
| 2015-11-12 | librand: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -1/+1 |
| 2015-10-16 | Added attributes to allow rustfmt_skip in librand | Marcello Seri | -0/+2 |
| 2015-10-16 | rustfmt src/librand | Marcello Seri | -9/+23 |
| 2015-08-18 | Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton | bors | -0/+40 |
| 2015-08-17 | Remove dependencies on libm functions from libcore. | Eli Friedman | -0/+40 |
| 2015-08-15 | libc,rand: Add issues for all unstable features | Alex Crichton | -1/+2 |
| 2015-08-11 | rollup merge of #27678: alexcrichton/snapshots | Alex Crichton | -6/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -6/+0 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -5/+5 |
| 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-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-08 | Add a reason to the libc & rand instability. | Huon Wilson | -1/+2 |
| 2015-04-14 | More test fixes | Alex Crichton | -3/+3 |
| 2015-04-14 | rand: Delete all doc tests | Alex Crichton | -139/+0 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -10/+6 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -5/+3 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -3/+3 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+1 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -3/+3 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -9/+8 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+12 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -10/+11 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -12/+12 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -1/+1 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -2/+2 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -0/+2 |
| 2015-02-18 | Fallout: add phantom data to librand | Niko Matsakis | -1/+3 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -11/+0 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -0/+1 |