| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-12-20 | auto merge of #10986 : adridu59/rust/patch-new, r=alexcrichton | bors | -3/+3 |
| 2013-12-20 | doc: forward-port the conditions tutorial + fixup libstd example | Adrien Tétar | -3/+3 |
| 2013-12-20 | auto merge of #11081 : alexcrichton/rust/comm-adapters, r=huonw | bors | -2/+5 |
| 2013-12-19 | Get comm_adapters building again | Alex Crichton | -2/+5 |
| 2013-12-20 | std: silence warnings when compiling test. | Huon Wilson | -11/+4 |
| 2013-12-19 | std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. | Huon Wilson | -6/+7 |
| 2013-12-17 | auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichton | bors | -1/+1 |
| 2013-12-17 | Handle ENOENT | Cadence Marseille | -1/+1 |
| 2013-12-16 | Test fallout from std::comm rewrite | Alex Crichton | -2/+2 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -182/+117 |
| 2013-12-16 | Make BufferedReader propagate 0-byte long reads. | Sébastien Paolacci | -3/+3 |
| 2013-12-15 | auto merge of #10984 : huonw/rust/clean-raw, r=cmr | bors | -17/+15 |
| 2013-12-15 | std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut []. | Huon Wilson | -3/+3 |
| 2013-12-15 | Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}. | Huon Wilson | -5/+5 |
| 2013-12-15 | std::vec: remove unnecessary count parameter on {bytes, | Huon Wilson | -9/+7 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -14/+14 |
| 2013-12-13 | auto merge of #10895 : sfackler/rust/io-util, r=alexcrichton | bors | -0/+298 |
| 2013-12-11 | Add std::io::util | Steven Fackler | -0/+298 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -26/+26 |
| 2013-12-11 | std::io: Add Buffer.lines(), change .bytes() api | klutzy | -52/+136 |
| 2013-12-10 | libstd: Remove `Cell` from the library. | Patrick Walton | -1/+1 |
| 2013-12-10 | librustuv: Change `with_local_io` to use RAII. | Patrick Walton | -131/+128 |
| 2013-12-10 | librustpkg: Make `io::ignore_io_error()` use RAII; remove a few more | Patrick Walton | -2/+3 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -93/+45 |
| 2013-12-10 | Implement PortReader and ChanWriter | Raphael Speyer | -11/+172 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -8/+5 |
| 2013-12-04 | auto merge of #10796 : kballard/rust/revert-new-naming, r=alexcrichton | bors | -35/+34 |