| Age | Commit message (Expand) | Author | Lines |
| 2017-03-24 | Document Cursor::new position is 0 | Stepan Koltsov | -0/+4 |
| 2017-03-23 | newline for breathing room | Nick Sweeting | -0/+1 |
| 2017-03-23 | requested changes | Nick Sweeting | -1/+2 |
| 2017-03-23 | Add helpful hint on io function for beginners | Nick Sweeting | -0/+10 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -53/+53 |
| 2017-03-01 | Only keep one copy of the UTF8_CHAR_WIDTH table. | Simon Sapin | -1/+1 |
| 2017-02-16 | std::io::cursor: Fixed Seek so test passes. | Amos Onn | -10/+12 |
| 2017-02-16 | std::io::cursor Added test for seeking beyond i64. | Amos Onn | -0/+37 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -10/+10 |
| 2017-01-22 | libstd: mention `?` operator instead of removing `try!` macro reference | Utkarsh Kukreti | -1/+3 |
| 2017-01-22 | libstd: update std::io module documentation to not mention `try!` | Utkarsh Kukreti | -3/+1 |
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -89/+89 |
| 2017-01-13 | Change `to_owned` to `to_string` in docs | Stjepan Glavina | -2/+2 |
| 2016-12-24 | Rollup merge of #38505 - estebank:why-lines, r=frewsxcv | Steve Klabnik | -0/+6 |
| 2016-12-24 | Auto merge of #38062 - alexcrichton:fix-line-writer, r=brson | bors | -13/+86 |
| 2016-12-20 | Docs: Explain why/when `.lines()` returns an error | Esteban Küber | -0/+6 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -0/+79 |
| 2016-12-16 | Address fallout | Aaron Turon | -3/+3 |
| 2016-12-15 | Stabilize std::io::Take::into_inner | Aaron Turon | -3/+1 |
| 2016-12-12 | Merge branch 'master' into redox | Jeremy Soller | -3/+21 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -1/+1 |
| 2016-11-30 | Move small-copy optimization into <&[u8] as Read> | Ruud van Asseldonk | -2/+20 |
| 2016-11-30 | Move small-copy optimization into copy_from_slice | Ruud van Asseldonk | -15/+3 |
| 2016-11-30 | Add small-copy optimization for io::Cursor | Ruud van Asseldonk | -3/+15 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-28 | Move stdout/err flush into sys | Jeremy Soller | -6/+0 |
| 2016-11-28 | std: Fix partial writes in LineWriter | Alex Crichton | -13/+86 |
| 2016-11-19 | Merge branch 'master' into redox | Jeremy Soller | -1/+4 |
| 2016-11-10 | Merge branch 'master' into redox | Jeremy Soller | -34/+74 |
| 2016-11-10 | Fixes for stdio and processes on Redox | Jeremy Soller | -0/+6 |
| 2016-11-10 | Remove one bounds check from BufReader | Arthur Silva | -1/+4 |
| 2016-11-08 | Rollup merge of #37588 - GuillaumeGomez:missing_io_urls, r=frewsxcv | Steve Klabnik | -11/+19 |
| 2016-11-05 | Rollup merge of #37537 - GuillaumeGomez:error_kind_doc, r=steveklabnik | Alex Crichton | -2/+7 |
| 2016-11-05 | add missing urls on io structs | Guillaume Gomez | -11/+19 |
| 2016-11-04 | Auto merge of #37037 - Mark-Simulacrum:stack-error, r=alexcrichton | bors | -21/+48 |
| 2016-11-02 | Add missing urls for ErrorKind's variants | Guillaume Gomez | -2/+7 |
| 2016-11-02 | Auto merge of #36948 - brson:sys, r=brson | bors | -10/+2 |
| 2016-11-02 | Add a new non-heap allocated variant to io::Error's representation. | Mark-Simulacrum | -21/+48 |
| 2016-11-01 | std: Move a plattform-specific constant to sys::stdio | Brian Anderson | -10/+2 |
| 2016-11-01 | Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -6/+6 |
| 2016-10-27 | Add documentation for Read, Write impls for slices and Vec | Ulrik Sverdrup | -0/+11 |
| 2016-10-21 | Fix a few links in the docs | Oliver Middleton | -2/+2 |
| 2016-10-19 | Rollup merge of #37165 - GuillaumeGomez:bytes_url, r=kmcallister | Guillaume Gomez | -6/+12 |
| 2016-10-18 | Typos in some linkage | Guillaume Gomez | -41/+52 |
| 2016-10-14 | Rollup merge of #37115 - GuillaumeGomez:buf_reader_urls, r=kmcallister | Jonathan Turner | -5/+13 |
| 2016-10-14 | Add missing urls for io types | Guillaume Gomez | -6/+12 |
| 2016-10-12 | Rollup merge of #37089 - GuillaumeGomez:io_urls, r=frewsxcv | Alex Crichton | -32/+37 |
| 2016-10-12 | add missing urls for BufWriter and BufReader | Guillaume Gomez | -5/+13 |
| 2016-10-12 | Deprecate `Reflect` | Nick Cameron | -2/+1 |