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
/
src
/
libstd
/
io
/
buffered.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-05
Fix issue number of `capacity` method
Yuki Okushi
-2
/
+2
2020-01-28
Add capacity to BufReader with same unstable gate
Andreas Molzer
-0
/
+26
2020-01-26
Add a method to query the capacity of a BufWriter
Andreas Molzer
-0
/
+19
2020-01-02
Use drop instead of the toilet closure `|_| ()`
Lzu Tao
-1
/
+1
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+1
2019-12-22
Format the world
Mark Rousskov
-2
/
+2
2019-12-12
std: Implement `LineWriter::write_vectored`
Alex Crichton
-1
/
+171
2019-11-29
Format libstd with rustfmt
David Tolnay
-67
/
+80
2019-11-08
docs: Fix link to BufWriter::flush
Bryan Burgers
-1
/
+1
2019-10-31
rephrase sentence regarding data loss when using BufReader::into_inner
Marco Conte
-2
/
+3
2019-10-31
enhance the documentation of std::io::BufReader regarding potential data loss
Marco Conte
-2
/
+4
2019-08-31
clarify that not all errors are observed
John Erickson
-2
/
+3
2019-08-31
Add in generic type to description of BufReader and BufWriter
John Erickson
-17
/
+17
2019-08-31
Update BufWriter example to include call to flush()
John Erickson
-6
/
+7
2019-05-29
Rollup merge of #61235 - lzutao:stabilize-bufreader_buffer, r=Centril
Mazdak Farrokhzad
-4
/
+2
2019-05-27
Stabilize bufreader_buffer feature
Lzu Tao
-4
/
+2
2019-05-25
Annotate test with #[test]
Chris Gregory
-0
/
+1
2019-05-25
Add test that impl Seek for BufReader correctly invalidates buffer between seeks
Chris Gregory
-0
/
+34
2019-05-04
Fix intra-doc link resolution failure on re-exporting libstd
Taiki Endo
-1
/
+1
2019-04-29
Rollup merge of #60334 - sfackler:stable-iovec, r=alexcrichton
Mazdak Farrokhzad
-3
/
+4
2019-04-27
tidy
Steven Fackler
-1
/
+2
2019-04-27
Stabilized vectored IO
Steven Fackler
-3
/
+3
2019-04-26
Use "capacity" as parameter name in with_capacity() methods
Matthias Geier
-7
/
+7
2019-04-11
Make BufWriter use get_mut instead of manipulating inner in Write implementation
Chris Gregory
-2
/
+2
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-4
/
+4
2019-03-28
Rollup merge of #59474 - czipperz:bufwriter-fix-link-capitalization, r=Centril
Mazdak Farrokhzad
-2
/
+2
2019-03-27
Fix link capitalization in documentation of std::io::BufWriter.
Chris Gregory
-2
/
+2
2019-03-27
Document that `std::io::BufReader` discards contents on drop
Chris Gregory
-0
/
+4
2019-03-21
Auto merge of #58913 - Milack27:patch_buf_reader, r=joshtriplett
bors
-2
/
+45
2019-03-06
Fix buffer invalidation at BufReader.read_vectored
André Vicente Milack
-9
/
+11
2019-03-06
Fix buffer invalidation for BufRead
André Vicente Milack
-2
/
+43
2019-03-05
Auto merge of #58423 - nox:relax-bounds-buf-reader, r=dtolnay
bors
-0
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-11
/
+10
2019-02-26
Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton
bors
-2
/
+31
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-1
/
+1
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-1
/
+1
2019-02-13
impl Deref/DerefMut for IoVec types
Steven Fackler
-2
/
+2
2019-02-13
Add vectored read and write support
Steven Fackler
-2
/
+31
2019-02-13
Relax Read bounds on a bunch of BufReader<R> methods
Anthony Ramine
-0
/
+2
2019-02-10
tests: doc comments
Alexander Regueiro
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-17
deny intra-doc link resolution failures in libstd
Andy Russell
-1
/
+4
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-1
/
+1
2018-11-02
Fix compile errors in test
Jonathan Behrens
-9
/
+9
2018-11-02
Suggested edits
Jonathan Behrens
-24
/
+24
2018-11-02
Add some tests
Jonathan Behrens
-11
/
+20
2018-11-02
Add BufWriter::buffer method
Jonathan Behrens
-0
/
+19
2018-09-06
Fix invalid urls
Guillaume Gomez
-4
/
+2
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-07-30
Remove unstable and deprecated APIs
Simon Sapin
-46
/
+0
[next]