| Age | Commit message (Expand) | Author | Lines |
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -1/+2 |
| 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 | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -4/+4 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -1/+1 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -1/+1 |
| 2017-01-20 | Remove specialization from Debug implementations | Guillaume Gomez | -24/+0 |
| 2017-01-18 | Add missing Debug implementation for librand structs | Guillaume Gomez | -1/+60 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 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 |