rust/src/libstd/io
Nick Cameron 95cfc35607 Put slicing syntax behind a feature gate.
[breaking-change]

If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate.
2014-10-02 13:23:36 +13:00
..
net Put slicing syntax behind a feature gate. 2014-10-02 13:23:36 +13:00
buffered.rs Use slice syntax instead of slice_to, etc. 2014-10-02 13:19:45 +13:00
comm_adapters.rs Use slice syntax instead of slice_to, etc. 2014-10-02 13:19:45 +13:00
extensions.rs Remove #[allow(deprecated)] from libstd 2014-09-21 21:05:05 -07:00
fs.rs Use slice syntax instead of slice_to, etc. 2014-10-02 13:19:45 +13:00
mem.rs Use slice syntax instead of slice_to, etc. 2014-10-02 13:19:45 +13:00
mod.rs Use slice syntax instead of slice_to, etc. 2014-10-02 13:19:45 +13:00
pipe.rs Remove iotest macro 2014-10-01 10:34:39 -07:00
process.rs Remove iotest macro 2014-10-01 10:34:39 -07:00
result.rs Use temp vars for implicit coercion to ^[T] 2014-08-26 12:37:45 +12:00
stdio.rs Remove iotest macro 2014-10-01 10:34:39 -07:00
tempfile.rs Remove #[allow(deprecated)] from libstd 2014-09-21 21:05:05 -07:00
test.rs Remove iotest macro 2014-10-01 10:34:39 -07:00
timer.rs Remove iotest macro 2014-10-01 10:34:39 -07:00
util.rs Use slice syntax instead of slice_to, etc. 2014-10-02 13:19:45 +13:00