| Age | Commit message (Expand) | Author | Lines |
| 2014-05-15 | std: Add an adaptor for Writer => FormatWriter | Alex Crichton | -0/+36 |
| 2014-05-15 | std: Delete unused file | Brian Anderson | -52/+0 |
| 2014-05-15 | std: Modify TempDir to not fail on drop. Closes #12628 | Brian Anderson | -10/+47 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -306/+291 |
| 2014-05-14 | auto merge of #14009 : jcmoyer/rust/bitflags-complement, r=alexcrichton | bors | -1/+1 |
| 2014-05-14 | auto merge of #14186 : omasanori/rust/suppress-warnings, r=alexcrichton | bors | -1/+1 |
| 2014-05-14 | Implement set complement and universe for bitflags | J.C. Moyer | -1/+1 |
| 2014-05-13 | auto merge of #13127 : kballard/rust/read_at_least, r=alexcrichton | bors | -82/+251 |
| 2014-05-13 | io: Add .read_at_least() to Reader | Kevin Ballard | -82/+251 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -59/+131 |
| 2014-05-14 | Suppress a "unused variable" warning. | OGINO Masanori | -1/+1 |
| 2014-05-12 | auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al... | bors | -96/+264 |
| 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 | -96/+258 |
| 2014-05-12 | Test fixes from rollup | Alex Crichton | -1/+0 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -9/+14 |
| 2014-05-12 | Make ProcessOutput Eq, TotalEq, Clone | Yehuda Katz | -0/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -13/+14 |
| 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 documentation | Kevin Ballard | -1/+1 |
| 2014-05-08 | Handle fallout in io::net::addrinfo, io::process, and rt::rtio | Kevin Ballard | -5/+5 |
| 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/+8 |
| 2014-05-07 | std: Add I/O timeouts to networking objects | Alex Crichton | -15/+404 |
| 2014-05-07 | auto merge of #13964 : alexcrichton/rust/more-buffers, r=brson | bors | -1/+63 |
| 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: Move Option::expect to libstd from libcore | Alex Crichton | -0/+1 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -4/+6 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -2/+1 |
| 2014-05-07 | std: Implement the Buffer trait for some wrappers | Alex Crichton | -1/+63 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -32/+43 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -32/+43 |
| 2014-05-06 | auto merge of #13754 : alexcrichton/rust/net-experimental, r=brson | bors | -1/+70 |
| 2014-05-05 | Change std::io::FilePermission to a typesafe representation | Aaron Turon | -36/+41 |
| 2014-05-04 | auto merge of #13865 : alexcrichton/rust/issue-13861, r=brson | bors | -0/+20 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -29/+29 |
| 2014-05-01 | Fix a/an typos | Jorge Aparicio | -1/+1 |
| 2014-04-30 | native: Always open a file with Open/Write modes | Alex Crichton | -0/+20 |
| 2014-04-27 | Added missing values in std::io::standard_error() | m-r-r | -1/+15 |
| 2014-04-26 | std: Add experimental networking methods | Alex Crichton | -1/+70 |
| 2014-04-25 | clarify docs for std:io::fs::Path::{is_dir,is_file,exists}; add lstat | Aaron Turon | -28/+28 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -1/+90 |
| 2014-04-24 | fix O(n^2) perf bug for std::io::fs::walk_dir | Aaron Turon | -2/+29 |
| 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 |