rust/src/test
bors 0196b20f69 Auto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddyb
Fix oversized loads on x86_64 SysV FFI calls

The x86_64 SysV ABI should use exact sizes for small structs passed in
registers, i.e. a struct that occupies 3 bytes should use an i24,
instead of the i32 it currently uses.

Refs #45543
2018-02-11 15:10:46 +00:00
..
codegen Auto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddyb 2018-02-11 15:10:46 +00:00
codegen-units Convert codegen-unit tests to use start instead of main 2017-12-26 12:26:39 +01:00
compile-fail Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis 2018-02-11 02:42:19 +00:00
compile-fail-fulldeps Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
debuginfo Debuginfo Shadowed Variable test: fix check numbering 2018-01-06 11:10:17 +00:00
incremental Fix tests for MIR loop lowering 2018-02-07 20:00:54 -05:00
incremental-fulldeps Add incremental-fulldeps test suite and regression test for #47290. 2018-01-16 19:31:15 +01:00
mir-opt Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis 2018-02-11 02:42:19 +00:00
parse-fail Improve char escaping in lexer messages 2018-02-01 08:19:22 +11:00
pretty Fix whitespacing issues in pretty-printing of bounds 2017-12-20 00:23:18 +03:00
run-fail Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
run-fail-fulldeps
run-make Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=estebank 2018-02-06 09:51:03 +00:00
run-pass rustc: Upgrade to LLVM 6 2018-02-09 17:13:14 -08:00
run-pass-fulldeps rustc: Load the rustc_trans crate at runtime 2018-01-27 19:16:21 -08:00
run-pass-valgrind Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
rustdoc Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavus 2018-02-10 14:23:59 +08:00
rustdoc-js Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollup 2018-01-26 06:51:58 -08:00
ui Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis 2018-02-11 02:42:19 +00:00
ui-fulldeps Rollup merge of #47444 - etaoins:dont-include-bang-in-macro-suggestion, r=estebank 2018-01-18 01:57:20 +08:00
COMPILER_TESTS.md A few small improvements to the contributing docs 2017-12-20 22:18:13 +02:00