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
/
src
/
libstd
/
io
/
buffered.rs
Age
Commit message (
Expand
)
Author
Lines
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
2017-04-06
Fix Markdown issues in the docs
Oliver Middleton
-8
/
+9
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-16
/
+16
2016-11-28
std: Fix partial writes in LineWriter
Alex Crichton
-13
/
+86
2016-11-10
Remove one bounds check from BufReader
Arthur Silva
-1
/
+4
2016-10-14
Rollup merge of #37115 - GuillaumeGomez:buf_reader_urls, r=kmcallister
Jonathan Turner
-5
/
+13
2016-10-12
add missing urls for BufWriter and BufReader
Guillaume Gomez
-5
/
+13
2016-10-12
Deprecate `Reflect`
Nick Cameron
-2
/
+1
2016-10-05
Fixed small typo in `BufRead` comments
Razican
-1
/
+1
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+1
2016-09-21
Fix outdated Doc Comment on BufReader::seek
Christopher Serr
-2
/
+2
2016-09-11
Remove unnecessary `cmp::min` from BufWriter::write
Richard Janis Goldschmidt
-2
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-05-09
Utilize `Result::unwrap_err` in more places.
Corey Farwell
-1
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-9
/
+9
2016-03-07
Add test case for #32085
Steven Allen
-0
/
+28
2016-03-07
Never return an error after a partial write
Steven Allen
-2
/
+4
2016-01-26
Fix warnings during tests
Alex Crichton
-2
/
+2
2016-01-22
Auto merge of #31070 - sfackler:bufreader-box-slice, r=alexcrichton
bors
-2
/
+2
2016-01-20
Use a Box<[u8]> in BufReader
Steven Fackler
-2
/
+2
2016-01-20
Don't flush in BufWriter destructor after a panic in write
Steven Fackler
-3
/
+40
2016-01-12
Remove dead `InternalBufWriter` implementation
Andrea Canciani
-15
/
+0
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-1
/
+1
2015-12-18
Use memchr in libstd where possible, closes #30076
Florian Hahn
-1
/
+2
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-1
/
+1
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-148
/
+1
2015-07-29
Rollup merge of #27341 - steveklabnik:remove_warning, r=alexcrichton
Steve Klabnik
-4
/
+0
2015-07-27
Remove warning header for consistency
Steve Klabnik
-4
/
+0
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-1
/
+1
2015-07-22
Rollup merge of #27170 - steveklabnik:doc_std_io_intoinnererror, r=alexcrichton
Steve Klabnik
-1
/
+73
2015-07-22
Rollup merge of #27166 - steveklabnik:doc_std_io_linewriter, r=alexcrichton
Steve Klabnik
-3
/
+120
[next]