| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+2 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -2/+2 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -2/+2 |
| 2014-05-13 | io: Add .read_at_least() to Reader | Kevin Ballard | -18/+18 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -2/+2 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -5/+6 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -7/+7 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -8/+8 |
| 2014-04-10 | std,serialize: remove some internal uses of ~[]. | Huon Wilson | -5/+5 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -5/+5 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -12/+12 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -1/+1 |
| 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 |