| Age | Commit message (Expand) | Author | Lines |
| 2016-01-15 | Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichton | bors | -3/+3 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -3/+3 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -13/+13 |
| 2016-01-02 | Adjusted heading and created dedicated section in std::io docs | Nathan | -0/+9 |
| 2015-12-30 | doc: fix grammar | Tshepang Lekhonkhobe | -2/+2 |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -1/+1 |
| 2015-12-26 | Fix links in docs for std::io | Florian Hartwig | -4/+4 |
| 2015-12-18 | Use memchr in libstd where possible, closes #30076 | Florian Hahn | -1/+2 |
| 2015-12-09 | doc: these are just renames, so avoid duplication | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -9/+30 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+8 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-10-17 | Fix minor issues with std::io docs | Kevin Yap | -7/+7 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -2/+2 |
| 2015-09-30 | Make note of performance implications of Read | Steve Klabnik | -0/+7 |
| 2015-09-03 | std: Account for CRLF in {str, BufRead}::lines | Alex Crichton | -4/+7 |
| 2015-08-30 | Auto merge of #27588 - cesarb:read_all, r=alexcrichton | bors | -0/+107 |
| 2015-08-28 | Add issue number to read_exact unstable declarations | Cesar Eduardo Barros | -1/+1 |
| 2015-08-24 | Implement read_exact for the Read trait | Cesar Eduardo Barros | -0/+107 |
| 2015-08-18 | Remove repetition in Seek::seek() doc | Remi Rampin | -3/+0 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -12/+24 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -1/+1 |
| 2015-08-02 | Docs: clarify return value of std::io::Seek::seek | Simon Sapin | -2/+3 |
| 2015-07-29 | Rollup merge of #27327 - steveklabnik:fix_take, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -1/+1 |
| 2015-07-27 | Fix buffer length in std::io::take | Steve Klabnik | -1/+1 |
| 2015-07-22 | Rollup merge of #27167 - steveklabnik:doc_std_io_take, r=alexcrichton | Steve Klabnik | -2/+8 |
| 2015-07-22 | Rollup merge of #27157 - steveklabnik:doc_std_io_iterators, r=alexcrichton | Steve Klabnik | -11/+28 |
| 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 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/+11 |
| 2015-07-08 | Improve Vec::resize so that it can be used in Read::read_to_end | Ulrik Sverdrup | -2/+10 |
| 2015-06-23 | doc: remove repeated word | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-29 | std::io: New ErrorKind value InvalidData | Mikhail Zabaluev | -1/+1 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -2/+1 |
| 2015-05-25 | doc: fix io::Write::write typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-19 | Add example code and cross-link to BufReader docs | Matt Brubeck | -1/+4 |
| 2015-05-10 | Update docs to stop referencing `BufReadExt` | Corey Farwell | -2/+2 |
| 2015-04-30 | Replaces instanced of 'an UTF' with 'a UTF' | Corey Farwell | -1/+1 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -2/+1 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -1/+1 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -1/+1 |
| 2015-04-15 | Fix some typos. | Ms2ger | -1/+1 |