rust/src/libstd/io
bors d52398ef8c auto merge of #21076 : sfackler/rust/bufferedreader-undef, r=Gankro
It's passed to the underlying reader, so uninitialized memory == sad
times.

We might want to shrink the default buffer size as well. 64k is pretty
huge. Java uses 8k by default, and Go uses 4k for reference.

r? @alexcrichton
2015-01-14 09:52:08 +00:00
..
net cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
buffered.rs auto merge of #21076 : sfackler/rust/bufferedreader-undef, r=Gankro 2015-01-14 09:52:08 +00:00
comm_adapters.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
extensions.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
fs.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
mem.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
mod.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
pipe.rs rollup merge of #20273: alexcrichton/second-pass-comm 2015-01-02 09:15:54 -08:00
process.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
result.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
stdio.rs rollup merge of #20607: nrc/kinds 2015-01-06 15:34:10 -08:00
tempfile.rs Make temporary directory names non-deterministic. 2015-01-05 10:19:19 +00:00
test.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
timer.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
util.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00