rust/src/compiletest
bors e4779b5050 auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton
`Reader`, `Writer`, `MemReader`, `MemWriter`, and `MultiWriter` now work with `Vec<u8>` instead of `~[u8]`. This does introduce some extra copies since `from_utf8_owned` isn't usable anymore, but I think that can't be helped until `~str`'s representation changes.
2014-04-06 23:36:38 -07:00
..
common.rs compiletest: Switch field privacy where necessary 2014-03-31 15:47:37 -07:00
compiletest.rs Avoid injecting unfulfilled dependence in compiletest on libnative. 2014-04-02 11:44:04 +02:00
errors.rs compiletest: Switch field privacy where necessary 2014-03-31 15:47:37 -07:00
header.rs compiletest: Switch field privacy where necessary 2014-03-31 15:47:37 -07:00
procsrv.rs De-~[] Reader and Writer 2014-04-06 15:39:56 -07:00
runtest.rs De-~[] Reader and Writer 2014-04-06 15:39:56 -07:00
util.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00