| Age | Commit message (Expand) | Author | Lines |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -5/+44 |
| 2014-03-20 | std: Rename {push,read}_bytes to {push,read}_exact | Alex Crichton | -11/+11 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -4/+4 |
| 2014-03-12 | Update io iterators to produce IoResults | Palmer Cox | -12/+17 |
| 2014-02-28 | std: Improve some I/O documentation | Alex Crichton | -0/+2 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+2 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -3/+4 |
| 2014-02-09 | std: Move byteswap functions to mem | Brian Anderson | -3/+3 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -84/+48 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -1/+1 |
| 2014-02-01 | Optimize u64_to_{le,be}_bytes | Björn Steinbrink | -28/+14 |
| 2014-01-30 | Prefix _ to unused variables. | OGINO Masanori | -1/+1 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -2/+2 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -4/+4 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -1/+1 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -6/+6 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -1/+1 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -1/+1 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -3/+3 |
| 2014-01-10 | std::io: Optimize u64_from_be_bytes() | Carl-Anton Ingmarsson | -11/+19 |
| 2014-01-10 | std::io: Add tests and benchmarks for u64_from_be_bytes() | Carl-Anton Ingmarsson | -0/+82 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -18/+0 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -6/+5 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -4/+5 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -0/+1 |
| 2014-01-03 | libsyntax: Fix tests. | Patrick Walton | -0/+1 |
| 2014-01-03 | libstd: Remove a spurious `@mut` from a disabled test | Patrick Walton | -2/+3 |
| 2013-12-11 | std::io: Add Buffer.lines(), change .bytes() api | klutzy | -15/+9 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -16/+16 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -4/+2 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -0/+491 |