rust/src/test
bors 1225e122fd Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakis
Properly feature gate all unstable ABIs

Fixes https://github.com/rust-lang/rust/issues/34900
[breaking-change]
r? @pnkfelix

---
Function-visiting machinery for AST/HIR is surprisingly error-prone, it's *very* easy to miss some cases or visit something twice while writing a visitor. This is the true problem behind https://github.com/rust-lang/rust/issues/34900. I'll try to restructure these visitors a bit and send one more PR later.
2016-07-30 15:58:20 -07:00
..
codegen Add codegen test to make sure that closures are 'internalized' properly. 2016-07-19 06:22:35 -04:00
codegen-units trans: Adjust linkage assignment so that we don't need weak linkage. 2016-07-08 10:42:48 -04:00
compile-fail Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakis 2016-07-30 15:58:20 -07:00
compile-fail-fulldeps Add tests + Fix rustdoc regression + Fix rebase 2016-07-08 12:42:57 +03:00
debuginfo Remove no_stack_check tests (#34915) 2016-07-25 15:00:32 +05:30
incremental Keep multiple files per work-product 2016-07-28 12:05:45 -04:00
mir-opt add mir optimization tests, dump-mir-dir option 2016-07-20 19:41:39 -07:00
parse-fail syntax: Better error message for inner attr following doc comment 2016-07-15 21:02:53 -07:00
pretty Fix pretty-printing of lifetime bound 2016-06-29 23:40:29 +09:00
run-fail Rollup merge of #33897 - srinivasreddy:runfail_rustfmt, r=nrc 2016-06-07 10:43:56 -04:00
run-fail-fulldeps Fix rfail test missing import 2016-06-24 06:31:19 -04:00
run-make Modify trans to skip generating .o files 2016-07-28 12:05:45 -04:00
run-pass Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton 2016-07-28 11:20:33 -07:00
run-pass-fulldeps Add regression test 2016-07-05 05:59:46 +00:00
run-pass-valgrind move coerce-match{,-calls} into run-pass-valgrind 2016-07-24 15:50:10 -04:00
rustdoc rustdoc: Fix tuple struct where clause rendering 2016-07-25 18:53:31 +01:00
ui Move to {integer} and {float} 2016-07-28 09:49:31 -07:00