rust/src/test/run-make
2014-11-20 17:19:24 -08:00
..
bootstrap-from-c-with-native Fallout from libgreen and libnative removal 2014-11-20 17:19:24 -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
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 rustc lexer: regression tests for embedded Idents. 2014-08-13 17:41:35 +02:00
codegen-options-parsing Slightly improved rustc error messages for invalid -C arguments 2014-11-15 14:51:22 +01:00
crate-data-smoke
crate-name-priority
dep-info
dep-info-custom Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
dep-info-spaces Make --dep-info escape spaces in filenames 2014-10-01 11:40:00 -04:00
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 Add regression test for #17186 2014-09-12 18:09:47 -07:00
extern-flag-disambiguates
extern-flag-fun
extern-fn-generic
extern-fn-mangle
extern-fn-reachable
extern-fn-with-packed-struct librustc: handle repr on structs, require it for ffi, unify with packed 2014-08-20 21:02:23 -04:00
extern-fn-with-union
extra-filename-with-temp-outputs
graphviz-flowgraph Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
interdependent-c-libraries
intrinsic-unreachable Add tests for intrinsics::unreachable 2014-10-04 20:09:09 -07:00
invalid-library
issue-7349
issue-11908
issue-12446
issue-14500 Move -Z lto to -C lto. 2014-09-21 02:17:31 -04:00
issue-15460 rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
libs-and-bins
libs-through-symlinks Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
link-path-order Added test for link path ordering 2014-09-07 11:42:02 +02:00
linkage-attr-on-static Add tests. 2014-11-17 15:24:34 -05:00
ls-metadata
lto-readonly-lib rustc: Fix permission denied error in 'ar' when lto is enabled 2014-09-29 15:07:14 +02:00
lto-smoke Move -Z lto to -C lto. 2014-09-21 02:17:31 -04:00
lto-smoke-c Move -Z lto to -C lto. 2014-09-21 02:17:31 -04:00
lto-syntax-extension Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
manual-crate-name
manual-link rustc: Implement -l and include! tweaks 2014-10-30 19:02:11 -07: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
multiple-versions
no-duplicate-libs Update infrastructure for fail -> panic 2014-10-29 16:06:13 -04:00
no-intermediate-extras Remove workaround of #13793/#10872 2014-08-18 13:45:08 +09:00
no-stack-check Disable no-stack-check test on Windows 2014-10-09 21:26:51 -07:00
obey-crate-type-flag
output-type-permutations don't leave unwanted temporary files with --emit=ir/asm 2014-09-05 09:18:57 -07:00
prefer-dylib rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
prefer-rlib
pretty-expanded
pretty-expanded-hygiene rustc: implement a pretty mode to print ident/name's ctxt & gensyms. 2014-08-30 16:50:38 +10:00
pretty-print-path-suffix
pretty-print-to-file
prune-link-args
relocation-model
rlib-chain
rustdoc-hidden-line Implement flexible target specification 2014-11-04 05:07:47 -05:00
rustdoc-json Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
rustdoc-recursion rustdoc: Don't try to inline the crate root 2014-09-23 15:19:30 -07:00
rustdoc-search-index Add a simple test for rustdoc search index contents 2014-08-26 22:03:39 -04:00
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 test: Convert statics to constants 2014-10-09 09:44:52 -07:00
sepcomp-inlining add tests for separate compilation 2014-09-05 09:18:57 -07:00
sepcomp-separate add tests for separate compilation 2014-09-05 09:18:57 -07:00
simple-dylib rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
simple-rlib
static-dylib-by-default rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
static-unwinding Rename fail! to panic! 2014-10-29 11:43:07 -04:00
staticlib-blank-lib
suspicious-library rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
symbols-are-reasonable
symlinked-extern Properly canonicalize crate paths specified via --extern 2014-08-15 14:40:09 +02:00
symlinked-libraries rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
target-specs rollup merge of #18684 : nathan7/patch-1 2014-11-06 13:53:26 -08:00
test-harness Continue cfg syntax transition 2014-10-12 11:40:19 -07:00
test-shard-completeness
unicode-input Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
version
volatile-intrinsics
weird-output-filenames
tools.mk