rust/src/libstd/rand
Alex Crichton ece8a8f520 std: Remove io::io_error
* All I/O now returns IoResult<T> = Result<T, IoError>
* All formatting traits now return fmt::Result = IoResult<()>
* The if_ok!() macro was added to libstd
2014-02-03 09:32:33 -08:00
..
distributions Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00
isaac.rs Remove Times trait 2014-01-30 14:52:25 +11:00
mod.rs Introduce marker types for indicating variance and for opting out 2014-01-31 21:18:48 -05:00
os.rs std: Remove io::io_error 2014-02-03 09:32:33 -08:00
rand_impls.rs Uppercase numeric constants 2014-01-25 21:38:25 +13:00
reader.rs std: Remove io::io_error 2014-02-03 09:32:33 -08:00
reseeding.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00