| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-11 | core: Remove the cast module | Alex Crichton | -0/+1 |
| 2014-05-09 | auto merge of #14046 : alexcrichton/rust/ignore-a-test-on-freebsd, r=kballard | bors | -13/+18 |
| 2014-05-09 | auto merge of #14035 : alexcrichton/rust/experimental, r=huonw | bors | -0/+9 |
| 2014-05-08 | Handle fallout in io::net::addrinfo, io::process, and rt::rtio | Kevin Ballard | -3/+3 |
| 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/+9 |
| 2014-05-07 | native: Implement timeouts for windows pipes | Alex Crichton | -1/+6 |
| 2014-05-07 | std: Add I/O timeouts to networking objects | Alex Crichton | -14/+391 |
| 2014-05-07 | auto merge of #13751 : alexcrichton/rust/io-close-read, r=brson | bors | -14/+201 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -14/+201 |
| 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 | -8/+11 |