| Age | Commit message (Expand) | Author | Lines |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -35/+34 |
| 2013-12-04 | auto merge of #10804 : alexcrichton/rust/less-dup, r=pcwalton | bors | -13/+5 |
| 2013-12-04 | Don't dup the stdio file descriptors. | Alex Crichton | -13/+5 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -9/+9 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -24/+21 |
| 2013-12-03 | Move std::util::ignore to std::prelude::drop | Steven Fackler | -2/+2 |
| 2013-11-30 | auto merge of #10738 : sfackler/rust/buffered-fixes, r=alexcrichton | bors | -10/+28 |
| 2013-11-30 | Fixes for BufferedWriter and LineBufferedWriter | Steven Fackler | -10/+28 |
| 2013-12-01 | std::io::mem: add a with_capacity constructor to MemWriter. | Huon Wilson | -1/+7 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -34/+35 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -27/+27 |
| 2013-11-26 | libstd: Fix Win32 and other bustage. | Patrick Walton | -2/+4 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -6/+6 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -75/+75 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -205/+145 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -2/+2 |
| 2013-11-26 | rustc: Add lint for obsolete attributes | klutzy | -1/+0 |
| 2013-11-25 | std: IPv6 addresses are represented as eight groups of four HEXADECIMAL digits | Andreas Ots | -1/+2 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -26/+31 |
| 2013-11-19 | auto merge of #10495 : alexcrichton/rust/more-native-io, r=brson | bors | -644/+866 |
| 2013-11-19 | Implement more native file I/O | Alex Crichton | -644/+866 |
| 2013-11-19 | auto merge of #10558 : alexcrichton/rust/faster-stdout, r=pcwalton,pcwalton | bors | -0/+1 |
| 2013-11-18 | libstd: Change all `~fn()`s to `proc`s in the standard library. | Patrick Walton | -1/+1 |
| 2013-11-18 | Allow piped stdout/stderr use uv_tty_t | Alex Crichton | -0/+1 |
| 2013-11-17 | auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmr | bors | -101/+156 |
| 2013-11-16 | Implement read_char on the Buffer trait | Alex Crichton | -0/+43 |
| 2013-11-14 | test: Fix signal-exit-status on windows | klutzy | -0/+1 |
| 2013-11-13 | auto merge of #10457 : alexcrichton/rust/native-io, r=brson | bors | -319/+405 |
| 2013-11-13 | Implement native::IoFactory | Alex Crichton | -319/+405 |
| 2013-11-13 | auto merge of #10451 : zkamsler/rust/buf_writer, r=alexcrichton | bors | -10/+99 |
| 2013-11-13 | Introduce an io::Buffer trait | Alex Crichton | -101/+113 |
| 2013-11-13 | Implemented BufWriter | Zach Kamsler | -10/+99 |
| 2013-11-12 | io: benchmarks for creation of the various Buffered objects | Corey Richardson | -0/+42 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -0/+8639 |