| Age | Commit message (Expand) | Author | Lines |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -12/+12 |
| 2015-03-04 | std: Stabilize portions of the `io` module | Alex Crichton | -1/+16 |
| 2015-02-03 | std: Add `io` module again | Alex Crichton | -0/+153 |
| 2015-01-26 | std: Rename io to old_io | Alex Crichton | -444/+0 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -1/+1 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -3/+3 |
| 2015-01-10 | Implement Show for types in std::io::{buffered,util} | Steven Fackler | -10/+13 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -3/+3 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -3/+3 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -8/+0 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -5/+5 |
| 2015-01-03 | std: fix fallout | Jorge Aparicio | -4/+4 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -1/+1 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -3/+3 |
| 2015-01-02 | More fallout | Nick Cameron | -1/+1 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -1/+1 |
| 2014-12-30 | rollup merge of #20328: huonw/attack-of-the-clones | Alex Crichton | -0/+2 |
| 2014-12-30 | Implement `Clone` for a large number of iterators & other adaptors. | Huon Wilson | -0/+2 |
| 2014-12-29 | rollup merge of #20289: nick29581/shadowing | Alex Crichton | -1/+1 |
| 2014-12-30 | Fallout from mut slices | Nick Cameron | -1/+1 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -1/+1 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -2/+2 |
| 2014-12-29 | Fallout from globs/re-export/shadowing change | Nick Cameron | -1/+1 |
| 2014-12-19 | libstd: use `#[deriving(Copy)]` | Jorge Aparicio | -6/+3 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+6 |
| 2014-11-30 | std: add Reader impl for &[u8] | Erick Tryzelaar | -3/+2 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -1/+1 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -2/+10 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -5/+5 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -7/+7 |
| 2014-11-11 | std: Rename AsRef{Reader,Writer} to ByRef{Reader,Writer} | Erick Tryzelaar | -1/+1 |
| 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 |