rust/src/test
Dylan DPC 5511e73eb4
Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-transparent-nonzero, r=lcnr
Fix another clashing_extern_declarations false positive.

Fixes #75739.

Fix another clashing_extern_declarations false positive, this time for transparent newtype with a non-zero member.

r? @lcnr
2020-08-30 01:43:44 +02:00
..
assembly Fix test 2020-08-28 18:53:09 +01:00
auxiliary
codegen [AVR] Rename the last few remaining references from 'avr-unknown-unknown' to 'avr-unknown-gnu-atmega328' 2020-08-24 18:45:24 +12:00
codegen-units instance: only polymorphize upvar substs 2020-08-09 14:53:33 +01:00
compile-fail Abort when catch_unwind catches a foreign exception 2020-08-27 21:08:30 +01:00
debuginfo Revert "Suppress debuginfo on naked function arguments" 2020-08-11 15:00:23 -04:00
incremental Share serialization optimization between incr and metadata 2020-07-26 18:37:03 -04:00
mir-opt New pass to optimize ifconditions on integrals to switches on the integer 2020-08-29 13:42:19 +02:00
pretty tests: add regression test for #74745 2020-08-02 15:33:06 +01:00
run-make proc_macro: Add API for tracked access to environment variables 2020-07-26 13:37:37 +03:00
run-make-fulldeps Abort when catch_unwind catches a foreign exception 2020-08-27 21:08:30 +01:00
run-pass-valgrind
rustdoc Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomez 2020-08-28 10:23:53 +02:00
rustdoc-js Allow #[doc(alias)] on impl const items 2020-08-12 11:09:24 +02:00
rustdoc-js-std
rustdoc-ui Auto merge of #75916 - jyn514:unify-error-reporting, r=euclio 2020-08-29 07:52:53 +00:00
rustfix
ui Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-transparent-nonzero, r=lcnr 2020-08-30 01:43:44 +02:00
ui-fulldeps Capture tokens for Pat used in macro_rules! argument 2020-08-20 02:45:28 -04:00
COMPILER_TESTS.md