rust/src/libstd/io
Alex Crichton ca7fb82e0b rustuv: Don't zero-out data on clones
When cloning a stream, the data is already guaranteed to be in a consistent
state, so there's no need to perform a zeroing. This prevents segfaults as seen
in #15231

Closes #15231
2014-06-29 09:38:07 -07:00
..
net rustuv: Don't zero-out data on clones 2014-06-29 09:38:07 -07:00
buffered.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
comm_adapters.rs librustc: Match trait self types exactly. 2014-06-28 11:18:37 -07:00
extensions.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
fs.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
mem.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
mod.rs std::io: Use re-exported pathes in examples. 2014-06-27 07:10:33 +09:00
pipe.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
process.rs std::io: Use re-exported pathes in examples. 2014-06-27 07:10:33 +09:00
result.rs De-~[] Mem{Reader,Writer} 2014-04-06 15:40:01 -07:00
signal.rs Register new snapshots 2014-06-15 23:30:24 -07:00
stdio.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
tempfile.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
test.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
timer.rs std::io: Use re-exported pathes in examples. 2014-06-27 07:10:33 +09:00
util.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00