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
/
bufwriter.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-26
remove deprecated Error::description in impls
Marijn Schouten
-10
/
+2
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-2
/
+2
2024-09-24
Pre-allocate buffers in `File::open_buffered` and `create_buffered`
Josh Stone
-0
/
+10
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+1
2024-07-14
std: Unsafe-wrap std::io
Jubilee Young
-3
/
+5
2024-07-12
Use ManuallyDrop in BufWriter::into_parts
Ben Kimock
-7
/
+7
2024-03-03
Fix quadratic behavior of repeated vectored writes
Jan Verbeek
-24
/
+27
2024-02-19
Remove an old hack for rustdoc
Pavel Grigorenko
-2
/
+1
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
-1
/
+1
2023-05-26
Fix incorrect documented default bufsize in bufreader/writer
Kathryn R
-1
/
+1
2023-05-01
Relax implicit `W: Sized` bound on `BufWriter<W>`
Maybe Waffle
-68
/
+70
2023-04-06
Remove an unnecessary `mut` in `BufWriter::into_parts`.
管唯宇
-1
/
+1
2022-06-19
Fix documentation for with_capacity and reserve families of methods
jmaargh
-2
/
+2
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-3
/
+3
2021-10-10
Add #[must_use] to conversions that move self
John Kugelman
-0
/
+1
2021-09-25
Apply 16 commits (squashed)
Frank Steffahn
-1
/
+1
2021-08-24
Stabilise BufWriter::into_parts
Ian Jackson
-8
/
+6
2021-07-29
Rename feature gate bufwriter_into_parts from bufwriter_into_raw_parts
Ian Jackson
-8
/
+8
2021-07-29
BufWriter: rename `into_parts` from `into_raw_parts`
Ian Jackson
-6
/
+6
2021-07-22
Remove Option from BufWriter
Alex Macleod
-10
/
+14
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
2021-04-13
BufWriter: avoid using expensive Vec methods
Tyson Nottingham
-12
/
+75
2021-04-13
BufWriter: apply #[inline] / #[inline(never)] optimizations
Tyson Nottingham
-24
/
+66
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-2
/
+2
2021-01-31
specialize io::copy to use the memory of the writer if it is a BufWriter
The8472
-1
/
+13
2021-01-19
Auto merge of #79705 - ijackson:bufwriter-disassemble, r=m-ou-se
bors
-0
/
+99
2021-01-04
BufWriter::into_raw_parts: Add tracking issue number
Ian Jackson
-6
/
+6
2020-12-12
fixup! WriterPanicked: Use debug_struct
Ian Jackson
-1
/
+1
2020-12-12
WriterPanicked: Use debug_struct
Ian Jackson
-1
/
+3
2020-12-12
bufwriter::WriterPanicked: Provide panicking example
Ian Jackson
-0
/
+24
2020-12-04
BufWriter: Provide into_raw_parts
Ian Jackson
-0
/
+73
2020-11-22
Reduce branching in write_vectored for BufWriter
Mikhail Zabaluev
-14
/
+9
2020-11-22
Make is_write_vectored return true for BufWriter
Mikhail Zabaluev
-1
/
+1
2020-11-22
Optimize write_vectored for BufWriter
Mikhail Zabaluev
-12
/
+50
2020-11-05
document HACKs
Peter Jaszkowiak
-0
/
+1
2020-11-05
Intra-doc links for std::io::buffered
Peter Jaszkowiak
-2
/
+2
2020-10-26
fix(docs): typo in BufWriter documentation
Michele Lacchia
-1
/
+1
2020-09-10
Refactor io/buffered.rs into submodules
Nathan West
-0
/
+387