rust/src/test/run-make
Alex Crichton 9d0b3c9fc9 rustc: Turn off multiple versions of crate warning
This warning has been around in the compiler for quite some time now, but the
real place for a warning like this, if it should exist, is in Cargo, not in the
compiler itself. It's a first-class feature of Cargo that multiple versions of a
crate can be compiled into the same executable, and we shouldn't be warning
about our first-class features.
2015-01-06 08:22:59 -08:00
..
c-dynamic-dylib rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
c-dynamic-rlib
c-link-to-rust-dylib test/run-make: some test cases lacked $(EXTRACFLAGS). 2014-11-20 14:12:57 +08:00
c-link-to-rust-staticlib
c-static-dylib rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
c-static-rlib
cannot-read-embedded-idents
codegen-options-parsing Slightly improved rustc error messages for invalid -C arguments 2014-11-15 14:51:22 +01:00
compiler-lookup-paths rustc: Re-jigger -L and -l for MSYS compatibility 2014-12-31 16:05:00 -08:00
crate-data-smoke
crate-name-priority
dep-info rustc: Start "stabilizing" some flags 2014-12-19 11:38:24 -08:00
dep-info-custom rustc: Start "stabilizing" some flags 2014-12-19 11:38:24 -08:00
dep-info-spaces
duplicate-output-flavors
dylib-chain rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
error-writing-dependencies
extern-diff-internal-name rustc: Turn off multiple versions of crate warning 2015-01-06 08:22:59 -08:00
extern-flag-disambiguates
extern-flag-fun
extern-fn-generic
extern-fn-mangle
extern-fn-reachable
extern-fn-with-packed-struct Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
extern-fn-with-union
extra-filename-with-temp-outputs
graphviz-flowgraph fix run-make/ tests now flowgraph printing has moved to the unstable --xpretty option. 2014-12-22 19:41:19 +01:00
interdependent-c-libraries
intrinsic-unreachable Add tests for intrinsics::unreachable 2014-10-04 20:09:09 -07:00
invalid-library
issue-7349 rustc: Start "stabilizing" some flags 2014-12-19 11:38:24 -08:00
issue-11908
issue-12446
issue-14500
issue-15460 rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
issue-19371 Fix various references in late-running tests and things 2014-12-05 01:52:18 -05:00
libs-and-bins
libs-through-symlinks rustc: Start "stabilizing" some flags 2014-12-19 11:38:24 -08:00
link-path-order
linkage-attr-on-static Add tests. 2014-11-17 15:24:34 -05:00
ls-metadata
lto-readonly-lib
lto-smoke
lto-smoke-c
lto-syntax-extension Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] 2015-01-05 18:21:13 -08:00
manual-crate-name
manual-link rustc: Re-jigger -L and -l for MSYS compatibility 2014-12-31 16:05:00 -08:00
many-crates-but-no-match Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
metadata-flag-frobs-symbols
mismatching-target-triples Tweak and add test for detecting libraries with mismatching target triples. 2014-11-13 13:40:25 +11:00
missing-crate-dependency
mixing-deps rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
mixing-formats rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
mixing-libs
no-duplicate-libs Update infrastructure for fail -> panic 2014-10-29 16:06:13 -04:00
no-intermediate-extras
no-stack-check Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
obey-crate-type-flag
output-type-permutations rustc: Start "stabilizing" some flags 2014-12-19 11:38:24 -08:00
prefer-dylib rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
prefer-rlib
pretty-expanded Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
pretty-expanded-hygiene Un-gate macro_rules 2015-01-05 18:21:14 -08:00
pretty-print-path-suffix
pretty-print-to-file
prune-link-args
relocation-model
rlib-chain
rustdoc-hidden-line Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
rustdoc-json Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
rustdoc-recursion
rustdoc-search-index
rustdoc-smoke Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
rustdoc-where test: Don't depend on /bin/bash 2014-10-02 19:34:26 -07:00
save-analysis Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
sepcomp-cci-copies rustc: Start "stabilizing" some flags 2014-12-19 11:38:24 -08:00
sepcomp-inlining rustc: Start "stabilizing" some flags 2014-12-19 11:38:24 -08:00
sepcomp-separate rustc: Start "stabilizing" some flags 2014-12-19 11:38:24 -08:00
simple-dylib rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
simple-rlib
static-dylib-by-default test/run-make: another missing $(EXTRACFLAGS). 2014-12-02 04:52:29 +08:00
static-unwinding fix run-make test 2015-01-05 17:22:17 -05:00
staticlib-blank-lib rustc: Add knowledge of separate lookup paths 2014-12-23 10:08:17 -08:00
suspicious-library rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
symbols-are-reasonable Rename include_bin! to include_bytes! 2014-12-23 22:06:32 +13:00
symlinked-extern
symlinked-libraries rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
target-specs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
test-harness Continue cfg syntax transition 2014-10-12 11:40:19 -07:00
test-shard-completeness
unicode-input Remove deprecated functionality 2015-01-03 23:43:57 -08:00
version rustc: Start "stabilizing" some flags 2014-12-19 11:38:24 -08:00
volatile-intrinsics rustc: Start "stabilizing" some flags 2014-12-19 11:38:24 -08:00
weird-output-filenames
tools.mk