| Age | Commit message (Expand) | Author | Lines |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -69/+58 |
| 2014-10-01 | Remove std::io::signal | Aaron Turon | -238/+1 |
| 2014-10-01 | Remove iotest macro | Aaron Turon | -415/+599 |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -11/+0 |
| 2014-10-01 | auto merge of #17667 : wizeman/rust/fix-override-env, r=alexcrichton | bors | -1/+16 |
| 2014-10-01 | Fix async assertion in test_sendable_future | Kevin Walter | -2/+3 |
| 2014-10-01 | auto merge of #17630 : sfackler/rust/cfg-warnings, r=brson | bors | -56/+52 |
| 2014-10-01 | libstd: Pass-through PATH in test_override_env | Ricardo M. Correia | -1/+16 |
| 2014-09-30 | Fix libstd | Steven Fackler | -56/+52 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -2/+2 |
| 2014-09-30 | auto merge of #17563 : brson/rust/wintcbfix, r=thestinger | bors | -39/+1 |
| 2014-09-30 | Include ChaCha pseudorandom generator | Samuel Neves | -1/+1 |
| 2014-09-29 | rollup merge of #17582 : kmcallister/gc-box | Alex Crichton | -1/+1 |
| 2014-09-29 | rollup merge of #17548 : cgaebel/master | Alex Crichton | -6/+26 |
| 2014-09-27 | auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichton | bors | -5/+15 |
| 2014-09-27 | auto merge of #17334 : Gankro/rust/btree-vec, r=huonw | bors | -1/+1 |
| 2014-09-27 | complete btree rewrite | Alexis Beingessner | -1/+1 |
| 2014-09-26 | Rename raw::Box to raw::GcBox | Keegan McAllister | -1/+1 |
| 2014-09-27 | auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton | bors | -7/+6 |
| 2014-09-26 | librustc: Give trait methods accessible via fewer autoderefs priority | Patrick Walton | -4/+11 |
| 2014-09-26 | Disable runtime split stack support on Windows | Brian Anderson | -39/+1 |
| 2014-09-25 | Ignore two I/O tests that are failing on the win32 bot | Brian Anderson | -0/+2 |
| 2014-09-25 | Added bitflag toggling. | Clark Gaebel | -6/+26 |
| 2014-09-25 | auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon | bors | -6/+287 |
| 2014-09-24 | implement entry API for HashMap | Alexis Beingessner | -6/+287 |
| 2014-09-24 | Fix free lifetime vars in HashMap's iterators | Piotr Czarnecki | -5/+15 |
| 2014-09-24 | auto merge of #17477 : vhbit/rust/ios-deprecation-fix, r=alexcrichton | bors | -5/+4 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -7/+6 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -10/+10 |
| 2014-09-23 | Fixed: iOS build was broken because of deprecated APIs | Valerii Hiora | -5/+4 |
| 2014-09-22 | auto merge of #17425 : klutzy/rust/win-backtrace, r=alexcrichton | bors | -3/+5 |
| 2014-09-22 | auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton | bors | -6/+6 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -38/+45 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -53/+59 |
| 2014-09-22 | std::rt::backtrace: Fix symbol names on Windows | klutzy | -3/+5 |
| 2014-09-21 | rename to conform to style guide | ville-h | -1/+1 |
| 2014-09-20 | auto merge of #17404 : alexcrichton/rust/bitflags-u32, r=sfackler | bors | -1/+7 |
| 2014-09-19 | std: Don't require bitflags! be u32 | Alex Crichton | -1/+7 |
| 2014-09-19 | rollup merge of #17370 : klutzy/win64-backtrace | Alex Crichton | -0/+4 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -2/+2 |
| 2014-09-18 | auto merge of #17249 : vadimcn/rust/env-keys, r=alexcrichton | bors | -7/+76 |
| 2014-09-18 | std::rt::backtrace: Fix backtrace on Win64 | klutzy | -0/+4 |
| 2014-09-18 | auto merge of #17349 : aturon/rust/rt-experimental, r=alexcrichton | bors | -1/+0 |
| 2014-09-17 | Pacify lint gods. | Vadim Chugunov | -2/+3 |
| 2014-09-17 | Remove unstable marker from std::rt | Aaron Turon | -1/+0 |
| 2014-09-17 | rollup merge of #17326 : brson/wintest | Alex Crichton | -2/+2 |
| 2014-09-17 | rollup merge of #17297 : treeman/net-unix | Alex Crichton | -5/+4 |
| 2014-09-17 | auto merge of #17254 : gamazeps/rust/issue17210, r=alexcrichton | bors | -0/+1 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -6/+6 |
| 2014-09-17 | Case-insensitive environment keys. | Vadim Chugunov | -7/+75 |