| Age | Commit message (Expand) | Author | Lines |
| 2018-04-15 | Deprecate Read::chars and char::decode_utf8 | Simon Sapin | -1/+17 |
| 2018-04-05 | Stabilize take_set_limit | Thayne McCombs | -2/+1 |
| 2018-04-05 | Rollup merge of #49594 - mbrubeck:docs, r=steveklabnik | kennytm | -0/+22 |
| 2018-04-03 | Add performance notes to BufReader/BufWriter docs | Matt Brubeck | -0/+12 |
| 2018-04-03 | Cross-reference fs::read functions from io::Read docs | Matt Brubeck | -0/+10 |
| 2018-04-02 | Fix typo | Rolf van de Krol | -1/+1 |
| 2018-03-28 | Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum... | bors | -473/+472 |
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -473/+472 |
| 2018-03-27 | Remove TryFrom impls that might become conditionally-infallible with a portab... | Simon Sapin | -2/+18 |
| 2018-03-18 | Add BufReader::buffer | Steven Fackler | -1/+29 |
| 2018-03-01 | Fix a bug introduced in previous commit | Stjepan Glavina | -2/+2 |
| 2018-02-28 | Remove thread_local_state | Stjepan Glavina | -20/+19 |
| 2018-02-28 | Stabilize LocalKey::try_with | Stjepan Glavina | -1/+4 |
| 2018-02-19 | Add missing link | Andreas Streichardt | -0/+2 |
| 2018-02-18 | Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor | Guillaume Gomez | -1/+1 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-02-17 | Rollup merge of #48234 - zombiezen:patch-1, r=steveklabnik | Guillaume Gomez | -2/+0 |
| 2018-02-15 | Remove "empty buffer" doc in read_until | Ross Light | -2/+0 |
| 2018-02-10 | Correct a few stability attributes | Oliver Middleton | -1/+1 |
| 2018-01-30 | std: use more portable error number in from_raw_os_error docs | James Cowgill | -4/+4 |
| 2018-01-15 | Rollup merge of #47330 - bmusin:patch-2, r=shepmaster | kennytm | -4/+4 |
| 2018-01-15 | Rollup merge of #47120 - clarcharr:io_error_debug, r=dtolnay | kennytm | -8/+35 |
| 2018-01-14 | Auto merge of #46832 - Diggsey:bufread-cheaper-seek, r=alexcrichton | bors | -0/+46 |
| 2018-01-13 | Add note to documentation | Diggory Blake | -0/+4 |
| 2018-01-13 | Implement "seek_relative" | Diggory Blake | -0/+42 |
| 2018-01-13 | Better Debug impl for io::Error. | Clar Charr | -8/+35 |
| 2018-01-13 | fix off-by-one error | Bulat Musin | -4/+4 |
| 2018-01-10 | Auto merge of #46830 - Diggsey:cursor-vec-mut, r=alexcrichton | bors | -32/+58 |
| 2018-01-08 | Add missing links | Guillaume Gomez | -7/+14 |
| 2018-01-05 | Clarify appending behavior of 'io::Read::read_to_string()'. | Sergio Benitez | -1/+1 |
| 2018-01-02 | Document when LineWriter flushes; document errors for into_inner. | Corey Farwell | -0/+11 |
| 2017-12-22 | Rollup merge of #46898 - tspiteri:int-overflow-not-underflow, r=steveklabnik | kennytm | -1/+1 |
| 2017-12-21 | docs: do not call integer overflows as underflows | Trevor Spiteri | -1/+1 |
| 2017-12-20 | Fix some rustdoc warnings | Guillaume Gomez | -2/+3 |
| 2017-12-18 | Implement `Write` for `Cursor<&mut Vec<T>>` | Diggory Blake | -32/+58 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -4/+3 |
| 2017-12-03 | Add a specialization of read_exact for Cursor. | Kyle Huey | -0/+25 |
| 2017-11-26 | Rollup merge of #46224 - GuillaumeGomez:io-missing-link, r=QuietMisdreavus | kennytm | -2/+1 |
| 2017-11-23 | Remove invalid doc link | Guillaume Gomez | -2/+1 |
| 2017-11-22 | Rollup merge of #46050 - sunfishcode:read_to_end, r=sfackler | kennytm | -6/+3 |
| 2017-11-21 | Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM... | bors | -0/+2 |
| 2017-11-18 | Add doc for `Read`ing from `&str` and some related cleanup | Garrett Berg | -7/+27 |
| 2017-11-17 | spotlight Iterator/Read/Write impls on function return types | QuietMisdreavus | -0/+2 |
| 2017-11-16 | Optimize `read_to_end`. | Dan Gohman | -6/+3 |
| 2017-11-14 | Fixed several pulldown warnings when documenting libstd. | kennytm | -2/+2 |
| 2017-11-08 | std: Change how EBADF is handled in `sys` | Alex Crichton | -3/+1 |
| 2017-11-06 | Auto merge of #45369 - fintelia:patch-1, r=BurntSushi | bors | -0/+25 |
| 2017-11-01 | Rollup merge of #45664 - mbrubeck:docs, r=estebank | kennytm | -4/+5 |
| 2017-10-31 | Fix incorrect error type in Read::byte docs | Matt Brubeck | -4/+5 |
| 2017-10-31 | Add a hint what `BufRead` functions do on EOF | Tobias Bucher | -0/+4 |