| 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 | -4/+4 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -4/+4 |
| 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 | -4/+4 |
| 2014-10-01 | Remove iotest macro | Aaron Turon | -166/+267 |
| 2014-09-30 | Fix libstd | Steven Fackler | -1/+1 |
| 2014-09-27 | auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton | bors | -3/+3 |
| 2014-09-25 | Ignore two I/O tests that are failing on the win32 bot | Brian Anderson | -0/+2 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -3/+3 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -4/+12 |
| 2014-09-17 | rollup merge of #17297 : treeman/net-unix | Alex Crichton | -4/+3 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -5/+5 |
| 2014-09-16 | Rename std::io::net::unix to std::io::net::pipe. | Jonas Hietala | -4/+3 |
| 2014-08-28 | auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brson | bors | -3/+3 |
| 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-21 | libstd: Limit Duration range to i64 milliseconds. | Ruud van Asseldonk | -14/+2 |
| 2014-08-20 | libstd: Refactor Duration. | Ruud van Asseldonk | -5/+17 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -6/+1 |
| 2014-08-14 | auto merge of #16332 : brson/rust/slicestab, r=aturon | bors | -2/+2 |
| 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 | -1/+2 |
| 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 | -6/+14 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -2/+2 |
| 2014-08-06 | Use byte literals in libstd | nham | -6/+6 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -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 | -3/+3 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -49/+50 |
| 2014-07-03 | Rename set_broadast() to set_broadcast(). | Joseph Crail | -1/+7 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 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-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 | -10/+10 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -8/+8 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 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 | -43/+154 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -3/+3 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -68/+70 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -8/+6 |