| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-09-03 | Print file permissions in octal form. | Jonas Hietala | -2/+23 |
| 2014-09-03 | Remove cross-borrowing for traits. | Nick Cameron | -1/+1 |
| 2014-08-31 | Have std::io::TempDir::new and new_in return IoResult | Simon Sapin | -9/+13 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -111/+0 |
| 2014-08-29 | Relax lifetime bounds on Reader/Writer impls for trait boxes | Brian Koropoff | -0/+16 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -4/+4 |
| 2014-08-28 | auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brson | bors | -3/+3 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -4/+4 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -9/+121 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -43/+73 |
| 2014-08-24 | native: clone/close_accept for win32 pipes | Alex Crichton | -2/+3 |
| 2014-08-24 | native: Implement clone/close_accept for unix | Alex Crichton | -0/+227 |
| 2014-08-23 | Complete renaming of win32 to windows | Vadim Chugunov | -1/+1 |
| 2014-08-21 | libstd: Limit Duration range to i64 milliseconds. | Ruud van Asseldonk | -15/+3 |
| 2014-08-20 | Add #[repr(C)] to all the things! | Corey Richardson | -0/+1 |
| 2014-08-20 | libstd: Refactor Duration. | Ruud van Asseldonk | -6/+18 |
| 2014-08-18 | Explain EOF behavior in File.eof(). | Steve Klabnik | -1/+6 |
| 2014-08-17 | auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton | bors | -1/+1 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -9/+1 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -1/+1 |
| 2014-08-14 | std::io::util cleanup + fixes | Steven Fackler | -18/+38 |
| 2014-08-14 | auto merge of #16332 : brson/rust/slicestab, r=aturon | bors | -11/+11 |
| 2014-08-13 | std: Fix build errors | Brian Anderson | -2/+2 |
| 2014-08-13 | std: Make connect_timeout return Err on zero duration | Brian Anderson | -12/+16 |
| 2014-08-13 | Fix various fallout from timer changes | Brian Anderson | -9/+16 |
| 2014-08-13 | std: connect_timeout requires a positive Duration | Brian Anderson | -9/+27 |
| 2014-08-13 | std: Make the TCP/UDP connect_timeout methods take Duration | Brian Anderson | -16/+24 |
| 2014-08-13 | std: Clarify what timers do with zero and negative durations | Brian Anderson | -16/+83 |