| Age | Commit message (Expand) | Author | Lines |
| 2023-03-28 | Add "Platform-specific behavior" heading and link to changes disclaimer | Josh Triplett | -0/+5 |
| 2023-03-28 | Document the heuristics IsTerminal uses on Windows | Josh Triplett | -0/+4 |
| 2023-03-27 | Rollup merge of #98651 - mattfbacon:master, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2023-03-23 | Rollup merge of #106964 - workingjubilee:crouching-ioerror-hidden-documentati... | Matthias Krüger | -2/+10 |
| 2023-03-21 | Rollup merge of #108326 - tmiasko:read-buf, r=thomcc | nils | -1/+12 |
| 2023-03-17 | Remove irrelevant docs on error kinds | Jubilee Young | -10/+4 |
| 2023-03-11 | read_buf_exact: on error, all read bytes are appended to the buffer | Tomasz Miąsko | -2/+16 |
| 2023-03-06 | Implement read_buf for a few more types | Tomasz Miąsko | -1/+12 |
| 2023-02-08 | std: add tracking issue for `RawOsError` | joboet | -2/+2 |
| 2023-01-31 | std: add type alias for raw OS errors | joboet | -10/+26 |
| 2023-01-21 | Remove unnecessary `&format!` | Nikolai Vazquez | -1/+1 |
| 2023-01-17 | Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr | Dylan DPC | -4/+4 |
| 2023-01-16 | Explain the "no-error" io::Error case | Jubilee Young | -2/+16 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -2/+2 |
| 2023-01-14 | fix issues in unused lint | yukang | -4/+4 |
| 2023-01-01 | Document a way to limit read_line length | Kornel | -2/+3 |
| 2023-01-01 | Document read_line gotcha | Kornel | -2/+5 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -4/+4 |
| 2022-11-14 | std: move `ReentrantMutex` to `sync` | joboet | -2/+1 |
| 2022-10-24 | Fix grammar in docs for std::io::Read | Jesse Ruderman | -2/+2 |
| 2022-10-15 | Auto merge of #98033 - joshtriplett:is-terminal-fd-handle, r=thomcc | bors | -0/+31 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -0/+31 |
| 2022-10-14 | Rollup merge of #103067 - Nilstrieb:tidy-likes-the-alphabet, r=jackh726 | Matthias Krüger | -1/+2 |
| 2022-10-14 | Rollup merge of #102781 - StackOverflowExcept1on:master, r=joshtriplett | Matthias Krüger | -1/+2 |
| 2022-10-14 | Add some tidy-alphabetical | nils | -1/+2 |
| 2022-10-14 | Tweak grammar | Josh Triplett | -1/+1 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -1/+1 |
| 2022-10-12 | Rollup merge of #102811 - the8472:bufread-memset, r=m-ou-se | Dylan DPC | -3/+6 |
| 2022-10-10 | Rollup merge of #102794 - dtolnay:termination, r=thomcc | Dylan DPC | -6/+23 |
| 2022-10-08 | use memset to initialize a readbuf | The 8472 | -3/+6 |
| 2022-10-07 | Make tests capture the error printed by a Result return | David Tolnay | -6/+23 |
| 2022-10-07 | Improved documentation for `std::io::Error` | StackOverflowExcept1on | -1/+2 |
| 2022-10-06 | Avoid defensive re-initialization of the BufReader buffer | Ben Kimock | -3/+48 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-26 | replace stabilization placeholders | Pietro Albini | -1/+1 |
| 2022-09-07 | stdio: Document no support for writing to non-blocking stdio/stderr | Usama Arif | -0/+3 |
| 2022-09-05 | std: fix cleanup for uninitialized stdout (#101375) | joboet | -8/+17 |
| 2022-09-04 | Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum | bors | -25/+16 |
| 2022-09-03 | std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initialization | joboet | -25/+16 |
| 2022-09-01 | Update outdated comment about output capturing in print_to. | Mara Bos | -4/+4 |
| 2022-08-29 | Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcm | Dylan DPC | -2/+2 |
| 2022-08-28 | Stabilize `std::io::read_to_string` | Noah Lev | -3/+1 |
| 2022-08-28 | Rollup merge of #100520 - jakubdabek:patch-1, r=thomcc | Matthias Krüger | -1/+6 |
| 2022-08-28 | Rollup merge of #100296 - BlackHoleFox:os-error-aliases, r=thomcc | Matthias Krüger | -0/+2 |
| 2022-08-28 | Rollup merge of #97015 - nrc:read-buf-cursor, r=Mark-Simulacrum | Matthias Krüger | -379/+438 |
| 2022-08-23 | Make use of `[wrapping_]byte_{add,sub}` | Maybe Waffle | -2/+2 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+9 |
| 2022-08-18 | make many std tests work in Miri | Ralf Jung | -1/+2 |
| 2022-08-18 | Address reviewer comments | Nick Cameron | -45/+64 |
| 2022-08-14 | Add mention of `BufReader` in `Read::bytes` docs | Jakub Dąbek | -1/+6 |