| Age | Commit message (Expand) | Author | Lines |
| 2014-12-14 | std: Bind port early to make a test more reliable | Alex Crichton | -1/+2 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -11/+11 |
| 2014-12-13 | libstd: use unboxed closures | Jorge Aparicio | -1/+4 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -1/+1 |
| 2014-11-21 | sys: reveal std::io representation to sys module | Aaron Turon | -0/+7 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -30/+30 |
| 2014-11-08 | Runtime removal: refactor pipes and networking | Aaron Turon | -41/+19 |
| 2014-11-05 | Added more documentation on ToSocketAddr trait | Vladimir Matveev | -1/+7 |
| 2014-11-05 | Fixed other tests to pass make check | Vladimir Matveev | -1/+1 |
| 2014-11-05 | Migrated io::net::udp over to ToSocketAddr | Vladimir Matveev | -14/+9 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -16/+16 |
| 2014-10-25 | Deprecate UdpStream | Julian Orth | -0/+12 |
| 2014-10-25 | Make UdpStream block until the next non-empty msg. | Julian Orth | -13/+20 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -19/+0 |
| 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 |