| Age | Commit message (Expand) | Author | Lines |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -16/+32 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -149/+2 |
| 2015-08-11 | rollup merge of #27679: durka/patch-5 | Alex Crichton | -4/+4 |
| 2015-08-11 | correct copy/paste typos in stdio.rs comments | Alex Burka | -4/+4 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -9/+0 |
| 2015-08-10 | Auto merge of #27531 - bluss:io-copy-dst, r=alexcrichton | bors | -2/+14 |
| 2015-08-10 | std: Allow ?Sized parameters in std::io::copy | Ulrik Sverdrup | -2/+14 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -2/+5 |
| 2015-08-02 | Docs: clarify return value of std::io::Seek::seek | Simon Sapin | -2/+3 |
| 2015-07-31 | Auto merge of #27370 - alexcrichton:stabilize-easy, r=brson | bors | -9/+6 |
| 2015-07-31 | Auto merge of #26897 - RalfJung:stdin-mut, r=alexcrichton | bors | -1/+1 |
| 2015-07-29 | Rollup merge of #27345 - killercup:patch-15, r=alexcrichton | Steve Klabnik | -4/+2 |
| 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 |