]> git.lizzy.rs Git - rust.git/commit
Change `src/test` to `tests` in source files, fix tidy and tests
authorAlbert Larsan <74931857+albertlarsan68@users.noreply.github.com>
Thu, 5 Jan 2023 08:45:44 +0000 (09:45 +0100)
committerAlbert Larsan <74931857+albertlarsan68@users.noreply.github.com>
Wed, 11 Jan 2023 09:32:13 +0000 (09:32 +0000)
commit40ba0e84d53f605ccf01836e9c2d27892728ae81
treee8cb2c8310381b238e1b0e3b42f2d313712ba7f8
parentcf2dff2b1e3fa55fa5415d524200070d0d7aacfe
Change `src/test` to `tests` in source files, fix tidy and tests
137 files changed:
.github/workflows/ci.yml
.gitignore
Cargo.toml
compiler/rustc_ast_lowering/src/expr.rs
compiler/rustc_borrowck/src/consumers.rs
compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs
compiler/rustc_borrowck/src/region_infer/opaque_types.rs
compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
compiler/rustc_codegen_gcc/test.sh
compiler/rustc_const_eval/src/transform/check_consts/post_drop_elaboration.rs
compiler/rustc_hir_analysis/src/astconv/errors.rs
compiler/rustc_hir_typeck/src/coercion.rs
compiler/rustc_hir_typeck/src/demand.rs
compiler/rustc_hir_typeck/src/fallback.rs
compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs
compiler/rustc_hir_typeck/src/generator_interior/mod.rs
compiler/rustc_hir_typeck/src/method/confirm.rs
compiler/rustc_hir_typeck/src/method/probe.rs
compiler/rustc_hir_typeck/src/upvar.rs
compiler/rustc_infer/src/infer/combine.rs
compiler/rustc_infer/src/infer/error_reporting/mod.rs
compiler/rustc_mir_transform/src/unreachable_prop.rs
compiler/rustc_privacy/src/lib.rs
compiler/rustc_resolve/src/build_reduced_graph.rs
compiler/rustc_trait_selection/src/traits/coherence.rs
compiler/rustc_trait_selection/src/traits/project.rs
compiler/rustc_trait_selection/src/traits/wf.rs
compiler/rustc_ty_utils/src/abi.rs
library/std/src/sys/unix/process/process_unix/tests.rs
rustfmt.toml
src/bootstrap/README.md
src/bootstrap/builder.rs
src/bootstrap/builder/tests.rs
src/bootstrap/compile.rs
src/bootstrap/configure.py
src/bootstrap/flags.rs
src/bootstrap/mk/Makefile.in
src/bootstrap/native.rs
src/bootstrap/setup.rs
src/bootstrap/test.rs
src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/Dockerfile
src/ci/docker/host-x86_64/dist-various-1/Dockerfile
src/ci/docker/host-x86_64/i686-gnu/Dockerfile
src/ci/docker/host-x86_64/test-various/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-llvm-13-stage1/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-llvm-13/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
src/ci/github-actions/ci.yml
src/ci/scripts/should-skip-this.sh
src/doc/rustc/src/platform-support/fuchsia.md
src/doc/unstable-book/src/compiler-flags/codegen-backend.md
src/doc/unstable-book/src/language-features/plugin.md
src/librustdoc/html/static/css/rustdoc.css
src/tools/clippy/tests/ui/crashes/ice-6254.rs
src/tools/clippy/tests/ui/crashes/ice-6255.rs
src/tools/clippy/tests/ui/crashes/ice-6256.rs
src/tools/compiletest/src/common.rs
src/tools/compiletest/src/main.rs
src/tools/compiletest/src/runtest.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/meta_syntax.rs
src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs
src/tools/rustdoc-gui/tester.js
src/tools/rustfmt/tests/source/issue-2445.rs
src/tools/rustfmt/tests/target/issue-2445.rs
src/tools/tidy/src/debug_artifacts.rs
src/tools/tidy/src/edition.rs
src/tools/tidy/src/error_codes.rs
src/tools/tidy/src/features.rs
src/tools/tidy/src/main.rs
src/tools/tidy/src/mir_opt_tests.rs
src/tools/tidy/src/style.rs
src/tools/tidy/src/target_specific_tests.rs
src/tools/tidy/src/ui_tests.rs
src/tools/tidy/src/unit_tests.rs
tests/assembly/target-feature-multiple.rs
tests/codegen/match-optimized.rs
tests/codegen/match-unoptimized.rs
tests/codegen/target-feature-overrides.rs
tests/mir-opt/remove_never_const.rs
tests/pretty/block-comment-wchar.pp
tests/pretty/block-comment-wchar.rs
tests/run-make-fulldeps/alloc-no-oom-handling/Makefile
tests/run-make-fulldeps/alloc-no-rc/Makefile
tests/run-make-fulldeps/alloc-no-sync/Makefile
tests/run-make-fulldeps/core-no-fp-fmt-parse/Makefile
tests/run-make-fulldeps/obtain-borrowck/Makefile
tests/run-make/coverage/compiletest-ignore-dir
tests/run-make/repr128-dwarf/Makefile
tests/run-make/static-pie/Makefile
tests/run-make/thumb-none-cortex-m/Makefile
tests/run-make/thumb-none-qemu/Makefile
tests/rustdoc-gui/README.md
tests/rustdoc-ui/cfg-test.rs
tests/rustdoc-ui/check-cfg-test.rs
tests/rustdoc-ui/coverage/basic.stdout
tests/rustdoc-ui/coverage/empty.stdout
tests/rustdoc-ui/coverage/enums.stdout
tests/rustdoc-ui/coverage/exotic.stdout
tests/rustdoc-ui/coverage/private.stdout
tests/rustdoc-ui/coverage/traits.stdout
tests/rustdoc-ui/display-output.rs
tests/rustdoc-ui/doc-comment-multi-line-attr.rs
tests/rustdoc-ui/doc-comment-multi-line-cfg-attr.rs
tests/rustdoc-ui/doc-test-doctest-feature.rs
tests/rustdoc-ui/doc-test-rustdoc-feature.rs
tests/rustdoc-ui/doctest-multiline-crate-attribute.rs
tests/rustdoc-ui/doctest-output.rs
tests/rustdoc-ui/failed-doctest-compile-fail.rs
tests/rustdoc-ui/failed-doctest-extra-semicolon-on-item.rs
tests/rustdoc-ui/failed-doctest-missing-codes.rs
tests/rustdoc-ui/failed-doctest-output-windows.rs
tests/rustdoc-ui/failed-doctest-output.rs
tests/rustdoc-ui/failed-doctest-should-panic.rs
tests/rustdoc-ui/issue-80992.rs
tests/rustdoc-ui/issue-81662-shortness.rs
tests/rustdoc-ui/issue-91134.rs
tests/rustdoc-ui/no-run-flag.rs
tests/rustdoc-ui/nocapture-fail.rs
tests/rustdoc-ui/nocapture.rs
tests/rustdoc-ui/run-directory.rs
tests/rustdoc-ui/test-no_std.rs
tests/rustdoc-ui/test-type.rs
tests/rustdoc-ui/unparseable-doc-test.rs
tests/ui/abi/homogenous-floats-target-feature-mixup.rs
tests/ui/cfg/assume-incomplete-release/auxiliary/ver-cfg-rel.rs
tests/ui/crate-loading/crateresolve1.rs
tests/ui/error-codes/E0464.rs
tests/ui/error-codes/E0711.rs
tests/ui/functions-closures/closure-expected-type/README.md
tests/ui/generator/drop-control-flow.rs
tests/ui/generator/print/generator-print-verbose-1.rs
tests/ui/hashmap/hashmap-memory.rs
tests/ui/intrinsics/intrinsic-unreachable.rs
tests/ui/let-else/let-else-bindings.rs
tests/ui/save-analysis/issue-89066.rs
triagebot.toml