| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -28/+28 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |
| 2014-05-25 | libstd: Remove unnecessary re-exports under std::std | Kevin Ballard | -3/+3 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -9/+9 |
| 2014-05-23 | std: Move running_on_valgrind to rt::util. #1457 | Brian Anderson | -1/+1 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -7/+7 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -7/+8 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -124/+144 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -7/+7 |
| 2014-05-20 | Add .isatty() method to StdReader | Kevin Ballard | -0/+10 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -3/+3 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -2/+2 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -16/+14 |
| 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 |