]> git.lizzy.rs Git - rust.git/commit
Detect unused files in `src/test/mir-opt` and error on them in tidy.
authorJakob Degen <jakob.e.degen@gmail.com>
Mon, 31 Oct 2022 00:17:25 +0000 (17:17 -0700)
committerJakob Degen <jakob.e.degen@gmail.com>
Tue, 1 Nov 2022 04:45:41 +0000 (21:45 -0700)
commit17395b45b102b365e6fb19796223d190b5f2bebf
treee7a768e6f1e5eefd81f3b14257eeaab60d3fda4f
parent024207ab43aceb49f2ca957509c503ccf12089d7
Detect unused files in `src/test/mir-opt` and error on them in tidy.
17 files changed:
Cargo.lock
Cargo.toml
src/bootstrap/builder.rs
src/bootstrap/check.rs
src/test/mir-opt/rustc.try_identity.DestinationPropagation.diff [deleted file]
src/test/mir-opt/simplify_try.try_identity.DestinationPropagation.diff [deleted file]
src/test/mir-opt/simplify_try.try_identity.SimplifyArmIdentity.diff [deleted file]
src/test/mir-opt/simplify_try.try_identity.SimplifyBranchSame.after.mir [deleted file]
src/test/mir-opt/simplify_try.try_identity.SimplifyLocals.after.mir [deleted file]
src/tools/compiletest/Cargo.toml
src/tools/compiletest/src/runtest.rs
src/tools/miropt-test-tools/Cargo.toml [new file with mode: 0644]
src/tools/miropt-test-tools/src/lib.rs [new file with mode: 0644]
src/tools/tidy/Cargo.toml
src/tools/tidy/src/lib.rs
src/tools/tidy/src/main.rs
src/tools/tidy/src/mir_opt_tests.rs [new file with mode: 0644]