| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-30 | Fix librustrt | Steven Fackler | -4/+6 |
| 2014-09-29 | rollup merge of #17621 : sfackler/new-snap | Alex Crichton | -10/+1 |
| 2014-09-28 | Register new snapshots | Steven Fackler | -10/+1 |
| 2014-09-26 | tiny linguistic correction in docs: s/its'/its/ | Mateusz CzapliĆski | -2/+2 |
| 2014-09-25 | Rename `fail_` lang item to `fail`, closes #16114 | Florian Hahn | -6/+4 |
| 2014-09-24 | Rename `begin_unwind` lang item to `fail_fmt`, refs #16114 | Florian Hahn | -0/+11 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -8/+4 |
| 2014-09-03 | auto merge of #16940 : treeman/rust/fail-non-utf8, r=pnkfelix | bors | -1/+3 |
| 2014-09-03 | Remove cross-borrowing for traits. | Nick Cameron | -1/+1 |
| 2014-09-02 | Prevent failure when using fail! with invalid utf8. | Jonas Hietala | -1/+3 |
| 2014-08-30 | Fix win64 regression introduced by #15773 | Peter Atashian | -1/+1 |
| 2014-08-23 | auto merge of #16667 : retep998/rust/master, r=pcwalton | bors | -0/+3 |
| 2014-08-22 | win64: Add missing #[repr(C)] | Peter Atashian | -0/+3 |
| 2014-08-21 | Fixed unwinding for iOS | Valerii Hiora | -1/+4 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -5/+5 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+1 |
| 2014-08-08 | Register new snapshot 12e0f72 | Niko Matsakis | -16/+0 |
| 2014-08-06 | Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollup | Alex Crichton | -28/+130 |
| 2014-08-06 | auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichton | bors | -16/+16 |
| 2014-08-05 | Added clarification regarding rust_try_inner. | Vadim Chugunov | -6/+13 |
| 2014-08-04 | Implement unwinding for Win64. | Vadim Chugunov | -25/+120 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -16/+16 |
| 2014-08-04 | rustc: Link entire archives of native libraries | Alex Crichton | -0/+3 |
| 2014-07-31 | rustrt: Make begin_unwind take a single file/line pointer | Brian Anderson | -1/+16 |
| 2014-07-25 | Revert "Use fewer instructions for `fail!`" | Brian Anderson | -6/+0 |
| 2014-07-25 | Make most of the failure functions take &(&'static str, uint) | Brian Anderson | -10/+9 |
| 2014-07-21 | Use fewer instructions for `fail!` | Brian Anderson | -0/+5 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -27/+27 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -27/+27 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -14/+0 |
| 2014-06-16 | auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw | bors | -6/+6 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -3/+60 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -6/+6 |
| 2014-06-13 | Audit usage of NativeMutex | Alex Crichton | -2/+0 |
| 2014-06-13 | Cosmetic fixes & comments | Valerii Hiora | -1/+0 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -3/+61 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -14/+7 |
| 2014-06-06 | std: Extract librustrt out of libstd | Alex Crichton | -0/+489 |