| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -8/+11 |
| 2014-05-06 | auto merge of #13754 : alexcrichton/rust/net-experimental, r=brson | bors | -1/+70 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -4/+4 |
| 2014-04-26 | std: Add experimental networking methods | Alex Crichton | -1/+70 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -1/+90 |
| 2014-04-23 | auto merge of #13688 : alexcrichton/rust/accept-timeout, r=brson | bors | -1/+85 |
| 2014-04-23 | std: Add support for an accept() timeout | Alex Crichton | -1/+85 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -4/+4 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -4/+4 |
| 2014-04-22 | native: Unlink unix socket paths on drop | Alex Crichton | -0/+16 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -1/+16 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+3 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -4/+4 |
| 2014-04-12 | auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brson | bors | -2/+2 |
| 2014-04-11 | Add more type signatures to the docs; tweak a few of them. | Huon Wilson | -9/+15 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -2/+2 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -2/+2 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -22/+20 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+3 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -4/+4 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -13/+16 |
| 2014-03-25 | std: Touch various I/O documentation blocks | Alex Crichton | -2/+30 |