| Age | Commit message (Expand) | Author | Lines |
| 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 | -1/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 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 | -1/+1 |
| 2014-10-01 | Remove iotest macro | Aaron Turon | -25/+41 |
| 2014-09-27 | auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton | bors | -1/+1 |
| 2014-09-25 | Ignore two I/O tests that are failing on the win32 bot | Brian Anderson | -0/+1 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -1/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-03 | Rename set_broadast() to set_broadcast(). | Joseph Crail | -1/+7 |
| 2014-07-02 | Add `recvfrom` and `sendto`. | OGINO Masanori | -0/+13 |
| 2014-07-02 | Rename recvfrom -> recv_from, sendto -> send_to. | OGINO Masanori | -34/+34 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -11/+27 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -2/+0 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -0/+1 |
| 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/+74 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -0/+2 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -1/+2 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+2 |
| 2014-05-06 | auto merge of #13754 : alexcrichton/rust/net-experimental, r=brson | bors | -1/+47 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -4/+4 |
| 2014-04-26 | std: Add experimental networking methods | Alex Crichton | -1/+47 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -1/+1 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -2/+2 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -3/+3 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -2/+3 |
| 2014-03-25 | std: Touch various I/O documentation blocks | Alex Crichton | -2/+30 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -9/+43 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -46/+46 |
| 2014-03-04 | Rename struct fields with uppercase characters in their names to use lowercase | Palmer Cox | -4/+4 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -2/+2 |
| 2014-02-28 | std: Improve some I/O documentation | Alex Crichton | -0/+2 |
| 2014-02-11 | Test fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2014-02-11 | io -- introduce local to avoid conflicting borrow | Niko Matsakis | -1/+2 |
| 2014-02-05 | Make a double-write UDP test more robust | Alex Crichton | -7/+10 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -0/+117 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -40/+35 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -35/+14 |
| 2014-01-29 | Removing do keyword from libstd and librustc | Scott Lawrence | -8/+8 |
| 2014-01-13 | std: Ignore bind error tests on android. #11530 | Brian Anderson | -1/+2 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -2/+0 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -2/+0 |
| 2014-01-05 | Fix some warnings | Corey Richardson | -2/+1 |
| 2013-12-31 | Implement native UDP I/O | Alex Crichton | -23/+25 |