| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -6/+6 |
| 2015-04-13 | Refine read_to_end documentation | Simonas Kazlauskas | -7/+4 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -6/+6 |
| 2015-04-06 | Remove outdated notice from BufRead::lines docs. | Matt Brubeck | -3/+0 |
| 2015-04-02 | Rollup merge of #23847 - bcoopers:read_clarification, r=sfackler | Manish Goregaokar | -8/+4 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -24/+24 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -4/+3 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -4/+3 |
| 2015-03-31 | Stabilize a few remaining stragglers | Aaron Turon | -4/+6 |
| 2015-03-30 | Only zero at most 64k at a time. We still use the doubling | bcoopers | -8/+4 |
| 2015-03-29 | Clearer wording | bcoopers | -3/+3 |
| 2015-03-29 | 80 character line limit | bcoopers | -2/+3 |
| 2015-03-29 | Clarified and simplified algorithm for increasing size of buffer in | bcoopers | -5/+4 |
| 2015-03-29 | Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichton | bors | -31/+33 |
| 2015-03-28 | Fix massive performance issue in read_to_end | Steven Fackler | -31/+33 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-26 | std: Stabilize BufRead::split | Alex Crichton | -4/+3 |
| 2015-03-25 | Rollup merge of #23664 - bluss:std-docs, r=steveklabnik | Manish Goregaokar | -15/+15 |
| 2015-03-24 | rollup merge of #23668: alexcrichton/io-zero | Alex Crichton | -30/+14 |
| 2015-03-24 | std: Update docs for removal of ReadExt, WriteExt | Ulrik Sverdrup | -15/+15 |
| 2015-03-24 | std: Zero memory when calling `read_to_end()` | Alex Crichton | -30/+14 |
| 2015-03-23 | Beef up BufRead::consume documentation. | Steve Klabnik | -0/+6 |
| 2015-03-20 | Rollup merge of #23499 - mbrubeck:doc-edit, r=huonw | Manish Goregaokar | -1/+2 |
| 2015-03-18 | Clarify in docs that BufRead::read_line appends | Matt Brubeck | -1/+2 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -8/+0 |
| 2015-03-18 | Remove the newly introduced trait impls for fixed-size arrays and use &b"..."... | Vadim Petrochenkov | -13/+13 |
| 2015-03-17 | Rollup merge of #23415 - alexcrichton:stabilize-flush, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+1 |
| 2015-03-16 | impl<T> [T] | Jorge Aparicio | -0/+3 |
| 2015-03-16 | impl str | Jorge Aparicio | -0/+3 |
| 2015-03-16 | std: Stabilize the Write::flush method | Alex Crichton | -1/+1 |
| 2015-03-15 | Auto merge of #23206 - nagisa:print-io, r=alexcrichton | bors | -2/+2 |
| 2015-03-14 | Stop recommending old_io in the module doc for std::io | Kevin Ballard | -4/+0 |
| 2015-03-15 | Use new io in print and println macroses | Simonas Kazlauskas | -2/+2 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -12/+14 |
| 2015-03-12 | std: Stabilize the `io` module | Alex Crichton | -58/+78 |
| 2015-03-06 | Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturon | Manish Goregaokar | -0/+32 |
| 2015-03-04 | std: Stabilize portions of the `io` module | Alex Crichton | -0/+32 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -1/+1 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -1/+1 |
| 2015-02-28 | std: Implement stdio for `std::io` | Alex Crichton | -0/+5 |
| 2015-02-23 | Rollup merge of #22640 - sfackler:fix-take, r=alexcrichton | Manish Goregaokar | -0/+35 |
| 2015-02-21 | Implement BufRead for Take | Steven Fackler | -0/+15 |
| 2015-02-22 | Rollup merge of #22567 - Gankro:unstable, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-02-21 | Fix io::Take behavior with limit 0 | Steven Fackler | -0/+20 |
| 2015-02-21 | Fix typo in std::io unstable reason | Jake Goulding | -1/+1 |