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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
io
/
buffered
Age
Commit message (
Expand
)
Author
Lines
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
2022-08-18
Address reviewer comments
Nick Cameron
-3
/
+3
2022-08-05
non-linux platforms
Nick Cameron
-12
/
+17
2022-08-04
std::io: migrate ReadBuf to BorrowBuf/BorrowCursor
Nick Cameron
-23
/
+24
2022-07-26
Add Buffer::consume_with to enable direct buffer access with one check
Ben Kimock
-3
/
+18
2022-07-24
Rename and document the new BufReader internals
Ben Kimock
-29
/
+33
2022-07-24
Allow Buffer methods to inline
Ben Kimock
-0
/
+9
2022-07-24
Remove some redundant checks from BufReader
Ben Kimock
-53
/
+106
2022-06-19
Fix documentation for with_capacity and reserve families of methods
jmaargh
-4
/
+4
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-5
/
+5
2022-01-09
Compute most of Public/Exported access level in rustc_resolve
Lamb
-4
/
+4
2021-11-02
implement review suggestions
DrMeepster
-1
/
+1
2021-11-02
consolidate 2 unsafe blocks into 1
DrMeepster
-2
/
+2
2021-11-02
read_buf
DrMeepster
-17
/
+94
2021-10-11
Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht...
bors
-0
/
+1
2021-10-10
Add #[must_use] to conversions that move self
John Kugelman
-0
/
+1
2021-10-09
Apply clippy suggestions
Clemens Wasser
-6
/
+5
2021-10-07
Optimize File::read_to_end and read_to_string
John Kugelman
-0
/
+67
2021-09-25
Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514
bors
-5
/
+5
2021-09-25
Apply 16 commits (squashed)
Frank Steffahn
-5
/
+5
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-4
/
+0
2021-08-24
Stabilise BufWriter::into_parts
Ian Jackson
-9
/
+7
2021-07-29
Rename feature gate bufwriter_into_parts from bufwriter_into_raw_parts
Ian Jackson
-9
/
+9
2021-07-29
BufWriter: rename `into_parts` from `into_raw_parts`
Ian Jackson
-6
/
+6
2021-07-29
BufWriter: actually export WriterPanicked error
Ian Jackson
-0
/
+2
2021-07-24
Rollup merge of #87175 - inquisitivecrystal:inner-error, r=kennytm
Yuki Okushi
-4
/
+2
2021-07-22
Remove Option from BufWriter
Alex Macleod
-10
/
+14
2021-07-15
Stabilize `into_parts()` and `into_error()`
inquisitivecrystal
-4
/
+2
2021-06-10
Specialize `io::Bytes::size_hint` for more types
Benoît du Garreau
-1
/
+7
2021-05-14
Move `std::memchr` to `sys_common`
Christiaan Dirkx
-1
/
+1
2021-04-13
BufWriter: improve safety comment
Tyson Nottingham
-6
/
+10
2021-04-13
BufWriter: simplify buffer draining
Tyson Nottingham
-5
/
+1
2021-04-13
BufWriter: use #[cold] and less aggressive #[inline] hints
Tyson Nottingham
-1
/
+3
2021-04-13
BufWriter: handle possibility of overflow
Tyson Nottingham
-15
/
+39
2021-04-13
BufWriter: optimize for write sizes less than buffer size
Tyson Nottingham
-24
/
+32
[next]