summary refs log tree commit diff
path: root/src/libstd/io/comm_adapters.rs
AgeCommit message (Collapse)AuthorLines
2013-12-26std: remove some test warningsErick Tryzelaar-2/+1
2013-12-19Get comm_adapters building againAlex Crichton-2/+2
I accidentally removed this module from compilation awhile back, this adds it back in. Closes #11076
2013-12-16Fallout of rewriting std::commAlex Crichton-35/+13
2013-12-15std::vec: remove unnecessary count parameter on {bytes,Huon Wilson-1/+1
raw}::copy_memory. Slices carry their length with them, so we can just use that information.
2013-12-10Implement PortReader and ChanWriterRaphael Speyer-11/+172
2013-12-08Remove dead codesKiet Tran-4/+4
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+57