| Age | Commit message (Expand) | Author | Lines |
| 2015-07-29 | Rollup merge of #27342 - steveklabnik:fix_links, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2015-07-29 | Rollup merge of #27341 - steveklabnik:remove_warning, r=alexcrichton | Steve Klabnik | -4/+0 |
| 2015-07-29 | Rollup merge of #27327 - steveklabnik:fix_take, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-07-28 | std: Stabilize a number of small APIs | Alex Crichton | -9/+6 |
| 2015-07-28 | IO Docs: Fix Link in Cursor description | Pascal Hertleif | -4/+2 |
| 2015-07-27 | fix two links | Steve Klabnik | -2/+2 |
| 2015-07-27 | Remove warning header for consistency | Steve Klabnik | -4/+0 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -2/+2 |
| 2015-07-27 | Fix buffer length in std::io::take | Steve Klabnik | -1/+1 |
| 2015-07-22 | Rollup merge of #27170 - steveklabnik:doc_std_io_intoinnererror, r=alexcrichton | Steve Klabnik | -1/+73 |
| 2015-07-22 | Rollup merge of #27167 - steveklabnik:doc_std_io_take, r=alexcrichton | Steve Klabnik | -2/+8 |
| 2015-07-22 | Rollup merge of #27166 - steveklabnik:doc_std_io_linewriter, r=alexcrichton | Steve Klabnik | -3/+120 |
| 2015-07-22 | Rollup merge of #27164 - steveklabnik:doc_io_utils, r=alexcrichton | Steve Klabnik | -1/+16 |
| 2015-07-22 | Rollup merge of #27163 - steveklabnik:doc_std_io_cursor, r=alexcrichton | Steve Klabnik | -9/+140 |
| 2015-07-22 | Rollup merge of #27157 - steveklabnik:doc_std_io_iterators, r=alexcrichton | Steve Klabnik | -11/+28 |
| 2015-07-22 | Rollup merge of #27155 - steveklabnik:doc_std_io_buf_writer, r=alexcrichton | Steve Klabnik | -5/+97 |
| 2015-07-22 | Improve documentation for std::io::Cursor | Steve Klabnik | -9/+140 |
| 2015-07-22 | Improve documentation for std::io::LineWriter | Steve Klabnik | -3/+120 |
| 2015-07-22 | Improve documentation for std::io::BufWriter | Steve Klabnik | -5/+97 |
| 2015-07-21 | Expand documentation for IntoInnerError | Steve Klabnik | -1/+73 |
| 2015-07-20 | Write better docs for std::io | Steve Klabnik | -0/+229 |
| 2015-07-20 | Update docs for take and broadcast | Steve Klabnik | -2/+8 |
| 2015-07-20 | Document structures in std::io::utils | Steve Klabnik | -1/+16 |
| 2015-07-20 | Document iterators in std::io | Steve Klabnik | -11/+28 |
| 2015-07-16 | Merge branch 'doc_io_traits_enums' of https://github.com/steveklabnik/rust in... | Steve Klabnik | -58/+601 |
| 2015-07-16 | More docs for std::io free functions. | Steve Klabnik | -10/+10 |
| 2015-07-16 | More docs for std::io::Write | Steve Klabnik | -12/+114 |
| 2015-07-16 | More docs for std::io::Seek | Steve Klabnik | -6/+27 |
| 2015-07-16 | More docs for std::io::Read | Steve Klabnik | -12/+278 |
| 2015-07-16 | More docs for std::io::BufRead | Steve Klabnik | -32/+186 |
| 2015-07-15 | Add specializations of read_to_end for Stdin, TcpStream and File, | Alisdair Owens | -0/+15 |
| 2015-07-14 | Auto merge of #27024 - bluss:io-drain, r=alexcrichton | bors | -8/+1 |
| 2015-07-14 | Use Vec::drain in BufWriter | Ulrik Sverdrup | -8/+1 |
| 2015-07-12 | doc: remove redundant info | Tshepang Lekhonkhobe | -4/+0 |
| 2015-07-11 | Auto merge of #26903 - steveklabnik:io_function_docs, r=alexcricthon | bors | -19/+158 |
| 2015-07-10 | More docs for std::io::BufReader | Steve Klabnik | -4/+77 |
| 2015-07-10 | Add more std::io documentation. | Steve Klabnik | -19/+158 |
| 2015-07-09 | Auto merge of #26904 - bluss:no-repeat, r=alexcrichton | bors | -2/+3 |
| 2015-07-09 | io: Use Vec::resize in Cursor<Vec<u8>> for more efficient zero fill | Ulrik Sverdrup | -2/+3 |
| 2015-07-08 | Auto merge of #26849 - bluss:read-to-end-memset, r=alexcrichton | bors | -6/+11 |
| 2015-07-08 | Stdin::read_line: read_line does not need a mutable borrow | Ralf Jung | -1/+1 |
| 2015-07-08 | io: Simplify BufReader::with_capacity | Ulrik Sverdrup | -4/+1 |
| 2015-07-08 | Improve Vec::resize so that it can be used in Read::read_to_end | Ulrik Sverdrup | -2/+10 |
| 2015-07-05 | std: small doc fixes for BufReader and BufWriter | Georg Brandl | -8/+8 |
| 2015-06-30 | doc: add example for Stdin::read_line | Tshepang Lekhonkhobe | -0/+22 |
| 2015-06-23 | Auto merge of #26514 - tshepang:repetition, r=Gankro | bors | -1/+1 |
| 2015-06-23 | doc: remove repeated word | Tshepang Lekhonkhobe | -1/+1 |
| 2015-06-19 | Add a test for Debug for io::Error | Peter Atashian | -0/+10 |
| 2015-06-18 | Custom Debug impl for io::Error | Peter Atashian | -1/+11 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -2/+6 |