| Age | Commit message (Expand) | Author | Lines |
| 2014-03-24 | auto merge of #13049 : alexcrichton/rust/io-fill, r=huonw | bors | -3/+3 |
| 2014-03-22 | Some cleanup in std::io::buffered | Steven Fackler | -15/+24 |
| 2014-03-22 | std: Add an I/O reader method to fill a buffer | Alex Crichton | -3/+3 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -6/+6 |
| 2014-03-12 | Update io iterators to produce IoResults | Palmer Cox | -5/+5 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -2/+2 |
| 2014-03-01 | std: Flush when buffered writers are dropped | Alex Crichton | -14/+25 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -21/+21 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -6/+6 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+2 |
| 2014-02-14 | return value/use extra::test::black_box in benchmarks | lpy | -2/+2 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -2/+2 |
| 2014-02-09 | std::io: Add `Chars` iterator for Buffer. | gifnksm | -0/+10 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -7/+6 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -50/+55 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -37/+43 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -1/+1 |
| 2014-01-21 | [std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behavior | Simon Sapin | -1/+1 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -54/+64 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -25/+8 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -64/+80 |
| 2014-01-08 | Robustly read remaining bytes in a character | Alex Crichton | -1/+7 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -1/+2 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -5/+27 |
| 2013-12-23 | Add tests for 0-byte read propagation. | Sébastien Paolacci | -0/+28 |
| 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 | -4/+4 |
| 2013-12-15 | Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}. | Huon Wilson | -2/+2 |
| 2013-12-15 | std::vec: remove unnecessary count parameter on {bytes, | Huon Wilson | -2/+2 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -2/+2 |
| 2013-12-11 | std::io: Add Buffer.lines(), change .bytes() api | klutzy | -0/+22 |
| 2013-11-30 | Fixes for BufferedWriter and LineBufferedWriter | Steven Fackler | -10/+28 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -6/+6 |
| 2013-11-19 | Implement more native file I/O | Alex Crichton | -1/+0 |
| 2013-11-13 | Introduce an io::Buffer trait | Alex Crichton | -81/+26 |
| 2013-11-12 | io: benchmarks for creation of the various Buffered objects | Corey Richardson | -0/+42 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -0/+473 |