rust/src/test
Manish Goregaokar e2a6d283be
Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514
Detect unused files in `src/test/mir-opt` and error on them in tidy.

Closes #97564 .

Determining which files are generated by a given mir opt test is somewhat difficult. Because of this, we extract the logic for doing it out into a common crate that both compiletest and tidy can depend on. This avoids making compiletest a dependency of tidy which would negatively impact compile times for tidy.

Testing for this is that it catches 5 files that violated this lint (and removes them).
2022-11-01 20:00:39 -04:00
..
assembly Stabilize asm_sym 2022-10-17 22:38:37 +01:00
auxiliary
codegen Remove bounds check with enum cast 2022-10-31 14:10:37 +03:00
codegen-units Bless cgu test. 2022-09-23 18:42:14 +02:00
debuginfo Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser 2022-09-13 01:19:05 +00:00
incremental Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors 2022-10-13 22:39:05 +00:00
mir-opt Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514 2022-11-01 20:00:39 -04:00
pretty Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 2022-10-24 19:32:25 +09:00
run-make Add ignore-cross-compile to the #[bench] smoketest, and move it back to run-make 2022-10-31 05:53:54 -07:00
run-make-fulldeps Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00
run-pass-valgrind Fix test 2022-10-13 17:46:33 +01:00
rustdoc Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomez 2022-11-01 22:01:37 +05:30
rustdoc-gui Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomez 2022-11-01 22:01:37 +05:30
rustdoc-js Add regression test for reexports in search results 2022-10-30 13:58:00 +01:00
rustdoc-js-std Update asrawfd.js. 2022-08-29 08:31:42 -07:00
rustdoc-json Add regression test for missing item from private mod in JSON output 2022-10-29 11:56:08 +02:00
rustdoc-ui Auto merge of #103217 - mejrs:track, r=eholk 2022-11-01 21:09:45 +00:00
ui Auto merge of #103217 - mejrs:track, r=eholk 2022-11-01 21:09:45 +00:00
ui-fulldeps Remove #[suggestion_*] attributes 2022-10-26 15:04:09 +02:00
COMPILER_TESTS.md