rust/src/test
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
..
auxiliary auto merge of #13346 : ben0x539/rust/priv-field-in, r=alexcrichton 2014-04-06 10:36:33 -07:00
bench auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton 2014-04-06 23:36:38 -07:00
codegen
compile-fail auto merge of #13346 : ben0x539/rust/priv-field-in, r=alexcrichton 2014-04-06 10:36:33 -07:00
debug-info Fix inner attribute syntax from #[foo]; to #![foo] 2014-04-04 13:22:57 -07:00
pretty Test fixes from rollup 2014-04-04 15:57:45 -07:00
run-fail auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me 2014-04-06 02:56:39 -07:00
run-make auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton 2014-04-06 23:36:38 -07:00
run-pass auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton 2014-04-06 23:36:38 -07:00
run-pass-fulldeps Fix inner attribute syntax from #[foo]; to #![foo] 2014-04-04 13:22:57 -07:00