| Age | Commit message (Expand) | Author | Lines |
| 2014-11-20 | Remove libnative | Aaron Turon | -1641/+0 |
| 2014-11-20 | Remove Runtime trait | Aaron Turon | -246/+0 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -1/+1 |
| 2014-11-08 | Runtime removal: fully remove rtio | Aaron Turon | -111/+0 |
| 2014-11-08 | Runtime removal: refactor tty | Aaron Turon | -186/+0 |
| 2014-11-08 | Runtime removal: refactor timer | Aaron Turon | -512/+0 |
| 2014-11-08 | Runtime removal: refactor process | Aaron Turon | -20/+0 |
| 2014-11-08 | Runtime removal: refactor helper threads | Aaron Turon | -199/+0 |
| 2014-11-08 | Runtime removal: refactor pipes and networking | Aaron Turon | -2265/+0 |
| 2014-11-08 | Runtime removal: refactor fs | Aaron Turon | -1161/+1 |
| 2014-11-08 | Remove signal handling. | Aaron Turon | -4/+0 |
| 2014-11-08 | Runtime removal: add private sys, sys_common modules | Aaron Turon | -719/+0 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -1/+1 |
| 2014-10-30 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -2/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -17/+17 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -2/+2 |
| 2014-10-24 | Print stack overflow messages for Windows, Linux and OS X | John Kåre Alsaker | -2/+16 |
| 2014-10-24 | Fix sigaction on OS X | John Kåre Alsaker | -10/+0 |
| 2014-10-20 | Test fixes and rebase conflicts | Alex Crichton | -7/+7 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -87/+81 |
| 2014-10-16 | libnative: Remove all uses of {:?}. | Luqman Aden | -2/+2 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -1/+0 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -18/+18 |
| 2014-10-10 | auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton | bors | -55/+55 |
| 2014-10-09 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 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 | native: Convert statics to constants | Alex Crichton | -54/+54 |
| 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 | -2/+2 |
| 2014-10-05 | Fix cfg syntax warnings in libnative | Michael Gehring | -8/+4 |
| 2014-10-02 | rollup merge of #17720 : ben0x539/shifts | Alex Crichton | -8/+9 |
| 2014-10-02 | native: fix passing errno to parent after fork | Benjamin Herr | -8/+9 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+1 |
| 2014-10-02 | Revert "Review and rebasing changes" | Aaron Turon | -1/+1 |
| 2014-10-02 | Review and rebasing changes | Nick Cameron | -1/+1 |
| 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 | -1/+1 |
| 2014-10-01 | auto merge of #17630 : sfackler/rust/cfg-warnings, r=brson | bors | -70/+68 |
| 2014-09-30 | Fix libnative | Steven Fackler | -70/+68 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -1/+1 |
| 2014-09-27 | auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton | bors | -1/+1 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -1/+1 |
| 2014-09-24 | liblibc and libnative: send() should use const buffers. | NODA, Kai | -2/+2 |
| 2014-09-24 | libnative/io: datasync() wrongly called fsync(). | NODA, Kai | -1/+1 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -2/+1 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -4/+4 |