| Age | Commit message (Expand) | Author | Lines |
| 2016-10-02 | Update unstable attr to reference tracking issue. | Corey Farwell | -1/+1 |
| 2016-09-30 | Auto merge of #36339 - brson:emscripten-new, r=alexcrichton | bors | -0/+2 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+2 |
| 2016-09-30 | Fix BufRead::{read_until, read_line} documentation. | Tomasz Miąsko | -7/+3 |
| 2016-09-27 | [std::io::Chain] Mark first as done only when reading into non-zero length bu... | Tomasz Miąsko | -1/+12 |
| 2016-08-26 | Introduce `into_inner` method on `std::io::Take`. | Corey Farwell | -0/+27 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -8/+0 |
| 2016-08-18 | Fix links | Nick Cameron | -3/+3 |
| 2016-07-30 | Add urls in std::io types | Guillaume Gomez | -1/+7 |
| 2016-07-30 | Add io::Take doc example | Guillaume Gomez | -0/+18 |
| 2016-05-30 | Retry on EINTR in Bytes and Chars. | Aaron Gallagher | -11/+18 |
| 2016-05-06 | doc: binding not needed | Tshepang Lekhonkhobe | -2/+1 |
| 2016-05-06 | doc: mut not needed | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-02 | libstd: correct the link to functions in io module documentation | Ryman | -2/+2 |
| 2016-04-14 | Rollup merge of #32855 - troplin:take-bufread-fix, r=alexcrichton | Steve Klabnik | -0/+12 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -1/+1 |
| 2016-04-09 | Don't read past limit for in BufRead instance of Take | Tobias Müller | -0/+12 |
| 2016-04-02 | Drop the default buffer size to 8K | Steven Fackler | -1/+1 |
| 2016-03-29 | Auto merge of #32541 - troplin:chain-bufread, r=alexcrichton | bors | -0/+54 |
| 2016-03-28 | Fix formatting | Tobias Müller | -2/+5 |
| 2016-03-28 | Use ? instead of try!, add some basic tests | Tobias Müller | -1/+31 |
| 2016-03-28 | Implement BufRead for Chain | Tobias Müller | -0/+21 |
| 2016-03-27 | Extend linkchecker with anchor checking | mitaa | -1/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -3/+3 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -150/+0 |
| 2016-02-26 | Rollup merge of #31904 - bluss:writer-formatter-error, r=alexcrichton | Manish Goregaokar | -1/+8 |
| 2016-02-26 | Make sure formatter errors are emitted by the default Write::write_fmt | Ulrik Sverdrup | -1/+8 |
| 2016-02-23 | Register new snapshots | Aaron Turon | -3/+3 |
| 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 |