index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
io
/
buffered
Age
Commit message (
Expand
)
Author
Lines
2025-04-01
io: Avoid Avoid marking bytes as uninit in `BufReader::peek`
Benoît du Garreau
-1
/
+0
2025-03-16
Rollup merge of #137890 - lolbinarycat:docs-bufreader-peek-consume, r=Mark-Si...
许杰友 Jieyou Xu (Joe)
-1
/
+5
2025-03-02
doc: clarify that consume can be called after BufReader::peek
binarycat
-1
/
+5
2025-02-28
Fix logic error in Buffer::read_more()
Will Woods
-2
/
+2
2025-02-28
Tweak BufReader::peek() doctest to expose bug in Buffer::read_more()
Will Woods
-3
/
+3
2025-01-11
Add inherent versions of MaybeUninit methods for slices
ltdk
-1
/
+1
2024-12-21
Avoid short writes in LineWriter
Chris Denton
-6
/
+21
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-3
/
+3
2024-09-29
Fix std tests for wasm32-wasip2 target
Nicola Krumschmidt
-1
/
+2
2024-09-28
Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubilee
Matthias Krüger
-2
/
+4
2024-09-24
Pre-allocate buffers in `File::open_buffered` and `create_buffered`
Josh Stone
-1
/
+29
2024-09-23
Fix `io::BufReader` uses of `read_buf`
Benoît du Garreau
-2
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-15
Rollup merge of #130042 - lolbinarycat:bufreaker_peek_eof, r=Amanieu
Stuart Cook
-4
/
+12
2024-09-09
Add missing `#[allow(missing_docs)]` on hack functions in alloc
Urgau
-0
/
+1
2024-09-06
properly handle EOF in BufReader::peek
binarycat
-4
/
+12
2024-08-28
allow BufReader::peek to be called on unsized types
binarycat
-0
/
+2
2024-08-05
implement BufReader::peek
binarycat
-0
/
+55
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-15
/
+13
2024-07-26
Fix doc nits
John Arundel
-19
/
+23
2024-07-14
std: Unsafe-wrap std::io
Jubilee Young
-3
/
+5
2024-07-12
Use ManuallyDrop in BufWriter::into_parts
Ben Kimock
-7
/
+17
2024-06-20
Convert some module-level `//` and `///` comments to `//!`.
Nicholas Nethercote
-10
/
+11
2024-04-14
Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip...
Guillaume Gomez
-2
/
+5
2024-04-11
Factor some common `io::Error` constants
Benoît du Garreau
-6
/
+1
2024-04-10
Auto merge of #122393 - a1phyr:specialize_read_buf_exact, r=joboet
bors
-0
/
+8
2024-03-20
resolve clippy errors
onur-ozkan
-4
/
+3
2024-03-12
Specialize many implementations of `Read::read_buf_exact`
Benoît du Garreau
-0
/
+8
2024-03-09
Rollup merge of #121403 - kornelski:io-oom, r=dtolnay
Guillaume Boisseau
-1
/
+1
2024-03-03
Fix quadratic behavior of repeated vectored writes
Jan Verbeek
-27
/
+39
2024-02-21
Remove unnecessary map_err
Kornel
-1
/
+1
2024-02-20
Delete architecture-specific memchr code in std::sys
Arthur Carcano
-1
/
+1
2024-02-19
Remove an old hack for rustdoc
Pavel Grigorenko
-4
/
+2
2024-02-11
std: use `stream_position` where applicable
João Marcos P. Bezerra
-2
/
+5
2024-01-29
Handle out of memory errors in io:Read::read_to_end()
Kornel
-0
/
+1
2023-11-19
Rollup merge of #116750 - fintelia:seek_seek_relative, r=Mark-Simulacrum
Takayuki Maeda
-0
/
+10
2023-10-20
Specialize `Bytes<R>::next` when `R` is a `BufReader`.
Nicholas Nethercote
-5
/
+20
2023-10-14
Add Seek::seek_relative
Jonathan Behrens
-0
/
+10
2023-09-03
Use std::io::Error::is_interrupted everywhere
Ben Kimock
-1
/
+1
2023-07-06
Rollup merge of #112008 - intruder-kat:master, r=Nilstrieb
Michael Goulet
-2
/
+2
2023-06-17
Extend io::copy buffer reuse to BufReader too
The 8472
-1
/
+1
2023-05-26
Fix incorrect documented default bufsize in bufreader/writer
Kathryn R
-2
/
+2
2023-05-01
Relax implicit `W: Sized` bound on `LineWriter<W>`
Maybe Waffle
-27
/
+29
2023-05-01
Relax implicit `W: Sized` bound on `BufWriter<W>`
Maybe Waffle
-68
/
+70
2023-05-01
Relax implicit `R: Sized` bound on `BufReader<R>`
Maybe Waffle
-12
/
+15
2023-04-26
rewrite: line_long_tail_not_flushed description
Josh Soref
-3
/
+4
2023-04-26
rewrite: long_line_flushed description
Josh Soref
-3
/
+3
2023-04-06
Remove an unnecessary `mut` in `BufWriter::into_parts`.
管唯宇
-1
/
+1
2023-01-14
Remove various double spaces in source comments.
André Vennberg
-2
/
+2
2022-10-06
Avoid defensive re-initialization of the BufReader buffer
Ben Kimock
-3
/
+48
[next]