| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2015-06-17 | std: Deprecate the io::BufStream type | Alex Crichton | -0/+4 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -1/+1 |
| 2015-06-15 | Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichton | bors | -19/+77 |
| 2015-06-14 | Implement RFC 1014 | Steven Fackler | -19/+77 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-05-30 | std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0 | Mikhail Zabaluev | -1/+1 |
| 2015-05-29 | std::io: New ErrorKind value InvalidData | Mikhail Zabaluev | -1/+8 |
| 2015-05-28 | Mention UFCS sadness in instability messages | Steven Fackler | -3/+6 |
| 2015-05-27 | Add a test for downcasting | Steven Fackler | -2/+38 |
| 2015-05-27 | Add accessors for io::Error's inner error. | Steven Fackler | -6/+42 |
| 2015-05-27 | Delegate io::Error::cause to inner error | Steven Fackler | -0/+7 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -21/+20 |
| 2015-05-25 | doc: fix io::Write::write typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-20 | doc: 'reader' and 'writer' are nicer to read than 'r' and 'w' | Tshepang Lekhonkhobe | -7/+8 |
| 2015-05-19 | Add example code and cross-link to BufReader docs | Matt Brubeck | -1/+22 |
| 2015-05-10 | Update docs to stop referencing `BufReadExt` | Corey Farwell | -2/+2 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -6/+6 |
| 2015-05-05 | Auto merge of #25009 - alexcrichton:less-buffered-stream, r=aturon | bors | -10/+18 |
| 2015-05-01 | Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturon | bors | -3/+3 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -3/+3 |
| 2015-05-01 | Rollup merge of #25021 - frewsxcv:an-utf, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-04-30 | Replaces instanced of 'an UTF' with 'a UTF' | Corey Farwell | -1/+1 |
| 2015-04-30 | Add downcasting to std::error::Error | Aaron Turon | -1/+2 |
| 2015-04-30 | std: Destabilize io::BufStream | Alex Crichton | -10/+18 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -3/+1 |