rust/src/libstd/rt/io
bors a7d68adbdd auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphism
Progress on #7981

This doesn't completely close the issue because `struct A;` is still allowed, and it's a much larger change to disallow that. I'm also not entirely sure that we want to disallow that. Regardless, punting that discussion to the issue instead.
2013-09-24 15:45:57 -07:00
..
native libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
net std::rt::io::net::tcp: Fix one tcp test on Win32 2013-09-16 03:45:20 +09:00
buffered.rs Register new snapshots 2013-09-18 11:07:22 -07:00
comm_adapters.rs Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
extensions.rs Replace unreachable() calls with unreachable!(). 2013-09-19 15:04:03 +10:00
file.rs std: add file::io::test module and ensure correct build 2013-09-21 14:15:58 -07:00
flate.rs Rename str::from_bytes to str::from_utf8, closes #8985 2013-09-05 14:17:24 +02:00
mem.rs Add with_mem_writer to std::rt::io::mem. 2013-09-06 21:21:59 -07:00
mock.rs libstd: Fix merge fallout. 2013-05-22 21:57:11 -07:00
mod.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
option.rs Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test coverage 2013-09-06 11:13:43 -07:00
pipe.rs Implement process bindings to libuv 2013-09-18 13:52:18 -07:00
process.rs Ignore io::process tests 2013-09-19 15:17:29 -07:00
stdio.rs automated whitespace fixes 2013-06-13 18:03:08 -04:00
support.rs std::rt::io::support: Fix ignored test on Win32 2013-09-16 03:30:10 +09:00
timer.rs std::rt: Add a standalone sleep function. 2013-09-15 00:20:48 +10:00