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
2015-07-14
Use Vec::drain in BufWriter
Ulrik Sverdrup
-8
/
+1
2015-07-10
More docs for std::io::BufReader
Steve Klabnik
-4
/
+77
2015-07-08
Auto merge of #26849 - bluss:read-to-end-memset, r=alexcrichton
bors
-4
/
+1
2015-07-08
io: Simplify BufReader::with_capacity
Ulrik Sverdrup
-4
/
+1
2015-07-05
std: small doc fixes for BufReader and BufWriter
Georg Brandl
-8
/
+8
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-0
/
+5
2015-06-17
std: Deprecate the io::BufStream type
Alex Crichton
-0
/
+4
2015-05-19
Add example code and cross-link to BufReader docs
Matt Brubeck
-0
/
+18
2015-05-05
Auto merge of #25009 - alexcrichton:less-buffered-stream, r=aturon
bors
-10
/
+18
2015-05-01
Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturon
bors
-3
/
+3
2015-05-01
std: Remove index notation on slice iterators
Alex Crichton
-3
/
+3
2015-04-30
Add downcasting to std::error::Error
Aaron Turon
-1
/
+2
2015-04-30
std: Destabilize io::BufStream
Alex Crichton
-10
/
+18
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-08
Implement io::Seek for io::BufWriter<W> where W: io::Seek
Kevin Ballard
-0
/
+22
2015-04-08
Implement io::Seek for io::BufReader<R> where R: io::Seek
Kevin Ballard
-2
/
+109
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-22
/
+22
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-1
/
+1
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23879: seanmonstar/del-from-error
Alex Crichton
-3
/
+3
2015-03-30
convert: remove FromError, use From<E> instead
Sean McArthur
-3
/
+3
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-2
/
+2
2015-03-28
Fix massive performance issue in read_to_end
Steven Fackler
-28
/
+43
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-2
/
+2
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-24
Added `Write` bounds to avoid a specialized Drop impl for `BufWriter`.
Felix S. Klock II
-9
/
+9
2015-03-23
Stabilize the Error trait
Aaron Turon
-1
/
+1
2015-03-18
Fixed-size byte string literals (RFC 339)
Vadim Petrochenkov
-2
/
+2
2015-03-17
std::io::buffered: Don't use 'flush' in documentation of into_inner
Mikhail Zabaluev
-14
/
+15
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-0
/
+1
2015-03-12
std: Stabilize the `io` module
Alex Crichton
-10
/
+57
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-2
/
+2
2015-02-25
Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon
Manish Goregaokar
-3
/
+3
2015-02-24
std: Stabilize some `ptr` functions
Alex Crichton
-3
/
+3
2015-02-24
std::io::BufReader: remove leftover lifetime parameter on get_ref()
Mikhail Zabaluev
-1
/
+1
2015-02-20
try to reduce bajillion warnings
Alexis
-4
/
+3
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-2
/
+2
2015-02-03
std: Add `io` module again
Alex Crichton
-0
/
+676
2015-01-26
std: Rename io to old_io
Alex Crichton
-697
/
+0
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-4
/
+8
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-4
/
+8
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-2
/
+2
2015-01-14
auto merge of #21076 : sfackler/rust/bufferedreader-undef, r=Gankro
bors
-11
/
+10
2015-01-12
Initialize memory for BufferedReader buffer
Steven Fackler
-11
/
+10
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-3
/
+3
2015-01-10
Implement Show for types in std::io::{buffered,util}
Steven Fackler
-0
/
+33
[next]