| Age | Commit message (Expand) | Author | Lines |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -185/+0 |
| 2016-03-10 | Fixup stout/stderr on Windows | Oliver Middleton | -19/+2 |
| 2016-03-10 | Auto merge of #32107 - Stebalien:partial-write, r=alexcrichton | bors | -2/+32 |
| 2016-03-08 | std: Funnel read_to_end through to one location | Alex Crichton | -2/+10 |
| 2016-03-07 | Add test case for #32085 | Steven Allen | -0/+28 |
| 2016-03-07 | Never return an error after a partial write | Steven Allen | -2/+4 |
| 2016-02-27 | Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichton | bors | -4/+4 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -4/+4 |
| 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-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -2/+2 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -2/+2 |
| 2016-01-25 | std: Fix some behavior without stdio handles | Alex Crichton | -1/+1 |
| 2016-01-22 | Auto merge of #31070 - sfackler:bufreader-box-slice, r=alexcrichton | bors | -2/+2 |
| 2016-01-20 | Use a Box<[u8]> in BufReader | Steven Fackler | -2/+2 |
| 2016-01-20 | Don't flush in BufWriter destructor after a panic in write | Steven Fackler | -3/+40 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -5/+8 |
| 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-14 | Rollup merge of #30886 - ollie27:docs_links, r=steveklabnik | Manish Goregaokar | -13/+13 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -13/+13 |
| 2016-01-12 | Remove dead `InternalBufWriter` implementation | Andrea Canciani | -15/+0 |
| 2016-01-02 | Adjusted heading and created dedicated section in std::io docs | Nathan | -0/+9 |
| 2016-01-01 | Auto merge of #30648 - tshepang:missing-graves, r=steveklabnik | bors | -2/+2 |
| 2015-12-31 | Auto merge of #30645 - tshepang:grammar, r=steveklabnik | bors | -2/+2 |
| 2015-12-30 | doc: missed these in a4da9ac | Tshepang Lekhonkhobe | -2/+2 |
| 2015-12-30 | doc: fix grammar | Tshepang Lekhonkhobe | -2/+2 |
| 2015-12-30 | doc: add graves | Tshepang Lekhonkhobe | -23/+23 |
| 2015-12-30 | doc: add some links for io::stdio | Tshepang Lekhonkhobe | -14/+35 |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -3/+5 |
| 2015-12-26 | Fix links in docs for std::io | Florian Hartwig | -4/+4 |
| 2015-12-23 | doc: make line visible | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-18 | Use memchr in libstd where possible, closes #30076 | Florian Hahn | -2/+4 |
| 2015-12-12 | Auto merge of #30312 - seanmonstar:ioerror-description, r=alexcrichton | bors | -1/+23 |
| 2015-12-10 | std: improve io error descriptions | Sean McArthur | -1/+23 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -3/+0 |
| 2015-12-09 | doc: these are just renames, so avoid duplication | Tshepang Lekhonkhobe | -7/+2 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -20/+52 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+11 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -3/+2 |
| 2015-11-06 | Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton | bors | -1/+0 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-10-31 | std: Prevent print panics when using TLS | Alex Crichton | -8/+26 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -0/+1 |
| 2015-10-21 | Fix doc sample for Cursor | Wesley Wiser | -1/+1 |
| 2015-10-17 | Fix minor issues with std::io docs | Kevin Yap | -7/+7 |
| 2015-10-14 | Remove unnecessary parentheses around range expressions | Andrew Paseltiner | -4/+4 |
| 2015-10-14 | fix tidy | Manish Goregaokar | -1/+1 |
| 2015-10-14 | fix link on std::result::Result | Vladimir Rutsky | -3/+2 |