| Age | Commit message (Expand) | Author | Lines |
| 2014-01-08 | Robustly read remaining bytes in a character | Alex Crichton | -3/+9 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -5/+5 |
| 2014-01-04 | auto merge of #11310 : Dretch/rust/write_char, r=alexcrichton | bors | -0/+8 |
| 2014-01-04 | auto merge of #11271 : adridu59/rust/patch-io, r=huonw | bors | -21/+45 |
| 2014-01-04 | Restore Writer.write_char, see #10861. | Gareth Smith | -0/+8 |
| 2014-01-04 | std: io: add some code examples | Adrien Tétar | -21/+45 |
| 2014-01-03 | Add read_to_str and write_{str, line} | Alex Crichton | -24/+53 |
| 2014-01-01 | Don't leave lingering files in doc tests | Alex Crichton | -0/+2 |
| 2013-12-24 | rustuv: Get all tests passing again after refactor | Alex Crichton | -3/+2 |
| 2013-12-24 | std: Get stdtest all passing again | Alex Crichton | -0/+4 |
| 2013-12-24 | native: Introduce libnative | Alex Crichton | -5/+0 |
| 2013-12-23 | Fixing more doc tests | Alex Crichton | -1/+7 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -1/+17 |
| 2013-12-20 | auto merge of #10986 : adridu59/rust/patch-new, r=alexcrichton | bors | -3/+3 |
| 2013-12-20 | doc: forward-port the conditions tutorial + fixup libstd example | Adrien Tétar | -3/+3 |
| 2013-12-19 | Get comm_adapters building again | Alex Crichton | -0/+3 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -3/+0 |
| 2013-12-15 | auto merge of #10984 : huonw/rust/clean-raw, r=cmr | bors | -2/+2 |
| 2013-12-15 | Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}. | Huon Wilson | -2/+2 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -3/+3 |
| 2013-12-13 | auto merge of #10895 : sfackler/rust/io-util, r=alexcrichton | bors | -0/+3 |
| 2013-12-11 | Add std::io::util | Steven Fackler | -0/+3 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -5/+5 |
| 2013-12-11 | std::io: Add Buffer.lines(), change .bytes() api | klutzy | -37/+105 |
| 2013-12-10 | librustpkg: Make `io::ignore_io_error()` use RAII; remove a few more | Patrick Walton | -2/+3 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -1/+1 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -1/+1 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -1/+1 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -13/+9 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -1/+1 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -2/+2 |
| 2013-11-17 | auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmr | bors | -1/+101 |
| 2013-11-16 | Implement read_char on the Buffer trait | Alex Crichton | -0/+27 |
| 2013-11-13 | Implement native::IoFactory | Alex Crichton | -18/+1 |
| 2013-11-13 | Introduce an io::Buffer trait | Alex Crichton | -1/+74 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -0/+1226 |