| Age | Commit message (Expand) | Author | Lines |
| 2014-01-14 | Mark LineIterator as public so its docs get generated. | a_m0d | -1/+1 |
| 2014-01-14 | auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis | bors | -3/+3 |
| 2014-01-13 | std: Ignore bind error tests on android. #11530 | Brian Anderson | -2/+4 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -3/+3 |
| 2014-01-10 | auto merge of #11416 : bjz/rust/remove-print-fns, r=alexcrichton | bors | -4/+4 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -4/+4 |
| 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 | Add eof to MemReader and BufReader | Steven Fackler | -2/+12 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -142/+18 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -192/+118 |
| 2014-01-08 | Robustly read remaining bytes in a character | Alex Crichton | -4/+16 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -11/+12 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -1/+7 |
| 2014-01-07 | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson | bors | -27/+105 |
| 2014-01-07 | auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton | bors | -9/+9 |
| 2014-01-06 | Don't read forever on a file descriptor | Alex Crichton | -0/+22 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -27/+105 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -9/+9 |
| 2014-01-06 | auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwalton | bors | -0/+21 |
| 2014-01-06 | Don't wait for a full buffer when reading TCP | Alex Crichton | -0/+21 |
| 2014-01-05 | Fix some warnings | Corey Richardson | -2/+1 |
| 2014-01-04 | auto merge of #11310 : Dretch/rust/write_char, r=alexcrichton | bors | -0/+18 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -11/+46 |
| 2014-01-04 | auto merge of #11271 : adridu59/rust/patch-io, r=huonw | bors | -21/+45 |
| 2014-01-04 | Restore Writer.write_char, see #10861. | Gareth Smith | -0/+18 |
| 2014-01-04 | std: io: add some code examples | Adrien Tétar | -21/+45 |
| 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 |
| 2014-01-03 | Add read_to_str and write_{str, line} | Alex Crichton | -24/+73 |
| 2014-01-01 | auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwalton | bors | -0/+2 |
| 2014-01-01 | Don't leave lingering files in doc tests | Alex Crichton | -0/+2 |
| 2013-12-31 | Implement native UDP I/O | Alex Crichton | -23/+25 |
| 2013-12-28 | auto merge of #11159 : alexcrichton/rust/native-io, r=pcwalton | bors | -74/+197 |
| 2013-12-27 | Implement native TCP I/O | Alex Crichton | -70/+46 |
| 2013-12-27 | Bring native process bindings up to date | Alex Crichton | -5/+151 |
| 2013-12-27 | auto merge of #11098 : erickt/rust/collect, r=alexcrichton | bors | -2/+1 |
| 2013-12-26 | std: remove some test warnings | Erick Tryzelaar | -2/+1 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -3/+4 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -0/+79 |
| 2013-12-24 | rustuv: Get all tests passing again after refactor | Alex Crichton | -3/+2 |
| 2013-12-24 | std: Get stdtest all passing again | Alex Crichton | -117/+113 |
| 2013-12-24 | native: Introduce libnative | Alex Crichton | -1852/+0 |
| 2013-12-24 | std: Handle prints with literally no context | Alex Crichton | -1/+11 |
| 2013-12-24 | std: Expose that LocalIo may not always be available | Alex Crichton | -153/+81 |
| 2013-12-24 | std: Delete rt::test | Alex Crichton | -590/+583 |
| 2013-12-23 | auto merge of #11022 : spaolacci/rust/0read, r=alexcrichton | bors | -3/+31 |
| 2013-12-23 | Fixing more doc tests | Alex Crichton | -1/+7 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -4/+20 |
| 2013-12-23 | Add tests for 0-byte read propagation. | Sébastien Paolacci | -0/+28 |