| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | auto merge of #17802 : Gankro/rust/collection-docs-redux, r=aturon | bors | -3/+317 |
| 2014-10-06 | library-level docs for collections | Alexis Beingessner | -3/+317 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -0/+1 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -13/+13 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -16/+20 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -71/+60 |
| 2014-10-06 | auto merge of #17814 : vhbit/rust/ios-build-fix, r=huonw | bors | -0/+1 |
| 2014-10-06 | Fixed iOS build (statics name lint) | Valerii Hiora | -0/+1 |
| 2014-10-06 | Remove the #[allow(non_uppercase_statics)] attr from bitflags! | P1start | -23/+18 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -60/+118 |
| 2014-10-04 | Fix infinite recursion in Writer impl for &mut Writer | Brian Koropoff | -2/+2 |
| 2014-10-03 | rollup merge of #17739 : eddyb/fix-process-test | Alex Crichton | -26/+0 |
| 2014-10-03 | rollup merge of #17387 : sneves/master | Alex Crichton | -1/+1 |
| 2014-10-03 | Fix a race condition between remove_from_env and other io::process tests. | Eduard Burtescu | -26/+0 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -4/+15 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -161/+1 |
| 2014-10-02 | rollup merge of #17686 : lucidd/fix | Alex Crichton | -2/+3 |
| 2014-10-02 | rollup merge of #17719 : alexcrichton/diagnose | Alex Crichton | -1/+3 |
| 2014-10-02 | std: Help diagnose a flaky test | Alex Crichton | -1/+3 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -58/+69 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -20/+16 |
| 2014-10-02 | Revert "Review and rebasing changes" | Aaron Turon | -2/+2 |
| 2014-10-02 | syntax: mark the managed_boxes feature as Removed. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | std: remove gc module. | Eduard Burtescu | -160/+0 |
| 2014-10-02 | Review and rebasing changes | Nick Cameron | -2/+2 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -16/+20 |
| 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 |