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
/
bufreader
/
buffer.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-17
bufreader::Buffer::backshift: don't move the uninit bytes
binarycat
-1
/
+1
2025-04-01
io: Avoid Avoid marking bytes as uninit in `BufReader::peek`
Benoît du Garreau
-1
/
+0
2025-02-28
Fix logic error in Buffer::read_more()
Will Woods
-2
/
+2
2025-01-11
Add inherent versions of MaybeUninit methods for slices
ltdk
-1
/
+1
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-1
/
+1
2024-09-28
Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubilee
Matthias Krüger
-1
/
+3
2024-09-24
Pre-allocate buffers in `File::open_buffered` and `create_buffered`
Josh Stone
-1
/
+11
2024-09-23
Fix `io::BufReader` uses of `read_buf`
Benoît du Garreau
-1
/
+3
2024-09-06
properly handle EOF in BufReader::peek
binarycat
-2
/
+2
2024-08-05
implement BufReader::peek
binarycat
-0
/
+21
2024-06-20
Convert some module-level `//` and `///` comments to `//!`.
Nicholas Nethercote
-10
/
+11
2022-10-06
Avoid defensive re-initialization of the BufReader buffer
Ben Kimock
-3
/
+16
2022-08-18
Address reviewer comments
Nick Cameron
-1
/
+1
2022-08-05
non-linux platforms
Nick Cameron
-4
/
+8
2022-07-26
Add Buffer::consume_with to enable direct buffer access with one check
Ben Kimock
-0
/
+17
2022-07-24
Rename and document the new BufReader internals
Ben Kimock
-22
/
+26
2022-07-24
Allow Buffer methods to inline
Ben Kimock
-0
/
+9
2022-07-24
Remove some redundant checks from BufReader
Ben Kimock
-0
/
+75