rust/src/libstd/io
Alex Crichton dafb310ba1 std: Delete rt::test
This module contains many M:N specific concepts. This will no longer be
available with libgreen, and most functions aren't really that necessary today
anyway. New testing primitives will be introduced as they become available for
1:1 and M:N.

A new io::test module is introduced with the new ip4/ip6 address helpers to
continue usage in io tests.
2013-12-24 14:42:00 -08:00
..
native std: silence warnings when compiling test. 2013-12-20 01:26:03 +11:00
net std: Delete rt::test 2013-12-24 14:42:00 -08:00
buffered.rs Add tests for 0-byte read propagation. 2013-12-23 09:35:52 +01:00
comm_adapters.rs Get comm_adapters building again 2013-12-19 15:42:44 -08:00
extensions.rs std::io: Add Buffer.lines(), change .bytes() api 2013-12-11 15:50:51 +09:00
flate.rs std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. 2013-12-04 22:35:53 +11:00
fs.rs std: fix spelling in docs. 2013-12-15 16:26:09 +11:00
mem.rs std::vec: remove unnecessary count parameter on {bytes, 2013-12-15 22:23:11 +11:00
mod.rs Fixing more doc tests 2013-12-23 09:10:37 -08:00
option.rs std: Delete rt::test 2013-12-24 14:42:00 -08:00
pipe.rs librustuv: Change with_local_io to use RAII. 2013-12-10 15:13:12 -08:00
process.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
signal.rs std: Fix all code examples 2013-12-23 09:10:36 -08:00
stdio.rs libstd: Remove Cell from the library. 2013-12-10 17:55:09 -08:00
test.rs std: Delete rt::test 2013-12-24 14:42:00 -08:00
timer.rs std: Delete rt::test 2013-12-24 14:42:00 -08:00
util.rs std: silence warnings when compiling test. 2013-12-20 01:26:03 +11:00