rust/src/test
Matt Ickstadt b9a8c1a063 Fix incorrect LLVM Linkage enum
The `Linkage` enum in librustc_llvm got out of sync with the version in LLVM and it caused two variants of the #[linkage=""] attribute to break.

This adds the functions `LLVMRustGetLinkage` and `LLVMRustSetLinkage` which convert between the Rust Linkage enum and the LLVM one, which should stop this from breaking every time LLVM changes it.

Fixes #33992
2016-09-04 16:12:01 -05:00
..
codegen Feature gate the sysv64 abi as feature(abi_sysv64) and add tests 2016-08-30 16:03:06 +02:00
codegen-units rustc: move the SelfSpace before TypeSpace in Substs. 2016-08-17 05:50:57 +03:00
compile-fail Address comments and add requested tests 2016-09-03 13:39:35 +03:00
compile-fail-fulldeps rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
debuginfo Fix type encoding/decoding for unions 2016-09-03 13:39:35 +03:00
incremental Fix rebase, fix some tests 2016-09-03 13:39:35 +03:00
mir-opt rustc: remove ParamSpace from Substs. 2016-08-17 06:32:00 +03:00
parse-fail Implement RFC#1559: allow all literals in attributes. 2016-08-25 13:25:22 -07:00
pretty Implement RFC#1559: allow all literals in attributes. 2016-08-25 13:25:22 -07:00
run-fail Auto merge of #35764 - eddyb:byegone, r=nikomatsakis 2016-08-24 14:57:34 -07:00
run-fail-fulldeps Replace local backtrace with def-use, repair std macro spans 2016-08-17 14:26:14 -07:00
run-make save-analysis: add parent info to api dumps 2016-09-01 14:55:27 +12:00
run-pass Fix incorrect LLVM Linkage enum 2016-09-04 16:12:01 -05:00
run-pass-fulldeps rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
run-pass-valgrind Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
rustdoc Support unions in rustdoc 2016-09-03 13:39:34 +03:00
ui Rollup merge of #36171 - jonathandturner:temporary_value, r=nikomatsakis 2016-09-02 15:28:51 -07:00