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
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
2018-07-26
State default capacity for BufReader/BufWriter
Jonathan Behrens
-2
/
+4
2018-07-11
simplify assertions
Andy Russell
-5
/
+4
2018-07-08
rework `LineWriter` example
Andy Russell
-10
/
+24
2018-04-15
Deprecate Read::chars and char::decode_utf8
Simon Sapin
-0
/
+2
2018-04-05
Rollup merge of #49594 - mbrubeck:docs, r=steveklabnik
kennytm
-0
/
+12
2018-04-03
Add performance notes to BufReader/BufWriter docs
Matt Brubeck
-0
/
+12
2018-04-02
Fix typo
Rolf van de Krol
-1
/
+1
2018-03-28
Remove hidden `foo` functions from doc examples; use `Termination` trait.
Corey Farwell
-109
/
+110
2018-03-18
Add BufReader::buffer
Steven Fackler
-1
/
+29
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2018-01-15
Rollup merge of #47330 - bmusin:patch-2, r=shepmaster
kennytm
-4
/
+4
2018-01-14
Auto merge of #46832 - Diggsey:bufread-cheaper-seek, r=alexcrichton
bors
-0
/
+46
2018-01-13
Add note to documentation
Diggory Blake
-0
/
+4
2018-01-13
Implement "seek_relative"
Diggory Blake
-0
/
+42
2018-01-13
fix off-by-one error
Bulat Musin
-4
/
+4
2018-01-02
Document when LineWriter flushes; document errors for into_inner.
Corey Farwell
-0
/
+11
2017-12-21
docs: do not call integer overflows as underflows
Trevor Spiteri
-1
/
+1
2017-10-18
Implement is_empty() for BufReader
Jonathan Behrens
-0
/
+25
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-07-20
Remove mut where possible
Evan Cameron
-10
/
+10
2017-07-09
Add warning to BufWriter documentation
John Gallagher
-1
/
+5
2017-06-20
Add `Read::initializer`.
Steven Fackler
-6
/
+16
[next]