| Age | Commit message (Expand) | Author | Lines |
| 2014-10-01 | Remove iotest macro | Aaron Turon | -83/+128 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -1/+1 |
| 2014-08-28 | auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brson | bors | -2/+2 |
| 2014-08-24 | native: clone/close_accept for win32 pipes | Alex Crichton | -2/+1 |
| 2014-08-24 | native: Implement clone/close_accept for unix | Alex Crichton | -0/+132 |
| 2014-08-21 | libstd: Limit Duration range to i64 milliseconds. | Ruud van Asseldonk | -7/+1 |
| 2014-08-20 | libstd: Refactor Duration. | Ruud van Asseldonk | -3/+9 |
| 2014-08-14 | auto merge of #16332 : brson/rust/slicestab, r=aturon | bors | -1/+1 |
| 2014-08-13 | std: Fix build errors | Brian Anderson | -1/+1 |
| 2014-08-13 | std: Make connect_timeout return Err on zero duration | Brian Anderson | -4/+6 |
| 2014-08-13 | Fix various fallout from timer changes | Brian Anderson | -1/+2 |
| 2014-08-13 | std: connect_timeout requires a positive Duration | Brian Anderson | -8/+8 |
| 2014-08-13 | std: Make the TCP/UDP connect_timeout methods take Duration | Brian Anderson | -2/+9 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-07-31 | Tweak error reporting in io::net::tcp tests | Kevin Ballard | -4/+4 |
| 2014-07-23 | Remove kludgy imports from vec! macro | Brian Anderson | -0/+1 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -45/+45 |
| 2014-06-29 | rustuv: Don't zero-out data on clones | Alex Crichton | -0/+40 |
| 2014-06-27 | std::io: Use re-exported pathes in examples. | OGINO Masanori | -3/+3 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -4/+4 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -4/+4 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -1/+2 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -20/+55 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -65/+67 |
| 2014-05-14 | Suppress a "unused variable" warning. | OGINO Masanori | -1/+1 |
| 2014-05-12 | Document a possible way in which connect_timout may change in the future | Tom Lee | -0/+3 |
| 2014-05-12 | Try to parse TcpStream::connect 'host' parameter as an IP. | Tom Lee | -1/+4 |
| 2014-05-12 | Easier interface for TCP ::connect and ::bind. | Tom Lee | -90/+256 |
| 2014-05-09 | auto merge of #14046 : alexcrichton/rust/ignore-a-test-on-freebsd, r=kballard | bors | -13/+18 |
| 2014-05-08 | std: Ignore a flaky test on freebsd | Alex Crichton | -13/+18 |
| 2014-05-08 | std: Mark timeout methods experimental | Alex Crichton | -0/+3 |
| 2014-05-07 | std: Add I/O timeouts to networking objects | Alex Crichton | -0/+178 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -3/+110 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -4/+5 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -4/+5 |
| 2014-04-26 | std: Add experimental networking methods | Alex Crichton | -0/+23 |
| 2014-04-23 | std: Add support for an accept() timeout | Alex Crichton | -1/+85 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -1/+16 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -1/+1 |
| 2014-04-11 | Add more type signatures to the docs; tweak a few of them. | Huon Wilson | -9/+15 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -2/+2 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -5/+3 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -5/+6 |
| 2014-03-13 | auto merge of #12855 : alexcrichton/rust/shutdown, r=brson | bors | -0/+18 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+18 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -89/+48 |
| 2014-02-11 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -1/+180 |