| Age | Commit message (Expand) | Author | Lines |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -1/+1 |
| 2015-03-20 | Rollup merge of #23499 - mbrubeck:doc-edit, r=huonw | Manish Goregaokar | -1/+2 |
| 2015-03-19 | Auto merge of #23430 - alexcrichton:io-error, r=aturon | bors | -21/+58 |
| 2015-03-19 | std: Stablize io::ErrorKind | Alex Crichton | -21/+58 |
| 2015-03-19 | Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichton | bors | -1/+1 |
| 2015-03-19 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2015-03-19 | Rollup merge of #23468 - sfackler:stdio-panic, r=alexcrichton | Manish Goregaokar | -3/+29 |
| 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 | Add a test | Steven Fackler | -0/+26 |
| 2015-03-18 | Remove the newly introduced trait impls for fixed-size arrays and use &b"..."... | Vadim Petrochenkov | -22/+18 |
| 2015-03-17 | Ignore stdio mutex poison state | Steven Fackler | -3/+3 |
| 2015-03-18 | Avoid metadata bloat by using trait FixedSizeArray | Vadim Petrochenkov | -20/+7 |
| 2015-03-18 | Fixed-size byte string literals (RFC 339) | Vadim Petrochenkov | -2/+19 |
| 2015-03-17 | Rollup merge of #23432 - mzabaluev:io-into-inner-doc, r=alexcrichton | Manish Goregaokar | -14/+15 |
| 2015-03-17 | Rollup merge of #23415 - alexcrichton:stabilize-flush, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-03-17 | std::io::buffered: Don't use 'flush' in documentation of into_inner | Mikhail Zabaluev | -14/+15 |
| 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 | -7/+49 |
| 2015-03-15 | Rollup merge of #23379 - kballard:tweak-stdio-docs-no-raw-constructors, r=ale... | Manish Goregaokar | -18/+9 |
| 2015-03-14 | Remove incorrect references to _raw stdio functions | Kevin Ballard | -18/+9 |
| 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 | -7/+49 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -12/+38 |
| 2015-03-12 | std: Stabilize the `io` module | Alex Crichton | -83/+198 |
| 2015-03-06 | rollup merge of #23087: nagisa/std-undeadlock | Alex Crichton | -3/+0 |
| 2015-03-06 | Fix an easy to trigger deadlock in std::io::stdio | Simonas Kazlauskas | -3/+0 |
| 2015-03-06 | Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturon | Manish Goregaokar | -18/+115 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -9/+9 |
| 2015-03-04 | std: Stabilize portions of the `io` module | Alex Crichton | -18/+115 |
| 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/+389 |
| 2015-02-26 | remove some compiler warnings | Tshepang Lekhonkhobe | -6/+6 |
| 2015-02-25 | Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon | Manish Goregaokar | -3/+3 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -3/+3 |
| 2015-02-25 | Rollup merge of #22778 - mzabaluev:leftover-lifetime, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-24 | std::io::BufReader: remove leftover lifetime parameter on get_ref() | Mikhail Zabaluev | -1/+1 |
| 2015-02-24 | Rollup merge of #22428 - erickt:io-wrappers, r=aturon | Manish Goregaokar | -1/+36 |
| 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 | -8/+7 |
| 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 | -8/+7 |
| 2015-02-19 | std: Update the std::io adaptors to proxy all methods | Erick Tryzelaar | -1/+36 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -9/+9 |