rust/src/test
bors 584e83dd5a Auto merge of #72049 - mati865:mingw-lld, r=petrochenkov
MinGW: enable dllexport/dllimport

Fixes (only when using LLD) https://github.com/rust-lang/rust/issues/50176
Fixes https://github.com/rust-lang/rust/issues/72319

This makes `windows-gnu` on pair with `windows-msvc` when it comes to symbol exporting.
For MinGW it means both good things like correctly working dllimport/dllexport, ability to link with LLD and bad things like https://github.com/rust-lang/rust/issues/27438.

Not sure but maybe this should land behind unstable compiler option (`-Z`) or environment variable?
2020-07-29 13:58:19 +00:00
..
assembly Add initial asm!() support for hexagon 2020-06-16 08:58:13 -05:00
auxiliary
codegen Auto merge of #74510 - LukasKalbertodt:fix-range-from-index-panic, r=hanna-kruppe 2020-07-25 16:27:24 +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 Add missing : after min-gdb-version 2020-07-19 09:29:11 +00:00
incremental Share serialization optimization between incr and metadata 2020-07-26 18:37:03 -04:00
mir-opt mv std libs to library/ 2020-07-27 19:51:13 -05: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
rustdoc-ui Separate missing_doc_code_examples from intra-doc links 2020-07-27 22:54:14 -04:00
rustfix
ui Rollup merge of #74671 - rust-lang:const-generics-coerce-unsized, r=nikomatsakis 2020-07-29 09:24:15 +09:00
ui-fulldeps rustc_metadata: Make crate loading fully speculative 2020-07-18 14:06:04 +04:00
COMPILER_TESTS.md