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
2021-03-27
Use DebugStruct::finish_non_exhaustive() in std.
Mara Bos
-1
/
+1
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-2
/
+2
2021-03-05
Rollup merge of #82728 - calebsander:refactor/bufreader-buf, r=m-ou-se
Mara
-4
/
+3
2021-03-05
Rollup merge of #81136 - Xavientois:io_reader_size_hint, r=cramertj
Mara
-1
/
+9
2021-03-03
Avoid unnecessary Vec construction in BufReader
Caleb Sander
-4
/
+3
2021-01-31
specialize io::copy to use the memory of the writer if it is a BufWriter
The8472
-1
/
+13
2021-01-31
Remove trailing newline
Xavientois
-2
/
+3
2021-01-31
Implement SizeHint trait for BufReader, Emtpy, and Chain
Xavientois
-1
/
+8
2021-01-24
Stabilize `Seek::stream_position` & change feature of `Seek::stream_len`
Lukas Kalbertodt
-1
/
+0
2021-01-19
Auto merge of #79705 - ijackson:bufwriter-disassemble, r=m-ou-se
bors
-0
/
+99
2021-01-17
Add benchmark and fast path for BufReader::read_exact
Ben Kimock
-0
/
+26
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-09
Auto merge of #78768 - mzabaluev:optimize-buf-writer, r=cramertj
bors
-14
/
+53
2020-12-04
IntoInnerError: Provide into_error
Ian Jackson
-0
/
+21
2020-12-04
IntoInnerError: Provide into_parts
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
Fix is_write_vectored in LineWriterShim
Mikhail Zabaluev
-1
/
+7
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
/
+2
2020-11-05
Intra-doc links for std::io::buffered
Peter Jaszkowiak
-3
/
+3
2020-10-26
fix(docs): typo in BufWriter documentation
Michele Lacchia
-1
/
+1
2020-09-10
move buffered.rs to mod.rs
Nathan West
-0
/
+151
2020-09-10
Refactor io/buffered.rs into submodules
Nathan West
-0
/
+1312
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