| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+4 |
| 2014-04-13 | Replace 'region' with 'lifetime' in a few transmute function names | John Simon | -4/+4 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -15/+13 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-04-03 | auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton | bors | -1/+1 |
| 2014-04-03 | auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton | bors | -6/+4 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-03 | Removed managed boxes from libarena. | Benjamin Adamson | -6/+4 |
| 2014-03-31 | arena: Switch field privacy as necessary | Alex Crichton | -6/+8 |