rust/src/test/run-make
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
..
bootstrap-from-c-with-green rustc: Remove all crate map support 2014-03-24 11:19:28 -07:00
bootstrap-from-c-with-native rustc: Remove all crate map support 2014-03-24 11:19:28 -07:00
c-dynamic-dylib mk: Get "make check" passing with --disable-rpath 2014-02-21 16:35:05 -08:00
c-dynamic-rlib extern mod => extern crate 2014-02-14 22:55:21 -08:00
c-link-to-rust-dylib Added tests to make tidy 2014-02-07 12:49:24 -06:00
c-link-to-rust-staticlib rustc: Remove all crate map support 2014-03-24 11:19:28 -07:00
c-static-dylib extern mod => extern crate 2014-02-14 22:55:21 -08:00
c-static-rlib extern mod => extern crate 2014-02-14 22:55:21 -08:00
crate-data-smoke Bump version to 0.11-pre 2014-04-03 16:28:46 -07:00
dep-info Added tests to make tidy 2014-02-07 12:49:24 -06:00
dep-info-custom Added tests to make tidy 2014-02-07 12:49:24 -06:00
duplicate-output-flavors Added tests to make tidy 2014-02-07 12:49:24 -06:00
dylib-chain extern mod => extern crate 2014-02-14 22:55:21 -08:00
invalid-library rustc: Better error when loading invalid libraries 2014-03-01 23:36:28 -08:00
issue-12446 rustc: Move local native libs back in link-args 2014-02-27 19:59:02 -08:00
ls-metadata Added tests to make tidy 2014-02-07 12:49:24 -06:00
lto-smoke extern mod => extern crate 2014-02-14 22:55:21 -08:00
lto-smoke-c rustc: Pass --enable-long-section-names to gcc 2014-04-05 17:53:44 -07:00
many-crates-but-no-match Rough regression test for #13266. 2014-04-05 03:53:28 +02:00
missing-crate-dependency Updated metadata::creader::resolve_crate_deps to use the correct span. Clarified error message when an external crate's dependency is missing. Closes #2404. 2014-02-17 18:34:46 -05:00
mixing-deps extern mod => extern crate 2014-02-14 22:55:21 -08:00
mixing-libs extern mod => extern crate 2014-02-14 22:55:21 -08:00
no-duplicate-libs rustc: Don't deduplicate libraries linked to 2014-02-26 16:58:37 -08:00
no-intermediate-extras Redesign output flags for rustc 2014-02-06 11:14:13 -08:00
output-type-permutations rustc: Change the filename of compressed bitcode 2014-03-23 13:36:49 +01:00
prefer-dylib extern mod => extern crate 2014-02-14 22:55:21 -08:00
prefer-rlib extern mod => extern crate 2014-02-14 22:55:21 -08:00
prune-link-args Consolidate codegen-related compiler flags 2014-02-10 00:50:39 -08:00
relocation-model Add support for different relocation models 2014-04-06 15:06:44 +02:00
rlib-chain extern mod => extern crate 2014-02-14 22:55:21 -08:00
rustdoc-hidden-line rustdoc: Add syntax highlighting 2014-02-23 00:16:23 -08:00
rustdoc-json rustdoc: Fix json output and input 2014-02-19 01:10:31 -08:00
rustdoc-smoke Added tests to make tidy 2014-02-07 12:49:24 -06:00
simple-dylib extern mod => extern crate 2014-02-14 22:55:21 -08:00
simple-rlib extern mod => extern crate 2014-02-14 22:55:21 -08:00
static-unwinding extern mod => extern crate 2014-02-14 22:55:21 -08:00
staticlib-blank-lib Fix staticlib outputs linking to blank archives 2014-02-18 16:07:09 -08:00
suspicious-library rustc: Prevent false positives in crate loading 2014-03-19 10:47:00 -07:00
symlinked-libraries rustc: Don't error on the rlib symlinks 2014-02-24 21:22:25 -08:00
unicode-input De-~[] Reader and Writer 2014-04-06 15:39:56 -07:00
volatile-intrinsics std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
tools.mk mk: Get "make check" passing with --disable-rpath 2014-02-21 16:35:05 -08:00