rust/src/test
bors 6b09c37ddc Auto merge of #73990 - jumbatm:clashing-extern-decl, r=nagisa
Fix incorrect clashing_extern_declarations warnings.

Fixes #73735, fixes #73872.

Fix clashing_extern_declarations warning for `#[repr(transparent)]` structs and safely-FFI-convertible enums, and not warning for clashes of struct members of different types, but the same size.

r? @nagisa
2020-07-30 14:36:41 +00:00
..
assembly Add initial asm!() support for hexagon 2020-06-16 08:58:13 -05:00
auxiliary test: Fix warnings in rust_test_helpers.c 2020-05-06 23:54:05 +03:00
codegen Auto merge of #74105 - npmccallum:naked, r=matthewjasper 2020-07-30 10:58:59 +00:00
codegen-units sess: disable polymorphisation 2020-07-22 15:36:24 +01:00
compile-fail rustc_metadata: Make crate loading fully speculative 2020-07-18 14:06:04 +04:00
debuginfo Suppress debuginfo on naked function arguments 2020-07-27 18:27:15 -04:00
incremental Share serialization optimization between incr and metadata 2020-07-26 18:37:03 -04:00
mir-opt Move mir-opt tests to toplevel 2020-07-29 17:36:03 +02:00
pretty Make fmt::Arguments::as_str() return a 'static str. 2020-07-17 17:56:55 +02:00
run-make proc_macro: Add API for tracked access to environment variables 2020-07-26 13:37:37 +03:00
run-make-fulldeps Auto merge of #72049 - mati865:mingw-lld, r=petrochenkov 2020-07-29 13:58:19 +00:00
run-pass-valgrind
rustdoc handle ConstEquate in rustdoc 2020-07-29 00:00:55 +02:00
rustdoc-js rustdoc: Fix doc aliases with crate filtering 2020-06-23 09:27:37 +01:00
rustdoc-js-std Make current crate aliases go first 2020-05-14 11:36:02 +02:00
rustdoc-ui Separate missing_doc_code_examples from intra-doc links 2020-07-27 22:54:14 -04:00
rustfix
ui Auto merge of #73990 - jumbatm:clashing-extern-decl, r=nagisa 2020-07-30 14:36:41 +00:00
ui-fulldeps rustc_metadata: Make crate loading fully speculative 2020-07-18 14:06:04 +04:00
COMPILER_TESTS.md