rust/src/test
Ariel Ben-Yehuda 760639635f add coherence future-compat warnings for marker-only trait objects
The future-compat warnings break code that assumes that `dyn Send + Sync !=
dyn Sync + Send`, and are the first step in making them equal. cc #33140.

It should be possible to revert this commit when we're done with the
warnings.
2018-12-14 19:14:22 +02:00
..
auxiliary
codegen rustc: Switch extern functions to abort by default on panic 2018-12-12 08:07:28 -08:00
codegen-units Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
compile-fail Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa 2018-12-14 00:28:08 +00:00
debuginfo Auto merge of #53497 - fukatani:test-debuginfo-function-call, r=tromey 2018-12-11 16:27:49 +00:00
incremental std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
mir-opt
pretty Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
run-fail
run-fail-fulldeps
run-make
run-make-fulldeps Auto merge of #56092 - alexcrichton:no-more-std-subodules, r=Mark-Simulacrum 2018-12-12 13:05:59 +00:00
run-pass add coherence future-compat warnings for marker-only trait objects 2018-12-14 19:14:22 +02:00
run-pass-fulldeps Auto merge of #56502 - Zoxc:hir-func, r=eddyb 2018-12-07 20:04:06 +00:00
run-pass-valgrind std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
rustdoc Auto merge of #55318 - Aaron1011:fix/final-auto-trait-resolve, r=nikomatsakis 2018-12-06 22:23:24 +00:00
rustdoc-js
rustdoc-ui fix intra-link resolution spans in block comments 2018-12-10 21:08:26 -05:00
rustfix
ui add coherence future-compat warnings for marker-only trait objects 2018-12-14 19:14:22 +02:00
ui-fulldeps Move some tests from ui-fulldeps to ui 2018-12-09 19:56:30 +03:00
COMPILER_TESTS.md