| Age | Commit message (Expand) | Author | Lines |
| 2014-07-09 | auto merge of #15471 : erickt/rust/push_all, r=acrichto | bors | -5/+49 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -3/+3 |
| 2014-07-05 | std: flesh out MemWriter benchmarks | Erick Tryzelaar | -5/+49 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -4/+4 |
| 2014-06-21 | std: inline many of the Writer/Reader methods | Erick Tryzelaar | -0/+90 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -2/+2 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -3/+3 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+2 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -3/+3 |
| 2014-05-13 | io: Add .read_at_least() to Reader | Kevin Ballard | -6/+6 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+3 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -1/+1 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -4/+4 |
| 2014-04-08 | Update an obsolete comment about conditions | Simon Sapin | -1/+1 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -13/+14 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -6/+6 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -8/+8 |
| 2014-03-22 | std: Add an I/O reader method to fill a buffer | Alex Crichton | -2/+16 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -7/+7 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -14/+14 |
| 2014-02-28 | std: Improve some I/O documentation | Alex Crichton | -0/+2 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -4/+4 |
| 2014-02-11 | Finalize the Seek API | Alex Crichton | -26/+73 |
| 2014-02-08 | Fix infinite loop in BufReader::read_until. | Q.P.Liu | -1/+9 |
| 2014-02-08 | Fix infinite loop in MemReader::read_until. | Q.P.Liu | -1/+9 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -4/+8 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -77/+74 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -27/+34 |
| 2014-01-28 | Rename OwnedCopyableVector to OwnedCloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -21/+52 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -21/+52 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -2/+4 |
| 2014-01-09 | Add eof to MemReader and BufReader | Steven Fackler | -2/+12 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -10/+2 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -21/+30 |
| 2014-01-04 | Restore Writer.write_char, see #10861. | Gareth Smith | -0/+10 |
| 2014-01-03 | Add read_to_str and write_{str, line} | Alex Crichton | -0/+20 |
| 2013-12-15 | std::vec: remove unnecessary count parameter on {bytes, | Huon Wilson | -6/+4 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -11/+11 |
| 2013-12-01 | std::io::mem: add a with_capacity constructor to MemWriter. | Huon Wilson | -1/+7 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -3/+3 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -1/+1 |
| 2013-11-17 | auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmr | bors | -19/+29 |
| 2013-11-16 | Implement read_char on the Buffer trait | Alex Crichton | -0/+16 |
| 2013-11-13 | Introduce an io::Buffer trait | Alex Crichton | -19/+13 |
| 2013-11-13 | Implemented BufWriter | Zach Kamsler | -10/+99 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -0/+308 |