| Age | Commit message (Expand) | Author | Lines |
| 2014-10-30 | changes to tests | Nick Cameron | -1/+1 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -4/+4 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -4/+4 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -4/+4 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -5/+5 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+2 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+0 |
| 2014-08-14 | std::io::util cleanup + fixes | Steven Fackler | -18/+38 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -2/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -4/+4 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -7/+7 |
| 2014-06-02 | std: add `IterReader` to adapt iterators into readers | Erick Tryzelaar | -0/+49 |
| 2014-05-07 | std: Implement the Buffer trait for some wrappers | Alex Crichton | -1/+58 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -4/+6 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -6/+6 |
| 2014-04-06 | De-~[] IO utils | Steven Fackler | -6/+6 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -9/+9 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -6/+6 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -7/+7 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 2014-02-23 | Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added... | zslayton | -0/+2 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -1/+1 |
| 2014-02-15 | Add a method to LimitReader to return the limit | Steven Fackler | -2/+24 |
| 2014-02-15 | Update LimitReader to take the Reader to wrap by value | Palmer Cox | -7/+8 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -14/+17 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -26/+38 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -1/+1 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -25/+0 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -3/+2 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -0/+1 |
| 2013-12-20 | std: silence warnings when compiling test. | Huon Wilson | -2/+2 |
| 2013-12-11 | Add std::io::util | Steven Fackler | -0/+295 |