| Age | Commit message (Expand) | Author | Lines |
| 2014-12-26 | Implement Sync/Send for ArcInner and Weak | Flavio Percoco | -3/+10 |
| 2014-12-26 | Relax `Arc` bounds don't require Sync+Send | Flavio Percoco | -1/+1 |
| 2014-12-26 | Rename `UniquePtr` to `Unique` | Flavio Percoco | -2/+2 |
| 2014-12-26 | Make Send and Sync traits unsafe | Flavio Percoco | -2/+2 |
| 2014-12-26 | Rename `OwnedPtr` to `UniquePtr` | Flavio Percoco | -2/+2 |
| 2014-12-26 | Require types to opt-in Sync | Flavio Percoco | -1/+6 |
| 2014-12-21 | Test fixes and rebase conflicts | Alex Crichton | -7/+8 |
| 2014-12-21 | rollup merge of #20070: aturon/stab-2-clone | Alex Crichton | -3/+3 |
| 2014-12-21 | rollup merge of #20052: barosl/deref-for-box | Alex Crichton | -0/+15 |
| 2014-12-21 | rollup merge of #19944: steveklabnik/doc_sync_arc | Alex Crichton | -88/+329 |
| 2014-12-20 | Stabilize clone | Aaron Turon | -3/+3 |
| 2014-12-20 | Implement Deref for Box | Barosl Lee | -0/+15 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -2/+3 |
| 2014-12-17 | rollup merge of #19947: csouth3/arc-borrowfrom | Alex Crichton | -0/+7 |
| 2014-12-17 | rollup merge of #19902: alexcrichton/second-pass-mem | Alex Crichton | -0/+7 |
| 2014-12-16 | Implement BorrowFrom<Arc<T>> for T | Chase Southwood | -0/+7 |
| 2014-12-16 | Improve Arc<T> documentation, and Rc<T> docs a bit | Steve Klabnik | -88/+329 |
| 2014-12-15 | Move hash module from collections to core | Steven Fackler | -1/+19 |
| 2014-12-15 | std: Second pass stabilization of `default` | Alex Crichton | -0/+7 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -2/+2 |
| 2014-12-08 | Implemented BorrowFrom<Rc<T>> for T. | Aaron Weiss | -0/+7 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -5/+5 |
| 2014-12-06 | liballoc: remove unnecessary `as_slice()` calls | Jorge Aparicio | -5/+5 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -8/+15 |
| 2014-12-04 | Add ability to use custom alloc::heap::imp | Alexander Light | -3/+55 |
| 2014-11-27 | auto merge of #19112 : steveklabnik/rust/doc_rc, r=Gankro | bors | -57/+296 |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -1/+0 |
| 2014-11-25 | Document liballoc::rc | Steve Klabnik | -57/+296 |
| 2014-11-23 | rollup merge of #19225: reem/any-unnecessary-transmute-copy | Jakub Bukaj | -7/+3 |
| 2014-11-23 | rollup merge of #19193: scialex/rc-counts | Jakub Bukaj | -4/+100 |
| 2014-11-22 | Any: use plain transmute instead of transmute_copy for downcasting. | Jonathan Reem | -7/+3 |
| 2014-11-21 | Shuffle locations for Deref | Alexander Light | -92/+57 |
| 2014-11-21 | Add `weak_count` and `strong_count` to Rc and Arc | Alexander Light | -2/+133 |
| 2014-11-20 | Fallout from libgreen and libnative removal | Aaron Turon | -1/+0 |
| 2014-11-14 | libs: fix #[stable] inheritance fallout | Aaron Turon | -3/+1 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -40/+0 |
| 2014-11-07 | auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturon | bors | -1/+1 |
| 2014-11-06 | libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t... | Niko Matsakis | -1/+1 |
| 2014-11-06 | Implement Default for Box<[T]> | Jorge Aparicio | -0/+4 |
| 2014-11-05 | DSTify Box<T> implementation of PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+40 |
| 2014-11-01 | bubble up out-of-memory errors from liballoc | Daniel Micay | -60/+33 |
| 2014-10-30 | DSTify Show and all the other formatting traits | Jorge Aparicio | -1/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -5/+5 |
| 2014-10-27 | alloc: Make deriving more friendly with Arc | Alex Crichton | -19/+53 |
| 2014-10-26 | Implement Show for `Arc<T>` | Adolfo Ochagavía | -0/+14 |
| 2014-10-25 | fix sized deallocation documentation | Daniel Micay | -13/+13 |
| 2014-10-25 | return the new usable size from reallocate_inplace | Daniel Micay | -19/+13 |
| 2014-10-25 | get rid of libc_heap::{malloc_raw, realloc_raw} | Daniel Micay | -60/+23 |
| 2014-10-25 | Make MIN_ALIGN a const to allow better optimization | Björn Steinbrink | -2/+2 |
| 2014-10-16 | liballoc: Remove all uses of {:?}. | Luqman Aden | -2/+0 |