| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-05-08 | Add a reason to the libc & rand instability. | Huon Wilson | -1/+2 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -5/+5 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -10/+5 |
| 2015-04-21 | rollup merge of #24541: alexcrichton/issue-24538 | Alex Crichton | -2/+0 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -1/+0 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -9/+5 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-17 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -2/+0 |
| 2015-04-14 | More test fixes | Alex Crichton | -3/+3 |
| 2015-04-14 | rand: Delete all doc tests | Alex Crichton | -288/+0 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -62/+6 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -5/+3 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -6/+6 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -6/+6 |