| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -4/+4 |
| 2015-02-17 | Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-16 | Make io::Seek docs less prescriptive | Steven Fackler | -3/+2 |
| 2015-02-14 | Rename `fmt::Writer` to `fmt::Write` | Chris Wong | -2/+2 |
| 2015-02-06 | Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | Manish Goregaokar | -3/+2 |
| 2015-02-05 | Replace one more slice::from_raw_mut_buf added with new io | Mikhail Zabaluev | -3/+2 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -2/+2 |
| 2015-02-03 | std: Add `io` module again | Alex Crichton | -0/+948 |
| 2015-01-26 | std: Rename io to old_io | Alex Crichton | -1939/+0 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -2/+2 |
| 2015-01-21 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -24/+8 |
| 2015-01-21 | rollup merge of #21423: oli-obk/prettier_read_until | Alex Crichton | -10/+8 |
| 2015-01-21 | rollup merge of #21396: japaric/no-parens-in-range | Alex Crichton | -1/+1 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -24/+8 |
| 2015-01-21 | Rollup merge of #21312 - michaelsproul:remove-error-send-bound, r=aturon | Barosl LEE | -3/+3 |
| 2015-01-20 | prettier Buffer::read_until | Oliver Schneider | -10/+8 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -1/+1 |
| 2015-01-17 | Remove Send bound from Error trait. | Michael Sproul | -3/+3 |
| 2015-01-17 | Evaluate # fn in docs | Steve Klabnik | -16/+11 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -3/+3 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -1/+1 |
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -4/+4 |