| Age | Commit message (Expand) | Author | Lines |
| 2015-12-31 | Auto merge of #30593 - steveklabnik:small_rc_refactoring, r=Gankro | bors | -4/+5 |
| 2015-12-30 | Auto merge of #30467 - shahn:master, r=brson | bors | -0/+36 |
| 2015-12-30 | Small refactoring to make this code more clear | Steve Klabnik | -4/+5 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -6/+0 |
| 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 | -4/+3 |
| 2015-12-19 | Implement arc::Weak::new() | Sebastian Hahn | -0/+37 |
| 2015-12-10 | Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon | bors | -7/+0 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -7/+0 |
| 2015-12-09 | fixed a typo in comments | Tianyi Wang | -1/+1 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -18/+19 |
| 2015-11-24 | Add overflow check to `arc::Weak::upgrade` | Andrew Paseltiner | -0/+5 |
| 2015-11-24 | rustfmt: liballoc, liballoc_*, libarena | Nick Cameron | -18/+19 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+7 |
| 2015-11-16 | Auto merge of #29580 - alexbool:smart-pointer-conversion, r=alexcrichton | bors | -0/+16 |
| 2015-11-16 | Fix feature name | Alexander Bulaev | -1/+1 |
| 2015-11-12 | Remove impls for cases considered `niche` | Alexander Bulaev | -15/+0 |
| 2015-11-11 | Fix import warnings for stage0 | Steve Klabnik | -1/+4 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-11-04 | liballoc: implement From for Box, Rc, Arc | Alexander Bulaev | -0/+31 |
| 2015-10-30 | don't use drop_in_place as an intrinsic | Alexis Beingessner | -2/+2 |
| 2015-10-16 | Add `Shared` pointer and have `{Arc, Rc}` use it | Andrew Paseltiner | -5/+6 |
| 2015-10-15 | Fix minor error in Arc docs | Matt Brubeck | -1/+1 |
| 2015-10-11 | Run rustfmt on liballoc. | Ahmed Charles | -9/+5 |
| 2015-10-10 | Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1 | bors | -0/+1 |
| 2015-10-09 | Added the param-blindness attribute to `Rc` and `Arc`. | Felix S. Klock II | -0/+1 |
| 2015-10-02 | std: Add AsRef/AsMut impls to Box/Rc/Arc | Alex Crichton | -0/+5 |
| 2015-09-24 | Better function calls | Nick Cameron | -2/+8 |
| 2015-09-24 | manual fixups | Nick Cameron | -1/+3 |
| 2015-09-24 | rustfmt liballoc | Nick Cameron | -24/+54 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -17/+13 |
| 2015-08-22 | Move the Borrow and BorrowMut traits to libcore. | Simon Sapin | -0/+5 |
| 2015-08-22 | Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon | bors | -2/+2 |
| 2015-08-19 | don't do deprecations yet | Alexis Beingessner | -2/+0 |
| 2015-08-19 | Rework Arc for FCP of #27718 | Alexis Beingessner | -71/+118 |
| 2015-08-17 | core: Move `atomic` into a new `sync` module | Alex Crichton | -2/+2 |
| 2015-08-15 | alloc: Add issues for all unstable features | Alex Crichton | -8/+12 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -77/+50 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -1/+1 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+2 |
| 2015-07-30 | Auto merge of #27174 - Gankro:rc-sat, r=alexcrichton | bors | -4/+26 |
| 2015-07-29 | make Arc mem::forget safe | Alexis Beingessner | -4/+26 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -6/+12 |
| 2015-07-03 | Fix 'Relaaxed' typo in code comment | Corey Farwell | -1/+1 |
| 2015-07-03 | Auto merge of #26610 - aturon:fix_make_unique, r=alexcrichton | bors | -79/+177 |
| 2015-07-02 | Fix race condition in Arc's get_mut and make_unqiue | Aaron Turon | -79/+177 |
| 2015-07-01 | Implement CoerceUnsized for arc::Weak | Remi Rampin | -0/+2 |
| 2015-06-24 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -3/+3 |