rust/src/libstd/io
Brendan Zabarauskas 729060dbb9 Remove Times trait
`Times::times` was always a second-class loop because it did not support the `break` and `continue` operations. Its playful appeal was then lost after `do` was disabled for closures. It's time to let this one go.
2014-01-30 14:52:25 +11:00
..
net Remove Times trait 2014-01-30 14:52:25 +11:00
buffered.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
comm_adapters.rs Removing do keyword from libstd and librustc 2014-01-29 09:15:41 -05:00
extensions.rs Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00
flate.rs Remove eof() from io::Reader 2014-01-09 09:27:10 -08:00
fs.rs Flag Result as #[must_use] and deal with fallout. 2014-01-29 08:35:49 -08:00
mem.rs auto merge of #11598 : alexcrichton/rust/io-export, r=brson 2014-01-17 12:02:07 -08:00
mod.rs Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00
option.rs Remove eof() from io::Reader 2014-01-09 09:27:10 -08:00
pipe.rs Removing do keyword from libstd and librustc 2014-01-29 09:15:41 -05:00
process.rs [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() behavior 2014-01-21 15:48:48 -08:00
signal.rs Removing do keyword from libstd and librustc 2014-01-29 09:15:41 -05:00
stdio.rs Removing do keyword from libstd and librustc 2014-01-29 09:15:41 -05:00
test.rs Removing do keyword from libstd and librustc 2014-01-29 09:15:41 -05:00
timer.rs Removing do keyword from libstd and librustc 2014-01-29 09:15:41 -05:00
util.rs Tweak the interface of std::io 2014-01-17 10:00:47 -08:00