| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -1/+0 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -1/+0 |
| 2014-10-10 | auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton | bors | -1/+1 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | alloc: Convert statics to constants | Alex Crichton | -1/+1 |
| 2014-10-08 | saner parameter order for reallocation functions | Daniel Micay | -19/+14 |
| 2014-10-02 | Test fixes from the rollup | Alex Crichton | -0/+1 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -39/+0 |
| 2014-10-02 | alloc: fix reallocate_inplace implementation | Daniel Micay | -9/+26 |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -8/+0 |
| 2014-10-02 | core: remove raw::GcBox. | Eduard Burtescu | -31/+0 |
| 2014-09-30 | Fix liballoc | Steven Fackler | -8/+8 |
| 2014-09-29 | rollup merge of #17582 : kmcallister/gc-box | Alex Crichton | -1/+1 |
| 2014-09-26 | Rename raw::Box to raw::GcBox | Keegan McAllister | -1/+1 |
| 2014-09-26 | librustc: Eliminate the `ref` syntax for unboxed closure capture clauses | Patrick Walton | -6/+0 |
| 2014-09-22 | Update calls of deprecated functions in macros. | Victor Berger | -3/+3 |
| 2014-09-16 | Register new snapshots | Alex Crichton | -29/+0 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -5/+5 |
| 2014-09-16 | auto merge of #17197 : nikomatsakis/rust/issue-5527-trait-reform-revisited, r... | bors | -1/+0 |
| 2014-09-15 | remove the closure_exchange_malloc lang item | Daniel Micay | -17/+1 |
| 2014-09-15 | heap: optimize EMPTY to avoid relocations | Daniel Micay | -5/+6 |