rust/src/librustc/back
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
..
abi.rs back: abi: remove dead code 2014-04-01 10:12:02 -04:00
archive.rs auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton 2014-04-06 23:36:38 -07:00
arm.rs librustc: Automatically change uses of ~[T] to Vec<T> in rustc. 2014-03-08 21:24:27 +01:00
link.rs auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton 2014-04-06 23:36:38 -07:00
lto.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
mips.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
rpath.rs rustc: Fix tests for sysroot changes 2014-03-26 20:53:01 -07:00
svh.rs rustc: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
target_strs.rs rustc: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
x86.rs librustc: Automatically change uses of ~[T] to Vec<T> in rustc. 2014-03-08 21:24:27 +01:00
x86_64.rs librustc: Automatically change uses of ~[T] to Vec<T> in rustc. 2014-03-08 21:24:27 +01:00