| Age | Commit message (Expand) | Author | Lines |
| 2014-09-26 | tiny linguistic correction in docs: s/its'/its/ | Mateusz CzapliĆski | -2/+2 |
| 2014-09-26 | Disable runtime split stack support on Windows | Brian Anderson | -15/+4 |
| 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-24 | auto merge of #17471 : vadimcn/rust/link-libgcc, r=alexcrichton | bors | -1/+0 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -10/+4 |
| 2014-09-22 | Link libgcc statically on Win64. | Vadim Chugunov | -1/+0 |
| 2014-09-22 | Update calls of deprecated functions in macros. | Victor Berger | -1/+1 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -1/+2 |
| 2014-09-19 | rollup merge of #17355 : gamazeps/issue17210 | Alex Crichton | -4/+13 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -31/+31 |
| 2014-09-18 | Doc says to avoid mixing allocator instead of forbiding it | gamazeps | -5/+6 |
| 2014-09-18 | Document that CStrings live in the libc heap | gamazeps | -7/+8 |
| 2014-09-18 | Document that CStrings live in the libc heap | Felix Raimundo | -4/+11 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -12/+12 |
| 2014-09-09 | Remove some test warnings. | Jonas Hietala | -2/+2 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -4/+4 |
| 2014-09-04 | auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichton | bors | -1/+1 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -4/+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-09-01 | Updated to new extern crate syntax. | wickerwaka | -1/+1 |
| 2014-09-01 | auto merge of #16871 : retep998/rust/win64-fix, r=alexcrichton | bors | -1/+1 |
| 2014-08-30 | auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw | bors | -24/+0 |
| 2014-08-30 | Fix win64 regression introduced by #15773 | Peter Atashian | -1/+1 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -24/+0 |
| 2014-08-30 | Add lint groups; define built-in lint groups `bad_style` and `unused` | P1start | -4/+4 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -4/+4 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -10/+10 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -10/+10 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -8/+29 |
| 2014-08-24 | native: Implement clone/close_accept for unix | Alex Crichton | -0/+4 |
| 2014-08-23 | Remove stage0 attributes. | Vadim Chugunov | -6/+3 |
| 2014-08-22 | auto merge of #16647 : vhbit/rust/ios-build-fixes, r=alexcrichton | bors | -1/+4 |
| 2014-08-21 | Fixed unwinding for iOS | Valerii Hiora | -1/+4 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -0/+1 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -8/+8 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -6/+13 |
| 2014-08-12 | Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] | Vadim Chugunov | -6/+12 |
| 2014-08-08 | Register new snapshot 12e0f72 | Niko Matsakis | -16/+0 |
| 2014-08-08 | auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw | bors | -1/+1 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -1/+1 |
| 2014-08-06 | Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollup | Alex Crichton | -38/+156 |
| 2014-08-06 | auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichton | bors | -46/+46 |
| 2014-08-05 | Renamed `record_stack_bounds` for clarity. | Vadim Chugunov | -14/+25 |
| 2014-08-05 | Added clarification regarding rust_try_inner. | Vadim Chugunov | -6/+13 |
| 2014-08-04 | Implement unwinding for Win64. | Vadim Chugunov | -26/+121 |
| 2014-08-04 | libnative should not mess with stack limits in the TIB. Only libgreen has a ... | Vadim Chugunov | -1/+6 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -46/+46 |