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
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-21
Avoid short writes in LineWriter
Chris Denton
-5
/
+13
2024-09-29
Fix std tests for wasm32-wasip2 target
Nicola Krumschmidt
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-12
Use ManuallyDrop in BufWriter::into_parts
Ben Kimock
-0
/
+10
2024-02-11
std: use `stream_position` where applicable
João Marcos P. Bezerra
-2
/
+5
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-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
-0
/
+24
2022-08-05
non-linux platforms
Nick Cameron
-5
/
+7
2022-08-04
std::io: migrate ReadBuf to BorrowBuf/BorrowCursor
Nick Cameron
-16
/
+16
2022-07-24
Remove some redundant checks from BufReader
Ben Kimock
-0
/
+1
2021-11-02
read_buf
DrMeepster
-1
/
+51
2021-10-07
Optimize File::read_to_end and read_to_string
John Kugelman
-0
/
+22
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-4
/
+0
2021-01-17
Add benchmark and fast path for BufReader::read_exact
Ben Kimock
-0
/
+12
2020-09-07
Implement Seek::stream_position() for BufReader
Tobias Rapp
-0
/
+42
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-0
/
+916