| Age | Commit message (Expand) | Author | Lines |
| 2014-11-05 | Repair various cases where values of distinct types were being operated | Niko Matsakis | -1/+1 |
| 2014-11-01 | bubble up out-of-memory errors from liballoc | Daniel Micay | -0/+3 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -1/+1 |
| 2014-10-30 | rollup merge of #18407 : thestinger/arena | Alex Crichton | -7/+7 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -5/+4 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 |
| 2014-10-27 | return &mut T from the arenas, not &T | Daniel Micay | -7/+7 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-09-09 | Remove some test warnings. | Jonas Hietala | -0/+2 |
| 2014-09-06 | fix sized deallocation for TypedArena<T> | Daniel Micay | -47/+50 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -3/+3 |
| 2014-08-21 | arena: fix a typo | Vinzent Steinberg | -1/+1 |
| 2014-08-19 | A few minor documentation fixes | P1start | -20/+20 |
| 2014-07-31 | alloc, arena, test, url, uuid: Elide lifetimes. | OGINO Masanori | -6/+6 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -0/+2 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -24/+26 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -24/+26 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+2 |
| 2014-06-22 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -0/+3 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -1/+2 |
| 2014-06-10 | Remove & -> &mut transmute from TypedArena | Renato Zannon | -25/+25 |
| 2014-06-10 | Remove & -> &mut transmute from Arena | Renato Zannon | -42/+48 |
| 2014-06-09 | Add a test for nested Arena.alloc | Renato Zannon | -0/+14 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -2/+0 |
| 2014-06-04 | core: Apply stability attributes to ptr mod | Brian Anderson | -6/+6 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -4/+4 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-21 | migrate from `exchange_malloc` to `allocate` | Daniel Micay | -3/+2 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -11/+14 |
| 2014-05-16 | arena: add docs for Arena | Corey Richardson | -28/+34 |
| 2014-05-14 | libarena: Remove all uses of `~str` from `libarena` | Patrick Walton | -5/+5 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-12 | register snapshots | Daniel Micay | -22/+0 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -35/+22 |
| 2014-05-10 | initial port of the exchange allocator to jemalloc | Daniel Micay | -3/+3 |
| 2014-05-10 | add an align parameter to exchange_malloc | Daniel Micay | -4/+27 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -8/+9 |
| 2014-05-05 | std: deprecate cast::transmute_mut. | Huon Wilson | -4/+5 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |