| Age | Commit message (Expand) | Author | Lines |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -3/+1 |
| 2016-01-14 | Rollup merge of #30912 - tshepang:remove-distraction, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-14 | Rollup merge of #30910 - tshepang:improve-description, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-14 | doc: that suffix serves as mere distraction | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-14 | doc: "x" is used as variable name on this API, so avoid using it here | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-14 | doc: "moves" has a specific meaning in Rust, so avoid using it here | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-14 | Rollup merge of #30892 - shepmaster:box-grammar, r=alexcrichton | Manish Goregaokar | -14/+14 |
| 2016-01-14 | Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichton | Manish Goregaokar | -11/+45 |
| 2016-01-13 | Improve grammar of Box::{into,from}_raw docs | Jake Goulding | -14/+14 |
| 2016-01-13 | Issue #30592: Restore build in --disable-jemalloc mode. | Simon Martin | -0/+7 |
| 2016-01-12 | Add set_oom_handler and use it print a message when out of memory | Amanieu d'Antras | -11/+45 |
| 2016-01-05 | Implement in-place growth for RawVec | Piotr Czarnecki | -11/+107 |
| 2015-12-31 | Auto merge of #30593 - steveklabnik:small_rc_refactoring, r=Gankro | bors | -8/+11 |
| 2015-12-30 | Auto merge of #30467 - shahn:master, r=brson | bors | -1/+74 |
| 2015-12-30 | Small refactoring to make this code more clear | Steve Klabnik | -8/+11 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -29/+2 |
| 2015-12-19 | Have to use Weak instead of Arc in Weak::new() example | Sebastian Hahn | -1/+1 |
| 2015-12-19 | Address review comments | Sebastian Hahn | -6/+4 |
| 2015-12-19 | Implement arc::Weak::new() | Sebastian Hahn | -0/+37 |
| 2015-12-19 | Rename Weak::new_downgraded to Weak::new | Sebastian Hahn | -4/+4 |
| 2015-12-19 | use core::mem::unintialized instead of uninit intrinsic | Sebastian Hahn | -3/+3 |
| 2015-12-19 | Fix doctest failure | Sebastian Hahn | -1/+3 |
| 2015-12-18 | Implement Weak::new_downgraded() (#30425) | Sebastian Hahn | -1/+37 |
| 2015-12-10 | Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon | bors | -15/+0 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -15/+0 |
| 2015-12-09 | fixed a typo in comments | Tianyi Wang | -1/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -7/+3 |
| 2015-11-26 | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | -1/+1 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -39/+37 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-24 | Add overflow check to `arc::Weak::upgrade` | Andrew Paseltiner | -0/+5 |
| 2015-11-24 | rustfmt: liballoc, liballoc_*, libarena | Nick Cameron | -39/+37 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -2/+4 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+36 |
| 2015-11-16 | Auto merge of #29580 - alexbool:smart-pointer-conversion, r=alexcrichton | bors | -0/+40 |
| 2015-11-16 | Fix feature name | Alexander Bulaev | -3/+3 |
| 2015-11-12 | Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik | bors | -1/+1 |
| 2015-11-12 | Remove impls for cases considered `niche` | Alexander Bulaev | -29/+0 |
| 2015-11-12 | liballoc: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-11 | Fix import warnings for stage0 | Steve Klabnik | -3/+10 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -4/+0 |
| 2015-11-04 | liballoc: implement From for Box, Rc, Arc | Alexander Bulaev | -0/+69 |
| 2015-11-02 | remove #![feature(rc_unique)] from Rc docs | Alex Burka | -3/+0 |
| 2015-10-30 | Auto merge of #29454 - stepancheg:vec-reserve, r=bluss | bors | -3/+49 |
| 2015-10-31 | Fix excessive memory allocation in RawVec::reserve | Stepan Koltsov | -3/+49 |
| 2015-10-30 | don't use drop_in_place as an intrinsic | Alexis Beingessner | -4/+4 |
| 2015-10-30 | expose drop_in_place as ptr::drop_in_place | Alexis Beingessner | -0/+2 |
| 2015-10-30 | Typo fix | Simon Sapin | -1/+1 |
| 2015-10-17 | Remove some trivial `transmute`s | Andrew Paseltiner | -1/+1 |
| 2015-10-16 | Add `Shared` pointer and have `{Arc, Rc}` use it | Andrew Paseltiner | -10/+13 |