| Age | Commit message (Expand) | Author | Lines |
| 2014-11-08 | Runtime removal: refactor fs | Aaron Turon | -86/+0 |
| 2014-11-08 | Remove signal handling. | Aaron Turon | -2/+0 |
| 2014-11-06 | rollup merge of #18605 : Gankro/collect-fruit | Alex Crichton | -2/+2 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -2/+2 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -4/+4 |
| 2014-11-05 | Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+7 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -8/+0 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -1/+1 |
| 2014-11-01 | bubble up out-of-memory errors from liballoc | Daniel Micay | -2/+5 |
| 2014-11-01 | auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturon | bors | -13/+11 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -13/+11 |
| 2014-10-31 | DSTify ToCStr | Jorge Aparicio | -15/+29 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -4/+4 |
| 2014-10-30 | Rename rust_fail to rust_panic | Manish Goregaokar | -3/+3 |
| 2014-10-29 | Update infrastructure for fail -> panic | Steve Klabnik | -0/+8 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -68/+68 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -4/+4 |
| 2014-10-25 | get rid of libc_heap::{malloc_raw, realloc_raw} | Daniel Micay | -3/+4 |
| 2014-10-25 | rm unnecessary libc allocator usage | Daniel Micay | -3/+3 |
| 2014-10-24 | Print stack overflow messages for Windows, Linux and OS X | John Kåre Alsaker | -23/+623 |
| 2014-10-21 | Use strlen in CString::len | Julian Orth | -9/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -26/+2 |
| 2014-10-16 | libnative: Remove all uses of {:?}. | Luqman Aden | -0/+1 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -15/+15 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -19/+19 |
| 2014-10-10 | auto merge of #17037 : kmcallister/rust/no-stack-check, r=thestinger | bors | -2/+2 |
| 2014-10-10 | auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton | bors | -44/+44 |
| 2014-10-09 | Test fixes and rebase conflicts | Alex Crichton | -8/+8 |
| 2014-10-09 | Rename the no_split_stack attribute to no_stack_check | Keegan McAllister | -2/+2 |
| 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-09 | rustrt: Convert statics to constants | Alex Crichton | -36/+36 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -4/+4 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -126/+129 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -421/+24 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -4/+4 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+1 |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -39/+12 |
| 2014-10-02 | syntax: mark the managed_boxes feature as Removed. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | rustrt: remove local_heap implementation. | Eduard Burtescu | -381/+11 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -4/+4 |
| 2014-09-30 | Fix librustrt | Steven Fackler | -69/+74 |
| 2014-09-30 | auto merge of #17563 : brson/rust/wintcbfix, r=thestinger | bors | -15/+4 |
| 2014-09-29 | rollup merge of #17621 : sfackler/new-snap | Alex Crichton | -10/+1 |
| 2014-09-29 | rollup merge of #17582 : kmcallister/gc-box | Alex Crichton | -3/+3 |
| 2014-09-28 | Register new snapshots | Steven Fackler | -10/+1 |
| 2014-09-26 | Rename raw::Box to raw::GcBox | Keegan McAllister | -3/+3 |