rust/src/test
bors 0defa208dc Auto merge of #44906 - dkl:main-signature, r=nagisa
Fix native main() signature on 64bit

Hello,

in LLVM-IR produced by rustc on x86_64-linux-gnu, the native main() function had incorrect types for the function result and argc parameter: i64, while it should be i32 (really c_int). See also #20064, #29633.

So I've attempted a fix here. I tested it by checking the LLVM IR produced with --target x86_64-unknown-linux-gnu and i686-unknown-linux-gnu. Also I tried running the tests (`./x.py test`), however I'm getting two failures with and without the patch, which I'm guessing is unrelated.
2017-10-01 09:14:53 +00:00
..
codegen rustc: Use 16bit c_int for msp430 2017-09-30 16:30:12 +02:00
codegen-units Adapt cgu-partitioning tests to pre-trans symbol internalization. 2017-07-13 13:29:25 +02:00
compile-fail Rollup merge of #44124 - gaurikholkar:return_self, r=arielb1 2017-09-29 17:58:51 -06:00
compile-fail-fulldeps change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
debuginfo change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
incremental Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov 2017-09-27 16:04:31 +00:00
mir-opt Test case illustrating some destruction code extent stuff. 2017-09-13 12:55:03 +02:00
parse-fail Add support for ..= syntax 2017-09-22 22:05:18 +02:00
pretty Use rvalue promotion to 'static instead of static items. 2017-09-10 11:20:27 +03:00
run-fail Relaxed error pattern, and add test for SystemTime as well. 2017-09-10 12:35:47 +08:00
run-fail-fulldeps Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make Auto merge of #44906 - dkl:main-signature, r=nagisa 2017-10-01 09:14:53 +00:00
run-pass Auto merge of #44783 - alexcrichton:lto-codegen-units, r=michaelwoerister 2017-09-30 15:01:35 +00:00
run-pass-fulldeps Apply attr proc macros before cfg processing 2017-09-27 22:08:45 +02:00
run-pass-valgrind Add a run-pass-valgrind test for vecdeque issue 2017-09-24 10:56:08 -07:00
rustdoc Rollup merge of #44554 - GuillaumeGomez:add-missing-pub, r=QuietMisdreavus 2017-09-23 00:29:09 -04:00
ui Rollup merge of #44124 - gaurikholkar:return_self, r=arielb1 2017-09-29 17:58:51 -06:00
ui-fulldeps Point at signature on unused lint 2017-09-25 13:25:54 -07:00
COMPILER_TESTS.md Merge ui/README.md into COMPILER_TESTS.md and describe how custom UI normalization works. 2017-07-11 16:57:53 +08:00