about summary refs log tree commit diff
path: root/src/libstd/io/comm_adapters.rs
AgeCommit message (Expand)AuthorLines
2014-02-14Fix all code examplesAlex Crichton-4/+13
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-0/+6
2014-02-03std: Fix tests with io_error usageAlex Crichton-28/+17
2014-02-03std: Remove io::io_errorAlex Crichton-8/+9
2014-01-29auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonwbors-1/+1
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-3/+3
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-1/+1
2014-01-09Remove eof() from io::ReaderAlex Crichton-9/+0
2013-12-26std: remove some test warningsErick Tryzelaar-2/+1
2013-12-19Get comm_adapters building againAlex Crichton-2/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-35/+13
2013-12-15std::vec: remove unnecessary count parameter on {bytes,Huon Wilson-1/+1
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