rust/src/compiletest
Brendan Zabarauskas 4fc0452ace Remove re-exports of std::io::stdio::{print, println} in the prelude.
The `print!` and `println!` macros are now the preferred method of printing, and so there is no reason to export the `stdio` functions in the prelude. The functions have also been replaced by their macro counterparts in the tutorial and other documentation so that newcomers don't get confused about what they should be using.
2014-01-11 10:46:00 +11:00
..
common.rs etc: licenseck: don't hardcode a specific year 2014-01-04 21:49:52 +01:00
compiletest.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
errors.rs std::io: Add Buffer.lines(), change .bytes() api 2013-12-11 15:50:51 +09:00
header.rs etc: licenseck: don't hardcode a specific year 2014-01-04 21:49:52 +01:00
procsrv.rs Fix #10754 - std::run functions fail after io_error 2013-12-14 12:50:04 -05:00
runtest.rs etc: licenseck: don't hardcode a specific year 2014-01-04 21:49:52 +01:00
util.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00