| Age | Commit message (Expand) | Author | Lines |
| 2015-12-11 | Fix MIN, MAX links | Brian Bowman | -2/+3 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -4/+1 |
| 2015-12-09 | std: Rename thread::catch_panic to panic::recover | Alex Crichton | -0/+3 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -4/+2 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -0/+2 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+37 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -14/+16 |
| 2015-11-06 | doc(lib.rs): fix #L79 with inline link syntax | Rizky Luthfianto | -2/+1 |
| 2015-10-31 | Auto merge of #29484 - steveklabnik:gh29330, r=brson | bors | -130/+145 |
| 2015-10-30 | Some fixes to std index docs | Steve Klabnik | -9/+10 |
| 2015-10-30 | Clean up formatting on std main page | Steve Klabnik | -130/+144 |
| 2015-10-30 | don't use drop_in_place as an intrinsic | Alexis Beingessner | -0/+2 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -3/+0 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -1/+1 |
| 2015-10-06 | Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed. | Felix S. Klock II | -0/+6 |
| 2015-09-27 | Rollup merge of #28682 - apasel422:features, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-09-26 | Remove unnecessary `#![feature]` attributes | Andrew Paseltiner | -2/+2 |
| 2015-09-26 | Add support for the rumprun unikernel | Sebastian Wicki | -0/+1 |
| 2015-09-20 | doc: Fix broken links | Simon Mazur | -1/+1 |
| 2015-09-14 | Auto merge of #28358 - dotdash:nounwind, r=alexcrichton | bors | -0/+1 |
| 2015-09-14 | Mark all extern functions as nounwind | Björn Steinbrink | -0/+1 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -1/+0 |
| 2015-08-23 | Refactor low-level UTF-16 decoding. | Simon Sapin | -0/+1 |
| 2015-08-22 | Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon | bors | -29/+16 |
| 2015-08-22 | Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichton | bors | -0/+1 |
| 2015-08-17 | switch core::simd to repr(simd) and deprecate it. | Huon Wilson | -0/+1 |
| 2015-08-17 | std: Clean up primitive integer modules | Alex Crichton | -29/+16 |
| 2015-08-16 | rustdoc: Added issue_tracker_base_url annotations to crates | Martin Wernstål | -0/+1 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -1/+1 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -2/+0 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -2/+0 |
| 2015-08-11 | rollup merge of #27678: alexcrichton/snapshots | Alex Crichton | -3/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-08-04 | syntax: Don't assume `std` exists for tests | Alex Crichton | -8/+0 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -3/+7 |
| 2015-08-02 | std: Tighten up crate docs | Brian Anderson | -11/+6 |
| 2015-07-31 | trpl: fix link error | FuGangqiang | -1/+1 |
| 2015-07-30 | Auto merge of #27388 - alexcrichton:remove-curious-inner, r=brson | bors | -22/+5 |
| 2015-07-29 | std: Remove the curious inner module | Alex Crichton | -22/+5 |
| 2015-07-30 | Rollup merge of #27369 - brson:realstd, r=alexcrichton | Manish Goregaokar | -10/+5 |
| 2015-07-28 | std: Remove some old #[cfg(test) hacks | Brian Anderson | -10/+5 |
| 2015-07-28 | Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton | bors | -1/+0 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -1/+0 |
| 2015-07-27 | Register new snapshots (2015-07-26 a5c12f4). | Eduard Burtescu | -1/+0 |
| 2015-07-25 | Auto merge of #27233 - tbu-:pr_wtf8, r=alexcrichton | bors | -0/+1 |
| 2015-07-24 | Add unstable attribute to `char::from_u32_unchecked` | Tobias Bucher | -0/+1 |
| 2015-07-22 | Avoid feature-warnings on stage0. | Felix S. Klock II | -0/+1 |
| 2015-07-22 | Add feature-gates for desugaring-based `box` and placement-`in`. | Felix S. Klock II | -0/+1 |