| Commit message (Expand) | Author | Age | Files | Lines |
* | std: add tracking issue for `RawOsError` | joboet | 2023-02-08 | 2 | -2/+2 |
* | std: add type alias for raw OS errors | joboet | 2023-01-31 | 5 | -10/+26 |
* | Remove unnecessary `&format!` | Nikolai Vazquez | 2023-01-21 | 1 | -1/+1 |
* | Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr | Dylan DPC | 2023-01-17 | 1 | -4/+4 |
|\ |
|
| * | fix issues in unused lint | yukang | 2023-01-14 | 1 | -4/+4 |
* | | Remove various double spaces in source comments. | André Vennberg | 2023-01-14 | 1 | -2/+2 |
|/ |
|
* | Document a way to limit read_line length | Kornel | 2023-01-01 | 1 | -2/+3 |
* | Document read_line gotcha | Kornel | 2023-01-01 | 1 | -2/+5 |
* | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | 2022-12-30 | 1 | -4/+4 |
* | std: move `ReentrantMutex` to `sync` | joboet | 2022-11-14 | 1 | -2/+1 |
* | Fix grammar in docs for std::io::Read | Jesse Ruderman | 2022-10-24 | 1 | -2/+2 |
* | Auto merge of #98033 - joshtriplett:is-terminal-fd-handle, r=thomcc | bors | 2022-10-15 | 2 | -0/+31 |
|\ |
|
| * | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | 2022-10-15 | 2 | -0/+31 |
* | | Rollup merge of #103067 - Nilstrieb:tidy-likes-the-alphabet, r=jackh726 | Matthias Krüger | 2022-10-14 | 1 | -1/+2 |
|\ \ |
|
| * | | Add some tidy-alphabetical | nils | 2022-10-14 | 1 | -1/+2 |
| |/ |
|
* | | Rollup merge of #102781 - StackOverflowExcept1on:master, r=joshtriplett | Matthias Krüger | 2022-10-14 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Tweak grammar | Josh Triplett | 2022-10-14 | 1 | -1/+1 |
| * | Improved documentation for `std::io::Error` | StackOverflowExcept1on | 2022-10-07 | 1 | -1/+2 |
* | | fix small word dupe typos | Rageking8 | 2022-10-13 | 1 | -1/+1 |
* | | Rollup merge of #102811 - the8472:bufread-memset, r=m-ou-se | Dylan DPC | 2022-10-12 | 1 | -3/+6 |
|\ \ |
|
| * | | use memset to initialize a readbuf | The 8472 | 2022-10-08 | 1 | -3/+6 |
| |/ |
|
* | | Rollup merge of #102794 - dtolnay:termination, r=thomcc | Dylan DPC | 2022-10-10 | 2 | -6/+23 |
|\ \ |
|
| * | | Make tests capture the error printed by a Result return | David Tolnay | 2022-10-07 | 2 | -6/+23 |
| |/ |
|
* | | Avoid defensive re-initialization of the BufReader buffer | Ben Kimock | 2022-10-06 | 3 | -3/+48 |
|/ |
|
* | remove cfg(bootstrap) | Pietro Albini | 2022-09-26 | 1 | -1/+0 |
* | replace stabilization placeholders | Pietro Albini | 2022-09-26 | 1 | -1/+1 |
* | stdio: Document no support for writing to non-blocking stdio/stderr | Usama Arif | 2022-09-07 | 1 | -0/+3 |
* | std: fix cleanup for uninitialized stdout (#101375) | joboet | 2022-09-05 | 1 | -8/+17 |
* | Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum | bors | 2022-09-04 | 1 | -25/+16 |
|\ |
|
| * | std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initialization | joboet | 2022-09-03 | 1 | -25/+16 |
* | | Update outdated comment about output capturing in print_to. | Mara Bos | 2022-09-01 | 1 | -4/+4 |
* | | Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcm | Dylan DPC | 2022-08-29 | 1 | -2/+2 |
|\ \ |
|
| * | | Make use of `[wrapping_]byte_{add,sub}` | Maybe Waffle | 2022-08-23 | 1 | -2/+2 |
* | | | Stabilize `std::io::read_to_string` | Noah Lev | 2022-08-28 | 1 | -3/+1 |
* | | | Rollup merge of #100520 - jakubdabek:patch-1, r=thomcc | Matthias Krüger | 2022-08-28 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | Add mention of `BufReader` in `Read::bytes` docs | Jakub Dąbek | 2022-08-14 | 1 | -1/+6 |
| | |/
| |/| |
|
* | | | Rollup merge of #100296 - BlackHoleFox:os-error-aliases, r=thomcc | Matthias Krüger | 2022-08-28 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Add standard C error function aliases | BlackHoleFox | 2022-08-08 | 1 | -0/+2 |
| |/ / |
|
* | | | Rollup merge of #97015 - nrc:read-buf-cursor, r=Mark-Simulacrum | Matthias Krüger | 2022-08-28 | 12 | -379/+438 |
|\ \ \ |
|
| * | | | Address reviewer comments | Nick Cameron | 2022-08-18 | 9 | -45/+64 |
| * | | | non-linux platforms | Nick Cameron | 2022-08-05 | 12 | -108/+177 |
| * | | | Add some docs for BorrowBuf | Nick Cameron | 2022-08-04 | 1 | -24/+60 |
| * | | | std::io: migrate ReadBuf to BorrowBuf/BorrowCursor | Nick Cameron | 2022-08-04 | 11 | -376/+311 |
| |/ / |
|
* | | | Move error trait into core | Jane Losare-Lusby | 2022-08-22 | 1 | -0/+9 |
| |/
|/| |
|
* | | make many std tests work in Miri | Ralf Jung | 2022-08-18 | 1 | -1/+2 |
|/ |
|
* | Auto merge of #98748 - saethlin:optimize-bufreader, r=Mark-Simulacrum | bors | 2022-07-27 | 3 | -53/+134 |
|\ |
|
| * | Add Buffer::consume_with to enable direct buffer access with one check | Ben Kimock | 2022-07-26 | 2 | -3/+18 |
| * | Rename and document the new BufReader internals | Ben Kimock | 2022-07-24 | 2 | -29/+33 |
| * | Allow Buffer methods to inline | Ben Kimock | 2022-07-24 | 1 | -0/+9 |
| * | Remove some redundant checks from BufReader | Ben Kimock | 2022-07-24 | 3 | -53/+106 |