rust/src/test
Dylan DPC 049b6dd4e1
Rollup merge of #72702 - petrochenkov:unudeps, r=estebank
rustc_lint: Remove `unused_crate_dependencies` from the `unused` group

Fixes https://github.com/rust-lang/rust/issues/72686

It's undesirable to enable `unused_crate_dependencies` with blanket `#![deny(unused)]` due to the amount of redundant `--extern` options passed by Cargo.
2020-05-29 02:33:29 +02:00
..
assembly Fix tests 2020-05-18 14:41:34 +01:00
auxiliary test: Fix warnings in rust_test_helpers.c 2020-05-06 23:54:05 +03:00
codegen Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieu 2020-05-21 15:02:08 +00:00
codegen-units Keep codegen units unmerged when building compiler builtins 2020-04-06 00:00:00 +00:00
compile-fail Add Option to Force Unwind Tables 2020-05-04 12:08:35 +01:00
debuginfo ret has been optimized away in debuginfo test 2020-05-16 17:15:24 -07:00
incremental Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasper 2020-05-25 06:17:15 +00:00
mir-opt Avoid Operand::Copy with &mut T 2020-05-25 21:44:36 +02:00
pretty Add tests for asm! 2020-05-18 14:41:32 +01:00
run-make Use Cell::take in a couple places 2020-04-26 11:50:53 +02:00
run-make-fulldeps Export ZERO_AR_DATE for macos linker invocations 2020-05-26 07:38:43 -07:00
run-pass-valgrind
rustdoc Allow using Self:: in doc 2020-05-22 13:57:05 +02:00
rustdoc-js Make current crate aliases go first 2020-05-14 11:36:02 +02:00
rustdoc-js-std Make current crate aliases go first 2020-05-14 11:36:02 +02:00
rustdoc-ui Add rustdoc regression test for the unused_braces lint 2020-04-24 19:15:07 +02:00
rustfix
ui Rollup merge of #72702 - petrochenkov:unudeps, r=estebank 2020-05-29 02:33:29 +02:00
ui-fulldeps Collect tokens for ast::Expr 2020-05-24 15:54:48 -04:00
COMPILER_TESTS.md