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
2014-01-08
Robustly read remaining bytes in a character
Alex Crichton
-1
/
+7
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-1
/
+2
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-5
/
+27
2013-12-23
Add tests for 0-byte read propagation.
Sébastien Paolacci
-0
/
+28
2013-12-16
Make BufferedReader propagate 0-byte long reads.
Sébastien Paolacci
-3
/
+3
2013-12-15
auto merge of #10984 : huonw/rust/clean-raw, r=cmr
bors
-4
/
+4
2013-12-15
Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.
Huon Wilson
-2
/
+2
2013-12-15
std::vec: remove unnecessary count parameter on {bytes,
Huon Wilson
-2
/
+2
2013-12-15
std: fix spelling in docs.
Huon Wilson
-2
/
+2
2013-12-11
std::io: Add Buffer.lines(), change .bytes() api
klutzy
-0
/
+22
2013-11-30
Fixes for BufferedWriter and LineBufferedWriter
Steven Fackler
-10
/
+28
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-6
/
+6
2013-11-19
Implement more native file I/O
Alex Crichton
-1
/
+0
2013-11-13
Introduce an io::Buffer trait
Alex Crichton
-81
/
+26
2013-11-12
io: benchmarks for creation of the various Buffered objects
Corey Richardson
-0
/
+42
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-0
/
+473
[prev]