| Age | Commit message (Expand) | Author | Lines |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -2/+57 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -1/+2 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -0/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -4/+4 |
| 2014-05-08 | Handle fallout in libnative | Kevin Ballard | -1/+1 |
| 2014-05-08 | Handle fallout in io::net::addrinfo, io::process, and rt::rtio | Kevin Ballard | -1/+1 |
| 2014-05-07 | std: Add I/O timeouts to networking objects | Alex Crichton | -0/+9 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -0/+4 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -23/+28 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -0/+2 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -1/+3 |
| 2014-04-23 | std: Add support for an accept() timeout | Alex Crichton | -0/+1 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -1/+2 |
| 2014-04-10 | std,native,green,rustuv: make readdir return `Vec`. | Huon Wilson | -1/+2 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -4/+4 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -78/+81 |
| 2014-03-13 | auto merge of #12855 : alexcrichton/rust/shutdown, r=brson | bors | -0/+1 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -4/+4 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -0/+1 |
| 2014-02-12 | Expose whether event loops have active I/O | Alex Crichton | -0/+1 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -2/+2 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -0/+4 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -17/+6 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -2/+2 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -8/+10 |
| 2013-12-24 | rustuv: Remove the id() function from IoFactory | Alex Crichton | -2/+0 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -4/+7 |
| 2013-12-24 | std: Expose that LocalIo may not always be available | Alex Crichton | -23/+37 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -2/+2 |
| 2013-12-15 | std::rt: s/pausible/pausable/. | Huon Wilson | -2/+2 |
| 2013-12-10 | libstd: Remove `Cell` from the library. | Patrick Walton | -8/+15 |
| 2013-12-10 | librustuv: Change `with_local_io` to use RAII. | Patrick Walton | -23/+48 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -2/+2 |
| 2013-11-18 | Allow piped stdout/stderr use uv_tty_t | Alex Crichton | -0/+1 |
| 2013-11-13 | Implement native::IoFactory | Alex Crichton | -9/+17 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -12/+12 |
| 2013-11-12 | Implemented a ProcessExit enum and helper methods to std::rt::io::process for... | Matthew Iselin | -2/+2 |
| 2013-11-10 | Fall back from uv tty instances more aggressively | Alex Crichton | -1/+0 |
| 2013-11-10 | Rework the idle callback to have a safer interface | Alex Crichton | -3/+1 |
| 2013-11-10 | Add bindings to uv's utime function | Alex Crichton | -0/+2 |
| 2013-11-10 | Start migrating stream I/O away from ~fn() | Alex Crichton | -2/+0 |
| 2013-11-10 | Remove usage of ~fn() from uv async/idle | Alex Crichton | -3/+7 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -5/+18 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -2/+5 |
| 2013-11-03 | Modify IoFactory's fs_mkdir, and add fs_rename | Alex Crichton | -1/+2 |
| 2013-10-30 | Make Writer::flush a no-op default method | Alex Crichton | -1/+0 |
| 2013-10-25 | Enhance timers to create ports | Alex Crichton | -1/+3 |
| 2013-10-24 | Remove the 'callback_ms' function from EventLoop | Alex Crichton | -1/+0 |