| Age | Commit message (Expand) | Author | Lines |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -41/+38 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -8/+6 |
| 2014-10-10 | improve the performance of the vec![] macro | Daniel Micay | -1/+0 |
| 2014-10-09 | std: Convert statics to constants | Alex Crichton | -38/+38 |
| 2014-10-07 | Remove use of `final` and `override` (now reserved) | John Gallagher | -1/+1 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -3/+3 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -15/+18 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -42/+41 |
| 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 | 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 | -0/+1 |
| 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 | -41/+42 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -18/+15 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -15/+18 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -42/+41 |
| 2014-10-01 | Remove std::io::signal | Aaron Turon | -238/+1 |
| 2014-10-01 | Remove iotest macro | Aaron Turon | -415/+599 |
| 2014-10-01 | auto merge of #17667 : wizeman/rust/fix-override-env, r=alexcrichton | bors | -1/+16 |
| 2014-10-01 | libstd: Pass-through PATH in test_override_env | Ricardo M. Correia | -1/+16 |
| 2014-09-30 | Fix libstd | Steven Fackler | -10/+10 |
| 2014-09-29 | rollup merge of #17548 : cgaebel/master | Alex Crichton | -1/+1 |
| 2014-09-27 | auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton | bors | -3/+3 |
| 2014-09-26 | librustc: Give trait methods accessible via fewer autoderefs priority | Patrick Walton | -4/+11 |
| 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 | -1/+1 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -3/+3 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -4/+4 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -23/+29 |
| 2014-09-18 | auto merge of #17249 : vadimcn/rust/env-keys, r=alexcrichton | bors | -7/+76 |
| 2014-09-17 | Pacify lint gods. | Vadim Chugunov | -2/+3 |
| 2014-09-17 | rollup merge of #17297 : treeman/net-unix | Alex Crichton | -5/+4 |
| 2014-09-17 | Case-insensitive environment keys. | Vadim Chugunov | -7/+75 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -29/+29 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -1/+1 |
| 2014-09-16 | Rename std::io::net::unix to std::io::net::pipe. | Jonas Hietala | -5/+4 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -14/+26 |
| 2014-09-08 | auto merge of #16952 : alexcrichton/rust/windows-large-console-write, r=brson | bors | -1/+8 |
| 2014-09-08 | std: Turn down the stdout chunk size | Alex Crichton | -1/+8 |
| 2014-09-07 | Register snapshots. | Huon Wilson | -16/+0 |
| 2014-09-06 | auto merge of #16907 : SimonSapin/rust/tempdir-result, r=huonw | bors | -9/+13 |
| 2014-09-05 | auto merge of #16843 : bkoropoff/rust/reader-writer-box, r=alexcrichton | bors | -0/+16 |
| 2014-09-04 | auto merge of #16986 : bjz/rust/bitflags, r=alexcrichton | bors | -12/+12 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -1/+1 |
| 2014-09-05 | Use {} for bitflags! definition and invocations | Brendan Zabarauskas | -12/+12 |
| 2014-09-04 | auto merge of #16976 : treeman/rust/issue-16943, r=kballard | bors | -2/+23 |
| 2014-09-04 | Print file permissions with 4 digits. | Jonas Hietala | -10/+10 |