]> git.proxmox.com Git - rustc.git/commit
New upstream version 1.70.0+dfsg1
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 14 Sep 2023 06:56:40 +0000 (08:56 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 14 Sep 2023 06:56:40 +0000 (08:56 +0200)
commit353b0b1106c09291d3c691e2bd6290fdf14b6691
treeefeb3a4654f74b1fd90562413bee60cbaf0ba56e
parent9ffffee422eedc489e3035cb88b0dab8dc9ea408
New upstream version 1.70.0+dfsg1
9146 files changed:
CONTRIBUTING.md
Cargo.lock
Cargo.toml
README.md
RELEASES.md
compiler/rustc/src/main.rs
compiler/rustc_abi/src/layout.rs
compiler/rustc_abi/src/lib.rs
compiler/rustc_arena/src/lib.rs
compiler/rustc_ast/src/ast.rs
compiler/rustc_ast/src/attr/mod.rs
compiler/rustc_ast/src/format.rs
compiler/rustc_ast/src/mut_visit.rs
compiler/rustc_ast/src/util/classify.rs
compiler/rustc_ast/src/util/parser.rs
compiler/rustc_ast/src/visit.rs
compiler/rustc_ast_lowering/locales/en-US.ftl [deleted file]
compiler/rustc_ast_lowering/messages.ftl [new file with mode: 0644]
compiler/rustc_ast_lowering/src/errors.rs
compiler/rustc_ast_lowering/src/expr.rs
compiler/rustc_ast_lowering/src/format.rs
compiler/rustc_ast_lowering/src/item.rs
compiler/rustc_ast_lowering/src/lib.rs
compiler/rustc_ast_lowering/src/path.rs
compiler/rustc_ast_passes/locales/en-US.ftl [deleted file]
compiler/rustc_ast_passes/messages.ftl [new file with mode: 0644]
compiler/rustc_ast_passes/src/ast_validation.rs
compiler/rustc_ast_passes/src/errors.rs
compiler/rustc_ast_passes/src/feature_gate.rs
compiler/rustc_ast_passes/src/lib.rs
compiler/rustc_ast_pretty/src/pprust/state.rs
compiler/rustc_ast_pretty/src/pprust/state/expr.rs
compiler/rustc_ast_pretty/src/pprust/state/item.rs
compiler/rustc_attr/locales/en-US.ftl [deleted file]
compiler/rustc_attr/messages.ftl [new file with mode: 0644]
compiler/rustc_attr/src/builtin.rs
compiler/rustc_attr/src/lib.rs
compiler/rustc_borrowck/locales/en-US.ftl [deleted file]
compiler/rustc_borrowck/messages.ftl [new file with mode: 0644]
compiler/rustc_borrowck/src/borrow_set.rs
compiler/rustc_borrowck/src/constraint_generation.rs
compiler/rustc_borrowck/src/constraints/graph.rs
compiler/rustc_borrowck/src/constraints/mod.rs
compiler/rustc_borrowck/src/consumers.rs
compiler/rustc_borrowck/src/dataflow.rs
compiler/rustc_borrowck/src/def_use.rs
compiler/rustc_borrowck/src/diagnostics/bound_region_errors.rs
compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs
compiler/rustc_borrowck/src/diagnostics/explain_borrow.rs
compiler/rustc_borrowck/src/diagnostics/find_use.rs
compiler/rustc_borrowck/src/diagnostics/mod.rs
compiler/rustc_borrowck/src/diagnostics/move_errors.rs
compiler/rustc_borrowck/src/diagnostics/mutability_errors.rs
compiler/rustc_borrowck/src/diagnostics/outlives_suggestion.rs
compiler/rustc_borrowck/src/diagnostics/region_errors.rs
compiler/rustc_borrowck/src/diagnostics/region_name.rs
compiler/rustc_borrowck/src/diagnostics/var_name.rs
compiler/rustc_borrowck/src/invalidation.rs
compiler/rustc_borrowck/src/lib.rs
compiler/rustc_borrowck/src/member_constraints.rs
compiler/rustc_borrowck/src/nll.rs
compiler/rustc_borrowck/src/path_utils.rs
compiler/rustc_borrowck/src/region_infer/mod.rs
compiler/rustc_borrowck/src/region_infer/opaque_types.rs
compiler/rustc_borrowck/src/region_infer/reverse_sccs.rs
compiler/rustc_borrowck/src/renumber.rs
compiler/rustc_borrowck/src/type_check/constraint_conversion.rs
compiler/rustc_borrowck/src/type_check/input_output.rs
compiler/rustc_borrowck/src/type_check/liveness/local_use_map.rs
compiler/rustc_borrowck/src/type_check/liveness/mod.rs
compiler/rustc_borrowck/src/type_check/liveness/trace.rs
compiler/rustc_borrowck/src/type_check/mod.rs
compiler/rustc_borrowck/src/type_check/relate_tys.rs
compiler/rustc_borrowck/src/universal_regions.rs
compiler/rustc_borrowck/src/used_muts.rs
compiler/rustc_builtin_macros/locales/en-US.ftl [deleted file]
compiler/rustc_builtin_macros/messages.ftl [new file with mode: 0644]
compiler/rustc_builtin_macros/src/alloc_error_handler.rs
compiler/rustc_builtin_macros/src/asm.rs
compiler/rustc_builtin_macros/src/assert.rs
compiler/rustc_builtin_macros/src/assert/context.rs
compiler/rustc_builtin_macros/src/cfg.rs
compiler/rustc_builtin_macros/src/cfg_accessible.rs
compiler/rustc_builtin_macros/src/cmdline_attrs.rs
compiler/rustc_builtin_macros/src/compile_error.rs
compiler/rustc_builtin_macros/src/concat.rs
compiler/rustc_builtin_macros/src/concat_bytes.rs
compiler/rustc_builtin_macros/src/concat_idents.rs
compiler/rustc_builtin_macros/src/derive.rs
compiler/rustc_builtin_macros/src/deriving/default.rs
compiler/rustc_builtin_macros/src/deriving/generic/mod.rs
compiler/rustc_builtin_macros/src/env.rs
compiler/rustc_builtin_macros/src/errors.rs [new file with mode: 0644]
compiler/rustc_builtin_macros/src/format.rs
compiler/rustc_builtin_macros/src/global_allocator.rs
compiler/rustc_builtin_macros/src/lib.rs
compiler/rustc_builtin_macros/src/proc_macro_harness.rs
compiler/rustc_builtin_macros/src/standard_library_imports.rs
compiler/rustc_builtin_macros/src/test.rs
compiler/rustc_builtin_macros/src/test_harness.rs
compiler/rustc_builtin_macros/src/util.rs
compiler/rustc_codegen_cranelift/.github/workflows/abi-cafe.yml [new file with mode: 0644]
compiler/rustc_codegen_cranelift/.github/workflows/main.yml
compiler/rustc_codegen_cranelift/Cargo.lock
compiler/rustc_codegen_cranelift/Cargo.toml
compiler/rustc_codegen_cranelift/build_sysroot/Cargo.lock
compiler/rustc_codegen_cranelift/build_sysroot/Cargo.toml
compiler/rustc_codegen_cranelift/build_system/build_sysroot.rs
compiler/rustc_codegen_cranelift/build_system/prepare.rs
compiler/rustc_codegen_cranelift/build_system/tests.rs
compiler/rustc_codegen_cranelift/example/alloc_example.rs
compiler/rustc_codegen_cranelift/example/alloc_system.rs
compiler/rustc_codegen_cranelift/example/mini_core.rs
compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs
compiler/rustc_codegen_cranelift/example/std_example.rs
compiler/rustc_codegen_cranelift/patches/0003-rand-Disable-rand-tests-on-mingw.patch
compiler/rustc_codegen_cranelift/patches/0022-coretests-Disable-not-compiling-tests.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0022-sysroot-Disable-not-compiling-tests.patch [deleted file]
compiler/rustc_codegen_cranelift/patches/0023-coretests-Ignore-failing-tests.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0023-sysroot-Ignore-failing-tests.patch [deleted file]
compiler/rustc_codegen_cranelift/patches/0027-coretests-128bit-atomic-operations.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0027-stdlib-128bit-atomic-operations.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0027-sysroot-128bit-atomic-operations.patch [deleted file]
compiler/rustc_codegen_cranelift/patches/0028-coretests-Disable-long-running-tests.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0028-sysroot-Disable-long-running-tests.patch [deleted file]
compiler/rustc_codegen_cranelift/rust-toolchain
compiler/rustc_codegen_cranelift/scripts/cargo-clif.rs
compiler/rustc_codegen_cranelift/scripts/rustc-clif.rs
compiler/rustc_codegen_cranelift/scripts/rustdoc-clif.rs
compiler/rustc_codegen_cranelift/scripts/rustup.sh
compiler/rustc_codegen_cranelift/scripts/setup_rust_fork.sh
compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
compiler/rustc_codegen_cranelift/src/abi/mod.rs
compiler/rustc_codegen_cranelift/src/abi/returning.rs
compiler/rustc_codegen_cranelift/src/allocator.rs
compiler/rustc_codegen_cranelift/src/analyze.rs
compiler/rustc_codegen_cranelift/src/base.rs
compiler/rustc_codegen_cranelift/src/cast.rs
compiler/rustc_codegen_cranelift/src/codegen_i128.rs
compiler/rustc_codegen_cranelift/src/common.rs
compiler/rustc_codegen_cranelift/src/compiler_builtins.rs
compiler/rustc_codegen_cranelift/src/concurrency_limiter.rs
compiler/rustc_codegen_cranelift/src/constant.rs
compiler/rustc_codegen_cranelift/src/cranelift_native.rs [deleted file]
compiler/rustc_codegen_cranelift/src/debuginfo/emit.rs
compiler/rustc_codegen_cranelift/src/discriminant.rs
compiler/rustc_codegen_cranelift/src/driver/aot.rs
compiler/rustc_codegen_cranelift/src/driver/jit.rs
compiler/rustc_codegen_cranelift/src/global_asm.rs
compiler/rustc_codegen_cranelift/src/inline_asm.rs
compiler/rustc_codegen_cranelift/src/intrinsics/llvm_x86.rs
compiler/rustc_codegen_cranelift/src/intrinsics/mod.rs
compiler/rustc_codegen_cranelift/src/intrinsics/simd.rs
compiler/rustc_codegen_cranelift/src/lib.rs
compiler/rustc_codegen_cranelift/src/main_shim.rs
compiler/rustc_codegen_cranelift/src/num.rs
compiler/rustc_codegen_cranelift/src/pointer.rs
compiler/rustc_codegen_cranelift/src/pretty_clif.rs
compiler/rustc_codegen_cranelift/src/unsize.rs
compiler/rustc_codegen_cranelift/src/value_and_place.rs
compiler/rustc_codegen_cranelift/src/vtable.rs
compiler/rustc_codegen_gcc/.github/workflows/ci.yml
compiler/rustc_codegen_gcc/.github/workflows/release.yml [new file with mode: 0644]
compiler/rustc_codegen_gcc/.github/workflows/stdarch.yml [new file with mode: 0644]
compiler/rustc_codegen_gcc/Cargo.lock
compiler/rustc_codegen_gcc/Cargo.toml
compiler/rustc_codegen_gcc/Readme.md
compiler/rustc_codegen_gcc/build_sysroot/build_sysroot.sh
compiler/rustc_codegen_gcc/config.sh
compiler/rustc_codegen_gcc/example/alloc_example.rs
compiler/rustc_codegen_gcc/example/alloc_system.rs
compiler/rustc_codegen_gcc/example/mini_core.rs
compiler/rustc_codegen_gcc/example/mini_core_hello_world.rs
compiler/rustc_codegen_gcc/example/mod_bench.rs
compiler/rustc_codegen_gcc/example/std_example.rs
compiler/rustc_codegen_gcc/failing-ui-tests.txt [new file with mode: 0644]
compiler/rustc_codegen_gcc/failing-ui-tests12.txt [new file with mode: 0644]
compiler/rustc_codegen_gcc/locales/en-US.ftl [deleted file]
compiler/rustc_codegen_gcc/messages.ftl [new file with mode: 0644]
compiler/rustc_codegen_gcc/patches/0001-Add-stdarch-Cargo.toml-for-testing.patch [new file with mode: 0644]
compiler/rustc_codegen_gcc/patches/0001-Disable-examples.patch [new file with mode: 0644]
compiler/rustc_codegen_gcc/patches/0022-core-Disable-not-compiling-tests.patch
compiler/rustc_codegen_gcc/patches/0024-core-Disable-portable-simd-test.patch [deleted file]
compiler/rustc_codegen_gcc/rust-toolchain
compiler/rustc_codegen_gcc/rustc_patches/compile_test.patch [deleted file]
compiler/rustc_codegen_gcc/src/allocator.rs
compiler/rustc_codegen_gcc/src/asm.rs
compiler/rustc_codegen_gcc/src/attributes.rs [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/back/write.rs
compiler/rustc_codegen_gcc/src/base.rs
compiler/rustc_codegen_gcc/src/builder.rs
compiler/rustc_codegen_gcc/src/callee.rs
compiler/rustc_codegen_gcc/src/common.rs
compiler/rustc_codegen_gcc/src/consts.rs
compiler/rustc_codegen_gcc/src/context.rs
compiler/rustc_codegen_gcc/src/declare.rs
compiler/rustc_codegen_gcc/src/errors.rs
compiler/rustc_codegen_gcc/src/int.rs
compiler/rustc_codegen_gcc/src/intrinsic/archs.rs
compiler/rustc_codegen_gcc/src/intrinsic/llvm.rs
compiler/rustc_codegen_gcc/src/intrinsic/mod.rs
compiler/rustc_codegen_gcc/src/intrinsic/simd.rs
compiler/rustc_codegen_gcc/src/lib.rs
compiler/rustc_codegen_gcc/src/mono_item.rs
compiler/rustc_codegen_gcc/src/type_.rs
compiler/rustc_codegen_gcc/src/type_of.rs
compiler/rustc_codegen_gcc/test.sh
compiler/rustc_codegen_gcc/tests/lang_tests_common.rs
compiler/rustc_codegen_gcc/tests/run/abort1.rs
compiler/rustc_codegen_gcc/tests/run/abort2.rs
compiler/rustc_codegen_gcc/tests/run/array.rs
compiler/rustc_codegen_gcc/tests/run/assign.rs
compiler/rustc_codegen_gcc/tests/run/closure.rs
compiler/rustc_codegen_gcc/tests/run/condition.rs
compiler/rustc_codegen_gcc/tests/run/fun_ptr.rs
compiler/rustc_codegen_gcc/tests/run/int.rs
compiler/rustc_codegen_gcc/tests/run/int_overflow.rs
compiler/rustc_codegen_gcc/tests/run/mut_ref.rs
compiler/rustc_codegen_gcc/tests/run/operations.rs
compiler/rustc_codegen_gcc/tests/run/ptr_cast.rs
compiler/rustc_codegen_gcc/tests/run/slice.rs
compiler/rustc_codegen_gcc/tests/run/static.rs
compiler/rustc_codegen_gcc/tools/check_intrinsics_duplicates.py [new file with mode: 0644]
compiler/rustc_codegen_gcc/tools/generate_intrinsics.py
compiler/rustc_codegen_llvm/locales/en-US.ftl [deleted file]
compiler/rustc_codegen_llvm/messages.ftl [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/asm.rs
compiler/rustc_codegen_llvm/src/back/archive.rs
compiler/rustc_codegen_llvm/src/back/write.rs
compiler/rustc_codegen_llvm/src/builder.rs
compiler/rustc_codegen_llvm/src/common.rs
compiler/rustc_codegen_llvm/src/consts.rs
compiler/rustc_codegen_llvm/src/context.rs
compiler/rustc_codegen_llvm/src/debuginfo/gdb.rs
compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs
compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/mod.rs
compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/native.rs
compiler/rustc_codegen_llvm/src/debuginfo/mod.rs
compiler/rustc_codegen_llvm/src/debuginfo/utils.rs
compiler/rustc_codegen_llvm/src/intrinsic.rs
compiler/rustc_codegen_llvm/src/lib.rs
compiler/rustc_codegen_llvm/src/llvm/ffi.rs
compiler/rustc_codegen_llvm/src/llvm_util.rs
compiler/rustc_codegen_llvm/src/type_.rs
compiler/rustc_codegen_ssa/locales/en-US.ftl [deleted file]
compiler/rustc_codegen_ssa/messages.ftl [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/back/link.rs
compiler/rustc_codegen_ssa/src/back/linker.rs
compiler/rustc_codegen_ssa/src/back/metadata.rs
compiler/rustc_codegen_ssa/src/back/symbol_export.rs
compiler/rustc_codegen_ssa/src/back/write.rs
compiler/rustc_codegen_ssa/src/base.rs
compiler/rustc_codegen_ssa/src/codegen_attrs.rs
compiler/rustc_codegen_ssa/src/coverageinfo/map.rs
compiler/rustc_codegen_ssa/src/errors.rs
compiler/rustc_codegen_ssa/src/glue.rs
compiler/rustc_codegen_ssa/src/lib.rs
compiler/rustc_codegen_ssa/src/mir/analyze.rs
compiler/rustc_codegen_ssa/src/mir/block.rs
compiler/rustc_codegen_ssa/src/mir/debuginfo.rs
compiler/rustc_codegen_ssa/src/mir/mod.rs
compiler/rustc_codegen_ssa/src/mir/operand.rs
compiler/rustc_codegen_ssa/src/mir/place.rs
compiler/rustc_codegen_ssa/src/mir/rvalue.rs
compiler/rustc_codegen_ssa/src/mir/statement.rs
compiler/rustc_codegen_ssa/src/target_features.rs
compiler/rustc_codegen_ssa/src/traits/consts.rs
compiler/rustc_codegen_ssa/src/traits/type_.rs
compiler/rustc_const_eval/locales/en-US.ftl [deleted file]
compiler/rustc_const_eval/messages.ftl [new file with mode: 0644]
compiler/rustc_const_eval/src/const_eval/eval_queries.rs
compiler/rustc_const_eval/src/const_eval/fn_queries.rs
compiler/rustc_const_eval/src/const_eval/machine.rs
compiler/rustc_const_eval/src/const_eval/valtrees.rs
compiler/rustc_const_eval/src/interpret/cast.rs
compiler/rustc_const_eval/src/interpret/eval_context.rs
compiler/rustc_const_eval/src/interpret/intrinsics.rs
compiler/rustc_const_eval/src/interpret/intrinsics/caller_location.rs
compiler/rustc_const_eval/src/interpret/machine.rs
compiler/rustc_const_eval/src/interpret/mod.rs
compiler/rustc_const_eval/src/interpret/place.rs
compiler/rustc_const_eval/src/interpret/step.rs
compiler/rustc_const_eval/src/interpret/terminator.rs
compiler/rustc_const_eval/src/interpret/validity.rs
compiler/rustc_const_eval/src/lib.rs
compiler/rustc_const_eval/src/transform/check_consts/check.rs
compiler/rustc_const_eval/src/transform/check_consts/ops.rs
compiler/rustc_const_eval/src/transform/check_consts/post_drop_elaboration.rs
compiler/rustc_const_eval/src/transform/check_consts/qualifs.rs
compiler/rustc_const_eval/src/transform/check_consts/resolver.rs
compiler/rustc_const_eval/src/transform/promote_consts.rs
compiler/rustc_const_eval/src/transform/validate.rs
compiler/rustc_data_structures/Cargo.toml
compiler/rustc_data_structures/src/flat_map_in_place.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/flock.rs
compiler/rustc_data_structures/src/flock/windows.rs
compiler/rustc_data_structures/src/graph/dominators/mod.rs
compiler/rustc_data_structures/src/graph/implementation/mod.rs
compiler/rustc_data_structures/src/graph/iterate/mod.rs
compiler/rustc_data_structures/src/graph/scc/mod.rs
compiler/rustc_data_structures/src/graph/scc/tests.rs
compiler/rustc_data_structures/src/graph/vec_graph/tests.rs
compiler/rustc_data_structures/src/lib.rs
compiler/rustc_data_structures/src/map_in_place.rs [deleted file]
compiler/rustc_data_structures/src/memmap.rs
compiler/rustc_data_structures/src/obligation_forest/mod.rs
compiler/rustc_data_structures/src/owned_slice.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/owned_slice/tests.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/owning_ref/LICENSE [deleted file]
compiler/rustc_data_structures/src/owning_ref/mod.rs [deleted file]
compiler/rustc_data_structures/src/owning_ref/tests.rs [deleted file]
compiler/rustc_data_structures/src/profiling.rs
compiler/rustc_data_structures/src/sharded.rs
compiler/rustc_data_structures/src/sip128.rs
compiler/rustc_data_structures/src/sip128/tests.rs
compiler/rustc_data_structures/src/sso/either_iter.rs [deleted file]
compiler/rustc_data_structures/src/sso/map.rs
compiler/rustc_data_structures/src/sso/mod.rs
compiler/rustc_data_structures/src/stable_hasher.rs
compiler/rustc_data_structures/src/stable_hasher/tests.rs
compiler/rustc_data_structures/src/stack.rs
compiler/rustc_data_structures/src/sync.rs
compiler/rustc_data_structures/src/sync/vec.rs
compiler/rustc_data_structures/src/unord.rs
compiler/rustc_data_structures/src/vec_map.rs [deleted file]
compiler/rustc_data_structures/src/vec_map/tests.rs [deleted file]
compiler/rustc_driver_impl/Cargo.toml
compiler/rustc_driver_impl/locales/en-US.ftl [deleted file]
compiler/rustc_driver_impl/messages.ftl [new file with mode: 0644]
compiler/rustc_driver_impl/src/lib.rs
compiler/rustc_error_codes/src/error_codes.rs
compiler/rustc_error_codes/src/error_codes/E0010.md
compiler/rustc_error_codes/src/error_codes/E0080.md
compiler/rustc_error_codes/src/error_codes/E0206.md
compiler/rustc_error_codes/src/error_codes/E0223.md
compiler/rustc_error_codes/src/error_codes/E0368.md
compiler/rustc_error_codes/src/error_codes/E0416.md
compiler/rustc_error_codes/src/error_codes/E0449.md
compiler/rustc_error_codes/src/error_codes/E0710.md
compiler/rustc_error_codes/src/error_codes/E0794.md [new file with mode: 0644]
compiler/rustc_error_messages/locales/en-US.ftl [deleted file]
compiler/rustc_error_messages/messages.ftl [new file with mode: 0644]
compiler/rustc_error_messages/src/lib.rs
compiler/rustc_errors/Cargo.toml
compiler/rustc_errors/locales/en-US.ftl [deleted file]
compiler/rustc_errors/messages.ftl [new file with mode: 0644]
compiler/rustc_errors/src/annotate_snippet_emitter_writer.rs
compiler/rustc_errors/src/diagnostic.rs
compiler/rustc_errors/src/diagnostic_impls.rs
compiler/rustc_errors/src/emitter.rs
compiler/rustc_errors/src/lib.rs
compiler/rustc_errors/src/lock.rs
compiler/rustc_errors/src/snippet.rs
compiler/rustc_expand/locales/en-US.ftl [deleted file]
compiler/rustc_expand/messages.ftl [new file with mode: 0644]
compiler/rustc_expand/src/base.rs
compiler/rustc_expand/src/build.rs
compiler/rustc_expand/src/config.rs
compiler/rustc_expand/src/expand.rs
compiler/rustc_expand/src/lib.rs
compiler/rustc_expand/src/mbe/diagnostics.rs
compiler/rustc_expand/src/mbe/metavar_expr.rs
compiler/rustc_expand/src/mbe/transcribe.rs
compiler/rustc_expand/src/proc_macro.rs
compiler/rustc_feature/src/accepted.rs
compiler/rustc_feature/src/active.rs
compiler/rustc_feature/src/builtin_attrs.rs
compiler/rustc_feature/src/lib.rs
compiler/rustc_feature/src/removed.rs
compiler/rustc_fs_util/src/lib.rs
compiler/rustc_hir/src/hir.rs
compiler/rustc_hir/src/hir_id.rs
compiler/rustc_hir/src/intravisit.rs
compiler/rustc_hir/src/lang_items.rs
compiler/rustc_hir/src/pat_util.rs
compiler/rustc_hir/src/stable_hash_impls.rs
compiler/rustc_hir_analysis/locales/en-US.ftl [deleted file]
compiler/rustc_hir_analysis/messages.ftl [new file with mode: 0644]
compiler/rustc_hir_analysis/src/astconv/errors.rs
compiler/rustc_hir_analysis/src/astconv/generics.rs
compiler/rustc_hir_analysis/src/astconv/mod.rs
compiler/rustc_hir_analysis/src/bounds.rs
compiler/rustc_hir_analysis/src/check/check.rs
compiler/rustc_hir_analysis/src/check/compare_impl_item.rs
compiler/rustc_hir_analysis/src/check/dropck.rs
compiler/rustc_hir_analysis/src/check/intrinsic.rs
compiler/rustc_hir_analysis/src/check/intrinsicck.rs
compiler/rustc_hir_analysis/src/check/mod.rs
compiler/rustc_hir_analysis/src/check/wfcheck.rs
compiler/rustc_hir_analysis/src/check_unused.rs
compiler/rustc_hir_analysis/src/coherence/builtin.rs
compiler/rustc_hir_analysis/src/coherence/inherent_impls.rs
compiler/rustc_hir_analysis/src/coherence/inherent_impls_overlap.rs
compiler/rustc_hir_analysis/src/coherence/mod.rs
compiler/rustc_hir_analysis/src/coherence/orphan.rs
compiler/rustc_hir_analysis/src/collect.rs
compiler/rustc_hir_analysis/src/collect/generics_of.rs
compiler/rustc_hir_analysis/src/collect/item_bounds.rs
compiler/rustc_hir_analysis/src/collect/predicates_of.rs
compiler/rustc_hir_analysis/src/collect/resolve_bound_vars.rs
compiler/rustc_hir_analysis/src/collect/type_of.rs
compiler/rustc_hir_analysis/src/errors.rs
compiler/rustc_hir_analysis/src/hir_wf_check.rs
compiler/rustc_hir_analysis/src/impl_wf_check/min_specialization.rs
compiler/rustc_hir_analysis/src/lib.rs
compiler/rustc_hir_analysis/src/outlives/explicit.rs
compiler/rustc_hir_analysis/src/outlives/implicit_infer.rs
compiler/rustc_hir_analysis/src/outlives/mod.rs
compiler/rustc_hir_analysis/src/outlives/test.rs
compiler/rustc_hir_analysis/src/structured_errors/missing_cast_for_variadic_arg.rs
compiler/rustc_hir_analysis/src/structured_errors/sized_unsized_cast.rs
compiler/rustc_hir_analysis/src/structured_errors/wrong_number_of_generic_args.rs
compiler/rustc_hir_analysis/src/variance/mod.rs
compiler/rustc_hir_analysis/src/variance/test.rs
compiler/rustc_hir_pretty/src/lib.rs
compiler/rustc_hir_typeck/locales/en-US.ftl [deleted file]
compiler/rustc_hir_typeck/messages.ftl [new file with mode: 0644]
compiler/rustc_hir_typeck/src/_match.rs
compiler/rustc_hir_typeck/src/callee.rs
compiler/rustc_hir_typeck/src/cast.rs
compiler/rustc_hir_typeck/src/closure.rs
compiler/rustc_hir_typeck/src/coercion.rs
compiler/rustc_hir_typeck/src/demand.rs
compiler/rustc_hir_typeck/src/expr.rs
compiler/rustc_hir_typeck/src/expr_use_visitor.rs
compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs
compiler/rustc_hir_typeck/src/fn_ctxt/adjust_fulfillment_errors.rs
compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs
compiler/rustc_hir_typeck/src/fn_ctxt/mod.rs
compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rs
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/cfg_build.rs
compiler/rustc_hir_typeck/src/generator_interior/mod.rs
compiler/rustc_hir_typeck/src/inherited.rs
compiler/rustc_hir_typeck/src/intrinsicck.rs
compiler/rustc_hir_typeck/src/lib.rs
compiler/rustc_hir_typeck/src/mem_categorization.rs
compiler/rustc_hir_typeck/src/method/confirm.rs
compiler/rustc_hir_typeck/src/method/probe.rs
compiler/rustc_hir_typeck/src/method/suggest.rs
compiler/rustc_hir_typeck/src/op.rs
compiler/rustc_hir_typeck/src/pat.rs
compiler/rustc_hir_typeck/src/upvar.rs
compiler/rustc_hir_typeck/src/writeback.rs
compiler/rustc_incremental/locales/en-US.ftl [deleted file]
compiler/rustc_incremental/messages.ftl [new file with mode: 0644]
compiler/rustc_incremental/src/lib.rs
compiler/rustc_incremental/src/persist/dirty_clean.rs
compiler/rustc_incremental/src/persist/fs.rs
compiler/rustc_index/src/bit_set.rs
compiler/rustc_index/src/vec.rs
compiler/rustc_infer/locales/en-US.ftl [deleted file]
compiler/rustc_infer/messages.ftl [new file with mode: 0644]
compiler/rustc_infer/src/errors/mod.rs
compiler/rustc_infer/src/errors/note_and_explain.rs
compiler/rustc_infer/src/infer/at.rs
compiler/rustc_infer/src/infer/canonical/canonicalizer.rs
compiler/rustc_infer/src/infer/canonical/mod.rs
compiler/rustc_infer/src/infer/canonical/query_response.rs
compiler/rustc_infer/src/infer/combine.rs
compiler/rustc_infer/src/infer/equate.rs
compiler/rustc_infer/src/infer/error_reporting/mod.rs
compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/placeholder_relation.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/static_impl_trait.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/util.rs
compiler/rustc_infer/src/infer/error_reporting/note.rs
compiler/rustc_infer/src/infer/error_reporting/note_and_explain.rs
compiler/rustc_infer/src/infer/error_reporting/suggest.rs
compiler/rustc_infer/src/infer/freshen.rs
compiler/rustc_infer/src/infer/glb.rs
compiler/rustc_infer/src/infer/higher_ranked/mod.rs
compiler/rustc_infer/src/infer/lattice.rs
compiler/rustc_infer/src/infer/lexical_region_resolve/mod.rs
compiler/rustc_infer/src/infer/lub.rs
compiler/rustc_infer/src/infer/mod.rs
compiler/rustc_infer/src/infer/nll_relate/mod.rs
compiler/rustc_infer/src/infer/opaque_types.rs
compiler/rustc_infer/src/infer/outlives/env.rs
compiler/rustc_infer/src/infer/outlives/mod.rs
compiler/rustc_infer/src/infer/outlives/obligations.rs
compiler/rustc_infer/src/infer/outlives/test_type_match.rs
compiler/rustc_infer/src/infer/projection.rs
compiler/rustc_infer/src/infer/region_constraints/leak_check.rs
compiler/rustc_infer/src/infer/region_constraints/mod.rs
compiler/rustc_infer/src/infer/resolve.rs
compiler/rustc_infer/src/infer/sub.rs
compiler/rustc_infer/src/infer/type_variable.rs
compiler/rustc_infer/src/lib.rs
compiler/rustc_infer/src/traits/engine.rs
compiler/rustc_infer/src/traits/mod.rs
compiler/rustc_infer/src/traits/structural_impls.rs
compiler/rustc_infer/src/traits/util.rs
compiler/rustc_interface/Cargo.toml
compiler/rustc_interface/locales/en-US.ftl [deleted file]
compiler/rustc_interface/messages.ftl [new file with mode: 0644]
compiler/rustc_interface/src/interface.rs
compiler/rustc_interface/src/lib.rs
compiler/rustc_interface/src/passes.rs
compiler/rustc_interface/src/proc_macro_decls.rs
compiler/rustc_interface/src/queries.rs
compiler/rustc_interface/src/tests.rs
compiler/rustc_interface/src/util.rs
compiler/rustc_lexer/src/unescape.rs
compiler/rustc_lint/locales/en-US.ftl [deleted file]
compiler/rustc_lint/messages.ftl [new file with mode: 0644]
compiler/rustc_lint/src/builtin.rs
compiler/rustc_lint/src/context.rs
compiler/rustc_lint/src/early.rs
compiler/rustc_lint/src/for_loops_over_fallibles.rs
compiler/rustc_lint/src/internal.rs
compiler/rustc_lint/src/let_underscore.rs
compiler/rustc_lint/src/levels.rs
compiler/rustc_lint/src/lib.rs
compiler/rustc_lint/src/lints.rs
compiler/rustc_lint/src/map_unit_fn.rs
compiler/rustc_lint/src/methods.rs
compiler/rustc_lint/src/non_ascii_idents.rs
compiler/rustc_lint/src/nonstandard_style.rs
compiler/rustc_lint/src/opaque_hidden_inferred_bound.rs
compiler/rustc_lint/src/types.rs
compiler/rustc_lint/src/unused.rs
compiler/rustc_lint_defs/src/builtin.rs
compiler/rustc_lint_defs/src/lib.rs
compiler/rustc_llvm/build.rs
compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp
compiler/rustc_llvm/src/lib.rs
compiler/rustc_log/src/lib.rs
compiler/rustc_macros/Cargo.toml
compiler/rustc_macros/src/diagnostics/diagnostic_builder.rs
compiler/rustc_macros/src/diagnostics/error.rs
compiler/rustc_macros/src/diagnostics/fluent.rs
compiler/rustc_macros/src/diagnostics/subdiagnostic.rs
compiler/rustc_macros/src/diagnostics/utils.rs
compiler/rustc_macros/src/hash_stable.rs
compiler/rustc_macros/src/newtype.rs
compiler/rustc_macros/src/query.rs
compiler/rustc_macros/src/type_foldable.rs
compiler/rustc_macros/src/type_visitable.rs
compiler/rustc_metadata/Cargo.toml
compiler/rustc_metadata/locales/en-US.ftl [deleted file]
compiler/rustc_metadata/messages.ftl [new file with mode: 0644]
compiler/rustc_metadata/src/creader.rs
compiler/rustc_metadata/src/fs.rs
compiler/rustc_metadata/src/lib.rs
compiler/rustc_metadata/src/locator.rs
compiler/rustc_metadata/src/native_libs.rs
compiler/rustc_metadata/src/rmeta/decoder.rs
compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs
compiler/rustc_metadata/src/rmeta/def_path_hash_map.rs
compiler/rustc_metadata/src/rmeta/encoder.rs
compiler/rustc_metadata/src/rmeta/mod.rs
compiler/rustc_metadata/src/rmeta/table.rs
compiler/rustc_middle/Cargo.toml
compiler/rustc_middle/locales/en-US.ftl [deleted file]
compiler/rustc_middle/messages.ftl [new file with mode: 0644]
compiler/rustc_middle/src/arena.rs
compiler/rustc_middle/src/dep_graph/mod.rs
compiler/rustc_middle/src/error.rs
compiler/rustc_middle/src/hir/map/mod.rs
compiler/rustc_middle/src/hir/mod.rs
compiler/rustc_middle/src/hir/place.rs
compiler/rustc_middle/src/infer/canonical.rs
compiler/rustc_middle/src/infer/unify_key.rs
compiler/rustc_middle/src/lib.rs
compiler/rustc_middle/src/macros.rs
compiler/rustc_middle/src/metadata.rs
compiler/rustc_middle/src/middle/exported_symbols.rs
compiler/rustc_middle/src/middle/mod.rs
compiler/rustc_middle/src/middle/privacy.rs
compiler/rustc_middle/src/middle/stability.rs
compiler/rustc_middle/src/mir/basic_blocks.rs
compiler/rustc_middle/src/mir/interpret/allocation.rs
compiler/rustc_middle/src/mir/interpret/allocation/init_mask.rs
compiler/rustc_middle/src/mir/interpret/allocation/init_mask/tests.rs [new file with mode: 0644]
compiler/rustc_middle/src/mir/interpret/allocation/provenance_map.rs
compiler/rustc_middle/src/mir/interpret/allocation/tests.rs [deleted file]
compiler/rustc_middle/src/mir/interpret/mod.rs
compiler/rustc_middle/src/mir/mod.rs
compiler/rustc_middle/src/mir/mono.rs
compiler/rustc_middle/src/mir/patch.rs
compiler/rustc_middle/src/mir/pretty.rs
compiler/rustc_middle/src/mir/query.rs
compiler/rustc_middle/src/mir/spanview.rs
compiler/rustc_middle/src/mir/syntax.rs
compiler/rustc_middle/src/mir/tcx.rs
compiler/rustc_middle/src/mir/terminator.rs
compiler/rustc_middle/src/mir/traversal.rs
compiler/rustc_middle/src/mir/visit.rs
compiler/rustc_middle/src/query/erase.rs [new file with mode: 0644]
compiler/rustc_middle/src/query/keys.rs
compiler/rustc_middle/src/query/mod.rs
compiler/rustc_middle/src/thir.rs
compiler/rustc_middle/src/thir/visit.rs
compiler/rustc_middle/src/traits/mod.rs
compiler/rustc_middle/src/traits/solve.rs
compiler/rustc_middle/src/ty/_match.rs
compiler/rustc_middle/src/ty/adjustment.rs
compiler/rustc_middle/src/ty/adt.rs
compiler/rustc_middle/src/ty/assoc.rs
compiler/rustc_middle/src/ty/closure.rs
compiler/rustc_middle/src/ty/codec.rs
compiler/rustc_middle/src/ty/consts.rs
compiler/rustc_middle/src/ty/consts/int.rs
compiler/rustc_middle/src/ty/consts/valtree.rs
compiler/rustc_middle/src/ty/context.rs
compiler/rustc_middle/src/ty/context/tls.rs
compiler/rustc_middle/src/ty/diagnostics.rs
compiler/rustc_middle/src/ty/error.rs
compiler/rustc_middle/src/ty/fast_reject.rs
compiler/rustc_middle/src/ty/flags.rs
compiler/rustc_middle/src/ty/fold.rs
compiler/rustc_middle/src/ty/inhabitedness/inhabited_predicate.rs
compiler/rustc_middle/src/ty/instance.rs
compiler/rustc_middle/src/ty/layout.rs
compiler/rustc_middle/src/ty/mod.rs
compiler/rustc_middle/src/ty/parameterized.rs
compiler/rustc_middle/src/ty/print/mod.rs
compiler/rustc_middle/src/ty/print/pretty.rs
compiler/rustc_middle/src/ty/query.rs
compiler/rustc_middle/src/ty/relate.rs
compiler/rustc_middle/src/ty/structural_impls.rs
compiler/rustc_middle/src/ty/sty.rs
compiler/rustc_middle/src/ty/subst.rs
compiler/rustc_middle/src/ty/trait_def.rs
compiler/rustc_middle/src/ty/typeck_results.rs
compiler/rustc_middle/src/ty/util.rs
compiler/rustc_middle/src/ty/visit.rs
compiler/rustc_middle/src/values.rs
compiler/rustc_mir_build/locales/en-US.ftl [deleted file]
compiler/rustc_mir_build/messages.ftl [new file with mode: 0644]
compiler/rustc_mir_build/src/build/block.rs
compiler/rustc_mir_build/src/build/cfg.rs
compiler/rustc_mir_build/src/build/custom/mod.rs
compiler/rustc_mir_build/src/build/custom/parse.rs
compiler/rustc_mir_build/src/build/custom/parse/instruction.rs
compiler/rustc_mir_build/src/build/expr/as_constant.rs
compiler/rustc_mir_build/src/build/expr/as_operand.rs
compiler/rustc_mir_build/src/build/expr/as_place.rs
compiler/rustc_mir_build/src/build/expr/as_rvalue.rs
compiler/rustc_mir_build/src/build/expr/as_temp.rs
compiler/rustc_mir_build/src/build/expr/into.rs
compiler/rustc_mir_build/src/build/expr/stmt.rs
compiler/rustc_mir_build/src/build/matches/mod.rs
compiler/rustc_mir_build/src/build/matches/test.rs
compiler/rustc_mir_build/src/build/misc.rs
compiler/rustc_mir_build/src/build/mod.rs
compiler/rustc_mir_build/src/build/scope.rs
compiler/rustc_mir_build/src/errors.rs
compiler/rustc_mir_build/src/lib.rs
compiler/rustc_mir_build/src/lints.rs
compiler/rustc_mir_build/src/thir/cx/block.rs
compiler/rustc_mir_build/src/thir/cx/expr.rs
compiler/rustc_mir_build/src/thir/pattern/check_match.rs
compiler/rustc_mir_build/src/thir/pattern/const_to_pat.rs
compiler/rustc_mir_build/src/thir/pattern/deconstruct_pat.rs
compiler/rustc_mir_build/src/thir/pattern/mod.rs
compiler/rustc_mir_build/src/thir/pattern/usefulness.rs
compiler/rustc_mir_build/src/thir/print.rs
compiler/rustc_mir_dataflow/locales/en-US.ftl [deleted file]
compiler/rustc_mir_dataflow/messages.ftl [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/elaborate_drops.rs
compiler/rustc_mir_dataflow/src/framework/direction.rs
compiler/rustc_mir_dataflow/src/framework/engine.rs
compiler/rustc_mir_dataflow/src/framework/graphviz.rs
compiler/rustc_mir_dataflow/src/framework/tests.rs
compiler/rustc_mir_dataflow/src/impls/borrowed_locals.rs
compiler/rustc_mir_dataflow/src/impls/liveness.rs
compiler/rustc_mir_dataflow/src/impls/storage_liveness.rs
compiler/rustc_mir_dataflow/src/lib.rs
compiler/rustc_mir_dataflow/src/move_paths/builder.rs
compiler/rustc_mir_dataflow/src/move_paths/mod.rs
compiler/rustc_mir_dataflow/src/value_analysis.rs
compiler/rustc_mir_transform/src/abort_unwinding_calls.rs
compiler/rustc_mir_transform/src/add_call_guards.rs
compiler/rustc_mir_transform/src/add_moves_for_packed_drops.rs
compiler/rustc_mir_transform/src/add_retag.rs
compiler/rustc_mir_transform/src/check_alignment.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/check_const_item_mutation.rs
compiler/rustc_mir_transform/src/check_unsafety.rs
compiler/rustc_mir_transform/src/cleanup_post_borrowck.rs
compiler/rustc_mir_transform/src/const_prop.rs
compiler/rustc_mir_transform/src/const_prop_lint.rs
compiler/rustc_mir_transform/src/copy_prop.rs
compiler/rustc_mir_transform/src/coverage/debug.rs
compiler/rustc_mir_transform/src/coverage/graph.rs
compiler/rustc_mir_transform/src/coverage/mod.rs
compiler/rustc_mir_transform/src/coverage/spans.rs
compiler/rustc_mir_transform/src/coverage/tests.rs
compiler/rustc_mir_transform/src/dataflow_const_prop.rs
compiler/rustc_mir_transform/src/dead_store_elimination.rs
compiler/rustc_mir_transform/src/deduce_param_attrs.rs
compiler/rustc_mir_transform/src/deref_separator.rs
compiler/rustc_mir_transform/src/dest_prop.rs
compiler/rustc_mir_transform/src/elaborate_box_derefs.rs
compiler/rustc_mir_transform/src/elaborate_drops.rs
compiler/rustc_mir_transform/src/ffi_unwind_calls.rs
compiler/rustc_mir_transform/src/function_item_references.rs
compiler/rustc_mir_transform/src/generator.rs
compiler/rustc_mir_transform/src/inline.rs
compiler/rustc_mir_transform/src/inline/cycle.rs
compiler/rustc_mir_transform/src/instcombine.rs
compiler/rustc_mir_transform/src/large_enums.rs
compiler/rustc_mir_transform/src/lib.rs
compiler/rustc_mir_transform/src/lower_intrinsics.rs
compiler/rustc_mir_transform/src/lower_slice_len.rs
compiler/rustc_mir_transform/src/nrvo.rs
compiler/rustc_mir_transform/src/remove_noop_landing_pads.rs
compiler/rustc_mir_transform/src/remove_uninit_drops.rs
compiler/rustc_mir_transform/src/remove_zsts.rs
compiler/rustc_mir_transform/src/separate_const_switch.rs
compiler/rustc_mir_transform/src/shim.rs
compiler/rustc_mir_transform/src/simplify.rs
compiler/rustc_mir_transform/src/sroa.rs
compiler/rustc_mir_transform/src/ssa.rs
compiler/rustc_mir_transform/src/unreachable_prop.rs
compiler/rustc_monomorphize/locales/en-US.ftl [deleted file]
compiler/rustc_monomorphize/messages.ftl [new file with mode: 0644]
compiler/rustc_monomorphize/src/collector.rs
compiler/rustc_monomorphize/src/lib.rs
compiler/rustc_monomorphize/src/partitioning/default.rs
compiler/rustc_monomorphize/src/partitioning/merging.rs
compiler/rustc_monomorphize/src/partitioning/mod.rs
compiler/rustc_monomorphize/src/polymorphize.rs
compiler/rustc_parse/locales/en-US.ftl [deleted file]
compiler/rustc_parse/messages.ftl [new file with mode: 0644]
compiler/rustc_parse/src/errors.rs
compiler/rustc_parse/src/lexer/diagnostics.rs
compiler/rustc_parse/src/lexer/mod.rs
compiler/rustc_parse/src/lexer/tokentrees.rs
compiler/rustc_parse/src/lexer/unicode_chars.rs
compiler/rustc_parse/src/lib.rs
compiler/rustc_parse/src/parser/diagnostics.rs
compiler/rustc_parse/src/parser/expr.rs
compiler/rustc_parse/src/parser/generics.rs
compiler/rustc_parse/src/parser/item.rs
compiler/rustc_parse/src/parser/mod.rs
compiler/rustc_parse/src/parser/pat.rs
compiler/rustc_parse/src/parser/path.rs
compiler/rustc_parse/src/parser/stmt.rs
compiler/rustc_parse/src/parser/ty.rs
compiler/rustc_parse_format/src/lib.rs
compiler/rustc_passes/Cargo.toml
compiler/rustc_passes/locales/en-US.ftl [deleted file]
compiler/rustc_passes/messages.ftl [new file with mode: 0644]
compiler/rustc_passes/src/check_attr.rs
compiler/rustc_passes/src/check_const.rs
compiler/rustc_passes/src/dead.rs
compiler/rustc_passes/src/debugger_visualizer.rs
compiler/rustc_passes/src/diagnostic_items.rs
compiler/rustc_passes/src/entry.rs
compiler/rustc_passes/src/errors.rs
compiler/rustc_passes/src/hir_id_validator.rs
compiler/rustc_passes/src/hir_stats.rs
compiler/rustc_passes/src/layout_test.rs
compiler/rustc_passes/src/lib.rs
compiler/rustc_passes/src/liveness.rs
compiler/rustc_passes/src/naked_functions.rs
compiler/rustc_passes/src/reachable.rs
compiler/rustc_passes/src/stability.rs
compiler/rustc_plugin_impl/locales/en-US.ftl [deleted file]
compiler/rustc_plugin_impl/messages.ftl [new file with mode: 0644]
compiler/rustc_plugin_impl/src/lib.rs
compiler/rustc_plugin_impl/src/load.rs
compiler/rustc_privacy/locales/en-US.ftl [deleted file]
compiler/rustc_privacy/messages.ftl [new file with mode: 0644]
compiler/rustc_privacy/src/lib.rs
compiler/rustc_query_impl/Cargo.toml
compiler/rustc_query_impl/src/lib.rs
compiler/rustc_query_impl/src/on_disk_cache.rs
compiler/rustc_query_impl/src/plumbing.rs
compiler/rustc_query_system/Cargo.toml
compiler/rustc_query_system/locales/en-US.ftl [deleted file]
compiler/rustc_query_system/messages.ftl [new file with mode: 0644]
compiler/rustc_query_system/src/cache.rs
compiler/rustc_query_system/src/dep_graph/graph.rs
compiler/rustc_query_system/src/dep_graph/mod.rs
compiler/rustc_query_system/src/dep_graph/serialized.rs
compiler/rustc_query_system/src/lib.rs
compiler/rustc_query_system/src/query/caches.rs
compiler/rustc_query_system/src/query/config.rs
compiler/rustc_query_system/src/query/job.rs
compiler/rustc_query_system/src/query/mod.rs
compiler/rustc_query_system/src/query/plumbing.rs
compiler/rustc_resolve/locales/en-US.ftl [deleted file]
compiler/rustc_resolve/messages.ftl [new file with mode: 0644]
compiler/rustc_resolve/src/build_reduced_graph.rs
compiler/rustc_resolve/src/check_unused.rs
compiler/rustc_resolve/src/def_collector.rs
compiler/rustc_resolve/src/diagnostics.rs
compiler/rustc_resolve/src/effective_visibilities.rs
compiler/rustc_resolve/src/errors.rs
compiler/rustc_resolve/src/ident.rs
compiler/rustc_resolve/src/imports.rs
compiler/rustc_resolve/src/late.rs
compiler/rustc_resolve/src/late/diagnostics.rs
compiler/rustc_resolve/src/lib.rs
compiler/rustc_resolve/src/macros.rs
compiler/rustc_resolve/src/rustdoc.rs
compiler/rustc_serialize/Cargo.toml
compiler/rustc_serialize/src/opaque.rs
compiler/rustc_serialize/src/serialize.rs
compiler/rustc_serialize/tests/opaque.rs
compiler/rustc_session/Cargo.toml
compiler/rustc_session/locales/en-US.ftl [deleted file]
compiler/rustc_session/messages.ftl [new file with mode: 0644]
compiler/rustc_session/src/code_stats.rs
compiler/rustc_session/src/config.rs
compiler/rustc_session/src/cstore.rs
compiler/rustc_session/src/filesearch.rs
compiler/rustc_session/src/lib.rs
compiler/rustc_session/src/options.rs
compiler/rustc_session/src/output.rs
compiler/rustc_session/src/parse.rs
compiler/rustc_session/src/session.rs
compiler/rustc_session/src/utils.rs
compiler/rustc_smir/Cargo.toml
compiler/rustc_smir/README.md
compiler/rustc_smir/rust-toolchain.toml
compiler/rustc_smir/src/lib.rs
compiler/rustc_smir/src/mir.rs [deleted file]
compiler/rustc_smir/src/rustc_internal/mod.rs [new file with mode: 0644]
compiler/rustc_smir/src/rustc_smir/mod.rs [new file with mode: 0644]
compiler/rustc_smir/src/stable_mir/mir.rs [new file with mode: 0644]
compiler/rustc_smir/src/stable_mir/mir/body.rs [new file with mode: 0644]
compiler/rustc_smir/src/stable_mir/mod.rs [new file with mode: 0644]
compiler/rustc_smir/src/very_unstable.rs [deleted file]
compiler/rustc_span/Cargo.toml
compiler/rustc_span/src/def_id.rs
compiler/rustc_span/src/edit_distance.rs
compiler/rustc_span/src/hygiene.rs
compiler/rustc_span/src/lib.rs
compiler/rustc_span/src/profiling.rs
compiler/rustc_span/src/source_map.rs
compiler/rustc_span/src/symbol.rs
compiler/rustc_symbol_mangling/locales/en-US.ftl [deleted file]
compiler/rustc_symbol_mangling/messages.ftl [new file with mode: 0644]
compiler/rustc_symbol_mangling/src/legacy.rs
compiler/rustc_symbol_mangling/src/lib.rs
compiler/rustc_symbol_mangling/src/test.rs
compiler/rustc_symbol_mangling/src/v0.rs
compiler/rustc_target/Cargo.toml
compiler/rustc_target/src/abi/call/mod.rs
compiler/rustc_target/src/asm/aarch64.rs
compiler/rustc_target/src/asm/arm.rs
compiler/rustc_target/src/asm/m68k.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/mod.rs
compiler/rustc_target/src/asm/riscv.rs
compiler/rustc_target/src/asm/x86.rs
compiler/rustc_target/src/spec/aarch64_unknown_linux_ohos.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/aarch64_unknown_nto_qnx_710.rs
compiler/rustc_target/src/spec/abi.rs
compiler/rustc_target/src/spec/armv4t_none_eabi.rs
compiler/rustc_target/src/spec/armv7_unknown_linux_ohos.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/i586_pc_nto_qnx700.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/loongarch64_unknown_linux_gnu.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mod.rs
compiler/rustc_target/src/spec/msvc_base.rs
compiler/rustc_target/src/spec/nto_qnx_base.rs
compiler/rustc_target/src/spec/riscv64gc_unknown_fuchsia.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
compiler/rustc_target/src/spec/wasm_base.rs
compiler/rustc_target/src/spec/windows_gnu_base.rs
compiler/rustc_target/src/spec/windows_gnullvm_base.rs
compiler/rustc_target/src/spec/x86_64_pc_nto_qnx710.rs
compiler/rustc_trait_selection/locales/en-US.ftl [deleted file]
compiler/rustc_trait_selection/messages.ftl [new file with mode: 0644]
compiler/rustc_trait_selection/src/infer.rs
compiler/rustc_trait_selection/src/lib.rs
compiler/rustc_trait_selection/src/solve/assembly.rs [deleted file]
compiler/rustc_trait_selection/src/solve/assembly/mod.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/assembly/structural_traits.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/canonical/canonicalize.rs [deleted file]
compiler/rustc_trait_selection/src/solve/canonical/mod.rs [deleted file]
compiler/rustc_trait_selection/src/solve/canonicalize.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/eval_ctxt.rs
compiler/rustc_trait_selection/src/solve/eval_ctxt/canonical.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/fulfill.rs
compiler/rustc_trait_selection/src/solve/mod.rs
compiler/rustc_trait_selection/src/solve/project_goals.rs
compiler/rustc_trait_selection/src/solve/search_graph/cache.rs
compiler/rustc_trait_selection/src/solve/search_graph/mod.rs
compiler/rustc_trait_selection/src/solve/search_graph/overflow.rs
compiler/rustc_trait_selection/src/solve/trait_goals.rs
compiler/rustc_trait_selection/src/solve/trait_goals/structural_traits.rs [deleted file]
compiler/rustc_trait_selection/src/traits/auto_trait.rs
compiler/rustc_trait_selection/src/traits/chalk_fulfill.rs
compiler/rustc_trait_selection/src/traits/coherence.rs
compiler/rustc_trait_selection/src/traits/engine.rs
compiler/rustc_trait_selection/src/traits/error_reporting/ambiguity.rs
compiler/rustc_trait_selection/src/traits/error_reporting/method_chain.rs
compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs
compiler/rustc_trait_selection/src/traits/error_reporting/on_unimplemented.rs
compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs
compiler/rustc_trait_selection/src/traits/fulfill.rs
compiler/rustc_trait_selection/src/traits/misc.rs
compiler/rustc_trait_selection/src/traits/mod.rs
compiler/rustc_trait_selection/src/traits/object_safety.rs
compiler/rustc_trait_selection/src/traits/outlives_bounds.rs
compiler/rustc_trait_selection/src/traits/project.rs
compiler/rustc_trait_selection/src/traits/query/evaluate_obligation.rs
compiler/rustc_trait_selection/src/traits/query/normalize.rs
compiler/rustc_trait_selection/src/traits/query/type_op/custom.rs
compiler/rustc_trait_selection/src/traits/select/candidate_assembly.rs
compiler/rustc_trait_selection/src/traits/select/confirmation.rs
compiler/rustc_trait_selection/src/traits/select/mod.rs
compiler/rustc_trait_selection/src/traits/specialize/mod.rs
compiler/rustc_trait_selection/src/traits/specialize/specialization_graph.rs
compiler/rustc_trait_selection/src/traits/util.rs
compiler/rustc_trait_selection/src/traits/wf.rs
compiler/rustc_traits/src/chalk/db.rs
compiler/rustc_traits/src/chalk/lowering.rs
compiler/rustc_traits/src/dropck_outlives.rs
compiler/rustc_traits/src/implied_outlives_bounds.rs
compiler/rustc_traits/src/normalize_erasing_regions.rs
compiler/rustc_transmute/src/layout/tree.rs
compiler/rustc_transmute/src/lib.rs
compiler/rustc_transmute/src/maybe_transmutable/mod.rs
compiler/rustc_transmute/src/maybe_transmutable/query_context.rs
compiler/rustc_transmute/src/maybe_transmutable/tests.rs
compiler/rustc_ty_utils/locales/en-US.ftl [deleted file]
compiler/rustc_ty_utils/messages.ftl [new file with mode: 0644]
compiler/rustc_ty_utils/src/abi.rs
compiler/rustc_ty_utils/src/assoc.rs
compiler/rustc_ty_utils/src/common_traits.rs
compiler/rustc_ty_utils/src/consts.rs
compiler/rustc_ty_utils/src/errors.rs
compiler/rustc_ty_utils/src/implied_bounds.rs
compiler/rustc_ty_utils/src/instance.rs
compiler/rustc_ty_utils/src/layout.rs
compiler/rustc_ty_utils/src/lib.rs
compiler/rustc_ty_utils/src/representability.rs
compiler/rustc_ty_utils/src/ty.rs
compiler/rustc_type_ir/src/fold.rs
compiler/rustc_type_ir/src/lib.rs
compiler/rustc_type_ir/src/sty.rs
config.example.toml [new file with mode: 0644]
config.toml.example [deleted file]
git-commit-hash
git-commit-info
library/alloc/benches/btree/map.rs
library/alloc/benches/vec.rs
library/alloc/src/alloc.rs
library/alloc/src/borrow.rs
library/alloc/src/boxed.rs
library/alloc/src/collections/binary_heap/mod.rs
library/alloc/src/collections/btree/map.rs
library/alloc/src/collections/btree/map/tests.rs
library/alloc/src/collections/btree/mod.rs
library/alloc/src/collections/btree/navigate.rs
library/alloc/src/collections/btree/set.rs
library/alloc/src/collections/btree/set/tests.rs
library/alloc/src/collections/linked_list.rs
library/alloc/src/collections/vec_deque/drain.rs
library/alloc/src/collections/vec_deque/into_iter.rs
library/alloc/src/collections/vec_deque/iter.rs
library/alloc/src/collections/vec_deque/iter_mut.rs
library/alloc/src/collections/vec_deque/mod.rs
library/alloc/src/lib.rs
library/alloc/src/raw_vec.rs
library/alloc/src/rc.rs
library/alloc/src/rc/tests.rs
library/alloc/src/str.rs
library/alloc/src/string.rs
library/alloc/src/sync.rs
library/alloc/src/tests.rs
library/alloc/src/vec/cow.rs
library/alloc/src/vec/into_iter.rs
library/alloc/src/vec/mod.rs
library/alloc/tests/boxed.rs
library/alloc/tests/lib.rs
library/alloc/tests/str.rs
library/alloc/tests/vec.rs
library/alloc/tests/vec_deque.rs
library/core/benches/lib.rs
library/core/benches/tuple.rs [new file with mode: 0644]
library/core/src/alloc/mod.rs
library/core/src/array/iter.rs
library/core/src/cell.rs
library/core/src/cell/lazy.rs
library/core/src/cell/once.rs
library/core/src/cmp.rs
library/core/src/convert/mod.rs
library/core/src/convert/num.rs
library/core/src/error.rs
library/core/src/ffi/c_str.rs
library/core/src/ffi/mod.rs
library/core/src/fmt/mod.rs
library/core/src/fmt/rt/v1.rs
library/core/src/future/mod.rs
library/core/src/hash/mod.rs
library/core/src/hint.rs
library/core/src/intrinsics.rs
library/core/src/intrinsics/mir.rs
library/core/src/iter/adapters/by_ref_sized.rs
library/core/src/iter/adapters/chain.rs
library/core/src/iter/adapters/cloned.rs
library/core/src/iter/adapters/copied.rs
library/core/src/iter/adapters/cycle.rs
library/core/src/iter/adapters/enumerate.rs
library/core/src/iter/adapters/flatten.rs
library/core/src/iter/adapters/fuse.rs
library/core/src/iter/adapters/rev.rs
library/core/src/iter/adapters/skip.rs
library/core/src/iter/adapters/take.rs
library/core/src/iter/mod.rs
library/core/src/iter/range.rs
library/core/src/iter/sources/repeat.rs
library/core/src/iter/sources/repeat_n.rs
library/core/src/iter/sources/repeat_with.rs
library/core/src/iter/traits/accum.rs
library/core/src/iter/traits/double_ended.rs
library/core/src/iter/traits/iterator.rs
library/core/src/lib.rs
library/core/src/macros/mod.rs
library/core/src/marker.rs
library/core/src/mem/maybe_uninit.rs
library/core/src/mem/transmutability.rs
library/core/src/net/parser.rs
library/core/src/num/dec2flt/common.rs
library/core/src/num/dec2flt/decimal.rs
library/core/src/num/dec2flt/float.rs
library/core/src/num/dec2flt/lemire.rs
library/core/src/num/dec2flt/mod.rs
library/core/src/num/dec2flt/number.rs
library/core/src/num/dec2flt/parse.rs
library/core/src/num/f32.rs
library/core/src/num/f64.rs
library/core/src/num/mod.rs
library/core/src/num/nonzero.rs
library/core/src/num/shells/u16.rs
library/core/src/num/uint_macros.rs
library/core/src/ops/index_range.rs
library/core/src/ops/try_trait.rs
library/core/src/option.rs
library/core/src/panic/panic_info.rs
library/core/src/panic/unwind_safe.rs
library/core/src/panicking.rs
library/core/src/pin.rs
library/core/src/primitive_docs.rs
library/core/src/ptr/const_ptr.rs
library/core/src/ptr/mod.rs
library/core/src/ptr/mut_ptr.rs
library/core/src/ptr/non_null.rs
library/core/src/result.rs
library/core/src/slice/index.rs
library/core/src/slice/iter.rs
library/core/src/slice/iter/macros.rs
library/core/src/slice/mod.rs
library/core/src/slice/sort.rs
library/core/src/str/iter.rs
library/core/src/str/mod.rs
library/core/src/str/pattern.rs
library/core/src/str/traits.rs
library/core/src/sync/atomic.rs
library/core/src/sync/exclusive.rs
library/core/src/tuple.rs
library/core/src/unicode/unicode_data.rs
library/core/tests/array.rs
library/core/tests/fmt/mod.rs
library/core/tests/iter/adapters/chain.rs
library/core/tests/iter/adapters/enumerate.rs
library/core/tests/iter/adapters/flatten.rs
library/core/tests/iter/adapters/skip.rs
library/core/tests/iter/adapters/take.rs
library/core/tests/iter/range.rs
library/core/tests/iter/traits/iterator.rs
library/core/tests/lib.rs
library/core/tests/num/dec2flt/mod.rs
library/core/tests/num/dec2flt/parse.rs
library/core/tests/slice.rs
library/panic_abort/src/android.rs
library/panic_abort/src/lib.rs
library/panic_unwind/src/lib.rs
library/portable-simd/crates/core_simd/src/masks/full_masks.rs
library/proc_macro/src/bridge/fxhash.rs
library/proc_macro/src/lib.rs
library/std/Cargo.toml
library/std/build.rs
library/std/src/collections/hash/map.rs
library/std/src/collections/hash/set.rs
library/std/src/collections/mod.rs
library/std/src/env.rs
library/std/src/f32.rs
library/std/src/f32/tests.rs
library/std/src/f64.rs
library/std/src/f64/tests.rs
library/std/src/ffi/os_str.rs
library/std/src/fs/tests.rs
library/std/src/io/buffered/bufwriter.rs
library/std/src/io/cursor.rs
library/std/src/io/error.rs
library/std/src/io/mod.rs
library/std/src/io/stdio.rs
library/std/src/keyword_docs.rs
library/std/src/lib.rs
library/std/src/net/tcp.rs
library/std/src/net/tcp/tests.rs
library/std/src/os/android/net.rs
library/std/src/os/fd/owned.rs
library/std/src/os/linux/net.rs
library/std/src/os/linux/raw.rs
library/std/src/os/net/linux_ext/addr.rs
library/std/src/os/net/linux_ext/mod.rs
library/std/src/os/unix/net/addr.rs
library/std/src/os/unix/net/ancillary.rs
library/std/src/os/unix/net/datagram.rs
library/std/src/os/unix/net/listener.rs
library/std/src/os/unix/net/stream.rs
library/std/src/os/unix/net/tests.rs
library/std/src/os/windows/io/handle.rs
library/std/src/panic.rs
library/std/src/panicking.rs
library/std/src/path.rs
library/std/src/personality/gcc.rs
library/std/src/prelude/mod.rs
library/std/src/primitive_docs.rs
library/std/src/process.rs
library/std/src/process/tests.rs
library/std/src/sync/lazy_lock.rs
library/std/src/sync/mod.rs
library/std/src/sync/mpmc/array.rs
library/std/src/sync/mpmc/list.rs
library/std/src/sync/mpmc/mod.rs
library/std/src/sync/mpsc/sync_tests.rs
library/std/src/sync/mutex.rs
library/std/src/sync/once_lock.rs
library/std/src/sync/remutex.rs
library/std/src/sys/common/alloc.rs
library/std/src/sys/common/mod.rs
library/std/src/sys/common/thread_local/fast_local.rs [new file with mode: 0644]
library/std/src/sys/common/thread_local/mod.rs [new file with mode: 0644]
library/std/src/sys/common/thread_local/os_local.rs [new file with mode: 0644]
library/std/src/sys/common/thread_local/static_local.rs [new file with mode: 0644]
library/std/src/sys/hermit/fs.rs
library/std/src/sys/hermit/futex.rs
library/std/src/sys/hermit/mod.rs
library/std/src/sys/hermit/net.rs
library/std/src/sys/mod.rs
library/std/src/sys/sgx/abi/usercalls/alloc.rs
library/std/src/sys/sgx/fd.rs
library/std/src/sys/sgx/net.rs
library/std/src/sys/solid/net.rs
library/std/src/sys/unix/fd.rs
library/std/src/sys/unix/fs.rs
library/std/src/sys/unix/futex.rs
library/std/src/sys/unix/kernel_copy.rs
library/std/src/sys/unix/kernel_copy/tests.rs
library/std/src/sys/unix/net.rs
library/std/src/sys/unix/os.rs
library/std/src/sys/unix/pipe.rs
library/std/src/sys/unix/process/process_fuchsia.rs
library/std/src/sys/unix/rand.rs
library/std/src/sys/unix/stdio.rs
library/std/src/sys/unix/time.rs
library/std/src/sys/unsupported/net.rs
library/std/src/sys/unsupported/pipe.rs
library/std/src/sys/wasi/fd.rs
library/std/src/sys/wasi/fs.rs
library/std/src/sys/wasi/net.rs
library/std/src/sys/windows/args.rs
library/std/src/sys/windows/c.rs
library/std/src/sys/windows/c/errors.rs
library/std/src/sys/windows/fs.rs
library/std/src/sys/windows/handle.rs
library/std/src/sys/windows/net.rs
library/std/src/sys/windows/path.rs
library/std/src/sys/windows/pipe.rs
library/std/src/sys/windows/process.rs
library/std/src/sys_common/net.rs
library/std/src/sys_common/thread_parking/id.rs
library/std/src/thread/local.rs
library/std/src/thread/mod.rs
library/stdarch/ci/docker/wasm32-wasi/Dockerfile
library/stdarch/crates/core_arch/src/aarch64/armclang.rs
library/stdarch/crates/core_arch/src/aarch64/neon/generated.rs
library/stdarch/crates/core_arch/src/aarch64/neon/mod.rs
library/stdarch/crates/core_arch/src/aarch64/prefetch.rs
library/stdarch/crates/core_arch/src/aarch64/tme.rs
library/stdarch/crates/core_arch/src/arm/armclang.rs
library/stdarch/crates/core_arch/src/arm/mod.rs
library/stdarch/crates/core_arch/src/arm/neon.rs
library/stdarch/crates/core_arch/src/arm_shared/neon/generated.rs
library/stdarch/crates/core_arch/src/arm_shared/neon/mod.rs
library/stdarch/crates/core_arch/src/core_arch_docs.md
library/stdarch/crates/core_arch/src/lib.rs
library/stdarch/crates/core_arch/src/macros.rs
library/stdarch/crates/core_arch/src/mips/msa.rs
library/stdarch/crates/core_arch/src/mips/msa/macros.rs [deleted file]
library/stdarch/crates/core_arch/src/mod.rs
library/stdarch/crates/core_arch/src/powerpc/vsx.rs
library/stdarch/crates/core_arch/src/riscv_shared/mod.rs
library/stdarch/crates/core_arch/src/wasm32/memory.rs
library/stdarch/crates/core_arch/src/wasm32/mod.rs
library/stdarch/crates/core_arch/src/wasm32/relaxed_simd.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/wasm32/simd128.rs
library/stdarch/crates/core_arch/src/x86/abm.rs
library/stdarch/crates/core_arch/src/x86/aes.rs
library/stdarch/crates/core_arch/src/x86/avx.rs
library/stdarch/crates/core_arch/src/x86/avx2.rs
library/stdarch/crates/core_arch/src/x86/avx512bitalg.rs
library/stdarch/crates/core_arch/src/x86/avx512bw.rs
library/stdarch/crates/core_arch/src/x86/avx512cd.rs
library/stdarch/crates/core_arch/src/x86/avx512f.rs
library/stdarch/crates/core_arch/src/x86/avx512ifma.rs
library/stdarch/crates/core_arch/src/x86/avx512vbmi.rs
library/stdarch/crates/core_arch/src/x86/avx512vbmi2.rs
library/stdarch/crates/core_arch/src/x86/avx512vnni.rs
library/stdarch/crates/core_arch/src/x86/avx512vpopcntdq.rs
library/stdarch/crates/core_arch/src/x86/bmi1.rs
library/stdarch/crates/core_arch/src/x86/bmi2.rs
library/stdarch/crates/core_arch/src/x86/bswap.rs
library/stdarch/crates/core_arch/src/x86/cpuid.rs
library/stdarch/crates/core_arch/src/x86/eflags.rs
library/stdarch/crates/core_arch/src/x86/f16c.rs
library/stdarch/crates/core_arch/src/x86/fma.rs
library/stdarch/crates/core_arch/src/x86/fxsr.rs
library/stdarch/crates/core_arch/src/x86/gfni.rs
library/stdarch/crates/core_arch/src/x86/macros.rs
library/stdarch/crates/core_arch/src/x86/pclmulqdq.rs
library/stdarch/crates/core_arch/src/x86/rdrand.rs
library/stdarch/crates/core_arch/src/x86/rdtsc.rs
library/stdarch/crates/core_arch/src/x86/rtm.rs
library/stdarch/crates/core_arch/src/x86/sha.rs
library/stdarch/crates/core_arch/src/x86/sse.rs
library/stdarch/crates/core_arch/src/x86/sse2.rs
library/stdarch/crates/core_arch/src/x86/sse3.rs
library/stdarch/crates/core_arch/src/x86/sse41.rs
library/stdarch/crates/core_arch/src/x86/sse42.rs
library/stdarch/crates/core_arch/src/x86/ssse3.rs
library/stdarch/crates/core_arch/src/x86/test.rs
library/stdarch/crates/core_arch/src/x86/vaes.rs
library/stdarch/crates/core_arch/src/x86/vpclmulqdq.rs
library/stdarch/crates/core_arch/src/x86/xsave.rs
library/stdarch/crates/core_arch/src/x86_64/abm.rs
library/stdarch/crates/core_arch/src/x86_64/avx.rs
library/stdarch/crates/core_arch/src/x86_64/avx2.rs
library/stdarch/crates/core_arch/src/x86_64/avx512f.rs
library/stdarch/crates/core_arch/src/x86_64/bmi.rs
library/stdarch/crates/core_arch/src/x86_64/bmi2.rs
library/stdarch/crates/core_arch/src/x86_64/bswap.rs
library/stdarch/crates/core_arch/src/x86_64/cmpxchg16b.rs
library/stdarch/crates/core_arch/src/x86_64/fxsr.rs
library/stdarch/crates/core_arch/src/x86_64/macros.rs
library/stdarch/crates/core_arch/src/x86_64/rdrand.rs
library/stdarch/crates/core_arch/src/x86_64/sse.rs
library/stdarch/crates/core_arch/src/x86_64/sse2.rs
library/stdarch/crates/core_arch/src/x86_64/sse41.rs
library/stdarch/crates/core_arch/src/x86_64/sse42.rs
library/stdarch/crates/core_arch/src/x86_64/xsave.rs
library/stdarch/crates/core_arch/tests/cpu-detection.rs [deleted file]
library/stdarch/crates/intrinsic-test/Cargo.toml
library/stdarch/crates/intrinsic-test/LICENSE-APACHE [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/LICENSE-MIT [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/src/acle_csv_parser.rs
library/stdarch/crates/intrinsic-test/src/main.rs
library/stdarch/crates/std_detect/README.md
library/stdarch/crates/std_detect/src/detect/arch/x86.rs
library/stdarch/crates/std_detect/src/detect/mod.rs
library/stdarch/crates/std_detect/src/detect/os/aarch64.rs
library/stdarch/crates/std_detect/src/detect/os/freebsd/aarch64.rs
library/stdarch/crates/std_detect/src/detect/os/freebsd/arm.rs
library/stdarch/crates/std_detect/src/detect/os/linux/aarch64.rs
library/stdarch/crates/std_detect/src/detect/os/linux/auxvec.rs
library/stdarch/crates/std_detect/src/detect/os/openbsd/aarch64.rs [new file with mode: 0644]
library/stdarch/crates/std_detect/src/detect/os/windows/aarch64.rs
library/stdarch/crates/std_detect/src/detect/os/x86.rs
library/stdarch/crates/std_detect/src/lib.rs
library/stdarch/crates/std_detect/tests/cpu-detection.rs
library/stdarch/crates/std_detect/tests/x86-specific.rs
library/stdarch/crates/stdarch-gen/neon.spec
library/stdarch/crates/stdarch-gen/src/main.rs
library/stdarch/crates/stdarch-test/Cargo.toml
library/stdarch/crates/stdarch-test/src/lib.rs
library/stdarch/crates/stdarch-verify/x86-intel.xml
library/test/src/console.rs
library/test/src/formatters/json.rs
library/test/src/formatters/junit.rs
library/test/src/formatters/mod.rs
library/test/src/formatters/pretty.rs
library/test/src/formatters/terse.rs
library/test/src/lib.rs
library/test/src/tests.rs
library/test/src/types.rs
library/unwind/src/lib.rs
library/unwind/src/libunwind.rs
src/bootstrap/CHANGELOG.md
src/bootstrap/Cargo.lock
src/bootstrap/Cargo.toml
src/bootstrap/README.md
src/bootstrap/bin/main.rs
src/bootstrap/bin/rustc.rs
src/bootstrap/bolt.rs
src/bootstrap/bootstrap.py
src/bootstrap/bootstrap_test.py
src/bootstrap/builder.rs
src/bootstrap/cache.rs
src/bootstrap/channel.rs
src/bootstrap/check.rs
src/bootstrap/compile.rs
src/bootstrap/config.rs
src/bootstrap/config/tests.rs
src/bootstrap/configure.py
src/bootstrap/defaults/config.codegen.toml
src/bootstrap/defaults/config.user.toml
src/bootstrap/dist.rs
src/bootstrap/doc.rs
src/bootstrap/download-ci-llvm-stamp
src/bootstrap/download.rs
src/bootstrap/dylib_util.rs
src/bootstrap/flags.rs
src/bootstrap/format.rs
src/bootstrap/install.rs
src/bootstrap/job.rs
src/bootstrap/lib.rs
src/bootstrap/llvm.rs [new file with mode: 0644]
src/bootstrap/metrics.rs
src/bootstrap/native.rs [deleted file]
src/bootstrap/render_tests.rs [new file with mode: 0644]
src/bootstrap/setup.rs
src/bootstrap/setup/tests.rs
src/bootstrap/suggest.rs [new file with mode: 0644]
src/bootstrap/tarball.rs
src/bootstrap/test.rs
src/bootstrap/tool.rs
src/bootstrap/util.rs
src/ci/docker/host-x86_64/dist-x86_64-illumos/Dockerfile
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
src/ci/docker/host-x86_64/i686-gnu/Dockerfile
src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile
src/ci/docker/host-x86_64/mingw-check/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-llvm-14-stage1/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version
src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
src/ci/docker/scripts/emscripten.sh
src/ci/github-actions/ci.yml
src/ci/github-actions/problem_matchers.json [new file with mode: 0644]
src/ci/run.sh
src/ci/scripts/collect-cpu-stats.sh
src/ci/scripts/install-awscli.sh
src/ci/scripts/run-build-from-ci.sh
src/ci/scripts/upload-artifacts.sh
src/ci/stage-build.py
src/doc/book/COPYRIGHT
src/doc/book/src/ch15-06-reference-cycles.md
src/doc/footer.inc
src/doc/nomicon/src/ffi.md
src/doc/nomicon/src/subtyping.md
src/doc/reference/src/attributes/codegen.md
src/doc/reference/src/attributes/diagnostics.md
src/doc/reference/src/expressions/loop-expr.md
src/doc/reference/src/expressions/struct-expr.md
src/doc/reference/src/inline-assembly.md
src/doc/reference/src/items/constant-items.md
src/doc/reference/src/items/unions.md
src/doc/reference/src/names/namespaces.md
src/doc/rust-by-example/src/crates/lib.md
src/doc/rust-by-example/src/flow_control/match/guard.md
src/doc/rust-by-example/src/hello/print.md
src/doc/rust-by-example/src/hello/print/fmt.md
src/doc/rust-by-example/src/macros.md
src/doc/rust-by-example/src/primitives/array.md
src/doc/rust-by-example/src/scope/lifetime.md
src/doc/rust-by-example/src/scope/raii.md
src/doc/rust-by-example/src/std/panic.md
src/doc/rust-by-example/src/std_misc/file/read_lines.md
src/doc/rust-by-example/src/unsafe/asm.md
src/doc/rust-by-example/src/variable_bindings/mut.md
src/doc/rustc-dev-guide/.github/workflows/ci.yml
src/doc/rustc-dev-guide/README.md
src/doc/rustc-dev-guide/book.toml
src/doc/rustc-dev-guide/ci/check_line_lengths.sh [deleted file]
src/doc/rustc-dev-guide/ci/lengthcheck.sh [new file with mode: 0755]
src/doc/rustc-dev-guide/ci/linkcheck.sh
src/doc/rustc-dev-guide/examples/rustc-driver-example.rs
src/doc/rustc-dev-guide/examples/rustc-driver-getting-diagnostics.rs
src/doc/rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs
src/doc/rustc-dev-guide/src/SUMMARY.md
src/doc/rustc-dev-guide/src/about-this-guide.md
src/doc/rustc-dev-guide/src/backend/libs-and-metadata.md
src/doc/rustc-dev-guide/src/backend/monomorph.md
src/doc/rustc-dev-guide/src/bug-fix-procedure.md
src/doc/rustc-dev-guide/src/building/bootstrapping.md
src/doc/rustc-dev-guide/src/building/compiler-documenting.md
src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
src/doc/rustc-dev-guide/src/building/new-target.md
src/doc/rustc-dev-guide/src/building/suggested.md
src/doc/rustc-dev-guide/src/compiler-debugging.md
src/doc/rustc-dev-guide/src/const-eval/interpret.md
src/doc/rustc-dev-guide/src/contributing.md
src/doc/rustc-dev-guide/src/conventions.md
src/doc/rustc-dev-guide/src/diagnostics.md
src/doc/rustc-dev-guide/src/diagnostics/diagnostic-codes.md [deleted file]
src/doc/rustc-dev-guide/src/diagnostics/error-codes.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/external-repos.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/fuzzing.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/generics.md
src/doc/rustc-dev-guide/src/getting-started.md
src/doc/rustc-dev-guide/src/git.md
src/doc/rustc-dev-guide/src/identifiers.md
src/doc/rustc-dev-guide/src/implementing_new_features.md
src/doc/rustc-dev-guide/src/mir/index.md
src/doc/rustc-dev-guide/src/notification-groups/cleanup-crew.md
src/doc/rustc-dev-guide/src/rustc-driver-getting-diagnostics.md
src/doc/rustc-dev-guide/src/rustc-driver-interacting-with-the-ast.md
src/doc/rustc-dev-guide/src/rustdoc-internals.md
src/doc/rustc-dev-guide/src/rustdoc.md
src/doc/rustc-dev-guide/src/tests/compiletest.md
src/doc/rustc-dev-guide/src/the-parser.md
src/doc/rustc-dev-guide/src/tracing.md
src/doc/rustc-dev-guide/src/type-inference.md
src/doc/rustc/src/SUMMARY.md
src/doc/rustc/src/codegen-options/index.md
src/doc/rustc/src/instrument-coverage.md
src/doc/rustc/src/platform-support.md
src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md
src/doc/rustc/src/platform-support/armv4t-none-eabi.md
src/doc/rustc/src/platform-support/loongarch-linux.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/nto-qnx.md
src/doc/rustc/src/platform-support/openharmony.md [new file with mode: 0644]
src/doc/rustdoc/src/command-line-arguments.md
src/doc/rustdoc/src/how-to-read-rustdoc.md
src/doc/rustdoc/src/unstable-features.md
src/doc/rustdoc/src/write-documentation/documentation-tests.md
src/doc/rustdoc/src/write-documentation/linking-to-items-by-name.md
src/doc/rustdoc/src/write-documentation/what-to-include.md
src/doc/style-guide/src/expressions.md
src/doc/unstable-book/src/compiler-flags/cf-protection.md
src/doc/unstable-book/src/compiler-flags/dump-mono-stats-format.md
src/doc/unstable-book/src/compiler-flags/sanitizer.md
src/doc/unstable-book/src/language-features/asm-experimental-arch.md
src/doc/unstable-book/src/language-features/box-patterns.md
src/doc/unstable-book/src/language-features/box-syntax.md [deleted file]
src/doc/unstable-book/src/language-features/lang-items.md
src/doc/unstable-book/src/language-features/plugin.md
src/doc/unstable-book/src/the-unstable-book.md
src/etc/installer/msi/rust.wxs
src/etc/installer/pkg/Distribution.xml
src/etc/rust-gdb
src/etc/rust-gdbgui
src/etc/rust_analyzer_settings.json [new file with mode: 0644]
src/etc/vscode_settings.json [deleted file]
src/librustdoc/Cargo.toml
src/librustdoc/askama.toml
src/librustdoc/clean/blanket_impl.rs
src/librustdoc/clean/cfg.rs
src/librustdoc/clean/inline.rs
src/librustdoc/clean/mod.rs
src/librustdoc/clean/simplify.rs
src/librustdoc/clean/types.rs
src/librustdoc/clean/types/tests.rs
src/librustdoc/clean/utils.rs
src/librustdoc/config.rs
src/librustdoc/core.rs
src/librustdoc/docfs.rs
src/librustdoc/doctest.rs
src/librustdoc/formats/cache.rs
src/librustdoc/html/format.rs
src/librustdoc/html/highlight.rs
src/librustdoc/html/markdown.rs
src/librustdoc/html/render/context.rs
src/librustdoc/html/render/mod.rs
src/librustdoc/html/render/print_item.rs
src/librustdoc/html/render/search_index.rs
src/librustdoc/html/render/sidebar.rs [new file with mode: 0644]
src/librustdoc/html/render/span_map.rs
src/librustdoc/html/sources.rs
src/librustdoc/html/static/COPYRIGHT.txt
src/librustdoc/html/static/css/rustdoc.css
src/librustdoc/html/static/css/settings.css
src/librustdoc/html/static/css/themes/ayu.css
src/librustdoc/html/static/css/themes/dark.css
src/librustdoc/html/static/css/themes/light.css
src/librustdoc/html/static/fonts/FiraSans-LICENSE.txt
src/librustdoc/html/static/fonts/NanumBarunGothic-LICENSE.txt
src/librustdoc/html/static/fonts/SourceCodePro-LICENSE.txt
src/librustdoc/html/static/fonts/SourceSerif4-LICENSE.md
src/librustdoc/html/static/js/externs.js
src/librustdoc/html/static/js/main.js
src/librustdoc/html/static/js/search.js
src/librustdoc/html/static/js/settings.js
src/librustdoc/html/static/js/source-script.js
src/librustdoc/html/static/js/storage.js
src/librustdoc/html/templates/STYLE.md
src/librustdoc/html/templates/item_info.html [new file with mode: 0644]
src/librustdoc/html/templates/item_union.html [new file with mode: 0644]
src/librustdoc/html/templates/page.html
src/librustdoc/html/templates/print_item.html
src/librustdoc/html/templates/short_item_info.html [new file with mode: 0644]
src/librustdoc/html/templates/sidebar.html [new file with mode: 0644]
src/librustdoc/html/templates/source.html [new file with mode: 0644]
src/librustdoc/json/conversions.rs
src/librustdoc/json/mod.rs
src/librustdoc/lib.rs
src/librustdoc/passes/calculate_doc_coverage.rs
src/librustdoc/passes/check_doc_test_visibility.rs
src/librustdoc/passes/collect_intra_doc_links.rs
src/librustdoc/passes/collect_trait_impls.rs
src/librustdoc/passes/propagate_doc_cfg.rs
src/librustdoc/passes/strip_hidden.rs
src/librustdoc/visit_ast.rs
src/rustdoc-json-types/Cargo.toml
src/rustdoc-json-types/lib.rs
src/stage0.json
src/tools/bump-stage0/src/main.rs
src/tools/clippy/.cargo/config.toml
src/tools/clippy/.editorconfig
src/tools/clippy/.github/workflows/clippy_bors.yml
src/tools/clippy/.github/workflows/remark.yml
src/tools/clippy/CHANGELOG.md
src/tools/clippy/CONTRIBUTING.md
src/tools/clippy/COPYRIGHT
src/tools/clippy/Cargo.toml
src/tools/clippy/README.md
src/tools/clippy/book/src/README.md
src/tools/clippy/book/src/SUMMARY.md
src/tools/clippy/book/src/configuration.md
src/tools/clippy/book/src/development/README.md
src/tools/clippy/book/src/development/adding_lints.md
src/tools/clippy/book/src/development/basics.md
src/tools/clippy/book/src/development/common_tools_writing_lints.md
src/tools/clippy/book/src/development/infrastructure/book.md
src/tools/clippy/book/src/development/infrastructure/changelog_update.md
src/tools/clippy/book/src/development/infrastructure/release.md
src/tools/clippy/book/src/development/infrastructure/sync.md
src/tools/clippy/book/src/development/proposals/README.md
src/tools/clippy/book/src/development/proposals/roadmap-2021.md
src/tools/clippy/book/src/development/proposals/syntax-tree-patterns.md
src/tools/clippy/book/src/development/type_checking.md [new file with mode: 0644]
src/tools/clippy/book/src/installation.md
src/tools/clippy/book/src/lint_configuration.md
src/tools/clippy/book/src/lints.md
src/tools/clippy/book/src/usage.md
src/tools/clippy/clippy_dev/src/lib.rs
src/tools/clippy/clippy_dev/src/new_lint.rs
src/tools/clippy/clippy_dev/src/update_lints.rs
src/tools/clippy/clippy_lints/Cargo.toml
src/tools/clippy/clippy_lints/src/allow_attributes.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/almost_complete_range.rs
src/tools/clippy/clippy_lints/src/booleans.rs
src/tools/clippy/clippy_lints/src/casts/cast_possible_truncation.rs
src/tools/clippy/clippy_lints/src/casts/cast_slice_from_raw_parts.rs
src/tools/clippy/clippy_lints/src/cognitive_complexity.rs
src/tools/clippy/clippy_lints/src/collection_is_never_read.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/copies.rs
src/tools/clippy/clippy_lints/src/declared_lints.rs
src/tools/clippy/clippy_lints/src/default.rs
src/tools/clippy/clippy_lints/src/default_instead_of_iter_empty.rs
src/tools/clippy/clippy_lints/src/derivable_impls.rs
src/tools/clippy/clippy_lints/src/derive.rs
src/tools/clippy/clippy_lints/src/disallowed_script_idents.rs
src/tools/clippy/clippy_lints/src/exit.rs
src/tools/clippy/clippy_lints/src/explicit_write.rs
src/tools/clippy/clippy_lints/src/extra_unused_type_parameters.rs
src/tools/clippy/clippy_lints/src/fn_null_check.rs
src/tools/clippy/clippy_lints/src/format.rs
src/tools/clippy/clippy_lints/src/format_args.rs
src/tools/clippy/clippy_lints/src/format_impl.rs
src/tools/clippy/clippy_lints/src/functions/impl_trait_in_params.rs
src/tools/clippy/clippy_lints/src/functions/misnamed_getters.rs
src/tools/clippy/clippy_lints/src/functions/mod.rs
src/tools/clippy/clippy_lints/src/functions/must_use.rs
src/tools/clippy/clippy_lints/src/future_not_send.rs
src/tools/clippy/clippy_lints/src/if_then_some_else_none.rs
src/tools/clippy/clippy_lints/src/implicit_saturating_add.rs
src/tools/clippy/clippy_lints/src/infinite_iter.rs
src/tools/clippy/clippy_lints/src/instant_subtraction.rs
src/tools/clippy/clippy_lints/src/items_after_statements.rs
src/tools/clippy/clippy_lints/src/large_futures.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/len_zero.rs
src/tools/clippy/clippy_lints/src/let_underscore.rs
src/tools/clippy/clippy_lints/src/let_with_type_underscore.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/lib.rs
src/tools/clippy/clippy_lints/src/lines_filter_map_ok.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/loops/manual_flatten.rs
src/tools/clippy/clippy_lints/src/loops/never_loop.rs
src/tools/clippy/clippy_lints/src/loops/same_item_push.rs
src/tools/clippy/clippy_lints/src/manual_async_fn.rs
src/tools/clippy/clippy_lints/src/manual_bits.rs
src/tools/clippy/clippy_lints/src/manual_clamp.rs
src/tools/clippy/clippy_lints/src/manual_is_ascii_check.rs
src/tools/clippy/clippy_lints/src/manual_main_separator_str.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_non_exhaustive.rs
src/tools/clippy/clippy_lints/src/manual_rem_euclid.rs
src/tools/clippy/clippy_lints/src/manual_slice_size_calculation.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/match_result_ok.rs
src/tools/clippy/clippy_lints/src/matches/manual_unwrap_or.rs
src/tools/clippy/clippy_lints/src/matches/match_bool.rs
src/tools/clippy/clippy_lints/src/matches/match_ref_pats.rs
src/tools/clippy/clippy_lints/src/matches/match_single_binding.rs
src/tools/clippy/clippy_lints/src/matches/mod.rs
src/tools/clippy/clippy_lints/src/matches/redundant_pattern_match.rs
src/tools/clippy/clippy_lints/src/matches/significant_drop_in_scrutinee.rs
src/tools/clippy/clippy_lints/src/matches/single_match.rs
src/tools/clippy/clippy_lints/src/mem_replace.rs
src/tools/clippy/clippy_lints/src/methods/bind_instead_of_map.rs
src/tools/clippy/clippy_lints/src/methods/chars_cmp.rs
src/tools/clippy/clippy_lints/src/methods/clear_with_drain.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/clone_on_ref_ptr.rs
src/tools/clippy/clippy_lints/src/methods/expect_fun_call.rs
src/tools/clippy/clippy_lints/src/methods/iter_with_drain.rs
src/tools/clippy/clippy_lints/src/methods/mod.rs
src/tools/clippy/clippy_lints/src/methods/option_map_or_none.rs
src/tools/clippy/clippy_lints/src/methods/or_fun_call.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_sort_by.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_to_owned.rs
src/tools/clippy/clippy_lints/src/misc.rs
src/tools/clippy/clippy_lints/src/missing_assert_message.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/missing_const_for_fn.rs
src/tools/clippy/clippy_lints/src/missing_doc.rs
src/tools/clippy/clippy_lints/src/multiple_unsafe_ops_per_block.rs
src/tools/clippy/clippy_lints/src/mut_key.rs
src/tools/clippy/clippy_lints/src/needless_bool.rs
src/tools/clippy/clippy_lints/src/needless_pass_by_value.rs
src/tools/clippy/clippy_lints/src/needless_question_mark.rs
src/tools/clippy/clippy_lints/src/neg_multiply.rs
src/tools/clippy/clippy_lints/src/no_effect.rs
src/tools/clippy/clippy_lints/src/no_mangle_with_rust_abi.rs
src/tools/clippy/clippy_lints/src/non_octal_unix_permissions.rs
src/tools/clippy/clippy_lints/src/operators/arithmetic_side_effects.rs
src/tools/clippy/clippy_lints/src/option_if_let_else.rs
src/tools/clippy/clippy_lints/src/partialeq_ne_impl.rs
src/tools/clippy/clippy_lints/src/permissions_set_readonly_false.rs
src/tools/clippy/clippy_lints/src/redundant_async_block.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/redundant_static_lifetimes.rs
src/tools/clippy/clippy_lints/src/ref_option_ref.rs
src/tools/clippy/clippy_lints/src/returns.rs
src/tools/clippy/clippy_lints/src/semicolon_if_nothing_returned.rs
src/tools/clippy/clippy_lints/src/shadow.rs
src/tools/clippy/clippy_lints/src/significant_drop_tightening.rs
src/tools/clippy/clippy_lints/src/single_component_path_imports.rs
src/tools/clippy/clippy_lints/src/size_of_ref.rs
src/tools/clippy/clippy_lints/src/std_instead_of_core.rs
src/tools/clippy/clippy_lints/src/suspicious_doc_comments.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/suspicious_operation_groupings.rs
src/tools/clippy/clippy_lints/src/swap.rs
src/tools/clippy/clippy_lints/src/tests_outside_test_module.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/mod.rs
src/tools/clippy/clippy_lints/src/transmute/transmutes_expressible_as_ptr_casts.rs
src/tools/clippy/clippy_lints/src/transmute/utils.rs
src/tools/clippy/clippy_lints/src/types/borrowed_box.rs
src/tools/clippy/clippy_lints/src/types/utils.rs
src/tools/clippy/clippy_lints/src/unit_types/let_unit_value.rs
src/tools/clippy/clippy_lints/src/unnecessary_box_returns.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/unnecessary_struct_initialization.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/use_self.rs
src/tools/clippy/clippy_lints/src/useless_conversion.rs
src/tools/clippy/clippy_lints/src/utils/author.rs
src/tools/clippy/clippy_lints/src/utils/conf.rs
src/tools/clippy/clippy_lints/src/utils/format_args_collector.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/interning_defined_symbol.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/metadata_collector.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/unnecessary_def_path.rs
src/tools/clippy/clippy_lints/src/utils/mod.rs
src/tools/clippy/clippy_lints/src/wildcard_imports.rs
src/tools/clippy/clippy_lints/src/write.rs
src/tools/clippy/clippy_utils/Cargo.toml
src/tools/clippy/clippy_utils/src/ast_utils.rs
src/tools/clippy/clippy_utils/src/attrs.rs
src/tools/clippy/clippy_utils/src/check_proc_macro.rs
src/tools/clippy/clippy_utils/src/eager_or_lazy.rs
src/tools/clippy/clippy_utils/src/hir_utils.rs
src/tools/clippy/clippy_utils/src/lib.rs
src/tools/clippy/clippy_utils/src/macros.rs
src/tools/clippy/clippy_utils/src/msrvs.rs
src/tools/clippy/clippy_utils/src/paths.rs
src/tools/clippy/clippy_utils/src/qualify_min_const_fn.rs
src/tools/clippy/clippy_utils/src/source.rs
src/tools/clippy/clippy_utils/src/sugg.rs
src/tools/clippy/clippy_utils/src/ty.rs
src/tools/clippy/clippy_utils/src/visitors.rs
src/tools/clippy/declare_clippy_lint/Cargo.toml
src/tools/clippy/etc/relicense/RELICENSE_DOCUMENTATION.md
src/tools/clippy/lintcheck/Cargo.toml
src/tools/clippy/lintcheck/README.md
src/tools/clippy/lintcheck/src/config.rs
src/tools/clippy/lintcheck/src/popular-crates.rs [new file with mode: 0644]
src/tools/clippy/rust-toolchain
src/tools/clippy/rustc_tools_util/README.md
src/tools/clippy/src/driver.rs
src/tools/clippy/src/main.rs
src/tools/clippy/tests/compile-test.rs
src/tools/clippy/tests/dogfood.rs
src/tools/clippy/tests/lint_message_convention.rs
src/tools/clippy/tests/ui-cargo/multiple_config_files/warn/src/main.stderr
src/tools/clippy/tests/ui-internal/custom_ice_message.stderr
src/tools/clippy/tests/ui-toml/allow_mixed_uninlined_format_args/uninlined_format_args.stderr
src/tools/clippy/tests/ui-toml/array_size_threshold/array_size_threshold.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/array_size_threshold/array_size_threshold.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/array_size_threshold/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/extra_unused_type_parameters/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/extra_unused_type_parameters/extra_unused_type_parameters.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/ifs_same_cond/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/ifs_same_cond/ifs_same_cond.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/ifs_same_cond/ifs_same_cond.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/large_futures/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/large_futures/large_futures.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/large_futures/large_futures.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.stderr
src/tools/clippy/tests/ui/allow_attributes.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/allow_attributes.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/allow_attributes.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/almost_complete_range.fixed
src/tools/clippy/tests/ui/almost_complete_range.rs
src/tools/clippy/tests/ui/almost_complete_range.stderr
src/tools/clippy/tests/ui/arithmetic_side_effects.rs
src/tools/clippy/tests/ui/arithmetic_side_effects.stderr
src/tools/clippy/tests/ui/as_conversions.rs
src/tools/clippy/tests/ui/as_conversions.stderr
src/tools/clippy/tests/ui/async_yields_async.fixed
src/tools/clippy/tests/ui/async_yields_async.rs
src/tools/clippy/tests/ui/async_yields_async.stderr
src/tools/clippy/tests/ui/author/blocks.stdout
src/tools/clippy/tests/ui/auxiliary/doc_unsafe_macros.rs [deleted file]
src/tools/clippy/tests/ui/auxiliary/implicit_hasher_macros.rs [deleted file]
src/tools/clippy/tests/ui/auxiliary/macro_rules.rs
src/tools/clippy/tests/ui/auxiliary/macro_use_helper.rs
src/tools/clippy/tests/ui/auxiliary/proc_macro_with_span.rs [deleted file]
src/tools/clippy/tests/ui/auxiliary/proc_macros.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/borrow_interior_mutable_const/auxiliary/helper.rs
src/tools/clippy/tests/ui/boxed_local.rs
src/tools/clippy/tests/ui/boxed_local.stderr
src/tools/clippy/tests/ui/cast.rs
src/tools/clippy/tests/ui/cast.stderr
src/tools/clippy/tests/ui/clear_with_drain.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/clear_with_drain.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/clear_with_drain.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/collection_is_never_read.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/collection_is_never_read.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-10148.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-10148.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6179.rs
src/tools/clippy/tests/ui/crashes/ice-6252.stderr
src/tools/clippy/tests/ui/crashes/ice-6254.stderr
src/tools/clippy/tests/ui/default_numeric_fallback_f64.fixed
src/tools/clippy/tests/ui/default_numeric_fallback_f64.rs
src/tools/clippy/tests/ui/default_numeric_fallback_f64.stderr
src/tools/clippy/tests/ui/default_numeric_fallback_i32.fixed
src/tools/clippy/tests/ui/default_numeric_fallback_i32.rs
src/tools/clippy/tests/ui/default_numeric_fallback_i32.stderr
src/tools/clippy/tests/ui/default_trait_access.fixed
src/tools/clippy/tests/ui/default_trait_access.rs
src/tools/clippy/tests/ui/deref_addrof.fixed
src/tools/clippy/tests/ui/deref_addrof.rs
src/tools/clippy/tests/ui/deref_addrof.stderr
src/tools/clippy/tests/ui/deref_addrof_macro.rs
src/tools/clippy/tests/ui/derivable_impls.fixed
src/tools/clippy/tests/ui/derivable_impls.rs
src/tools/clippy/tests/ui/derivable_impls.stderr
src/tools/clippy/tests/ui/doc_unsafe.rs
src/tools/clippy/tests/ui/double_must_use.rs
src/tools/clippy/tests/ui/double_must_use.stderr
src/tools/clippy/tests/ui/empty_loop.rs
src/tools/clippy/tests/ui/equatable_if_let.fixed
src/tools/clippy/tests/ui/equatable_if_let.rs
src/tools/clippy/tests/ui/equatable_if_let.stderr
src/tools/clippy/tests/ui/erasing_op.rs
src/tools/clippy/tests/ui/erasing_op.stderr
src/tools/clippy/tests/ui/extra_unused_type_parameters.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/extra_unused_type_parameters.rs
src/tools/clippy/tests/ui/extra_unused_type_parameters.stderr
src/tools/clippy/tests/ui/extra_unused_type_parameters_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/extra_unused_type_parameters_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/field_reassign_with_default.rs
src/tools/clippy/tests/ui/field_reassign_with_default.stderr
src/tools/clippy/tests/ui/format.fixed
src/tools/clippy/tests/ui/format.rs
src/tools/clippy/tests/ui/format.stderr
src/tools/clippy/tests/ui/format_args_unfixable.rs
src/tools/clippy/tests/ui/format_args_unfixable.stderr
src/tools/clippy/tests/ui/ifs_same_cond.rs
src/tools/clippy/tests/ui/ifs_same_cond.stderr
src/tools/clippy/tests/ui/impl_trait_in_params.stderr
src/tools/clippy/tests/ui/implicit_clone.fixed
src/tools/clippy/tests/ui/implicit_clone.rs
src/tools/clippy/tests/ui/implicit_hasher.rs
src/tools/clippy/tests/ui/implicit_hasher.stderr
src/tools/clippy/tests/ui/inconsistent_struct_constructor.fixed
src/tools/clippy/tests/ui/inconsistent_struct_constructor.rs
src/tools/clippy/tests/ui/inconsistent_struct_constructor.stderr
src/tools/clippy/tests/ui/integer_arithmetic.rs
src/tools/clippy/tests/ui/item_after_statement.rs [deleted file]
src/tools/clippy/tests/ui/item_after_statement.stderr [deleted file]
src/tools/clippy/tests/ui/items_after_statement.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/items_after_statement.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/large_enum_variant.rs
src/tools/clippy/tests/ui/large_futures.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/large_futures.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/len_without_is_empty.rs
src/tools/clippy/tests/ui/len_without_is_empty.stderr
src/tools/clippy/tests/ui/let_unit.fixed
src/tools/clippy/tests/ui/let_unit.rs
src/tools/clippy/tests/ui/let_with_type_underscore.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/let_with_type_underscore.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/lines_filter_map_ok.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/lines_filter_map_ok.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/lines_filter_map_ok.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/macro_use_imports.fixed
src/tools/clippy/tests/ui/macro_use_imports.rs
src/tools/clippy/tests/ui/macro_use_imports.stderr
src/tools/clippy/tests/ui/macro_use_imports_expect.rs
src/tools/clippy/tests/ui/manual_async_fn.fixed
src/tools/clippy/tests/ui/manual_async_fn.rs
src/tools/clippy/tests/ui/manual_async_fn.stderr
src/tools/clippy/tests/ui/manual_clamp.rs
src/tools/clippy/tests/ui/manual_main_separator_str.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_main_separator_str.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_main_separator_str.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_rem_euclid.fixed
src/tools/clippy/tests/ui/manual_rem_euclid.rs
src/tools/clippy/tests/ui/manual_rem_euclid.stderr
src/tools/clippy/tests/ui/manual_slice_size_calculation.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_slice_size_calculation.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_result_ok.fixed
src/tools/clippy/tests/ui/match_result_ok.stderr
src/tools/clippy/tests/ui/match_single_binding.fixed
src/tools/clippy/tests/ui/match_single_binding.rs
src/tools/clippy/tests/ui/match_single_binding.stderr
src/tools/clippy/tests/ui/match_single_binding2.fixed
src/tools/clippy/tests/ui/match_single_binding2.stderr
src/tools/clippy/tests/ui/mem_replace.fixed
src/tools/clippy/tests/ui/mem_replace.rs
src/tools/clippy/tests/ui/mem_replace.stderr
src/tools/clippy/tests/ui/mem_replace_macro.rs
src/tools/clippy/tests/ui/mem_replace_macro.stderr
src/tools/clippy/tests/ui/missing_assert_message.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_assert_message.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_const_for_fn/cant_be_const.rs
src/tools/clippy/tests/ui/missing_doc.rs
src/tools/clippy/tests/ui/missing_doc.stderr
src/tools/clippy/tests/ui/missing_doc_impl.rs
src/tools/clippy/tests/ui/missing_doc_impl.stderr
src/tools/clippy/tests/ui/mistyped_literal_suffix.fixed
src/tools/clippy/tests/ui/mistyped_literal_suffix.rs
src/tools/clippy/tests/ui/multiple_unsafe_ops_per_block.rs
src/tools/clippy/tests/ui/multiple_unsafe_ops_per_block.stderr
src/tools/clippy/tests/ui/must_use_unit.fixed
src/tools/clippy/tests/ui/must_use_unit.rs
src/tools/clippy/tests/ui/mut_mut.rs
src/tools/clippy/tests/ui/mut_mut.stderr
src/tools/clippy/tests/ui/needless_late_init.fixed
src/tools/clippy/tests/ui/needless_late_init.rs
src/tools/clippy/tests/ui/needless_late_init.stderr
src/tools/clippy/tests/ui/needless_lifetimes.fixed
src/tools/clippy/tests/ui/needless_lifetimes.rs
src/tools/clippy/tests/ui/needless_lifetimes.stderr
src/tools/clippy/tests/ui/needless_return.fixed
src/tools/clippy/tests/ui/needless_return.rs
src/tools/clippy/tests/ui/needless_update.rs
src/tools/clippy/tests/ui/new_ret_no_self.rs
src/tools/clippy/tests/ui/no_effect.rs
src/tools/clippy/tests/ui/no_effect.stderr
src/tools/clippy/tests/ui/no_mangle_with_rust_abi.fixed [deleted file]
src/tools/clippy/tests/ui/no_mangle_with_rust_abi.rs
src/tools/clippy/tests/ui/no_mangle_with_rust_abi.stderr
src/tools/clippy/tests/ui/nonminimal_bool.rs
src/tools/clippy/tests/ui/option_env_unwrap.rs
src/tools/clippy/tests/ui/option_env_unwrap.stderr
src/tools/clippy/tests/ui/overflow_check_conditional.rs
src/tools/clippy/tests/ui/overflow_check_conditional.stderr
src/tools/clippy/tests/ui/print_literal.rs
src/tools/clippy/tests/ui/ptr_as_ptr.fixed
src/tools/clippy/tests/ui/ptr_as_ptr.rs
src/tools/clippy/tests/ui/ptr_as_ptr.stderr
src/tools/clippy/tests/ui/redundant_async_block.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_async_block.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_async_block.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_closure_call_fixable.fixed
src/tools/clippy/tests/ui/redundant_closure_call_fixable.rs
src/tools/clippy/tests/ui/redundant_closure_call_fixable.stderr
src/tools/clippy/tests/ui/redundant_pattern_matching_result.fixed
src/tools/clippy/tests/ui/redundant_pattern_matching_result.stderr
src/tools/clippy/tests/ui/single_component_path_imports.fixed
src/tools/clippy/tests/ui/single_component_path_imports.rs
src/tools/clippy/tests/ui/single_component_path_imports.stderr
src/tools/clippy/tests/ui/single_match_else.rs
src/tools/clippy/tests/ui/string_add.rs
src/tools/clippy/tests/ui/suspicious_doc_comments.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_doc_comments.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_doc_comments.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_doc_comments_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_doc_comments_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/swap.fixed
src/tools/clippy/tests/ui/swap.rs
src/tools/clippy/tests/ui/swap.stderr
src/tools/clippy/tests/ui/tests_outside_test_module.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/tests_outside_test_module.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/toplevel_ref_arg.fixed
src/tools/clippy/tests/ui/toplevel_ref_arg.rs
src/tools/clippy/tests/ui/toplevel_ref_arg.stderr
src/tools/clippy/tests/ui/toplevel_ref_arg_non_rustfix.rs
src/tools/clippy/tests/ui/toplevel_ref_arg_non_rustfix.stderr
src/tools/clippy/tests/ui/trailing_empty_array.rs
src/tools/clippy/tests/ui/transmutes_expressible_as_ptr_casts.fixed
src/tools/clippy/tests/ui/transmutes_expressible_as_ptr_casts.rs
src/tools/clippy/tests/ui/transmutes_expressible_as_ptr_casts.stderr
src/tools/clippy/tests/ui/try_err.fixed
src/tools/clippy/tests/ui/try_err.rs
src/tools/clippy/tests/ui/try_err.stderr
src/tools/clippy/tests/ui/uninit.rs
src/tools/clippy/tests/ui/uninit.stderr
src/tools/clippy/tests/ui/uninit_vec.rs
src/tools/clippy/tests/ui/uninit_vec.stderr
src/tools/clippy/tests/ui/uninlined_format_args.fixed
src/tools/clippy/tests/ui/uninlined_format_args.rs
src/tools/clippy/tests/ui/uninlined_format_args.stderr
src/tools/clippy/tests/ui/unit_arg.rs
src/tools/clippy/tests/ui/unnecessary_box_returns.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_box_returns.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_lazy_eval.fixed
src/tools/clippy/tests/ui/unnecessary_lazy_eval.rs
src/tools/clippy/tests/ui/unnecessary_operation.fixed
src/tools/clippy/tests/ui/unnecessary_operation.rs
src/tools/clippy/tests/ui/unnecessary_operation.stderr
src/tools/clippy/tests/ui/unnecessary_struct_initialization.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_struct_initialization.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_struct_initialization.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_unsafety_doc.rs
src/tools/clippy/tests/ui/unnecessary_unsafety_doc.stderr
src/tools/clippy/tests/ui/unused_format_specs.fixed [deleted file]
src/tools/clippy/tests/ui/unused_format_specs.rs [deleted file]
src/tools/clippy/tests/ui/unused_format_specs.stderr [deleted file]
src/tools/clippy/tests/ui/unused_format_specs_unfixable.stderr
src/tools/clippy/tests/ui/use_self.fixed
src/tools/clippy/tests/ui/use_self.rs
src/tools/clippy/tests/workspace.rs
src/tools/clippy/triagebot.toml
src/tools/collect-license-metadata/src/licenses.rs
src/tools/collect-license-metadata/src/path_tree.rs
src/tools/compiletest/Cargo.toml
src/tools/compiletest/src/common.rs
src/tools/compiletest/src/header.rs
src/tools/compiletest/src/header/cfg.rs [new file with mode: 0644]
src/tools/compiletest/src/header/tests.rs
src/tools/compiletest/src/main.rs
src/tools/compiletest/src/read2.rs
src/tools/compiletest/src/runtest.rs
src/tools/compiletest/src/util.rs
src/tools/generate-copyright/src/main.rs
src/tools/jsondocck/src/main.rs
src/tools/jsondoclint/Cargo.toml
src/tools/jsondoclint/src/item_kind.rs
src/tools/jsondoclint/src/main.rs
src/tools/jsondoclint/src/validator/tests.rs
src/tools/lint-docs/src/lib.rs
src/tools/publish_toolstate.py
src/tools/replace-version-placeholder/src/main.rs
src/tools/rust-analyzer/Cargo.lock
src/tools/rust-analyzer/bench_data/numerous_macro_rules
src/tools/rust-analyzer/crates/flycheck/src/lib.rs
src/tools/rust-analyzer/crates/hir-def/src/adt.rs
src/tools/rust-analyzer/crates/hir-def/src/attr.rs
src/tools/rust-analyzer/crates/hir-def/src/body.rs
src/tools/rust-analyzer/crates/hir-def/src/body/lower.rs
src/tools/rust-analyzer/crates/hir-def/src/body/pretty.rs
src/tools/rust-analyzer/crates/hir-def/src/body/scope.rs
src/tools/rust-analyzer/crates/hir-def/src/body/tests/block.rs
src/tools/rust-analyzer/crates/hir-def/src/child_by_source.rs
src/tools/rust-analyzer/crates/hir-def/src/data.rs
src/tools/rust-analyzer/crates/hir-def/src/db.rs
src/tools/rust-analyzer/crates/hir-def/src/expr.rs
src/tools/rust-analyzer/crates/hir-def/src/generics.rs
src/tools/rust-analyzer/crates/hir-def/src/import_map.rs
src/tools/rust-analyzer/crates/hir-def/src/item_scope.rs
src/tools/rust-analyzer/crates/hir-def/src/item_tree.rs
src/tools/rust-analyzer/crates/hir-def/src/item_tree/lower.rs
src/tools/rust-analyzer/crates/hir-def/src/item_tree/pretty.rs
src/tools/rust-analyzer/crates/hir-def/src/keys.rs
src/tools/rust-analyzer/crates/hir-def/src/lang_item.rs
src/tools/rust-analyzer/crates/hir-def/src/lib.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/builtin_fn_macro.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/regression.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/collector.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests/incremental.rs
src/tools/rust-analyzer/crates/hir-def/src/path.rs
src/tools/rust-analyzer/crates/hir-def/src/path/lower.rs
src/tools/rust-analyzer/crates/hir-def/src/resolver.rs
src/tools/rust-analyzer/crates/hir-def/src/test_db.rs
src/tools/rust-analyzer/crates/hir-def/src/type_ref.rs
src/tools/rust-analyzer/crates/hir-def/src/visibility.rs
src/tools/rust-analyzer/crates/hir-expand/src/attrs.rs
src/tools/rust-analyzer/crates/hir-expand/src/builtin_attr_macro.rs
src/tools/rust-analyzer/crates/hir-expand/src/builtin_derive_macro.rs
src/tools/rust-analyzer/crates/hir-expand/src/builtin_fn_macro.rs
src/tools/rust-analyzer/crates/hir-expand/src/db.rs
src/tools/rust-analyzer/crates/hir-expand/src/eager.rs
src/tools/rust-analyzer/crates/hir-expand/src/fixup.rs
src/tools/rust-analyzer/crates/hir-expand/src/hygiene.rs
src/tools/rust-analyzer/crates/hir-expand/src/lib.rs
src/tools/rust-analyzer/crates/hir-expand/src/mod_path.rs
src/tools/rust-analyzer/crates/hir-expand/src/proc_macro.rs
src/tools/rust-analyzer/crates/hir-ty/Cargo.toml
src/tools/rust-analyzer/crates/hir-ty/src/builder.rs
src/tools/rust-analyzer/crates/hir-ty/src/chalk_db.rs
src/tools/rust-analyzer/crates/hir-ty/src/chalk_ext.rs
src/tools/rust-analyzer/crates/hir-ty/src/consteval.rs
src/tools/rust-analyzer/crates/hir-ty/src/consteval/tests.rs
src/tools/rust-analyzer/crates/hir-ty/src/db.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/decl_check.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/expr.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/unsafe_check.rs
src/tools/rust-analyzer/crates/hir-ty/src/display.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/coerce.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/expr.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/pat.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/path.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/unify.rs
src/tools/rust-analyzer/crates/hir-ty/src/inhabitedness.rs
src/tools/rust-analyzer/crates/hir-ty/src/interner.rs
src/tools/rust-analyzer/crates/hir-ty/src/layout.rs
src/tools/rust-analyzer/crates/hir-ty/src/layout/adt.rs
src/tools/rust-analyzer/crates/hir-ty/src/layout/tests.rs
src/tools/rust-analyzer/crates/hir-ty/src/lib.rs
src/tools/rust-analyzer/crates/hir-ty/src/lower.rs
src/tools/rust-analyzer/crates/hir-ty/src/method_resolution.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/mir/borrowck.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/mir/eval.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/mir/lower.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/mir/lower/as_place.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/mir/pretty.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/test_db.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/coercion.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/diagnostics.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/method_resolution.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/patterns.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/regression.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/simple.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/traits.rs
src/tools/rust-analyzer/crates/hir-ty/src/utils.rs
src/tools/rust-analyzer/crates/hir/src/attrs.rs
src/tools/rust-analyzer/crates/hir/src/db.rs
src/tools/rust-analyzer/crates/hir/src/diagnostics.rs
src/tools/rust-analyzer/crates/hir/src/display.rs
src/tools/rust-analyzer/crates/hir/src/from_id.rs
src/tools/rust-analyzer/crates/hir/src/has_source.rs
src/tools/rust-analyzer/crates/hir/src/lib.rs
src/tools/rust-analyzer/crates/hir/src/semantics.rs
src/tools/rust-analyzer/crates/hir/src/semantics/source_to_def.rs
src/tools/rust-analyzer/crates/hir/src/source_analyzer.rs
src/tools/rust-analyzer/crates/hir/src/symbols.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_explicit_type.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_iter_for_each_to_for.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_match_to_let_else.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_function.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_variable.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/fix_visibility.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_function.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_is_empty_from_len.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_new.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/inline_call.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/inline_local_variable.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/remove_dbg.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_if_let_with_match.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_method_eager_lazy.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_or_with_or_else.rs [deleted file]
src/tools/rust-analyzer/crates/ide-assists/src/lib.rs
src/tools/rust-analyzer/crates/ide-assists/src/tests/generated.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/dot.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/flyimport.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/type.rs
src/tools/rust-analyzer/crates/ide-completion/src/context.rs
src/tools/rust-analyzer/crates/ide-completion/src/context/analysis.rs
src/tools/rust-analyzer/crates/ide-completion/src/context/tests.rs
src/tools/rust-analyzer/crates/ide-completion/src/item.rs
src/tools/rust-analyzer/crates/ide-completion/src/render.rs
src/tools/rust-analyzer/crates/ide-completion/src/render/macro_.rs
src/tools/rust-analyzer/crates/ide-completion/src/render/pattern.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/attribute.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/pattern.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/record.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/special.rs
src/tools/rust-analyzer/crates/ide-db/src/active_parameter.rs
src/tools/rust-analyzer/crates/ide-db/src/apply_change.rs
src/tools/rust-analyzer/crates/ide-db/src/defs.rs
src/tools/rust-analyzer/crates/ide-db/src/helpers.rs
src/tools/rust-analyzer/crates/ide-db/src/imports/import_assets.rs
src/tools/rust-analyzer/crates/ide-db/src/lib.rs
src/tools/rust-analyzer/crates/ide-db/src/rename.rs
src/tools/rust-analyzer/crates/ide-db/src/search.rs
src/tools/rust-analyzer/crates/ide-db/src/source_change.rs
src/tools/rust-analyzer/crates/ide-db/src/use_trivial_constructor.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/use_trivial_contructor.rs [deleted file]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/break_outside_of_loop.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/expected_function.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/incoherent_impl.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/incorrect_case.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/missing_fields.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/missing_match_arms.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/missing_unsafe.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/mutability_errors.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/no_such_field.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/private_assoc_item.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/private_field.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/type_mismatch.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_field.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_method.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_module.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/lib.rs
src/tools/rust-analyzer/crates/ide-ssr/src/matching.rs
src/tools/rust-analyzer/crates/ide/src/doc_links.rs
src/tools/rust-analyzer/crates/ide/src/file_structure.rs
src/tools/rust-analyzer/crates/ide/src/goto_definition.rs
src/tools/rust-analyzer/crates/ide/src/goto_implementation.rs
src/tools/rust-analyzer/crates/ide/src/goto_type_definition.rs
src/tools/rust-analyzer/crates/ide/src/highlight_related.rs
src/tools/rust-analyzer/crates/ide/src/hover.rs
src/tools/rust-analyzer/crates/ide/src/hover/render.rs
src/tools/rust-analyzer/crates/ide/src/hover/tests.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/adjustment.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/bind_pat.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/chaining.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/discriminant.rs
src/tools/rust-analyzer/crates/ide/src/lib.rs
src/tools/rust-analyzer/crates/ide/src/markup.rs
src/tools/rust-analyzer/crates/ide/src/moniker.rs
src/tools/rust-analyzer/crates/ide/src/move_item.rs
src/tools/rust-analyzer/crates/ide/src/navigation_target.rs
src/tools/rust-analyzer/crates/ide/src/references.rs
src/tools/rust-analyzer/crates/ide/src/rename.rs
src/tools/rust-analyzer/crates/ide/src/runnables.rs
src/tools/rust-analyzer/crates/ide/src/signature_help.rs
src/tools/rust-analyzer/crates/ide/src/static_index.rs
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/highlight.rs
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/inject.rs
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/tags.rs
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_attributes.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/tests.rs
src/tools/rust-analyzer/crates/ide/src/view_mir.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/src/grammar.rs
src/tools/rust-analyzer/crates/parser/src/grammar/attributes.rs
src/tools/rust-analyzer/crates/parser/src/grammar/expressions.rs
src/tools/rust-analyzer/crates/parser/src/grammar/expressions/atom.rs
src/tools/rust-analyzer/crates/parser/src/grammar/items/traits.rs
src/tools/rust-analyzer/crates/parser/src/grammar/paths.rs
src/tools/rust-analyzer/crates/parser/src/grammar/patterns.rs
src/tools/rust-analyzer/crates/parser/src/syntax_kind/generated.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0049_let_else_right_curly_brace_for.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0049_let_else_right_curly_brace_for.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0050_let_else_right_curly_brace_loop.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0050_let_else_right_curly_brace_loop.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0051_let_else_right_curly_brace_match.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0051_let_else_right_curly_brace_match.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0052_let_else_right_curly_brace_while.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0052_let_else_right_curly_brace_while.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0053_let_else_right_curly_brace_if.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0053_let_else_right_curly_brace_if.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0016_angled_path_without_qual.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0016_angled_path_without_qual.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0017_let_else_right_curly_brace.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0017_let_else_right_curly_brace.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0151_trait_alias.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0177_trait_alias_where_clause.rast
src/tools/rust-analyzer/crates/project-model/src/build_scripts.rs
src/tools/rust-analyzer/crates/project-model/src/cargo_workspace.rs
src/tools/rust-analyzer/crates/project-model/src/lib.rs
src/tools/rust-analyzer/crates/project-model/src/sysroot.rs
src/tools/rust-analyzer/crates/project-model/src/tests.rs
src/tools/rust-analyzer/crates/project-model/src/workspace.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/analysis_stats.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/diagnostics.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/lsif.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/scip.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/ssr.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/config.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/dispatch.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/handlers.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp_ext.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp_utils.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/main_loop.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/reload.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/to_proto.rs
src/tools/rust-analyzer/crates/syntax/Cargo.toml
src/tools/rust-analyzer/crates/syntax/rust.ungram
src/tools/rust-analyzer/crates/syntax/src/ast.rs
src/tools/rust-analyzer/crates/syntax/src/ast/expr_ext.rs
src/tools/rust-analyzer/crates/syntax/src/ast/generated/nodes.rs
src/tools/rust-analyzer/crates/syntax/src/ast/node_ext.rs
src/tools/rust-analyzer/crates/syntax/src/ast/traits.rs
src/tools/rust-analyzer/crates/syntax/src/tests/ast_src.rs
src/tools/rust-analyzer/crates/syntax/src/tests/sourcegen_ast.rs
src/tools/rust-analyzer/crates/test-utils/src/fixture.rs
src/tools/rust-analyzer/crates/test-utils/src/minicore.rs
src/tools/rust-analyzer/crates/toolchain/src/lib.rs
src/tools/rust-analyzer/docs/dev/lsp-extensions.md
src/tools/rust-analyzer/docs/user/generated_config.adoc
src/tools/rust-analyzer/lib/la-arena/src/map.rs
src/tools/rust-installer/.github/workflows/ci.yml [deleted file]
src/tools/rust-installer/Cargo.toml
src/tools/rust-installer/LICENSE-APACHE [deleted file]
src/tools/rust-installer/LICENSE-MIT [deleted file]
src/tools/rust-installer/combine-installers.sh
src/tools/rust-installer/gen-install-script.sh
src/tools/rust-installer/gen-installer.sh
src/tools/rust-installer/install-template.sh
src/tools/rust-installer/make-tarballs.sh
src/tools/rust-installer/src/combiner.rs
src/tools/rust-installer/src/compression.rs
src/tools/rust-installer/src/generator.rs
src/tools/rust-installer/src/remove_dir_all.rs [deleted file]
src/tools/rust-installer/src/tarballer.rs
src/tools/rust-installer/test.sh
src/tools/rust-installer/triagebot.toml [deleted file]
src/tools/rustbook/Cargo.toml
src/tools/rustc-workspace-hack/Cargo.toml
src/tools/rustdoc-gui/.eslintrc.js [new file with mode: 0644]
src/tools/rustdoc-gui/tester.js
src/tools/rustdoc-js/.eslintrc.js [new file with mode: 0644]
src/tools/rustdoc-js/tester.js
src/tools/rustfmt/src/attr.rs
src/tools/rustfmt/src/closures.rs
src/tools/rustfmt/src/expr.rs
src/tools/rustfmt/src/items.rs
src/tools/rustfmt/src/matches.rs
src/tools/rustfmt/src/parse/parser.rs
src/tools/rustfmt/src/reorder.rs
src/tools/rustfmt/src/utils.rs
src/tools/rustfmt/tests/source/expr.rs
src/tools/rustfmt/tests/target/configs/combine_control_expr/false.rs
src/tools/rustfmt/tests/target/configs/combine_control_expr/true.rs
src/tools/rustfmt/tests/target/expr.rs
src/tools/suggest-tests/Cargo.toml [new file with mode: 0644]
src/tools/suggest-tests/src/dynamic_suggestions.rs [new file with mode: 0644]
src/tools/suggest-tests/src/lib.rs [new file with mode: 0644]
src/tools/suggest-tests/src/main.rs [new file with mode: 0644]
src/tools/suggest-tests/src/static_suggestions.rs [new file with mode: 0644]
src/tools/suggest-tests/src/tests.rs [new file with mode: 0644]
src/tools/tidy/Cargo.toml
src/tools/tidy/src/alphabetical.rs
src/tools/tidy/src/bins.rs
src/tools/tidy/src/debug_artifacts.rs
src/tools/tidy/src/deps.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/pal.rs
src/tools/tidy/src/rustdoc_gui_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
src/tools/tidy/src/walk.rs
src/tools/unicode-table-generator/src/case_mapping.rs
src/tools/unicode-table-generator/src/raw_emitter.rs
src/tools/unicode-table-generator/src/skiplist.rs
src/version
tests/assembly/asm/global_asm.rs
tests/assembly/asm/m68k-types.rs [new file with mode: 0644]
tests/assembly/is_aligned.rs
tests/assembly/static-relocation-model.rs
tests/assembly/strict_provenance.rs
tests/assembly/x86_64-floating-point-clamp.rs
tests/assembly/x86_64-fortanix-unknown-sgx-lvi-generic-load.rs
tests/assembly/x86_64-fortanix-unknown-sgx-lvi-inline-assembly.rs
tests/assembly/x86_64-no-jump-tables.rs
tests/codegen-units/polymorphization/auxiliary/poly-dep.rs [new file with mode: 0644]
tests/codegen-units/polymorphization/poly-foreign.rs [new file with mode: 0644]
tests/codegen/abi-main-signature-16bit-c-int.rs
tests/codegen/adjustments.rs
tests/codegen/array-map.rs
tests/codegen/auxiliary/static_dllimport_aux.rs [deleted file]
tests/codegen/comparison-operators-2-tuple.rs [new file with mode: 0644]
tests/codegen/consts.rs
tests/codegen/debug-limited.rs [new file with mode: 0644]
tests/codegen/debug-line-directives-only.rs [new file with mode: 0644]
tests/codegen/debug-line-tables-only.rs [new file with mode: 0644]
tests/codegen/enum-match.rs
tests/codegen/fewer-names.rs
tests/codegen/global_asm.rs
tests/codegen/global_asm_include.rs
tests/codegen/global_asm_x2.rs
tests/codegen/inherit_overflow.rs
tests/codegen/inline-function-args-debug-info.rs [new file with mode: 0644]
tests/codegen/intrinsics/transmute-x64.rs [new file with mode: 0644]
tests/codegen/intrinsics/transmute.rs [new file with mode: 0644]
tests/codegen/issue-103285-ptr-addr-overflow-check.rs [deleted file]
tests/codegen/issue-103840.rs [deleted file]
tests/codegen/issue-105386-ub-in-debuginfo.rs [deleted file]
tests/codegen/issue-13018.rs [deleted file]
tests/codegen/issue-15953.rs [deleted file]
tests/codegen/issue-27130.rs [deleted file]
tests/codegen/issue-32031.rs [deleted file]
tests/codegen/issue-32364.rs [deleted file]
tests/codegen/issue-34634.rs [deleted file]
tests/codegen/issue-34947-pow-i32.rs [deleted file]
tests/codegen/issue-37945.rs [deleted file]
tests/codegen/issue-44056-macos-tls-align.rs [deleted file]
tests/codegen/issue-45222.rs [deleted file]
tests/codegen/issue-45466.rs [deleted file]
tests/codegen/issue-45964-bounds-check-slice-pos.rs [deleted file]
tests/codegen/issue-47278.rs [deleted file]
tests/codegen/issue-47442.rs [deleted file]
tests/codegen/issue-56267-2.rs [deleted file]
tests/codegen/issue-56267.rs [deleted file]
tests/codegen/issue-56927.rs [deleted file]
tests/codegen/issue-58881.rs [deleted file]
tests/codegen/issue-59352.rs [deleted file]
tests/codegen/issue-69101-bounds-check.rs [deleted file]
tests/codegen/issue-73031.rs [deleted file]
tests/codegen/issue-73338-effecient-cmp.rs [deleted file]
tests/codegen/issue-73396-bounds-check-after-position.rs [deleted file]
tests/codegen/issue-73827-bounds-check-index-in-subexpr.rs [deleted file]
tests/codegen/issue-75525-bounds-checks.rs [deleted file]
tests/codegen/issue-75546.rs [deleted file]
tests/codegen/issue-75659.rs [deleted file]
tests/codegen/issue-77812.rs [deleted file]
tests/codegen/issue-81408-dllimport-thinlto-windows.rs [deleted file]
tests/codegen/issue-84268.rs [deleted file]
tests/codegen/issue-85872-multiple-reverse.rs [deleted file]
tests/codegen/issue-86106.rs [deleted file]
tests/codegen/issue-96274.rs [deleted file]
tests/codegen/issue-96497-slice-size-nowrap.rs [deleted file]
tests/codegen/issue-98156-const-arg-temp-lifetime.rs [deleted file]
tests/codegen/issue-98294-get-mut-copy-from-slice-opt.rs [deleted file]
tests/codegen/issues/auxiliary/static_dllimport_aux.rs [new file with mode: 0644]
tests/codegen/issues/issue-101048.rs [new file with mode: 0644]
tests/codegen/issues/issue-101082.rs [new file with mode: 0644]
tests/codegen/issues/issue-101814.rs [new file with mode: 0644]
tests/codegen/issues/issue-103132.rs [new file with mode: 0644]
tests/codegen/issues/issue-103285-ptr-addr-overflow-check.rs [new file with mode: 0644]
tests/codegen/issues/issue-103327.rs [new file with mode: 0644]
tests/codegen/issues/issue-103840.rs [new file with mode: 0644]
tests/codegen/issues/issue-105386-ub-in-debuginfo.rs [new file with mode: 0644]
tests/codegen/issues/issue-106369.rs [new file with mode: 0644]
tests/codegen/issues/issue-13018.rs [new file with mode: 0644]
tests/codegen/issues/issue-15953.rs [new file with mode: 0644]
tests/codegen/issues/issue-27130.rs [new file with mode: 0644]
tests/codegen/issues/issue-32031.rs [new file with mode: 0644]
tests/codegen/issues/issue-32364.rs [new file with mode: 0644]
tests/codegen/issues/issue-34634.rs [new file with mode: 0644]
tests/codegen/issues/issue-34947-pow-i32.rs [new file with mode: 0644]
tests/codegen/issues/issue-37945.rs [new file with mode: 0644]
tests/codegen/issues/issue-44056-macos-tls-align.rs [new file with mode: 0644]
tests/codegen/issues/issue-45222.rs [new file with mode: 0644]
tests/codegen/issues/issue-45466.rs [new file with mode: 0644]
tests/codegen/issues/issue-45964-bounds-check-slice-pos.rs [new file with mode: 0644]
tests/codegen/issues/issue-47278.rs [new file with mode: 0644]
tests/codegen/issues/issue-47442.rs [new file with mode: 0644]
tests/codegen/issues/issue-56267-2.rs [new file with mode: 0644]
tests/codegen/issues/issue-56267.rs [new file with mode: 0644]
tests/codegen/issues/issue-56927.rs [new file with mode: 0644]
tests/codegen/issues/issue-58881.rs [new file with mode: 0644]
tests/codegen/issues/issue-59352.rs [new file with mode: 0644]
tests/codegen/issues/issue-69101-bounds-check.rs [new file with mode: 0644]
tests/codegen/issues/issue-73031.rs [new file with mode: 0644]
tests/codegen/issues/issue-73258.rs [new file with mode: 0644]
tests/codegen/issues/issue-73338-effecient-cmp.rs [new file with mode: 0644]
tests/codegen/issues/issue-73396-bounds-check-after-position.rs [new file with mode: 0644]
tests/codegen/issues/issue-73827-bounds-check-index-in-subexpr.rs [new file with mode: 0644]
tests/codegen/issues/issue-75525-bounds-checks.rs [new file with mode: 0644]
tests/codegen/issues/issue-75546.rs [new file with mode: 0644]
tests/codegen/issues/issue-75659.rs [new file with mode: 0644]
tests/codegen/issues/issue-75978.rs [new file with mode: 0644]
tests/codegen/issues/issue-77812.rs [new file with mode: 0644]
tests/codegen/issues/issue-81408-dllimport-thinlto-windows.rs [new file with mode: 0644]
tests/codegen/issues/issue-84268.rs [new file with mode: 0644]
tests/codegen/issues/issue-85872-multiple-reverse.rs [new file with mode: 0644]
tests/codegen/issues/issue-86106.rs [new file with mode: 0644]
tests/codegen/issues/issue-96274.rs [new file with mode: 0644]
tests/codegen/issues/issue-96497-slice-size-nowrap.rs [new file with mode: 0644]
tests/codegen/issues/issue-98156-const-arg-temp-lifetime.rs [new file with mode: 0644]
tests/codegen/issues/issue-98294-get-mut-copy-from-slice-opt.rs [new file with mode: 0644]
tests/codegen/issues/issue-99960.rs [new file with mode: 0644]
tests/codegen/mem-replace-big-type.rs [new file with mode: 0644]
tests/codegen/mem-replace-direct-memcpy.rs
tests/codegen/optimize-attr-1.rs
tests/codegen/option-as-slice.rs
tests/codegen/ptr-read-metadata.rs [new file with mode: 0644]
tests/codegen/remap_path_prefix/main.rs
tests/codegen/repr-transparent-aggregates-2.rs
tests/codegen/simd-intrinsic/simd-intrinsic-transmute-array.rs
tests/codegen/simd-wide-sum.rs
tests/codegen/slice-indexing.rs [new file with mode: 0644]
tests/codegen/transmute-scalar.rs
tests/codegen/var-names.rs
tests/codegen/vec-as-ptr.rs [new file with mode: 0644]
tests/codegen/vec-in-place.rs
tests/codegen/vec-shrink-panik.rs
tests/codegen/virtual-function-elimination.rs
tests/debuginfo/function-names.rs
tests/debuginfo/type-names.rs
tests/incremental/auxiliary/circular-dependencies-aux.rs [new file with mode: 0644]
tests/incremental/circular-dependencies.rs [new file with mode: 0644]
tests/incremental/hashes/let_expressions.rs
tests/incremental/issue-108481-feed-eval-always.rs [new file with mode: 0644]
tests/mir-opt/address_of.address_of_reborrow.SimplifyCfg-initial.after.mir
tests/mir-opt/array_index_is_temporary.main.SimplifyCfg-elaborate-drops.after.mir
tests/mir-opt/array_index_is_temporary.rs
tests/mir-opt/asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir
tests/mir-opt/basic_assignment.main.ElaborateDrops.diff [new file with mode: 0644]
tests/mir-opt/basic_assignment.main.SimplifyCfg-initial.after.mir
tests/mir-opt/basic_assignment.rs
tests/mir-opt/box_expr.main.ElaborateDrops.before.mir
tests/mir-opt/box_expr.rs
tests/mir-opt/building/async_await.b-{closure#0}.generator_resume.0.mir
tests/mir-opt/building/custom/aggregate_exprs.adt.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/aggregate_exprs.array.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/aggregate_exprs.rs [new file with mode: 0644]
tests/mir-opt/building/custom/aggregate_exprs.tuple.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/as_cast.float_to_int.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/as_cast.int_to_int.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/as_cast.int_to_ptr.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/as_cast.rs [new file with mode: 0644]
tests/mir-opt/building/custom/composite_return.rs [new file with mode: 0644]
tests/mir-opt/building/custom/composite_return.tuple.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/references.raw_pointer_offset.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/references.rs
tests/mir-opt/building/custom/terminators.drop_first.built.after.mir
tests/mir-opt/building/custom/terminators.rs
tests/mir-opt/building/enum_cast.droppy.built.after.mir
tests/mir-opt/building/issue_101867.main.built.after.mir
tests/mir-opt/building/issue_49232.main.built.after.mir
tests/mir-opt/building/match_false_edges.full_tested_match.built.after.mir
tests/mir-opt/building/match_false_edges.full_tested_match2.built.after.mir
tests/mir-opt/building/match_false_edges.main.built.after.mir
tests/mir-opt/building/receiver_ptr_mutability.main.built.after.mir
tests/mir-opt/building/shifts.rs [new file with mode: 0644]
tests/mir-opt/building/shifts.shift_signed.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/shifts.shift_unsigned.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/uniform_array_move_out.move_out_by_subslice.built.after.mir
tests/mir-opt/building/uniform_array_move_out.move_out_from_end.built.after.mir
tests/mir-opt/building/uniform_array_move_out.rs
tests/mir-opt/combine_array_len.rs
tests/mir-opt/combine_clone_of_primitives.{impl#0}-clone.InstCombine.diff
tests/mir-opt/combine_transmutes.adt_transmutes.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/combine_transmutes.identity_transmutes.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/combine_transmutes.integer_transmutes.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/combine_transmutes.rs [new file with mode: 0644]
tests/mir-opt/const_promotion_extern_static.FOO-promoted[0].SimplifyCfg-elaborate-drops.after.mir
tests/mir-opt/const_promotion_extern_static.FOO.PromoteTemps.diff
tests/mir-opt/const_prop/aggregate.main.ConstProp.diff
tests/mir-opt/const_prop/aggregate.main.PreCodegen.after.mir
tests/mir-opt/const_prop/aggregate.rs
tests/mir-opt/const_prop/array_index.rs
tests/mir-opt/const_prop/bad_op_div_by_zero.rs
tests/mir-opt/const_prop/bad_op_mod_by_zero.main.ConstProp.diff
tests/mir-opt/const_prop/bad_op_mod_by_zero.rs
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.diff
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.diff
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.rs
tests/mir-opt/const_prop/boxes.main.ConstProp.diff
tests/mir-opt/const_prop/boxes.rs
tests/mir-opt/const_prop/checked_add.rs
tests/mir-opt/const_prop/const_prop_fails_gracefully.main.ConstProp.diff
tests/mir-opt/const_prop/const_prop_fails_gracefully.rs
tests/mir-opt/const_prop/control_flow_simplification.hello.ConstProp.diff
tests/mir-opt/const_prop/control_flow_simplification.rs
tests/mir-opt/const_prop/discriminant.main.ConstProp.32bit.diff
tests/mir-opt/const_prop/discriminant.main.ConstProp.64bit.diff
tests/mir-opt/const_prop/indirect.rs
tests/mir-opt/const_prop/inherit_overflow.main.ConstProp.diff
tests/mir-opt/const_prop/inherit_overflow.rs
tests/mir-opt/const_prop/invalid_constant.main.ConstProp.diff
tests/mir-opt/const_prop/invalid_constant.main.RemoveZsts.diff [new file with mode: 0644]
tests/mir-opt/const_prop/invalid_constant.rs
tests/mir-opt/const_prop/issue_66971.main.ConstProp.diff
tests/mir-opt/const_prop/issue_66971.rs
tests/mir-opt/const_prop/issue_67019.main.ConstProp.diff
tests/mir-opt/const_prop/issue_67019.rs
tests/mir-opt/const_prop/large_array_index.rs
tests/mir-opt/const_prop/mutable_variable_aggregate_partial_read.main.ConstProp.diff
tests/mir-opt/const_prop/mutable_variable_aggregate_partial_read.rs
tests/mir-opt/const_prop/mutable_variable_unprop_assign.main.ConstProp.diff
tests/mir-opt/const_prop/mutable_variable_unprop_assign.rs
tests/mir-opt/const_prop/optimizes_into_variable.rs
tests/mir-opt/const_prop/repeat.rs
tests/mir-opt/const_prop/return_place.rs
tests/mir-opt/const_prop/scalar_literal_propagation.main.ConstProp.diff
tests/mir-opt/const_prop/scalar_literal_propagation.rs
tests/mir-opt/const_prop/slice_len.main.ConstProp.32bit.diff
tests/mir-opt/const_prop/slice_len.main.ConstProp.64bit.diff
tests/mir-opt/const_prop/slice_len.rs
tests/mir-opt/const_prop/switch_int.main.ConstProp.diff
tests/mir-opt/const_prop/switch_int.main.SimplifyConstCondition-after-const-prop.diff
tests/mir-opt/const_prop/switch_int.rs
tests/mir-opt/const_prop/transmute.from_char.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.invalid_bool.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.invalid_char.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.less_as_i8.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.rs [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.undef_union_as_integer.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.unreachable_box.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.unreachable_direct.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.unreachable_mut.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.unreachable_ref.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.valid_char.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/tuple_literal_propagation.main.ConstProp.diff
tests/mir-opt/const_prop/tuple_literal_propagation.rs
tests/mir-opt/copy-prop/borrowed_local.f.CopyProp.diff
tests/mir-opt/copy-prop/borrowed_local.rs
tests/mir-opt/copy-prop/branch.foo.CopyProp.diff
tests/mir-opt/copy-prop/branch.rs
tests/mir-opt/copy-prop/copy_propagation_arg.bar.CopyProp.diff
tests/mir-opt/copy-prop/copy_propagation_arg.foo.CopyProp.diff
tests/mir-opt/copy-prop/copy_propagation_arg.rs
tests/mir-opt/copy-prop/custom_move_arg.f.CopyProp.diff
tests/mir-opt/copy-prop/custom_move_arg.rs
tests/mir-opt/copy-prop/cycle.main.CopyProp.diff
tests/mir-opt/copy-prop/cycle.rs
tests/mir-opt/copy-prop/dead_stores_79191.f.CopyProp.after.mir
tests/mir-opt/copy-prop/dead_stores_79191.rs
tests/mir-opt/copy-prop/dead_stores_better.f.CopyProp.after.mir
tests/mir-opt/copy-prop/dead_stores_better.rs
tests/mir-opt/copy-prop/issue_107511.main.CopyProp.diff
tests/mir-opt/copy-prop/issue_107511.rs
tests/mir-opt/copy-prop/move_arg.f.CopyProp.diff
tests/mir-opt/copy-prop/move_arg.rs
tests/mir-opt/copy-prop/move_projection.f.CopyProp.diff
tests/mir-opt/copy-prop/move_projection.rs
tests/mir-opt/copy-prop/reborrow.demiraw.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/reborrow.miraw.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/reborrow.remut.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/reborrow.reraw.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/reborrow.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/checked.rs
tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/inherit_overflow.rs
tests/mir-opt/dataflow-const-prop/ref_without_sb.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/ref_without_sb.rs
tests/mir-opt/dataflow-const-prop/sibling_ptr.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/sibling_ptr.rs
tests/mir-opt/dataflow-const-prop/terminator.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/terminator.rs
tests/mir-opt/dead-store-elimination/cycle.cycle.DeadStoreElimination.diff
tests/mir-opt/dead-store-elimination/cycle.rs
tests/mir-opt/deduplicate_blocks.is_line_doc_comment_2.DeduplicateBlocks.diff
tests/mir-opt/deduplicate_blocks.rs
tests/mir-opt/deref-patterns/string.foo.PreCodegen.after.mir
tests/mir-opt/derefer_inline_test.main.Derefer.diff
tests/mir-opt/derefer_inline_test.rs
tests/mir-opt/dest-prop/branch.foo.DestinationPropagation.diff
tests/mir-opt/dest-prop/branch.rs
tests/mir-opt/dest-prop/copy_propagation_arg.bar.DestinationPropagation.diff
tests/mir-opt/dest-prop/copy_propagation_arg.foo.DestinationPropagation.diff
tests/mir-opt/dest-prop/copy_propagation_arg.rs
tests/mir-opt/dest-prop/cycle.main.DestinationPropagation.diff
tests/mir-opt/dest-prop/cycle.rs
tests/mir-opt/dest-prop/dead_stores_79191.f.DestinationPropagation.after.mir
tests/mir-opt/dest-prop/dead_stores_79191.rs
tests/mir-opt/dest-prop/dead_stores_better.f.DestinationPropagation.after.mir
tests/mir-opt/dest-prop/dead_stores_better.rs
tests/mir-opt/dest-prop/simple.rs
tests/mir-opt/dest-prop/union.main.DestinationPropagation.diff
tests/mir-opt/dest-prop/union.rs
tests/mir-opt/dest-prop/unreachable.f.DestinationPropagation.diff
tests/mir-opt/dest-prop/unreachable.rs
tests/mir-opt/div_overflow.const_dividend.PreCodegen.after.mir [deleted file]
tests/mir-opt/div_overflow.const_divisor.PreCodegen.after.mir [deleted file]
tests/mir-opt/div_overflow.rs [deleted file]
tests/mir-opt/dont_yeet_assert.generic.InstCombine.diff
tests/mir-opt/funky_arms.float_to_exponential_common.ConstProp.diff
tests/mir-opt/funky_arms.rs
tests/mir-opt/generator_storage_dead_unwind.main-{closure#0}.StateTransform.before.mir
tests/mir-opt/generator_tiny.main-{closure#0}.generator_resume.0.mir
tests/mir-opt/inline/asm_unwind.main.Inline.diff
tests/mir-opt/inline/cycle.f.Inline.diff
tests/mir-opt/inline/cycle.g.Inline.diff
tests/mir-opt/inline/cycle.main.Inline.diff
tests/mir-opt/inline/dyn_trait.get_query.Inline.diff
tests/mir-opt/inline/dyn_trait.mk_cycle.Inline.diff
tests/mir-opt/inline/dyn_trait.rs
tests/mir-opt/inline/dyn_trait.try_execute_query.Inline.diff
tests/mir-opt/inline/exponential_runtime.main.Inline.diff
tests/mir-opt/inline/exponential_runtime.rs
tests/mir-opt/inline/inline_closure.foo.Inline.after.mir
tests/mir-opt/inline/inline_closure_borrows_arg.foo.Inline.after.mir
tests/mir-opt/inline/inline_closure_captures.foo.Inline.after.mir
tests/mir-opt/inline/inline_cycle.one.Inline.diff
tests/mir-opt/inline/inline_cycle.rs
tests/mir-opt/inline/inline_cycle.two.Inline.diff
tests/mir-opt/inline/inline_cycle_generic.main.Inline.diff
tests/mir-opt/inline/inline_cycle_generic.rs
tests/mir-opt/inline/inline_diverging.g.Inline.diff
tests/mir-opt/inline/inline_diverging.h.Inline.diff
tests/mir-opt/inline/inline_generator.main.Inline.diff
tests/mir-opt/inline/inline_instruction_set.default.Inline.diff
tests/mir-opt/inline/inline_instruction_set.t32.Inline.diff
tests/mir-opt/inline/inline_into_box_place.main.Inline.diff
tests/mir-opt/inline/inline_into_box_place.rs
tests/mir-opt/inline/inline_options.main.Inline.after.mir
tests/mir-opt/inline/inline_options.rs
tests/mir-opt/inline/inline_specialization.main.Inline.diff
tests/mir-opt/inline/inline_specialization.rs
tests/mir-opt/inline/inline_trait_method.rs
tests/mir-opt/inline/inline_trait_method.test.Inline.after.mir
tests/mir-opt/inline/inline_trait_method_2.rs
tests/mir-opt/inline/inline_trait_method_2.test2.Inline.after.mir
tests/mir-opt/inline/issue_106141.outer.Inline.diff
tests/mir-opt/inline/issue_106141.rs
tests/mir-opt/inline/issue_76997_inline_scopes_parenting.main.Inline.after.mir
tests/mir-opt/inline/issue_78442.bar.Inline.diff
tests/mir-opt/inline/issue_78442.bar.RevealAll.diff
tests/mir-opt/inline/unchecked_shifts.rs [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_smaller.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_smaller.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/inline/unwrap_unchecked.rs [new file with mode: 0644]
tests/mir-opt/inline/unwrap_unchecked.unwrap_unchecked.Inline.diff [new file with mode: 0644]
tests/mir-opt/inline/unwrap_unchecked.unwrap_unchecked.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/instcombine_duplicate_switch_targets.assert_zero.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/instcombine_duplicate_switch_targets.rs [new file with mode: 0644]
tests/mir-opt/instrument_coverage.main.InstrumentCoverage.diff
tests/mir-opt/intrinsic_asserts.generic.InstCombine.diff
tests/mir-opt/intrinsic_asserts.panics.InstCombine.diff
tests/mir-opt/intrinsic_asserts.removable.InstCombine.diff
tests/mir-opt/issue_101973.inner.ConstProp.diff
tests/mir-opt/issue_101973.rs
tests/mir-opt/issue_104451_unwindable_intrinsics.main.AbortUnwindingCalls.after.mir [new file with mode: 0644]
tests/mir-opt/issue_104451_unwindable_intrinsics.rs [new file with mode: 0644]
tests/mir-opt/issue_38669.main.SimplifyCfg-initial.after.mir
tests/mir-opt/issue_41110.main.ElaborateDrops.diff
tests/mir-opt/issue_41110.test.ElaborateDrops.diff
tests/mir-opt/issue_41888.main.ElaborateDrops.diff
tests/mir-opt/issue_62289.rs
tests/mir-opt/issue_62289.test.ElaborateDrops.before.mir
tests/mir-opt/issue_72181.main.built.after.mir
tests/mir-opt/issue_72181_1.main.built.after.mir
tests/mir-opt/issue_76432.rs
tests/mir-opt/issue_76432.test.SimplifyComparisonIntegral.diff
tests/mir-opt/issue_91633.bar.built.after.mir
tests/mir-opt/issue_91633.foo.built.after.mir
tests/mir-opt/issue_91633.hey.built.after.mir
tests/mir-opt/issue_99325.main.built.after.mir
tests/mir-opt/issues/issue_59352.num_to_digit.PreCodegen.after.mir
tests/mir-opt/issues/issue_59352.rs
tests/mir-opt/issues/issue_75439.foo.MatchBranchSimplification.diff
tests/mir-opt/loop_test.main.SimplifyCfg-promote-consts.after.mir
tests/mir-opt/lower_array_len.rs
tests/mir-opt/lower_intrinsics.align_of.LowerIntrinsics.diff
tests/mir-opt/lower_intrinsics.assume.LowerIntrinsics.diff
tests/mir-opt/lower_intrinsics.discriminant.LowerIntrinsics.diff
tests/mir-opt/lower_intrinsics.f_copy_nonoverlapping.LowerIntrinsics.diff
tests/mir-opt/lower_intrinsics.forget.LowerIntrinsics.diff
tests/mir-opt/lower_intrinsics.non_const.LowerIntrinsics.diff
tests/mir-opt/lower_intrinsics.option_payload.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.read_via_copy_primitive.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.read_via_copy_uninhabited.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.rs
tests/mir-opt/lower_intrinsics.size_of.LowerIntrinsics.diff
tests/mir-opt/lower_intrinsics.transmute_inhabited.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_ref_dst.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_to_box_uninhabited.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_to_mut_uninhabited.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_to_ref_uninhabited.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_uninhabited.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.unreachable.LowerIntrinsics.diff
tests/mir-opt/lower_intrinsics.with_overflow.LowerIntrinsics.diff
tests/mir-opt/lower_intrinsics.wrapping.LowerIntrinsics.diff
tests/mir-opt/lower_intrinsics_e2e.f_u64.PreCodegen.after.mir
tests/mir-opt/lower_intrinsics_e2e.f_unit.PreCodegen.after.mir
tests/mir-opt/lower_slice_len.bound.LowerSliceLenCalls.diff
tests/mir-opt/lower_slice_len.rs
tests/mir-opt/match_arm_scopes.complicated_match.SimplifyCfg-initial.after-ElaborateDrops.after.diff
tests/mir-opt/no_spurious_drop_after_call.main.ElaborateDrops.before.mir
tests/mir-opt/nrvo_simple.rs
tests/mir-opt/packed_struct_drop_aligned.main.SimplifyCfg-elaborate-drops.after.mir
tests/mir-opt/remove_storage_markers.main.RemoveStorageMarkers.diff
tests/mir-opt/remove_storage_markers.rs
tests/mir-opt/remove_unneeded_drops.cannot_opt_generic.RemoveUnneededDrops.diff
tests/mir-opt/remove_unneeded_drops.dont_opt.RemoveUnneededDrops.diff
tests/mir-opt/remove_unneeded_drops.opt.RemoveUnneededDrops.diff
tests/mir-opt/remove_unneeded_drops.opt_generic_copy.RemoveUnneededDrops.diff
tests/mir-opt/remove_zsts.get_union.PreCodegen.after.mir
tests/mir-opt/remove_zsts.get_union.RemoveZsts.diff
tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.mir
tests/mir-opt/separate_const_switch.identity.SeparateConstSwitch.diff
tests/mir-opt/separate_const_switch.too_complex.SeparateConstSwitch.diff
tests/mir-opt/simple_option_map_e2e.ezmap.PreCodegen.after.mir
tests/mir-opt/simplify_cfg.main.SimplifyCfg-initial.diff
tests/mir-opt/simplify_duplicate_unreachable_blocks.assert_nonzero_nonmax.SimplifyCfg-after-uninhabited-enum-branching.diff [new file with mode: 0644]
tests/mir-opt/simplify_duplicate_unreachable_blocks.rs [new file with mode: 0644]
tests/mir-opt/simplify_if.main.SimplifyConstCondition-after-const-prop.diff
tests/mir-opt/simplify_if.rs
tests/mir-opt/simplify_locals_fixedpoint.rs
tests/mir-opt/simplify_locals_removes_unused_consts.main.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals_removes_unused_consts.rs
tests/mir-opt/simplify_match.main.ConstProp.diff
tests/mir-opt/simplify_match.rs
tests/mir-opt/slice_drop_shim.core.ptr-drop_in_place.[String].AddMovesForPackedDrops.before.mir
tests/mir-opt/sroa.constant.ScalarReplacementOfAggregates.diff [deleted file]
tests/mir-opt/sroa.copies.ScalarReplacementOfAggregates.diff [deleted file]
tests/mir-opt/sroa.dropping.ScalarReplacementOfAggregates.diff [deleted file]
tests/mir-opt/sroa.enums.ScalarReplacementOfAggregates.diff [deleted file]
tests/mir-opt/sroa.escaping.ScalarReplacementOfAggregates.diff [deleted file]
tests/mir-opt/sroa.flat.ScalarReplacementOfAggregates.diff [deleted file]
tests/mir-opt/sroa.ref_copies.ScalarReplacementOfAggregates.diff [deleted file]
tests/mir-opt/sroa.rs [deleted file]
tests/mir-opt/sroa.structs.ScalarReplacementOfAggregates.diff [deleted file]
tests/mir-opt/sroa.unions.ScalarReplacementOfAggregates.diff [deleted file]
tests/mir-opt/sroa/lifetimes.foo.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa/lifetimes.rs [new file with mode: 0644]
tests/mir-opt/sroa/structs.constant.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa/structs.copies.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa/structs.dropping.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa/structs.enums.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa/structs.escaping.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa/structs.flat.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa/structs.ref_copies.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa/structs.rs [new file with mode: 0644]
tests/mir-opt/sroa/structs.structs.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa/structs.unions.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/try_identity_e2e.new.PreCodegen.after.mir
tests/mir-opt/uninhabited_enum_branching.main.SimplifyCfg-after-uninhabited-enum-branching.after.mir
tests/mir-opt/uninhabited_enum_branching.main.UninhabitedEnumBranching.diff
tests/mir-opt/uninhabited_enum_branching2.main.SimplifyCfg-after-uninhabited-enum-branching.after.mir
tests/mir-opt/uninhabited_enum_branching2.main.UninhabitedEnumBranching.diff
tests/mir-opt/unreachable.main.UnreachablePropagation.diff
tests/mir-opt/unreachable.rs
tests/mir-opt/unreachable_diverging.main.UnreachablePropagation.diff
tests/mir-opt/unreachable_diverging.rs
tests/mir-opt/unusual_item_types.core.ptr-drop_in_place.Vec_i32_.AddMovesForPackedDrops.before.mir
tests/mir-opt/while_storage.rs
tests/mir-opt/while_storage.while_loop.PreCodegen.after.mir
tests/pretty/ast-stmt-expr-attr.rs
tests/pretty/issue-4264.pp
tests/pretty/stmt_expr_attributes.rs
tests/pretty/tests-are-sorted.pp
tests/pretty/tests-are-sorted.rs
tests/run-make-fulldeps/a-b-a-linker-guard/Makefile [deleted file]
tests/run-make-fulldeps/a-b-a-linker-guard/a.rs [deleted file]
tests/run-make-fulldeps/a-b-a-linker-guard/b.rs [deleted file]
tests/run-make-fulldeps/alloc-no-oom-handling/Makefile [deleted file]
tests/run-make-fulldeps/alloc-no-rc/Makefile [deleted file]
tests/run-make-fulldeps/alloc-no-sync/Makefile [deleted file]
tests/run-make-fulldeps/allow-non-lint-warnings-cmdline/Makefile [deleted file]
tests/run-make-fulldeps/allow-non-lint-warnings-cmdline/foo.rs [deleted file]
tests/run-make-fulldeps/allow-warnings-cmdline-stability/Makefile [deleted file]
tests/run-make-fulldeps/allow-warnings-cmdline-stability/bar.rs [deleted file]
tests/run-make-fulldeps/allow-warnings-cmdline-stability/foo.rs [deleted file]
tests/run-make-fulldeps/archive-duplicate-names/Makefile [deleted file]
tests/run-make-fulldeps/archive-duplicate-names/bar.c [deleted file]
tests/run-make-fulldeps/archive-duplicate-names/bar.rs [deleted file]
tests/run-make-fulldeps/archive-duplicate-names/foo.c [deleted file]
tests/run-make-fulldeps/archive-duplicate-names/foo.rs [deleted file]
tests/run-make-fulldeps/arguments-non-c-like-enum/Makefile [deleted file]
tests/run-make-fulldeps/arguments-non-c-like-enum/nonclike.rs [deleted file]
tests/run-make-fulldeps/arguments-non-c-like-enum/test.c [deleted file]
tests/run-make-fulldeps/atomic-lock-free/Makefile [deleted file]
tests/run-make-fulldeps/atomic-lock-free/atomic_lock_free.rs [deleted file]
tests/run-make-fulldeps/bare-outfile/Makefile [deleted file]
tests/run-make-fulldeps/bare-outfile/foo.rs [deleted file]
tests/run-make-fulldeps/c-dynamic-dylib/Makefile [deleted file]
tests/run-make-fulldeps/c-dynamic-dylib/bar.rs [deleted file]
tests/run-make-fulldeps/c-dynamic-dylib/cfoo.c [deleted file]
tests/run-make-fulldeps/c-dynamic-dylib/foo.rs [deleted file]
tests/run-make-fulldeps/c-dynamic-rlib/Makefile [deleted file]
tests/run-make-fulldeps/c-dynamic-rlib/bar.rs [deleted file]
tests/run-make-fulldeps/c-dynamic-rlib/cfoo.c [deleted file]
tests/run-make-fulldeps/c-dynamic-rlib/foo.rs [deleted file]
tests/run-make-fulldeps/c-link-to-rust-dylib/Makefile [deleted file]
tests/run-make-fulldeps/c-link-to-rust-dylib/bar.c [deleted file]
tests/run-make-fulldeps/c-link-to-rust-dylib/foo.rs [deleted file]
tests/run-make-fulldeps/c-link-to-rust-staticlib/Makefile [deleted file]
tests/run-make-fulldeps/c-link-to-rust-staticlib/bar.c [deleted file]
tests/run-make-fulldeps/c-link-to-rust-staticlib/foo.rs [deleted file]
tests/run-make-fulldeps/c-link-to-rust-va-list-fn/Makefile [deleted file]
tests/run-make-fulldeps/c-link-to-rust-va-list-fn/checkrust.rs [deleted file]
tests/run-make-fulldeps/c-link-to-rust-va-list-fn/test.c [deleted file]
tests/run-make-fulldeps/c-static-dylib/Makefile [deleted file]
tests/run-make-fulldeps/c-static-dylib/bar.rs [deleted file]
tests/run-make-fulldeps/c-static-dylib/cfoo.c [deleted file]
tests/run-make-fulldeps/c-static-dylib/foo.rs [deleted file]
tests/run-make-fulldeps/c-static-rlib/Makefile [deleted file]
tests/run-make-fulldeps/c-static-rlib/bar.rs [deleted file]
tests/run-make-fulldeps/c-static-rlib/cfoo.c [deleted file]
tests/run-make-fulldeps/c-static-rlib/foo.rs [deleted file]
tests/run-make-fulldeps/c-unwind-abi-catch-lib-panic/Makefile [deleted file]
tests/run-make-fulldeps/c-unwind-abi-catch-lib-panic/add.c [deleted file]
tests/run-make-fulldeps/c-unwind-abi-catch-lib-panic/main.rs [deleted file]
tests/run-make-fulldeps/c-unwind-abi-catch-lib-panic/panic.rs [deleted file]
tests/run-make-fulldeps/c-unwind-abi-catch-panic/Makefile [deleted file]
tests/run-make-fulldeps/c-unwind-abi-catch-panic/add.c [deleted file]
tests/run-make-fulldeps/c-unwind-abi-catch-panic/main.rs [deleted file]
tests/run-make-fulldeps/cat-and-grep-sanity-check/Makefile [deleted file]
tests/run-make-fulldeps/cdylib-dylib-linkage/Makefile [deleted file]
tests/run-make-fulldeps/cdylib-dylib-linkage/bar.rs [deleted file]
tests/run-make-fulldeps/cdylib-dylib-linkage/foo.c [deleted file]
tests/run-make-fulldeps/cdylib-dylib-linkage/foo.rs [deleted file]
tests/run-make-fulldeps/cdylib-fewer-symbols/Makefile [deleted file]
tests/run-make-fulldeps/cdylib-fewer-symbols/foo.rs [deleted file]
tests/run-make-fulldeps/cdylib/Makefile [deleted file]
tests/run-make-fulldeps/cdylib/bar.rs [deleted file]
tests/run-make-fulldeps/cdylib/foo.c [deleted file]
tests/run-make-fulldeps/cdylib/foo.rs [deleted file]
tests/run-make-fulldeps/codegen-options-parsing/Makefile [deleted file]
tests/run-make-fulldeps/codegen-options-parsing/dummy.rs [deleted file]
tests/run-make-fulldeps/compile-stdin/Makefile [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths-2/Makefile [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths-2/a.rs [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths-2/b.rs [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths-2/c.rs [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths/Makefile [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths/a.rs [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths/b.rs [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths/c.rs [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths/d.rs [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths/e.rs [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths/e2.rs [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths/f.rs [deleted file]
tests/run-make-fulldeps/compiler-lookup-paths/native.c [deleted file]
tests/run-make-fulldeps/compiler-rt-works-on-mingw/Makefile [deleted file]
tests/run-make-fulldeps/compiler-rt-works-on-mingw/foo.cpp [deleted file]
tests/run-make-fulldeps/compiler-rt-works-on-mingw/foo.rs [deleted file]
tests/run-make-fulldeps/core-no-fp-fmt-parse/Makefile [deleted file]
tests/run-make-fulldeps/crate-data-smoke/Makefile [deleted file]
tests/run-make-fulldeps/crate-data-smoke/crate.rs [deleted file]
tests/run-make-fulldeps/crate-data-smoke/lib.rs [deleted file]
tests/run-make-fulldeps/crate-data-smoke/rlib.rs [deleted file]
tests/run-make-fulldeps/crate-hash-rustc-version/Makefile [deleted file]
tests/run-make-fulldeps/crate-hash-rustc-version/a.rs [deleted file]
tests/run-make-fulldeps/crate-hash-rustc-version/b.rs [deleted file]
tests/run-make-fulldeps/crate-name-priority/Makefile [deleted file]
tests/run-make-fulldeps/crate-name-priority/foo.rs [deleted file]
tests/run-make-fulldeps/crate-name-priority/foo1.rs [deleted file]
tests/run-make-fulldeps/cross-lang-lto-clang/Makefile [deleted file]
tests/run-make-fulldeps/cross-lang-lto-clang/clib.c [deleted file]
tests/run-make-fulldeps/cross-lang-lto-clang/cmain.c [deleted file]
tests/run-make-fulldeps/cross-lang-lto-clang/main.rs [deleted file]
tests/run-make-fulldeps/cross-lang-lto-clang/rustlib.rs [deleted file]
tests/run-make-fulldeps/cross-lang-lto-pgo-smoketest/Makefile [deleted file]
tests/run-make-fulldeps/cross-lang-lto-pgo-smoketest/clib.c [deleted file]
tests/run-make-fulldeps/cross-lang-lto-pgo-smoketest/cmain.c [deleted file]
tests/run-make-fulldeps/cross-lang-lto-pgo-smoketest/main.rs [deleted file]
tests/run-make-fulldeps/cross-lang-lto-pgo-smoketest/rustlib.rs [deleted file]
tests/run-make-fulldeps/cross-lang-lto-upstream-rlibs/Makefile [deleted file]
tests/run-make-fulldeps/cross-lang-lto-upstream-rlibs/staticlib.rs [deleted file]
tests/run-make-fulldeps/cross-lang-lto-upstream-rlibs/upstream.rs [deleted file]
tests/run-make-fulldeps/cross-lang-lto/Makefile [deleted file]
tests/run-make-fulldeps/cross-lang-lto/lib.rs [deleted file]
tests/run-make-fulldeps/cross-lang-lto/main.rs [deleted file]
tests/run-make-fulldeps/debug-assertions/Makefile [deleted file]
tests/run-make-fulldeps/debug-assertions/debug.rs [deleted file]
tests/run-make-fulldeps/dep-info-doesnt-run-much/Makefile [deleted file]
tests/run-make-fulldeps/dep-info-doesnt-run-much/foo.rs [deleted file]
tests/run-make-fulldeps/dep-info-spaces/Makefile [deleted file]
tests/run-make-fulldeps/dep-info-spaces/Makefile.foo [deleted file]
tests/run-make-fulldeps/dep-info-spaces/bar.rs [deleted file]
tests/run-make-fulldeps/dep-info-spaces/foo foo.rs [deleted file]
tests/run-make-fulldeps/dep-info-spaces/lib.rs [deleted file]
tests/run-make-fulldeps/dep-info/Makefile [deleted file]
tests/run-make-fulldeps/dep-info/Makefile.foo [deleted file]
tests/run-make-fulldeps/dep-info/bar.rs [deleted file]
tests/run-make-fulldeps/dep-info/foo.rs [deleted file]
tests/run-make-fulldeps/dep-info/lib.rs [deleted file]
tests/run-make-fulldeps/dep-info/lib2.rs [deleted file]
tests/run-make-fulldeps/doctests-keep-binaries/Makefile [deleted file]
tests/run-make-fulldeps/doctests-keep-binaries/t.rs [deleted file]
tests/run-make-fulldeps/duplicate-output-flavors/Makefile [deleted file]
tests/run-make-fulldeps/duplicate-output-flavors/foo.rs [deleted file]
tests/run-make-fulldeps/dylib-chain/Makefile [deleted file]
tests/run-make-fulldeps/dylib-chain/m1.rs [deleted file]
tests/run-make-fulldeps/dylib-chain/m2.rs [deleted file]
tests/run-make-fulldeps/dylib-chain/m3.rs [deleted file]
tests/run-make-fulldeps/dylib-chain/m4.rs [deleted file]
tests/run-make-fulldeps/emit-stack-sizes/Makefile [deleted file]
tests/run-make-fulldeps/emit-stack-sizes/foo.rs [deleted file]
tests/run-make-fulldeps/emit/Makefile [deleted file]
tests/run-make-fulldeps/emit/test-24876.rs [deleted file]
tests/run-make-fulldeps/emit/test-26235.rs [deleted file]
tests/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile [deleted file]
tests/run-make-fulldeps/error-found-staticlib-instead-crate/bar.rs [deleted file]
tests/run-make-fulldeps/error-found-staticlib-instead-crate/foo.rs [deleted file]
tests/run-make-fulldeps/error-writing-dependencies/Makefile [deleted file]
tests/run-make-fulldeps/error-writing-dependencies/foo.rs [deleted file]
tests/run-make-fulldeps/exit-code/Makefile [deleted file]
tests/run-make-fulldeps/exit-code/compile-error.rs [deleted file]
tests/run-make-fulldeps/exit-code/lint-failure.rs [deleted file]
tests/run-make-fulldeps/exit-code/success.rs [deleted file]
tests/run-make-fulldeps/extern-diff-internal-name/Makefile [deleted file]
tests/run-make-fulldeps/extern-diff-internal-name/lib.rs [deleted file]
tests/run-make-fulldeps/extern-diff-internal-name/test.rs [deleted file]
tests/run-make-fulldeps/extern-flag-disambiguates/Makefile [deleted file]
tests/run-make-fulldeps/extern-flag-disambiguates/a.rs [deleted file]
tests/run-make-fulldeps/extern-flag-disambiguates/b.rs [deleted file]
tests/run-make-fulldeps/extern-flag-disambiguates/c.rs [deleted file]
tests/run-make-fulldeps/extern-flag-disambiguates/d.rs [deleted file]
tests/run-make-fulldeps/extern-flag-fun/Makefile [deleted file]
tests/run-make-fulldeps/extern-flag-fun/bar-alt.rs [deleted file]
tests/run-make-fulldeps/extern-flag-fun/bar.rs [deleted file]
tests/run-make-fulldeps/extern-flag-fun/foo.rs [deleted file]
tests/run-make-fulldeps/extern-flag-fun/gated_unstable.rs [deleted file]
tests/run-make-fulldeps/extern-flag-fun/rustc.rs [deleted file]
tests/run-make-fulldeps/extern-flag-pathless/Makefile [deleted file]
tests/run-make-fulldeps/extern-flag-pathless/bar-dynamic.rs [deleted file]
tests/run-make-fulldeps/extern-flag-pathless/bar-static.rs [deleted file]
tests/run-make-fulldeps/extern-flag-pathless/foo.rs [deleted file]
tests/run-make-fulldeps/extern-flag-rename-transitive/Makefile [deleted file]
tests/run-make-fulldeps/extern-flag-rename-transitive/bar.rs [deleted file]
tests/run-make-fulldeps/extern-flag-rename-transitive/baz.rs [deleted file]
tests/run-make-fulldeps/extern-flag-rename-transitive/foo.rs [deleted file]
tests/run-make-fulldeps/extern-fn-generic/Makefile [deleted file]
tests/run-make-fulldeps/extern-fn-generic/test.c [deleted file]
tests/run-make-fulldeps/extern-fn-generic/test.rs [deleted file]
tests/run-make-fulldeps/extern-fn-generic/testcrate.rs [deleted file]
tests/run-make-fulldeps/extern-fn-mangle/Makefile [deleted file]
tests/run-make-fulldeps/extern-fn-mangle/test.c [deleted file]
tests/run-make-fulldeps/extern-fn-mangle/test.rs [deleted file]
tests/run-make-fulldeps/extern-fn-reachable/Makefile [deleted file]
tests/run-make-fulldeps/extern-fn-reachable/dylib.rs [deleted file]
tests/run-make-fulldeps/extern-fn-struct-passing-abi/Makefile [deleted file]
tests/run-make-fulldeps/extern-fn-struct-passing-abi/test.c [deleted file]
tests/run-make-fulldeps/extern-fn-struct-passing-abi/test.rs [deleted file]
tests/run-make-fulldeps/extern-fn-with-extern-types/Makefile [deleted file]
tests/run-make-fulldeps/extern-fn-with-extern-types/ctest.c [deleted file]
tests/run-make-fulldeps/extern-fn-with-extern-types/test.rs [deleted file]
tests/run-make-fulldeps/extern-fn-with-packed-struct/Makefile [deleted file]
tests/run-make-fulldeps/extern-fn-with-packed-struct/test.c [deleted file]
tests/run-make-fulldeps/extern-fn-with-packed-struct/test.rs [deleted file]
tests/run-make-fulldeps/extern-fn-with-union/Makefile [deleted file]
tests/run-make-fulldeps/extern-fn-with-union/ctest.c [deleted file]
tests/run-make-fulldeps/extern-fn-with-union/test.rs [deleted file]
tests/run-make-fulldeps/extern-fn-with-union/testcrate.rs [deleted file]
tests/run-make-fulldeps/extern-multiple-copies/Makefile [deleted file]
tests/run-make-fulldeps/extern-multiple-copies/bar.rs [deleted file]
tests/run-make-fulldeps/extern-multiple-copies/foo1.rs [deleted file]
tests/run-make-fulldeps/extern-multiple-copies/foo2.rs [deleted file]
tests/run-make-fulldeps/extern-multiple-copies2/Makefile [deleted file]
tests/run-make-fulldeps/extern-multiple-copies2/bar.rs [deleted file]
tests/run-make-fulldeps/extern-multiple-copies2/foo1.rs [deleted file]
tests/run-make-fulldeps/extern-multiple-copies2/foo2.rs [deleted file]
tests/run-make-fulldeps/extern-overrides-distribution/Makefile [deleted file]
tests/run-make-fulldeps/extern-overrides-distribution/libc.rs [deleted file]
tests/run-make-fulldeps/extern-overrides-distribution/main.rs [deleted file]
tests/run-make-fulldeps/extra-filename-with-temp-outputs/Makefile [deleted file]
tests/run-make-fulldeps/extra-filename-with-temp-outputs/foo.rs [deleted file]
tests/run-make-fulldeps/foreign-double-unwind/Makefile [deleted file]
tests/run-make-fulldeps/foreign-double-unwind/foo.cpp [deleted file]
tests/run-make-fulldeps/foreign-double-unwind/foo.rs [deleted file]
tests/run-make-fulldeps/foreign-exceptions/Makefile [deleted file]
tests/run-make-fulldeps/foreign-exceptions/foo.cpp [deleted file]
tests/run-make-fulldeps/foreign-exceptions/foo.rs [deleted file]
tests/run-make-fulldeps/foreign-rust-exceptions/Makefile [deleted file]
tests/run-make-fulldeps/foreign-rust-exceptions/bar.rs [deleted file]
tests/run-make-fulldeps/foreign-rust-exceptions/foo.rs [deleted file]
tests/run-make-fulldeps/fpic/Makefile [deleted file]
tests/run-make-fulldeps/fpic/hello.rs [deleted file]
tests/run-make-fulldeps/glibc-staticlib-args/Makefile [deleted file]
tests/run-make-fulldeps/glibc-staticlib-args/library.rs [deleted file]
tests/run-make-fulldeps/glibc-staticlib-args/program.c [deleted file]
tests/run-make-fulldeps/hir-tree/Makefile [deleted file]
tests/run-make-fulldeps/hir-tree/input.rs [deleted file]
tests/run-make-fulldeps/hotplug_codegen_backend/Makefile
tests/run-make-fulldeps/include_bytes_deps/Makefile [deleted file]
tests/run-make-fulldeps/include_bytes_deps/input.bin [deleted file]
tests/run-make-fulldeps/include_bytes_deps/input.md [deleted file]
tests/run-make-fulldeps/include_bytes_deps/input.txt [deleted file]
tests/run-make-fulldeps/include_bytes_deps/main.rs [deleted file]
tests/run-make-fulldeps/incr-add-rust-src-component/Makefile [deleted file]
tests/run-make-fulldeps/incr-add-rust-src-component/main.rs [deleted file]
tests/run-make-fulldeps/inline-always-many-cgu/Makefile [deleted file]
tests/run-make-fulldeps/inline-always-many-cgu/foo.rs [deleted file]
tests/run-make-fulldeps/interdependent-c-libraries/Makefile [deleted file]
tests/run-make-fulldeps/interdependent-c-libraries/bar.c [deleted file]
tests/run-make-fulldeps/interdependent-c-libraries/bar.rs [deleted file]
tests/run-make-fulldeps/interdependent-c-libraries/foo.c [deleted file]
tests/run-make-fulldeps/interdependent-c-libraries/foo.rs [deleted file]
tests/run-make-fulldeps/interdependent-c-libraries/main.rs [deleted file]
tests/run-make-fulldeps/intrinsic-unreachable/Makefile [deleted file]
tests/run-make-fulldeps/intrinsic-unreachable/exit-ret.rs [deleted file]
tests/run-make-fulldeps/intrinsic-unreachable/exit-unreachable.rs [deleted file]
tests/run-make-fulldeps/invalid-library/Makefile [deleted file]
tests/run-make-fulldeps/invalid-library/foo.rs [deleted file]
tests/run-make-fulldeps/invalid-staticlib/Makefile [deleted file]
tests/run-make-fulldeps/issue-11908/Makefile [deleted file]
tests/run-make-fulldeps/issue-11908/bar.rs [deleted file]
tests/run-make-fulldeps/issue-11908/foo.rs [deleted file]
tests/run-make-fulldeps/issue-14500/Makefile [deleted file]
tests/run-make-fulldeps/issue-14500/bar.rs [deleted file]
tests/run-make-fulldeps/issue-14500/foo.c [deleted file]
tests/run-make-fulldeps/issue-14500/foo.rs [deleted file]
tests/run-make-fulldeps/issue-14698/Makefile [deleted file]
tests/run-make-fulldeps/issue-14698/foo.rs [deleted file]
tests/run-make-fulldeps/issue-15460/Makefile [deleted file]
tests/run-make-fulldeps/issue-15460/bar.rs [deleted file]
tests/run-make-fulldeps/issue-15460/foo.c [deleted file]
tests/run-make-fulldeps/issue-15460/foo.rs [deleted file]
tests/run-make-fulldeps/issue-18943/Makefile [deleted file]
tests/run-make-fulldeps/issue-18943/foo.rs [deleted file]
tests/run-make-fulldeps/issue-19371/Makefile
tests/run-make-fulldeps/issue-20626/Makefile [deleted file]
tests/run-make-fulldeps/issue-20626/foo.rs [deleted file]
tests/run-make-fulldeps/issue-22131/Makefile [deleted file]
tests/run-make-fulldeps/issue-22131/foo.rs [deleted file]
tests/run-make-fulldeps/issue-24445/Makefile [deleted file]
tests/run-make-fulldeps/issue-24445/foo.c [deleted file]
tests/run-make-fulldeps/issue-24445/foo.rs [deleted file]
tests/run-make-fulldeps/issue-25581/Makefile [deleted file]
tests/run-make-fulldeps/issue-25581/test.c [deleted file]
tests/run-make-fulldeps/issue-25581/test.rs [deleted file]
tests/run-make-fulldeps/issue-26006/Makefile [deleted file]
tests/run-make-fulldeps/issue-26006/in/libc/lib.rs [deleted file]
tests/run-make-fulldeps/issue-26006/in/time/lib.rs [deleted file]
tests/run-make-fulldeps/issue-26092/Makefile [deleted file]
tests/run-make-fulldeps/issue-26092/blank.rs [deleted file]
tests/run-make-fulldeps/issue-28595/Makefile [deleted file]
tests/run-make-fulldeps/issue-28595/a.c [deleted file]
tests/run-make-fulldeps/issue-28595/a.rs [deleted file]
tests/run-make-fulldeps/issue-28595/b.c [deleted file]
tests/run-make-fulldeps/issue-28595/b.rs [deleted file]
tests/run-make-fulldeps/issue-28766/Makefile [deleted file]
tests/run-make-fulldeps/issue-28766/foo.rs [deleted file]
tests/run-make-fulldeps/issue-28766/main.rs [deleted file]
tests/run-make-fulldeps/issue-30063/Makefile [deleted file]
tests/run-make-fulldeps/issue-30063/foo.rs [deleted file]
tests/run-make-fulldeps/issue-33329/Makefile [deleted file]
tests/run-make-fulldeps/issue-33329/main.rs [deleted file]
tests/run-make-fulldeps/issue-35164/Makefile [deleted file]
tests/run-make-fulldeps/issue-35164/main.rs [deleted file]
tests/run-make-fulldeps/issue-35164/submodule/mod.rs [deleted file]
tests/run-make-fulldeps/issue-37839/Makefile [deleted file]
tests/run-make-fulldeps/issue-37839/a.rs [deleted file]
tests/run-make-fulldeps/issue-37839/b.rs [deleted file]
tests/run-make-fulldeps/issue-37839/c.rs [deleted file]
tests/run-make-fulldeps/issue-37893/Makefile [deleted file]
tests/run-make-fulldeps/issue-37893/a.rs [deleted file]
tests/run-make-fulldeps/issue-37893/b.rs [deleted file]
tests/run-make-fulldeps/issue-37893/c.rs [deleted file]
tests/run-make-fulldeps/issue-38237/Makefile [deleted file]
tests/run-make-fulldeps/issue-38237/bar.rs [deleted file]
tests/run-make-fulldeps/issue-38237/baz.rs [deleted file]
tests/run-make-fulldeps/issue-38237/foo.rs [deleted file]
tests/run-make-fulldeps/issue-40535/Makefile [deleted file]
tests/run-make-fulldeps/issue-40535/bar.rs [deleted file]
tests/run-make-fulldeps/issue-40535/baz.rs [deleted file]
tests/run-make-fulldeps/issue-40535/foo.rs [deleted file]
tests/run-make-fulldeps/issue-46239/Makefile [deleted file]
tests/run-make-fulldeps/issue-46239/main.rs [deleted file]
tests/run-make-fulldeps/issue-47551/Makefile [deleted file]
tests/run-make-fulldeps/issue-47551/eh_frame-terminator.rs [deleted file]
tests/run-make-fulldeps/issue-51671/Makefile [deleted file]
tests/run-make-fulldeps/issue-51671/app.rs [deleted file]
tests/run-make-fulldeps/issue-53964/Makefile [deleted file]
tests/run-make-fulldeps/issue-53964/app.rs [deleted file]
tests/run-make-fulldeps/issue-53964/panic.rs [deleted file]
tests/run-make-fulldeps/issue-64153/Makefile [deleted file]
tests/run-make-fulldeps/issue-64153/downstream.rs [deleted file]
tests/run-make-fulldeps/issue-64153/upstream.rs [deleted file]
tests/run-make-fulldeps/issue-68794-textrel-on-minimal-lib/Makefile [deleted file]
tests/run-make-fulldeps/issue-68794-textrel-on-minimal-lib/bar.c [deleted file]
tests/run-make-fulldeps/issue-68794-textrel-on-minimal-lib/foo.rs [deleted file]
tests/run-make-fulldeps/issue-69368/Makefile [deleted file]
tests/run-make-fulldeps/issue-69368/a.rs [deleted file]
tests/run-make-fulldeps/issue-69368/b.rs [deleted file]
tests/run-make-fulldeps/issue-69368/c.rs [deleted file]
tests/run-make-fulldeps/issue-7349/Makefile [deleted file]
tests/run-make-fulldeps/issue-7349/foo.rs [deleted file]
tests/run-make-fulldeps/issue-83045/Makefile [deleted file]
tests/run-make-fulldeps/issue-83045/a.rs [deleted file]
tests/run-make-fulldeps/issue-83045/b.rs [deleted file]
tests/run-make-fulldeps/issue-83045/c.rs [deleted file]
tests/run-make-fulldeps/issue-84395-lto-embed-bitcode/Makefile [deleted file]
tests/run-make-fulldeps/issue-84395-lto-embed-bitcode/test.rs [deleted file]
tests/run-make-fulldeps/issue-97463-abi-param-passing/Makefile [deleted file]
tests/run-make-fulldeps/issue-97463-abi-param-passing/bad.c [deleted file]
tests/run-make-fulldeps/issue-97463-abi-param-passing/param_passing.rs [deleted file]
tests/run-make-fulldeps/issue64319/Makefile [deleted file]
tests/run-make-fulldeps/issue64319/bar.rs [deleted file]
tests/run-make-fulldeps/issue64319/foo.rs [deleted file]
tests/run-make-fulldeps/libs-through-symlinks/Makefile [deleted file]
tests/run-make-fulldeps/libs-through-symlinks/bar.rs [deleted file]
tests/run-make-fulldeps/libs-through-symlinks/foo.rs [deleted file]
tests/run-make-fulldeps/libtest-json/Makefile [deleted file]
tests/run-make-fulldeps/libtest-json/f.rs [deleted file]
tests/run-make-fulldeps/libtest-json/output-default.json [deleted file]
tests/run-make-fulldeps/libtest-json/output-stdout-success.json [deleted file]
tests/run-make-fulldeps/libtest-json/validate_json.py [deleted file]
tests/run-make-fulldeps/link-arg/Makefile [deleted file]
tests/run-make-fulldeps/link-arg/empty.rs [deleted file]
tests/run-make-fulldeps/link-args-order/Makefile [deleted file]
tests/run-make-fulldeps/link-args-order/empty.rs [deleted file]
tests/run-make-fulldeps/link-cfg/Makefile [deleted file]
tests/run-make-fulldeps/link-cfg/dep-with-staticlib.rs [deleted file]
tests/run-make-fulldeps/link-cfg/dep.rs [deleted file]
tests/run-make-fulldeps/link-cfg/no-deps.rs [deleted file]
tests/run-make-fulldeps/link-cfg/return1.c [deleted file]
tests/run-make-fulldeps/link-cfg/return2.c [deleted file]
tests/run-make-fulldeps/link-cfg/return3.c [deleted file]
tests/run-make-fulldeps/link-cfg/with-deps.rs [deleted file]
tests/run-make-fulldeps/link-cfg/with-staticlib-deps.rs [deleted file]
tests/run-make-fulldeps/link-dedup/Makefile [deleted file]
tests/run-make-fulldeps/link-dedup/depa.rs [deleted file]
tests/run-make-fulldeps/link-dedup/depb.rs [deleted file]
tests/run-make-fulldeps/link-dedup/depc.rs [deleted file]
tests/run-make-fulldeps/link-dedup/empty.rs [deleted file]
tests/run-make-fulldeps/link-path-order/Makefile [deleted file]
tests/run-make-fulldeps/link-path-order/correct.c [deleted file]
tests/run-make-fulldeps/link-path-order/main.rs [deleted file]
tests/run-make-fulldeps/link-path-order/wrong.c [deleted file]
tests/run-make-fulldeps/linkage-attr-on-static/Makefile [deleted file]
tests/run-make-fulldeps/linkage-attr-on-static/bar.rs [deleted file]
tests/run-make-fulldeps/linkage-attr-on-static/foo.c [deleted file]
tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile [deleted file]
tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/foo.bat [deleted file]
tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/foo.rs [deleted file]
tests/run-make-fulldeps/long-linker-command-lines/Makefile [deleted file]
tests/run-make-fulldeps/long-linker-command-lines/foo.rs [deleted file]
tests/run-make-fulldeps/longjmp-across-rust/Makefile [deleted file]
tests/run-make-fulldeps/longjmp-across-rust/foo.c [deleted file]
tests/run-make-fulldeps/longjmp-across-rust/main.rs [deleted file]
tests/run-make-fulldeps/ls-metadata/Makefile [deleted file]
tests/run-make-fulldeps/ls-metadata/foo.rs [deleted file]
tests/run-make-fulldeps/lto-dylib-dep/Makefile [deleted file]
tests/run-make-fulldeps/lto-dylib-dep/a_dylib.rs [deleted file]
tests/run-make-fulldeps/lto-dylib-dep/main.rs [deleted file]
tests/run-make-fulldeps/lto-empty/Makefile [deleted file]
tests/run-make-fulldeps/lto-empty/lib.rs [deleted file]
tests/run-make-fulldeps/lto-no-link-whole-rlib/Makefile [deleted file]
tests/run-make-fulldeps/lto-no-link-whole-rlib/bar.c [deleted file]
tests/run-make-fulldeps/lto-no-link-whole-rlib/foo.c [deleted file]
tests/run-make-fulldeps/lto-no-link-whole-rlib/lib1.rs [deleted file]
tests/run-make-fulldeps/lto-no-link-whole-rlib/lib2.rs [deleted file]
tests/run-make-fulldeps/lto-no-link-whole-rlib/main.rs [deleted file]
tests/run-make-fulldeps/lto-readonly-lib/Makefile [deleted file]
tests/run-make-fulldeps/lto-readonly-lib/lib.rs [deleted file]
tests/run-make-fulldeps/lto-readonly-lib/main.rs [deleted file]
tests/run-make-fulldeps/lto-smoke-c/Makefile [deleted file]
tests/run-make-fulldeps/lto-smoke-c/bar.c [deleted file]
tests/run-make-fulldeps/lto-smoke-c/foo.rs [deleted file]
tests/run-make-fulldeps/lto-smoke/Makefile [deleted file]
tests/run-make-fulldeps/lto-smoke/lib.rs [deleted file]
tests/run-make-fulldeps/lto-smoke/main.rs [deleted file]
tests/run-make-fulldeps/manual-crate-name/Makefile [deleted file]
tests/run-make-fulldeps/manual-crate-name/bar.rs [deleted file]
tests/run-make-fulldeps/manual-link/Makefile [deleted file]
tests/run-make-fulldeps/manual-link/bar.c [deleted file]
tests/run-make-fulldeps/manual-link/foo.c [deleted file]
tests/run-make-fulldeps/manual-link/foo.rs [deleted file]
tests/run-make-fulldeps/manual-link/main.rs [deleted file]
tests/run-make-fulldeps/many-crates-but-no-match/Makefile [deleted file]
tests/run-make-fulldeps/many-crates-but-no-match/crateA1.rs [deleted file]
tests/run-make-fulldeps/many-crates-but-no-match/crateA2.rs [deleted file]
tests/run-make-fulldeps/many-crates-but-no-match/crateA3.rs [deleted file]
tests/run-make-fulldeps/many-crates-but-no-match/crateB.rs [deleted file]
tests/run-make-fulldeps/many-crates-but-no-match/crateC.rs [deleted file]
tests/run-make-fulldeps/metadata-flag-frobs-symbols/Makefile [deleted file]
tests/run-make-fulldeps/metadata-flag-frobs-symbols/bar.rs [deleted file]
tests/run-make-fulldeps/metadata-flag-frobs-symbols/foo.rs [deleted file]
tests/run-make-fulldeps/min-global-align/Makefile [deleted file]
tests/run-make-fulldeps/min-global-align/min_global_align.rs [deleted file]
tests/run-make-fulldeps/mingw-export-call-convention/Makefile [deleted file]
tests/run-make-fulldeps/mingw-export-call-convention/foo.rs [deleted file]
tests/run-make-fulldeps/mismatching-target-triples/Makefile [deleted file]
tests/run-make-fulldeps/mismatching-target-triples/bar.rs [deleted file]
tests/run-make-fulldeps/mismatching-target-triples/foo.rs [deleted file]
tests/run-make-fulldeps/missing-crate-dependency/Makefile [deleted file]
tests/run-make-fulldeps/missing-crate-dependency/crateA.rs [deleted file]
tests/run-make-fulldeps/missing-crate-dependency/crateB.rs [deleted file]
tests/run-make-fulldeps/missing-crate-dependency/crateC.rs [deleted file]
tests/run-make-fulldeps/mixing-deps/Makefile [deleted file]
tests/run-make-fulldeps/mixing-deps/both.rs [deleted file]
tests/run-make-fulldeps/mixing-deps/dylib.rs [deleted file]
tests/run-make-fulldeps/mixing-deps/prog.rs [deleted file]
tests/run-make-fulldeps/mixing-formats/Makefile [deleted file]
tests/run-make-fulldeps/mixing-formats/bar1.rs [deleted file]
tests/run-make-fulldeps/mixing-formats/bar2.rs [deleted file]
tests/run-make-fulldeps/mixing-formats/baz.rs [deleted file]
tests/run-make-fulldeps/mixing-formats/baz2.rs [deleted file]
tests/run-make-fulldeps/mixing-formats/foo.rs [deleted file]
tests/run-make-fulldeps/mixing-libs/Makefile [deleted file]
tests/run-make-fulldeps/mixing-libs/dylib.rs [deleted file]
tests/run-make-fulldeps/mixing-libs/prog.rs [deleted file]
tests/run-make-fulldeps/mixing-libs/rlib.rs [deleted file]
tests/run-make-fulldeps/msvc-opt-minsize/Makefile [deleted file]
tests/run-make-fulldeps/msvc-opt-minsize/foo.rs [deleted file]
tests/run-make-fulldeps/multiple-emits/Makefile [deleted file]
tests/run-make-fulldeps/multiple-emits/foo.rs [deleted file]
tests/run-make-fulldeps/no-builtins-lto/Makefile [deleted file]
tests/run-make-fulldeps/no-builtins-lto/main.rs [deleted file]
tests/run-make-fulldeps/no-builtins-lto/no_builtins.rs [deleted file]
tests/run-make-fulldeps/no-duplicate-libs/Makefile [deleted file]
tests/run-make-fulldeps/no-duplicate-libs/bar.c [deleted file]
tests/run-make-fulldeps/no-duplicate-libs/foo.c [deleted file]
tests/run-make-fulldeps/no-duplicate-libs/main.rs [deleted file]
tests/run-make-fulldeps/no-intermediate-extras/Makefile [deleted file]
tests/run-make-fulldeps/no-intermediate-extras/foo.rs [deleted file]
tests/run-make-fulldeps/obey-crate-type-flag/Makefile [deleted file]
tests/run-make-fulldeps/obey-crate-type-flag/test.rs [deleted file]
tests/run-make-fulldeps/obtain-borrowck/Makefile
tests/run-make-fulldeps/output-filename-conflicts-with-directory/Makefile [deleted file]
tests/run-make-fulldeps/output-filename-conflicts-with-directory/foo.rs [deleted file]
tests/run-make-fulldeps/output-filename-overwrites-input/Makefile [deleted file]
tests/run-make-fulldeps/output-filename-overwrites-input/bar.rs [deleted file]
tests/run-make-fulldeps/output-filename-overwrites-input/foo.rs [deleted file]
tests/run-make-fulldeps/output-type-permutations/Makefile [deleted file]
tests/run-make-fulldeps/output-type-permutations/foo.rs [deleted file]
tests/run-make-fulldeps/output-with-hyphens/Makefile [deleted file]
tests/run-make-fulldeps/output-with-hyphens/foo-bar.rs [deleted file]
tests/run-make-fulldeps/override-aliased-flags/Makefile [deleted file]
tests/run-make-fulldeps/override-aliased-flags/main.rs [deleted file]
tests/run-make-fulldeps/panic-impl-transitive/Makefile [deleted file]
tests/run-make-fulldeps/panic-impl-transitive/panic-impl-consumer.rs [deleted file]
tests/run-make-fulldeps/panic-impl-transitive/panic-impl-provider.rs [deleted file]
tests/run-make-fulldeps/pass-non-c-like-enum-to-c/Makefile [deleted file]
tests/run-make-fulldeps/pass-non-c-like-enum-to-c/nonclike.rs [deleted file]
tests/run-make-fulldeps/pass-non-c-like-enum-to-c/test.c [deleted file]
tests/run-make-fulldeps/pgo-branch-weights/Makefile [deleted file]
tests/run-make-fulldeps/pgo-branch-weights/filecheck-patterns.txt [deleted file]
tests/run-make-fulldeps/pgo-branch-weights/interesting.rs [deleted file]
tests/run-make-fulldeps/pgo-branch-weights/main.rs [deleted file]
tests/run-make-fulldeps/pgo-branch-weights/opaque.rs [deleted file]
tests/run-make-fulldeps/pgo-gen-lto/Makefile [deleted file]
tests/run-make-fulldeps/pgo-gen-lto/test.rs [deleted file]
tests/run-make-fulldeps/pgo-gen-no-imp-symbols/Makefile [deleted file]
tests/run-make-fulldeps/pgo-gen-no-imp-symbols/test.rs [deleted file]
tests/run-make-fulldeps/pgo-gen/Makefile [deleted file]
tests/run-make-fulldeps/pgo-gen/test.rs [deleted file]
tests/run-make-fulldeps/pgo-indirect-call-promotion/Makefile [deleted file]
tests/run-make-fulldeps/pgo-indirect-call-promotion/filecheck-patterns.txt [deleted file]
tests/run-make-fulldeps/pgo-indirect-call-promotion/interesting.rs [deleted file]
tests/run-make-fulldeps/pgo-indirect-call-promotion/main.rs [deleted file]
tests/run-make-fulldeps/pgo-indirect-call-promotion/opaque.rs [deleted file]
tests/run-make-fulldeps/pgo-use/Makefile [deleted file]
tests/run-make-fulldeps/pgo-use/filecheck-patterns.txt [deleted file]
tests/run-make-fulldeps/pgo-use/main.rs [deleted file]
tests/run-make-fulldeps/pointer-auth-link-with-c/Makefile [deleted file]
tests/run-make-fulldeps/pointer-auth-link-with-c/test.c [deleted file]
tests/run-make-fulldeps/pointer-auth-link-with-c/test.rs [deleted file]
tests/run-make-fulldeps/prefer-dylib/Makefile [deleted file]
tests/run-make-fulldeps/prefer-dylib/bar.rs [deleted file]
tests/run-make-fulldeps/prefer-dylib/foo.rs [deleted file]
tests/run-make-fulldeps/prefer-rlib/Makefile [deleted file]
tests/run-make-fulldeps/prefer-rlib/bar.rs [deleted file]
tests/run-make-fulldeps/prefer-rlib/foo.rs [deleted file]
tests/run-make-fulldeps/pretty-expanded/Makefile
tests/run-make-fulldeps/pretty-print-to-file/Makefile [deleted file]
tests/run-make-fulldeps/pretty-print-to-file/input.pp [deleted file]
tests/run-make-fulldeps/pretty-print-to-file/input.rs [deleted file]
tests/run-make-fulldeps/print-calling-conventions/Makefile [deleted file]
tests/run-make-fulldeps/print-cfg/Makefile [deleted file]
tests/run-make-fulldeps/print-target-list/Makefile [deleted file]
tests/run-make-fulldeps/profile/Makefile [deleted file]
tests/run-make-fulldeps/profile/test.rs [deleted file]
tests/run-make-fulldeps/prune-link-args/Makefile [deleted file]
tests/run-make-fulldeps/prune-link-args/empty.rs [deleted file]
tests/run-make-fulldeps/redundant-libs/Makefile [deleted file]
tests/run-make-fulldeps/redundant-libs/bar.c [deleted file]
tests/run-make-fulldeps/redundant-libs/baz.c [deleted file]
tests/run-make-fulldeps/redundant-libs/foo.c [deleted file]
tests/run-make-fulldeps/redundant-libs/main.rs [deleted file]
tests/run-make-fulldeps/relocation-model/Makefile [deleted file]
tests/run-make-fulldeps/relocation-model/foo.rs [deleted file]
tests/run-make-fulldeps/relro-levels/Makefile [deleted file]
tests/run-make-fulldeps/relro-levels/hello.rs [deleted file]
tests/run-make-fulldeps/remap-path-prefix/Makefile [deleted file]
tests/run-make-fulldeps/remap-path-prefix/auxiliary/lib.rs [deleted file]
tests/run-make-fulldeps/reproducible-build-2/Makefile [deleted file]
tests/run-make-fulldeps/reproducible-build-2/linker.rs [deleted file]
tests/run-make-fulldeps/reproducible-build-2/reproducible-build-aux.rs [deleted file]
tests/run-make-fulldeps/reproducible-build-2/reproducible-build.rs [deleted file]
tests/run-make-fulldeps/reproducible-build/Makefile [deleted file]
tests/run-make-fulldeps/reproducible-build/linker.rs [deleted file]
tests/run-make-fulldeps/reproducible-build/reproducible-build-aux.rs [deleted file]
tests/run-make-fulldeps/reproducible-build/reproducible-build.rs [deleted file]
tests/run-make-fulldeps/resolve-rename/Makefile [deleted file]
tests/run-make-fulldeps/resolve-rename/bar.rs [deleted file]
tests/run-make-fulldeps/resolve-rename/baz.rs [deleted file]
tests/run-make-fulldeps/resolve-rename/foo.rs [deleted file]
tests/run-make-fulldeps/return-non-c-like-enum-from-c/Makefile [deleted file]
tests/run-make-fulldeps/return-non-c-like-enum-from-c/nonclike.rs [deleted file]
tests/run-make-fulldeps/return-non-c-like-enum-from-c/test.c [deleted file]
tests/run-make-fulldeps/return-non-c-like-enum/Makefile [deleted file]
tests/run-make-fulldeps/return-non-c-like-enum/nonclike.rs [deleted file]
tests/run-make-fulldeps/return-non-c-like-enum/test.c [deleted file]
tests/run-make-fulldeps/rlib-chain/Makefile [deleted file]
tests/run-make-fulldeps/rlib-chain/m1.rs [deleted file]
tests/run-make-fulldeps/rlib-chain/m2.rs [deleted file]
tests/run-make-fulldeps/rlib-chain/m3.rs [deleted file]
tests/run-make-fulldeps/rlib-chain/m4.rs [deleted file]
tests/run-make-fulldeps/rustdoc-determinism/Makefile [deleted file]
tests/run-make-fulldeps/rustdoc-determinism/bar.rs [deleted file]
tests/run-make-fulldeps/rustdoc-determinism/foo.rs [deleted file]
tests/run-make-fulldeps/rustdoc-error-lines/Makefile [deleted file]
tests/run-make-fulldeps/rustdoc-error-lines/input.rs [deleted file]
tests/run-make-fulldeps/rustdoc-io-error/Makefile [deleted file]
tests/run-make-fulldeps/rustdoc-io-error/foo.rs [deleted file]
tests/run-make-fulldeps/rustdoc-map-file/Makefile [deleted file]
tests/run-make-fulldeps/rustdoc-map-file/expected.json [deleted file]
tests/run-make-fulldeps/rustdoc-map-file/foo.rs [deleted file]
tests/run-make-fulldeps/rustdoc-map-file/validate_json.py [deleted file]
tests/run-make-fulldeps/rustdoc-output-path/Makefile [deleted file]
tests/run-make-fulldeps/rustdoc-output-path/foo.rs [deleted file]
tests/run-make-fulldeps/rustdoc-scrape-examples-macros/Makefile [deleted file]
tests/run-make-fulldeps/rustdoc-scrape-examples-macros/examples/ex.rs [deleted file]
tests/run-make-fulldeps/rustdoc-scrape-examples-macros/src/lib.rs [deleted file]
tests/run-make-fulldeps/rustdoc-scrape-examples-macros/src/proc.rs [deleted file]
tests/run-make-fulldeps/rustdoc-target-spec-json-path/Makefile [deleted file]
tests/run-make-fulldeps/rustdoc-target-spec-json-path/dummy_core.rs [deleted file]
tests/run-make-fulldeps/rustdoc-target-spec-json-path/my_crate.rs [deleted file]
tests/run-make-fulldeps/rustdoc-target-spec-json-path/target.json [deleted file]
tests/run-make-fulldeps/rustdoc-themes/Makefile [deleted file]
tests/run-make-fulldeps/rustdoc-themes/foo.rs [deleted file]
tests/run-make-fulldeps/sanitizer-cdylib-link/Makefile [deleted file]
tests/run-make-fulldeps/sanitizer-cdylib-link/library.rs [deleted file]
tests/run-make-fulldeps/sanitizer-cdylib-link/program.rs [deleted file]
tests/run-make-fulldeps/sanitizer-dylib-link/Makefile [deleted file]
tests/run-make-fulldeps/sanitizer-dylib-link/library.rs [deleted file]
tests/run-make-fulldeps/sanitizer-dylib-link/program.rs [deleted file]
tests/run-make-fulldeps/sanitizer-staticlib-link/Makefile [deleted file]
tests/run-make-fulldeps/sanitizer-staticlib-link/library.rs [deleted file]
tests/run-make-fulldeps/sanitizer-staticlib-link/program.c [deleted file]
tests/run-make-fulldeps/sanitizer-staticlib-link/program.rs [deleted file]
tests/run-make-fulldeps/separate-link-fail/Makefile [deleted file]
tests/run-make-fulldeps/separate-link/Makefile [deleted file]
tests/run-make-fulldeps/sepcomp-cci-copies/Makefile [deleted file]
tests/run-make-fulldeps/sepcomp-cci-copies/cci_lib.rs [deleted file]
tests/run-make-fulldeps/sepcomp-cci-copies/foo.rs [deleted file]
tests/run-make-fulldeps/sepcomp-inlining/Makefile [deleted file]
tests/run-make-fulldeps/sepcomp-inlining/foo.rs [deleted file]
tests/run-make-fulldeps/sepcomp-separate/Makefile [deleted file]
tests/run-make-fulldeps/sepcomp-separate/foo.rs [deleted file]
tests/run-make-fulldeps/share-generics-dylib/Makefile [deleted file]
tests/run-make-fulldeps/share-generics-dylib/instance_provider_a.rs [deleted file]
tests/run-make-fulldeps/share-generics-dylib/instance_provider_b.rs [deleted file]
tests/run-make-fulldeps/share-generics-dylib/instance_user_a_rlib.rs [deleted file]
tests/run-make-fulldeps/share-generics-dylib/instance_user_b_rlib.rs [deleted file]
tests/run-make-fulldeps/share-generics-dylib/instance_user_dylib.rs [deleted file]
tests/run-make-fulldeps/share-generics-dylib/linked_leaf.rs [deleted file]
tests/run-make-fulldeps/simd-ffi/Makefile [deleted file]
tests/run-make-fulldeps/simd-ffi/simd.rs [deleted file]
tests/run-make-fulldeps/simple-dylib/Makefile [deleted file]
tests/run-make-fulldeps/simple-dylib/bar.rs [deleted file]
tests/run-make-fulldeps/simple-dylib/foo.rs [deleted file]
tests/run-make-fulldeps/simple-rlib/Makefile [deleted file]
tests/run-make-fulldeps/simple-rlib/bar.rs [deleted file]
tests/run-make-fulldeps/simple-rlib/foo.rs [deleted file]
tests/run-make-fulldeps/split-debuginfo/Makefile [deleted file]
tests/run-make-fulldeps/split-debuginfo/bar.rs [deleted file]
tests/run-make-fulldeps/split-debuginfo/baz.rs [deleted file]
tests/run-make-fulldeps/split-debuginfo/foo.rs [deleted file]
tests/run-make-fulldeps/split-debuginfo/main.rs [deleted file]
tests/run-make-fulldeps/stable-symbol-names/Makefile [deleted file]
tests/run-make-fulldeps/stable-symbol-names/stable-symbol-names1.rs [deleted file]
tests/run-make-fulldeps/stable-symbol-names/stable-symbol-names2.rs [deleted file]
tests/run-make-fulldeps/static-dylib-by-default/Makefile [deleted file]
tests/run-make-fulldeps/static-dylib-by-default/bar.rs [deleted file]
tests/run-make-fulldeps/static-dylib-by-default/foo.rs [deleted file]
tests/run-make-fulldeps/static-dylib-by-default/main.c [deleted file]
tests/run-make-fulldeps/static-extern-type/Makefile [deleted file]
tests/run-make-fulldeps/static-extern-type/define-foo.c [deleted file]
tests/run-make-fulldeps/static-extern-type/use-foo.rs [deleted file]
tests/run-make-fulldeps/static-unwinding/Makefile [deleted file]
tests/run-make-fulldeps/static-unwinding/lib.rs [deleted file]
tests/run-make-fulldeps/static-unwinding/main.rs [deleted file]
tests/run-make-fulldeps/staticlib-blank-lib/Makefile [deleted file]
tests/run-make-fulldeps/staticlib-blank-lib/foo.rs [deleted file]
tests/run-make-fulldeps/std-core-cycle/Makefile [deleted file]
tests/run-make-fulldeps/std-core-cycle/bar.rs [deleted file]
tests/run-make-fulldeps/std-core-cycle/foo.rs [deleted file]
tests/run-make-fulldeps/stdin-non-utf8/Makefile [deleted file]
tests/run-make-fulldeps/stdin-non-utf8/non-utf8 [deleted file]
tests/run-make-fulldeps/suspicious-library/Makefile [deleted file]
tests/run-make-fulldeps/suspicious-library/bar.rs [deleted file]
tests/run-make-fulldeps/suspicious-library/foo.rs [deleted file]
tests/run-make-fulldeps/symbol-visibility/Makefile [deleted file]
tests/run-make-fulldeps/symbol-visibility/a_cdylib.rs [deleted file]
tests/run-make-fulldeps/symbol-visibility/a_proc_macro.rs [deleted file]
tests/run-make-fulldeps/symbol-visibility/a_rust_dylib.rs [deleted file]
tests/run-make-fulldeps/symbol-visibility/an_executable.rs [deleted file]
tests/run-make-fulldeps/symbol-visibility/an_rlib.rs [deleted file]
tests/run-make-fulldeps/symbols-include-type-name/Makefile [deleted file]
tests/run-make-fulldeps/symbols-include-type-name/lib.rs [deleted file]
tests/run-make-fulldeps/symlinked-extern/Makefile [deleted file]
tests/run-make-fulldeps/symlinked-extern/bar.rs [deleted file]
tests/run-make-fulldeps/symlinked-extern/baz.rs [deleted file]
tests/run-make-fulldeps/symlinked-extern/foo.rs [deleted file]
tests/run-make-fulldeps/symlinked-libraries/Makefile [deleted file]
tests/run-make-fulldeps/symlinked-libraries/bar.rs [deleted file]
tests/run-make-fulldeps/symlinked-libraries/foo.rs [deleted file]
tests/run-make-fulldeps/symlinked-rlib/Makefile [deleted file]
tests/run-make-fulldeps/symlinked-rlib/bar.rs [deleted file]
tests/run-make-fulldeps/symlinked-rlib/foo.rs [deleted file]
tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile [deleted file]
tests/run-make-fulldeps/sysroot-crates-are-unstable/test.py [deleted file]
tests/run-make-fulldeps/target-cpu-native/Makefile [deleted file]
tests/run-make-fulldeps/target-cpu-native/foo.rs [deleted file]
tests/run-make-fulldeps/target-specs/Makefile [deleted file]
tests/run-make-fulldeps/target-specs/definitely-not-builtin-target.json [deleted file]
tests/run-make-fulldeps/target-specs/foo.rs [deleted file]
tests/run-make-fulldeps/target-specs/mismatching-data-layout.json [deleted file]
tests/run-make-fulldeps/target-specs/my-awesome-platform.json [deleted file]
tests/run-make-fulldeps/target-specs/my-incomplete-platform.json [deleted file]
tests/run-make-fulldeps/target-specs/my-invalid-platform.json [deleted file]
tests/run-make-fulldeps/target-specs/my-x86_64-unknown-linux-gnu-platform.json [deleted file]
tests/run-make-fulldeps/target-without-atomic-cas/Makefile [deleted file]
tests/run-make-fulldeps/test-harness/Makefile [deleted file]
tests/run-make-fulldeps/test-harness/test-ignore-cfg.rs [deleted file]
tests/run-make-fulldeps/tools.mk [deleted file]
tests/run-make-fulldeps/type-mismatch-same-crate-name/Makefile [deleted file]
tests/run-make-fulldeps/type-mismatch-same-crate-name/crateA.rs [deleted file]
tests/run-make-fulldeps/type-mismatch-same-crate-name/crateB.rs [deleted file]
tests/run-make-fulldeps/type-mismatch-same-crate-name/crateC.rs [deleted file]
tests/run-make-fulldeps/use-extern-for-plugins/Makefile [deleted file]
tests/run-make-fulldeps/use-extern-for-plugins/bar.rs [deleted file]
tests/run-make-fulldeps/use-extern-for-plugins/baz.rs [deleted file]
tests/run-make-fulldeps/use-extern-for-plugins/foo.rs [deleted file]
tests/run-make-fulldeps/use-suggestions-rust-2018/Makefile [deleted file]
tests/run-make-fulldeps/use-suggestions-rust-2018/ep-nested-lib.rs [deleted file]
tests/run-make-fulldeps/use-suggestions-rust-2018/use-suggestions.rs [deleted file]
tests/run-make-fulldeps/used-cdylib-macos/Makefile [deleted file]
tests/run-make-fulldeps/used-cdylib-macos/dylib_used.rs [deleted file]
tests/run-make-fulldeps/used/Makefile [deleted file]
tests/run-make-fulldeps/used/used.rs [deleted file]
tests/run-make-fulldeps/version/Makefile [deleted file]
tests/run-make-fulldeps/volatile-intrinsics/Makefile [deleted file]
tests/run-make-fulldeps/volatile-intrinsics/main.rs [deleted file]
tests/run-make-fulldeps/weird-output-filenames/Makefile [deleted file]
tests/run-make-fulldeps/weird-output-filenames/foo.rs [deleted file]
tests/run-make-fulldeps/windows-binary-no-external-deps/Makefile [deleted file]
tests/run-make-fulldeps/windows-binary-no-external-deps/hello.rs [deleted file]
tests/run-make-fulldeps/windows-spawn/Makefile [deleted file]
tests/run-make-fulldeps/windows-spawn/hello.rs [deleted file]
tests/run-make-fulldeps/windows-spawn/spawn.rs [deleted file]
tests/run-make-fulldeps/windows-subsystem/Makefile [deleted file]
tests/run-make-fulldeps/windows-subsystem/console.rs [deleted file]
tests/run-make-fulldeps/windows-subsystem/windows.rs [deleted file]
tests/run-make/a-b-a-linker-guard/Makefile [new file with mode: 0644]
tests/run-make/a-b-a-linker-guard/a.rs [new file with mode: 0644]
tests/run-make/a-b-a-linker-guard/b.rs [new file with mode: 0644]
tests/run-make/alloc-no-oom-handling/Makefile [new file with mode: 0644]
tests/run-make/alloc-no-rc/Makefile [new file with mode: 0644]
tests/run-make/alloc-no-sync/Makefile [new file with mode: 0644]
tests/run-make/allow-non-lint-warnings-cmdline/Makefile [new file with mode: 0644]
tests/run-make/allow-non-lint-warnings-cmdline/foo.rs [new file with mode: 0644]
tests/run-make/allow-warnings-cmdline-stability/Makefile [new file with mode: 0644]
tests/run-make/allow-warnings-cmdline-stability/bar.rs [new file with mode: 0644]
tests/run-make/allow-warnings-cmdline-stability/foo.rs [new file with mode: 0644]
tests/run-make/archive-duplicate-names/Makefile [new file with mode: 0644]
tests/run-make/archive-duplicate-names/bar.c [new file with mode: 0644]
tests/run-make/archive-duplicate-names/bar.rs [new file with mode: 0644]
tests/run-make/archive-duplicate-names/foo.c [new file with mode: 0644]
tests/run-make/archive-duplicate-names/foo.rs [new file with mode: 0644]
tests/run-make/arguments-non-c-like-enum/Makefile [new file with mode: 0644]
tests/run-make/arguments-non-c-like-enum/nonclike.rs [new file with mode: 0644]
tests/run-make/arguments-non-c-like-enum/test.c [new file with mode: 0644]
tests/run-make/atomic-lock-free/Makefile [new file with mode: 0644]
tests/run-make/atomic-lock-free/atomic_lock_free.rs [new file with mode: 0644]
tests/run-make/bare-outfile/Makefile [new file with mode: 0644]
tests/run-make/bare-outfile/foo.rs [new file with mode: 0644]
tests/run-make/c-dynamic-dylib/Makefile [new file with mode: 0644]
tests/run-make/c-dynamic-dylib/bar.rs [new file with mode: 0644]
tests/run-make/c-dynamic-dylib/cfoo.c [new file with mode: 0644]
tests/run-make/c-dynamic-dylib/foo.rs [new file with mode: 0644]
tests/run-make/c-dynamic-rlib/Makefile [new file with mode: 0644]
tests/run-make/c-dynamic-rlib/bar.rs [new file with mode: 0644]
tests/run-make/c-dynamic-rlib/cfoo.c [new file with mode: 0644]
tests/run-make/c-dynamic-rlib/foo.rs [new file with mode: 0644]
tests/run-make/c-link-to-rust-dylib/Makefile [new file with mode: 0644]
tests/run-make/c-link-to-rust-dylib/bar.c [new file with mode: 0644]
tests/run-make/c-link-to-rust-dylib/foo.rs [new file with mode: 0644]
tests/run-make/c-link-to-rust-staticlib/Makefile [new file with mode: 0644]
tests/run-make/c-link-to-rust-staticlib/bar.c [new file with mode: 0644]
tests/run-make/c-link-to-rust-staticlib/foo.rs [new file with mode: 0644]
tests/run-make/c-link-to-rust-va-list-fn/Makefile [new file with mode: 0644]
tests/run-make/c-link-to-rust-va-list-fn/checkrust.rs [new file with mode: 0644]
tests/run-make/c-link-to-rust-va-list-fn/test.c [new file with mode: 0644]
tests/run-make/c-static-dylib/Makefile [new file with mode: 0644]
tests/run-make/c-static-dylib/bar.rs [new file with mode: 0644]
tests/run-make/c-static-dylib/cfoo.c [new file with mode: 0644]
tests/run-make/c-static-dylib/foo.rs [new file with mode: 0644]
tests/run-make/c-static-rlib/Makefile [new file with mode: 0644]
tests/run-make/c-static-rlib/bar.rs [new file with mode: 0644]
tests/run-make/c-static-rlib/cfoo.c [new file with mode: 0644]
tests/run-make/c-static-rlib/foo.rs [new file with mode: 0644]
tests/run-make/c-unwind-abi-catch-lib-panic/Makefile [new file with mode: 0644]
tests/run-make/c-unwind-abi-catch-lib-panic/add.c [new file with mode: 0644]
tests/run-make/c-unwind-abi-catch-lib-panic/main.rs [new file with mode: 0644]
tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs [new file with mode: 0644]
tests/run-make/c-unwind-abi-catch-panic/Makefile [new file with mode: 0644]
tests/run-make/c-unwind-abi-catch-panic/add.c [new file with mode: 0644]
tests/run-make/c-unwind-abi-catch-panic/main.rs [new file with mode: 0644]
tests/run-make/cat-and-grep-sanity-check/Makefile [new file with mode: 0644]
tests/run-make/cdylib-dylib-linkage/Makefile [new file with mode: 0644]
tests/run-make/cdylib-dylib-linkage/bar.rs [new file with mode: 0644]
tests/run-make/cdylib-dylib-linkage/foo.c [new file with mode: 0644]
tests/run-make/cdylib-dylib-linkage/foo.rs [new file with mode: 0644]
tests/run-make/cdylib-fewer-symbols/Makefile [new file with mode: 0644]
tests/run-make/cdylib-fewer-symbols/foo.rs [new file with mode: 0644]
tests/run-make/cdylib/Makefile [new file with mode: 0644]
tests/run-make/cdylib/bar.rs [new file with mode: 0644]
tests/run-make/cdylib/foo.c [new file with mode: 0644]
tests/run-make/cdylib/foo.rs [new file with mode: 0644]
tests/run-make/codegen-options-parsing/Makefile [new file with mode: 0644]
tests/run-make/codegen-options-parsing/dummy.rs [new file with mode: 0644]
tests/run-make/compile-stdin/Makefile [new file with mode: 0644]
tests/run-make/compiler-lookup-paths-2/Makefile [new file with mode: 0644]
tests/run-make/compiler-lookup-paths-2/a.rs [new file with mode: 0644]
tests/run-make/compiler-lookup-paths-2/b.rs [new file with mode: 0644]
tests/run-make/compiler-lookup-paths-2/c.rs [new file with mode: 0644]
tests/run-make/compiler-lookup-paths/Makefile [new file with mode: 0644]
tests/run-make/compiler-lookup-paths/a.rs [new file with mode: 0644]
tests/run-make/compiler-lookup-paths/b.rs [new file with mode: 0644]
tests/run-make/compiler-lookup-paths/c.rs [new file with mode: 0644]
tests/run-make/compiler-lookup-paths/d.rs [new file with mode: 0644]
tests/run-make/compiler-lookup-paths/e.rs [new file with mode: 0644]
tests/run-make/compiler-lookup-paths/e2.rs [new file with mode: 0644]
tests/run-make/compiler-lookup-paths/f.rs [new file with mode: 0644]
tests/run-make/compiler-lookup-paths/native.c [new file with mode: 0644]
tests/run-make/compiler-rt-works-on-mingw/Makefile [new file with mode: 0644]
tests/run-make/compiler-rt-works-on-mingw/foo.cpp [new file with mode: 0644]
tests/run-make/compiler-rt-works-on-mingw/foo.rs [new file with mode: 0644]
tests/run-make/const_fn_mir/Makefile
tests/run-make/const_fn_mir/dump.mir
tests/run-make/core-no-fp-fmt-parse/Makefile [new file with mode: 0644]
tests/run-make/coverage-reports/expected_show_coverage.abort.txt
tests/run-make/coverage-reports/expected_show_coverage.closure.txt
tests/run-make/coverage-reports/expected_show_coverage.continue.txt
tests/run-make/coverage/abort.rs
tests/run-make/coverage/coverage_tools.mk
tests/run-make/crate-data-smoke/Makefile [new file with mode: 0644]
tests/run-make/crate-data-smoke/crate.rs [new file with mode: 0644]
tests/run-make/crate-data-smoke/lib.rs [new file with mode: 0644]
tests/run-make/crate-data-smoke/rlib.rs [new file with mode: 0644]
tests/run-make/crate-hash-rustc-version/Makefile [new file with mode: 0644]
tests/run-make/crate-hash-rustc-version/a.rs [new file with mode: 0644]
tests/run-make/crate-hash-rustc-version/b.rs [new file with mode: 0644]
tests/run-make/crate-name-priority/Makefile [new file with mode: 0644]
tests/run-make/crate-name-priority/foo.rs [new file with mode: 0644]
tests/run-make/crate-name-priority/foo1.rs [new file with mode: 0644]
tests/run-make/cross-lang-lto-clang/Makefile [new file with mode: 0644]
tests/run-make/cross-lang-lto-clang/clib.c [new file with mode: 0644]
tests/run-make/cross-lang-lto-clang/cmain.c [new file with mode: 0644]
tests/run-make/cross-lang-lto-clang/main.rs [new file with mode: 0644]
tests/run-make/cross-lang-lto-clang/rustlib.rs [new file with mode: 0644]
tests/run-make/cross-lang-lto-pgo-smoketest/Makefile [new file with mode: 0644]
tests/run-make/cross-lang-lto-pgo-smoketest/clib.c [new file with mode: 0644]
tests/run-make/cross-lang-lto-pgo-smoketest/cmain.c [new file with mode: 0644]
tests/run-make/cross-lang-lto-pgo-smoketest/main.rs [new file with mode: 0644]
tests/run-make/cross-lang-lto-pgo-smoketest/rustlib.rs [new file with mode: 0644]
tests/run-make/cross-lang-lto-upstream-rlibs/Makefile [new file with mode: 0644]
tests/run-make/cross-lang-lto-upstream-rlibs/staticlib.rs [new file with mode: 0644]
tests/run-make/cross-lang-lto-upstream-rlibs/upstream.rs [new file with mode: 0644]
tests/run-make/cross-lang-lto/Makefile [new file with mode: 0644]
tests/run-make/cross-lang-lto/lib.rs [new file with mode: 0644]
tests/run-make/cross-lang-lto/main.rs [new file with mode: 0644]
tests/run-make/debug-assertions/Makefile [new file with mode: 0644]
tests/run-make/debug-assertions/debug.rs [new file with mode: 0644]
tests/run-make/dep-graph/Makefile
tests/run-make/dep-info-doesnt-run-much/Makefile [new file with mode: 0644]
tests/run-make/dep-info-doesnt-run-much/foo.rs [new file with mode: 0644]
tests/run-make/dep-info-spaces/Makefile [new file with mode: 0644]
tests/run-make/dep-info-spaces/Makefile.foo [new file with mode: 0644]
tests/run-make/dep-info-spaces/bar.rs [new file with mode: 0644]
tests/run-make/dep-info-spaces/foo foo.rs [new file with mode: 0644]
tests/run-make/dep-info-spaces/lib.rs [new file with mode: 0644]
tests/run-make/dep-info/Makefile [new file with mode: 0644]
tests/run-make/dep-info/Makefile.foo [new file with mode: 0644]
tests/run-make/dep-info/bar.rs [new file with mode: 0644]
tests/run-make/dep-info/foo.rs [new file with mode: 0644]
tests/run-make/dep-info/lib.rs [new file with mode: 0644]
tests/run-make/dep-info/lib2.rs [new file with mode: 0644]
tests/run-make/doctests-keep-binaries/Makefile [new file with mode: 0644]
tests/run-make/doctests-keep-binaries/t.rs [new file with mode: 0644]
tests/run-make/dump-mono-stats/Makefile
tests/run-make/duplicate-output-flavors/Makefile [new file with mode: 0644]
tests/run-make/duplicate-output-flavors/foo.rs [new file with mode: 0644]
tests/run-make/dylib-chain/Makefile [new file with mode: 0644]
tests/run-make/dylib-chain/m1.rs [new file with mode: 0644]
tests/run-make/dylib-chain/m2.rs [new file with mode: 0644]
tests/run-make/dylib-chain/m3.rs [new file with mode: 0644]
tests/run-make/dylib-chain/m4.rs [new file with mode: 0644]
tests/run-make/emit-named-files/Makefile
tests/run-make/emit-path-unhashed/Makefile
tests/run-make/emit-shared-files/Makefile
tests/run-make/emit-stack-sizes/Makefile [new file with mode: 0644]
tests/run-make/emit-stack-sizes/foo.rs [new file with mode: 0644]
tests/run-make/emit/Makefile [new file with mode: 0644]
tests/run-make/emit/test-24876.rs [new file with mode: 0644]
tests/run-make/emit/test-26235.rs [new file with mode: 0644]
tests/run-make/env-dep-info/Makefile
tests/run-make/error-found-staticlib-instead-crate/Makefile [new file with mode: 0644]
tests/run-make/error-found-staticlib-instead-crate/bar.rs [new file with mode: 0644]
tests/run-make/error-found-staticlib-instead-crate/foo.rs [new file with mode: 0644]
tests/run-make/error-writing-dependencies/Makefile [new file with mode: 0644]
tests/run-make/error-writing-dependencies/foo.rs [new file with mode: 0644]
tests/run-make/exit-code/Makefile [new file with mode: 0644]
tests/run-make/exit-code/compile-error.rs [new file with mode: 0644]
tests/run-make/exit-code/lint-failure.rs [new file with mode: 0644]
tests/run-make/exit-code/success.rs [new file with mode: 0644]
tests/run-make/export-executable-symbols/Makefile
tests/run-make/extern-diff-internal-name/Makefile [new file with mode: 0644]
tests/run-make/extern-diff-internal-name/lib.rs [new file with mode: 0644]
tests/run-make/extern-diff-internal-name/test.rs [new file with mode: 0644]
tests/run-make/extern-flag-disambiguates/Makefile [new file with mode: 0644]
tests/run-make/extern-flag-disambiguates/a.rs [new file with mode: 0644]
tests/run-make/extern-flag-disambiguates/b.rs [new file with mode: 0644]
tests/run-make/extern-flag-disambiguates/c.rs [new file with mode: 0644]
tests/run-make/extern-flag-disambiguates/d.rs [new file with mode: 0644]
tests/run-make/extern-flag-fun/Makefile [new file with mode: 0644]
tests/run-make/extern-flag-fun/bar-alt.rs [new file with mode: 0644]
tests/run-make/extern-flag-fun/bar.rs [new file with mode: 0644]
tests/run-make/extern-flag-fun/foo.rs [new file with mode: 0644]
tests/run-make/extern-flag-fun/gated_unstable.rs [new file with mode: 0644]
tests/run-make/extern-flag-fun/rustc.rs [new file with mode: 0644]
tests/run-make/extern-flag-pathless/Makefile [new file with mode: 0644]
tests/run-make/extern-flag-pathless/bar-dynamic.rs [new file with mode: 0644]
tests/run-make/extern-flag-pathless/bar-static.rs [new file with mode: 0644]
tests/run-make/extern-flag-pathless/foo.rs [new file with mode: 0644]
tests/run-make/extern-flag-rename-transitive/Makefile [new file with mode: 0644]
tests/run-make/extern-flag-rename-transitive/bar.rs [new file with mode: 0644]
tests/run-make/extern-flag-rename-transitive/baz.rs [new file with mode: 0644]
tests/run-make/extern-flag-rename-transitive/foo.rs [new file with mode: 0644]
tests/run-make/extern-fn-generic/Makefile [new file with mode: 0644]
tests/run-make/extern-fn-generic/test.c [new file with mode: 0644]
tests/run-make/extern-fn-generic/test.rs [new file with mode: 0644]
tests/run-make/extern-fn-generic/testcrate.rs [new file with mode: 0644]
tests/run-make/extern-fn-mangle/Makefile [new file with mode: 0644]
tests/run-make/extern-fn-mangle/test.c [new file with mode: 0644]
tests/run-make/extern-fn-mangle/test.rs [new file with mode: 0644]
tests/run-make/extern-fn-reachable/Makefile [new file with mode: 0644]
tests/run-make/extern-fn-reachable/dylib.rs [new file with mode: 0644]
tests/run-make/extern-fn-struct-passing-abi/Makefile [new file with mode: 0644]
tests/run-make/extern-fn-struct-passing-abi/test.c [new file with mode: 0644]
tests/run-make/extern-fn-struct-passing-abi/test.rs [new file with mode: 0644]
tests/run-make/extern-fn-with-extern-types/Makefile [new file with mode: 0644]
tests/run-make/extern-fn-with-extern-types/ctest.c [new file with mode: 0644]
tests/run-make/extern-fn-with-extern-types/test.rs [new file with mode: 0644]
tests/run-make/extern-fn-with-packed-struct/Makefile [new file with mode: 0644]
tests/run-make/extern-fn-with-packed-struct/test.c [new file with mode: 0644]
tests/run-make/extern-fn-with-packed-struct/test.rs [new file with mode: 0644]
tests/run-make/extern-fn-with-union/Makefile [new file with mode: 0644]
tests/run-make/extern-fn-with-union/ctest.c [new file with mode: 0644]
tests/run-make/extern-fn-with-union/test.rs [new file with mode: 0644]
tests/run-make/extern-fn-with-union/testcrate.rs [new file with mode: 0644]
tests/run-make/extern-multiple-copies/Makefile [new file with mode: 0644]
tests/run-make/extern-multiple-copies/bar.rs [new file with mode: 0644]
tests/run-make/extern-multiple-copies/foo1.rs [new file with mode: 0644]
tests/run-make/extern-multiple-copies/foo2.rs [new file with mode: 0644]
tests/run-make/extern-multiple-copies2/Makefile [new file with mode: 0644]
tests/run-make/extern-multiple-copies2/bar.rs [new file with mode: 0644]
tests/run-make/extern-multiple-copies2/foo1.rs [new file with mode: 0644]
tests/run-make/extern-multiple-copies2/foo2.rs [new file with mode: 0644]
tests/run-make/extern-overrides-distribution/Makefile [new file with mode: 0644]
tests/run-make/extern-overrides-distribution/libc.rs [new file with mode: 0644]
tests/run-make/extern-overrides-distribution/main.rs [new file with mode: 0644]
tests/run-make/extra-filename-with-temp-outputs/Makefile [new file with mode: 0644]
tests/run-make/extra-filename-with-temp-outputs/foo.rs [new file with mode: 0644]
tests/run-make/fmt-write-bloat/Makefile
tests/run-make/foreign-double-unwind/Makefile [new file with mode: 0644]
tests/run-make/foreign-double-unwind/foo.cpp [new file with mode: 0644]
tests/run-make/foreign-double-unwind/foo.rs [new file with mode: 0644]
tests/run-make/foreign-exceptions/Makefile [new file with mode: 0644]
tests/run-make/foreign-exceptions/foo.cpp [new file with mode: 0644]
tests/run-make/foreign-exceptions/foo.rs [new file with mode: 0644]
tests/run-make/foreign-rust-exceptions/Makefile [new file with mode: 0644]
tests/run-make/foreign-rust-exceptions/bar.rs [new file with mode: 0644]
tests/run-make/foreign-rust-exceptions/foo.rs [new file with mode: 0644]
tests/run-make/fpic/Makefile [new file with mode: 0644]
tests/run-make/fpic/hello.rs [new file with mode: 0644]
tests/run-make/glibc-staticlib-args/Makefile [new file with mode: 0644]
tests/run-make/glibc-staticlib-args/library.rs [new file with mode: 0644]
tests/run-make/glibc-staticlib-args/program.c [new file with mode: 0644]
tests/run-make/hir-tree/Makefile [new file with mode: 0644]
tests/run-make/hir-tree/input.rs [new file with mode: 0644]
tests/run-make/include_bytes_deps/Makefile [new file with mode: 0644]
tests/run-make/include_bytes_deps/input.bin [new file with mode: 0644]
tests/run-make/include_bytes_deps/input.md [new file with mode: 0644]
tests/run-make/include_bytes_deps/input.txt [new file with mode: 0644]
tests/run-make/include_bytes_deps/main.rs [new file with mode: 0644]
tests/run-make/incr-add-rust-src-component/Makefile [new file with mode: 0644]
tests/run-make/incr-add-rust-src-component/main.rs [new file with mode: 0644]
tests/run-make/incr-foreign-head-span/Makefile
tests/run-make/incr-prev-body-beyond-eof/Makefile
tests/run-make/incremental-session-fail/Makefile
tests/run-make/inline-always-many-cgu/Makefile [new file with mode: 0644]
tests/run-make/inline-always-many-cgu/foo.rs [new file with mode: 0644]
tests/run-make/interdependent-c-libraries/Makefile [new file with mode: 0644]
tests/run-make/interdependent-c-libraries/bar.c [new file with mode: 0644]
tests/run-make/interdependent-c-libraries/bar.rs [new file with mode: 0644]
tests/run-make/interdependent-c-libraries/foo.c [new file with mode: 0644]
tests/run-make/interdependent-c-libraries/foo.rs [new file with mode: 0644]
tests/run-make/interdependent-c-libraries/main.rs [new file with mode: 0644]
tests/run-make/intrinsic-unreachable/Makefile [new file with mode: 0644]
tests/run-make/intrinsic-unreachable/exit-ret.rs [new file with mode: 0644]
tests/run-make/intrinsic-unreachable/exit-unreachable.rs [new file with mode: 0644]
tests/run-make/invalid-library/Makefile [new file with mode: 0644]
tests/run-make/invalid-library/foo.rs [new file with mode: 0644]
tests/run-make/invalid-so/Makefile
tests/run-make/invalid-staticlib/Makefile [new file with mode: 0644]
tests/run-make/issue-10971-temps-dir/Makefile
tests/run-make/issue-109934-lto-debuginfo/Makefile [new file with mode: 0644]
tests/run-make/issue-109934-lto-debuginfo/lib.rs [new file with mode: 0644]
tests/run-make/issue-11908/Makefile [new file with mode: 0644]
tests/run-make/issue-11908/bar.rs [new file with mode: 0644]
tests/run-make/issue-11908/foo.rs [new file with mode: 0644]
tests/run-make/issue-14500/Makefile [new file with mode: 0644]
tests/run-make/issue-14500/bar.rs [new file with mode: 0644]
tests/run-make/issue-14500/foo.c [new file with mode: 0644]
tests/run-make/issue-14500/foo.rs [new file with mode: 0644]
tests/run-make/issue-14698/Makefile [new file with mode: 0644]
tests/run-make/issue-14698/foo.rs [new file with mode: 0644]
tests/run-make/issue-15460/Makefile [new file with mode: 0644]
tests/run-make/issue-15460/bar.rs [new file with mode: 0644]
tests/run-make/issue-15460/foo.c [new file with mode: 0644]
tests/run-make/issue-15460/foo.rs [new file with mode: 0644]
tests/run-make/issue-18943/Makefile [new file with mode: 0644]
tests/run-make/issue-18943/foo.rs [new file with mode: 0644]
tests/run-make/issue-20626/Makefile [new file with mode: 0644]
tests/run-make/issue-20626/foo.rs [new file with mode: 0644]
tests/run-make/issue-22131/Makefile [new file with mode: 0644]
tests/run-make/issue-22131/foo.rs [new file with mode: 0644]
tests/run-make/issue-24445/Makefile [new file with mode: 0644]
tests/run-make/issue-24445/foo.c [new file with mode: 0644]
tests/run-make/issue-24445/foo.rs [new file with mode: 0644]
tests/run-make/issue-25581/Makefile [new file with mode: 0644]
tests/run-make/issue-25581/test.c [new file with mode: 0644]
tests/run-make/issue-25581/test.rs [new file with mode: 0644]
tests/run-make/issue-26006/Makefile [new file with mode: 0644]
tests/run-make/issue-26006/in/libc/lib.rs [new file with mode: 0644]
tests/run-make/issue-26006/in/time/lib.rs [new file with mode: 0644]
tests/run-make/issue-26092/Makefile [new file with mode: 0644]
tests/run-make/issue-26092/blank.rs [new file with mode: 0644]
tests/run-make/issue-28595/Makefile [new file with mode: 0644]
tests/run-make/issue-28595/a.c [new file with mode: 0644]
tests/run-make/issue-28595/a.rs [new file with mode: 0644]
tests/run-make/issue-28595/b.c [new file with mode: 0644]
tests/run-make/issue-28595/b.rs [new file with mode: 0644]
tests/run-make/issue-28766/Makefile [new file with mode: 0644]
tests/run-make/issue-28766/foo.rs [new file with mode: 0644]
tests/run-make/issue-28766/main.rs [new file with mode: 0644]
tests/run-make/issue-30063/Makefile [new file with mode: 0644]
tests/run-make/issue-30063/foo.rs [new file with mode: 0644]
tests/run-make/issue-33329/Makefile [new file with mode: 0644]
tests/run-make/issue-33329/main.rs [new file with mode: 0644]
tests/run-make/issue-35164/Makefile [new file with mode: 0644]
tests/run-make/issue-35164/main.rs [new file with mode: 0644]
tests/run-make/issue-35164/submodule/mod.rs [new file with mode: 0644]
tests/run-make/issue-36710/Makefile
tests/run-make/issue-37839/Makefile [new file with mode: 0644]
tests/run-make/issue-37839/a.rs [new file with mode: 0644]
tests/run-make/issue-37839/b.rs [new file with mode: 0644]
tests/run-make/issue-37839/c.rs [new file with mode: 0644]
tests/run-make/issue-37893/Makefile [new file with mode: 0644]
tests/run-make/issue-37893/a.rs [new file with mode: 0644]
tests/run-make/issue-37893/b.rs [new file with mode: 0644]
tests/run-make/issue-37893/c.rs [new file with mode: 0644]
tests/run-make/issue-38237/Makefile [new file with mode: 0644]
tests/run-make/issue-38237/bar.rs [new file with mode: 0644]
tests/run-make/issue-38237/baz.rs [new file with mode: 0644]
tests/run-make/issue-38237/foo.rs [new file with mode: 0644]
tests/run-make/issue-40535/Makefile [new file with mode: 0644]
tests/run-make/issue-40535/bar.rs [new file with mode: 0644]
tests/run-make/issue-40535/baz.rs [new file with mode: 0644]
tests/run-make/issue-40535/foo.rs [new file with mode: 0644]
tests/run-make/issue-46239/Makefile [new file with mode: 0644]
tests/run-make/issue-46239/main.rs [new file with mode: 0644]
tests/run-make/issue-47384/Makefile
tests/run-make/issue-47551/Makefile [new file with mode: 0644]
tests/run-make/issue-47551/eh_frame-terminator.rs [new file with mode: 0644]
tests/run-make/issue-51671/Makefile [new file with mode: 0644]
tests/run-make/issue-51671/app.rs [new file with mode: 0644]
tests/run-make/issue-53964/Makefile [new file with mode: 0644]
tests/run-make/issue-53964/app.rs [new file with mode: 0644]
tests/run-make/issue-53964/panic.rs [new file with mode: 0644]
tests/run-make/issue-64153/Makefile [new file with mode: 0644]
tests/run-make/issue-64153/downstream.rs [new file with mode: 0644]
tests/run-make/issue-64153/upstream.rs [new file with mode: 0644]
tests/run-make/issue-68794-textrel-on-minimal-lib/Makefile [new file with mode: 0644]
tests/run-make/issue-68794-textrel-on-minimal-lib/bar.c [new file with mode: 0644]
tests/run-make/issue-68794-textrel-on-minimal-lib/foo.rs [new file with mode: 0644]
tests/run-make/issue-69368/Makefile [new file with mode: 0644]
tests/run-make/issue-69368/a.rs [new file with mode: 0644]
tests/run-make/issue-69368/b.rs [new file with mode: 0644]
tests/run-make/issue-69368/c.rs [new file with mode: 0644]
tests/run-make/issue-71519/Makefile
tests/run-make/issue-7349/Makefile [new file with mode: 0644]
tests/run-make/issue-7349/foo.rs [new file with mode: 0644]
tests/run-make/issue-83045/Makefile [new file with mode: 0644]
tests/run-make/issue-83045/a.rs [new file with mode: 0644]
tests/run-make/issue-83045/b.rs [new file with mode: 0644]
tests/run-make/issue-83045/c.rs [new file with mode: 0644]
tests/run-make/issue-83112-incr-test-moved-file/Makefile
tests/run-make/issue-84395-lto-embed-bitcode/Makefile [new file with mode: 0644]
tests/run-make/issue-84395-lto-embed-bitcode/test.rs [new file with mode: 0644]
tests/run-make/issue-85019-moved-src-dir/Makefile
tests/run-make/issue-85401-static-mir/Makefile
tests/run-make/issue-85441/Makefile
tests/run-make/issue-88756-default-output/Makefile
tests/run-make/issue-96498/Makefile
tests/run-make/issue-97463-abi-param-passing/Makefile [new file with mode: 0644]
tests/run-make/issue-97463-abi-param-passing/bad.c [new file with mode: 0644]
tests/run-make/issue-97463-abi-param-passing/param_passing.rs [new file with mode: 0644]
tests/run-make/issue64319/Makefile [new file with mode: 0644]
tests/run-make/issue64319/bar.rs [new file with mode: 0644]
tests/run-make/issue64319/foo.rs [new file with mode: 0644]
tests/run-make/jobserver-error/Makefile [new file with mode: 0644]
tests/run-make/jobserver-error/jobserver.stderr [new file with mode: 0644]
tests/run-make/libs-through-symlinks/Makefile [new file with mode: 0644]
tests/run-make/libs-through-symlinks/bar.rs [new file with mode: 0644]
tests/run-make/libs-through-symlinks/foo.rs [new file with mode: 0644]
tests/run-make/libtest-json/Makefile [new file with mode: 0644]
tests/run-make/libtest-json/f.rs [new file with mode: 0644]
tests/run-make/libtest-json/output-default.json [new file with mode: 0644]
tests/run-make/libtest-json/output-stdout-success.json [new file with mode: 0644]
tests/run-make/libtest-json/validate_json.py [new file with mode: 0755]
tests/run-make/libtest-thread-limit/Makefile
tests/run-make/libtest-thread-limit/test.rs
tests/run-make/link-arg/Makefile [new file with mode: 0644]
tests/run-make/link-arg/empty.rs [new file with mode: 0644]
tests/run-make/link-args-order/Makefile [new file with mode: 0644]
tests/run-make/link-args-order/empty.rs [new file with mode: 0644]
tests/run-make/link-cfg/Makefile [new file with mode: 0644]
tests/run-make/link-cfg/dep-with-staticlib.rs [new file with mode: 0644]
tests/run-make/link-cfg/dep.rs [new file with mode: 0644]
tests/run-make/link-cfg/no-deps.rs [new file with mode: 0644]
tests/run-make/link-cfg/return1.c [new file with mode: 0644]
tests/run-make/link-cfg/return2.c [new file with mode: 0644]
tests/run-make/link-cfg/return3.c [new file with mode: 0644]
tests/run-make/link-cfg/with-deps.rs [new file with mode: 0644]
tests/run-make/link-cfg/with-staticlib-deps.rs [new file with mode: 0644]
tests/run-make/link-dedup/Makefile [new file with mode: 0644]
tests/run-make/link-dedup/depa.rs [new file with mode: 0644]
tests/run-make/link-dedup/depb.rs [new file with mode: 0644]
tests/run-make/link-dedup/depc.rs [new file with mode: 0644]
tests/run-make/link-dedup/empty.rs [new file with mode: 0644]
tests/run-make/link-path-order/Makefile [new file with mode: 0644]
tests/run-make/link-path-order/correct.c [new file with mode: 0644]
tests/run-make/link-path-order/main.rs [new file with mode: 0644]
tests/run-make/link-path-order/wrong.c [new file with mode: 0644]
tests/run-make/linkage-attr-on-static/Makefile [new file with mode: 0644]
tests/run-make/linkage-attr-on-static/bar.rs [new file with mode: 0644]
tests/run-make/linkage-attr-on-static/foo.c [new file with mode: 0644]
tests/run-make/llvm-outputs/Makefile
tests/run-make/long-linker-command-lines-cmd-exe/Makefile [new file with mode: 0644]
tests/run-make/long-linker-command-lines-cmd-exe/foo.bat [new file with mode: 0644]
tests/run-make/long-linker-command-lines-cmd-exe/foo.rs [new file with mode: 0644]
tests/run-make/long-linker-command-lines/Makefile [new file with mode: 0644]
tests/run-make/long-linker-command-lines/foo.rs [new file with mode: 0644]
tests/run-make/longjmp-across-rust/Makefile [new file with mode: 0644]
tests/run-make/longjmp-across-rust/foo.c [new file with mode: 0644]
tests/run-make/longjmp-across-rust/main.rs [new file with mode: 0644]
tests/run-make/ls-metadata/Makefile [new file with mode: 0644]
tests/run-make/ls-metadata/foo.rs [new file with mode: 0644]
tests/run-make/lto-dylib-dep/Makefile [new file with mode: 0644]
tests/run-make/lto-dylib-dep/a_dylib.rs [new file with mode: 0644]
tests/run-make/lto-dylib-dep/main.rs [new file with mode: 0644]
tests/run-make/lto-empty/Makefile [new file with mode: 0644]
tests/run-make/lto-empty/lib.rs [new file with mode: 0644]
tests/run-make/lto-no-link-whole-rlib/Makefile [new file with mode: 0644]
tests/run-make/lto-no-link-whole-rlib/bar.c [new file with mode: 0644]
tests/run-make/lto-no-link-whole-rlib/foo.c [new file with mode: 0644]
tests/run-make/lto-no-link-whole-rlib/lib1.rs [new file with mode: 0644]
tests/run-make/lto-no-link-whole-rlib/lib2.rs [new file with mode: 0644]
tests/run-make/lto-no-link-whole-rlib/main.rs [new file with mode: 0644]
tests/run-make/lto-readonly-lib/Makefile [new file with mode: 0644]
tests/run-make/lto-readonly-lib/lib.rs [new file with mode: 0644]
tests/run-make/lto-readonly-lib/main.rs [new file with mode: 0644]
tests/run-make/lto-smoke-c/Makefile [new file with mode: 0644]
tests/run-make/lto-smoke-c/bar.c [new file with mode: 0644]
tests/run-make/lto-smoke-c/foo.rs [new file with mode: 0644]
tests/run-make/lto-smoke/Makefile [new file with mode: 0644]
tests/run-make/lto-smoke/lib.rs [new file with mode: 0644]
tests/run-make/lto-smoke/main.rs [new file with mode: 0644]
tests/run-make/macos-deployment-target/Makefile
tests/run-make/macos-fat-archive/Makefile
tests/run-make/manual-crate-name/Makefile [new file with mode: 0644]
tests/run-make/manual-crate-name/bar.rs [new file with mode: 0644]
tests/run-make/manual-link/Makefile [new file with mode: 0644]
tests/run-make/manual-link/bar.c [new file with mode: 0644]
tests/run-make/manual-link/foo.c [new file with mode: 0644]
tests/run-make/manual-link/foo.rs [new file with mode: 0644]
tests/run-make/manual-link/main.rs [new file with mode: 0644]
tests/run-make/many-crates-but-no-match/Makefile [new file with mode: 0644]
tests/run-make/many-crates-but-no-match/crateA1.rs [new file with mode: 0644]
tests/run-make/many-crates-but-no-match/crateA2.rs [new file with mode: 0644]
tests/run-make/many-crates-but-no-match/crateA3.rs [new file with mode: 0644]
tests/run-make/many-crates-but-no-match/crateB.rs [new file with mode: 0644]
tests/run-make/many-crates-but-no-match/crateC.rs [new file with mode: 0644]
tests/run-make/metadata-flag-frobs-symbols/Makefile [new file with mode: 0644]
tests/run-make/metadata-flag-frobs-symbols/bar.rs [new file with mode: 0644]
tests/run-make/metadata-flag-frobs-symbols/foo.rs [new file with mode: 0644]
tests/run-make/min-global-align/Makefile [new file with mode: 0644]
tests/run-make/min-global-align/min_global_align.rs [new file with mode: 0644]
tests/run-make/mingw-export-call-convention/Makefile [new file with mode: 0644]
tests/run-make/mingw-export-call-convention/foo.rs [new file with mode: 0644]
tests/run-make/mismatching-target-triples/Makefile [new file with mode: 0644]
tests/run-make/mismatching-target-triples/bar.rs [new file with mode: 0644]
tests/run-make/mismatching-target-triples/foo.rs [new file with mode: 0644]
tests/run-make/missing-crate-dependency/Makefile [new file with mode: 0644]
tests/run-make/missing-crate-dependency/crateA.rs [new file with mode: 0644]
tests/run-make/missing-crate-dependency/crateB.rs [new file with mode: 0644]
tests/run-make/missing-crate-dependency/crateC.rs [new file with mode: 0644]
tests/run-make/mixing-deps/Makefile [new file with mode: 0644]
tests/run-make/mixing-deps/both.rs [new file with mode: 0644]
tests/run-make/mixing-deps/dylib.rs [new file with mode: 0644]
tests/run-make/mixing-deps/prog.rs [new file with mode: 0644]
tests/run-make/mixing-formats/Makefile [new file with mode: 0644]
tests/run-make/mixing-formats/bar1.rs [new file with mode: 0644]
tests/run-make/mixing-formats/bar2.rs [new file with mode: 0644]
tests/run-make/mixing-formats/baz.rs [new file with mode: 0644]
tests/run-make/mixing-formats/baz2.rs [new file with mode: 0644]
tests/run-make/mixing-formats/foo.rs [new file with mode: 0644]
tests/run-make/mixing-libs/Makefile [new file with mode: 0644]
tests/run-make/mixing-libs/dylib.rs [new file with mode: 0644]
tests/run-make/mixing-libs/prog.rs [new file with mode: 0644]
tests/run-make/mixing-libs/rlib.rs [new file with mode: 0644]
tests/run-make/msvc-opt-minsize/Makefile [new file with mode: 0644]
tests/run-make/msvc-opt-minsize/foo.rs [new file with mode: 0644]
tests/run-make/multiple-emits/Makefile [new file with mode: 0644]
tests/run-make/multiple-emits/foo.rs [new file with mode: 0644]
tests/run-make/native-link-modifier-bundle/Makefile
tests/run-make/native-link-modifier-verbatim-linker/Makefile
tests/run-make/native-link-modifier-verbatim-rustc/Makefile
tests/run-make/native-link-modifier-whole-archive/Makefile
tests/run-make/no-builtins-lto/Makefile [new file with mode: 0644]
tests/run-make/no-builtins-lto/main.rs [new file with mode: 0644]
tests/run-make/no-builtins-lto/no_builtins.rs [new file with mode: 0644]
tests/run-make/no-duplicate-libs/Makefile [new file with mode: 0644]
tests/run-make/no-duplicate-libs/bar.c [new file with mode: 0644]
tests/run-make/no-duplicate-libs/foo.c [new file with mode: 0644]
tests/run-make/no-duplicate-libs/main.rs [new file with mode: 0644]
tests/run-make/no-input-file/Makefile
tests/run-make/no-intermediate-extras/Makefile [new file with mode: 0644]
tests/run-make/no-intermediate-extras/foo.rs [new file with mode: 0644]
tests/run-make/obey-crate-type-flag/Makefile [new file with mode: 0644]
tests/run-make/obey-crate-type-flag/test.rs [new file with mode: 0644]
tests/run-make/output-filename-conflicts-with-directory/Makefile [new file with mode: 0644]
tests/run-make/output-filename-conflicts-with-directory/foo.rs [new file with mode: 0644]
tests/run-make/output-filename-overwrites-input/Makefile [new file with mode: 0644]
tests/run-make/output-filename-overwrites-input/bar.rs [new file with mode: 0644]
tests/run-make/output-filename-overwrites-input/foo.rs [new file with mode: 0644]
tests/run-make/output-type-permutations/Makefile [new file with mode: 0644]
tests/run-make/output-type-permutations/foo.rs [new file with mode: 0644]
tests/run-make/output-with-hyphens/Makefile [new file with mode: 0644]
tests/run-make/output-with-hyphens/foo-bar.rs [new file with mode: 0644]
tests/run-make/override-aliased-flags/Makefile [new file with mode: 0644]
tests/run-make/override-aliased-flags/main.rs [new file with mode: 0644]
tests/run-make/overwrite-input/Makefile
tests/run-make/panic-impl-transitive/Makefile [new file with mode: 0644]
tests/run-make/panic-impl-transitive/panic-impl-consumer.rs [new file with mode: 0644]
tests/run-make/panic-impl-transitive/panic-impl-provider.rs [new file with mode: 0644]
tests/run-make/pass-linker-flags-from-dep/Makefile
tests/run-make/pass-linker-flags/Makefile
tests/run-make/pass-non-c-like-enum-to-c/Makefile [new file with mode: 0644]
tests/run-make/pass-non-c-like-enum-to-c/nonclike.rs [new file with mode: 0644]
tests/run-make/pass-non-c-like-enum-to-c/test.c [new file with mode: 0644]
tests/run-make/pgo-branch-weights/Makefile [new file with mode: 0644]
tests/run-make/pgo-branch-weights/filecheck-patterns.txt [new file with mode: 0644]
tests/run-make/pgo-branch-weights/interesting.rs [new file with mode: 0644]
tests/run-make/pgo-branch-weights/main.rs [new file with mode: 0644]
tests/run-make/pgo-branch-weights/opaque.rs [new file with mode: 0644]
tests/run-make/pgo-gen-lto/Makefile [new file with mode: 0644]
tests/run-make/pgo-gen-lto/test.rs [new file with mode: 0644]
tests/run-make/pgo-gen-no-imp-symbols/Makefile [new file with mode: 0644]
tests/run-make/pgo-gen-no-imp-symbols/test.rs [new file with mode: 0644]
tests/run-make/pgo-gen/Makefile [new file with mode: 0644]
tests/run-make/pgo-gen/test.rs [new file with mode: 0644]
tests/run-make/pgo-indirect-call-promotion/Makefile [new file with mode: 0644]
tests/run-make/pgo-indirect-call-promotion/filecheck-patterns.txt [new file with mode: 0644]
tests/run-make/pgo-indirect-call-promotion/interesting.rs [new file with mode: 0644]
tests/run-make/pgo-indirect-call-promotion/main.rs [new file with mode: 0644]
tests/run-make/pgo-indirect-call-promotion/opaque.rs [new file with mode: 0644]
tests/run-make/pgo-use/Makefile [new file with mode: 0644]
tests/run-make/pgo-use/filecheck-patterns.txt [new file with mode: 0644]
tests/run-make/pgo-use/main.rs [new file with mode: 0644]
tests/run-make/pointer-auth-link-with-c/Makefile [new file with mode: 0644]
tests/run-make/pointer-auth-link-with-c/test.c [new file with mode: 0644]
tests/run-make/pointer-auth-link-with-c/test.rs [new file with mode: 0644]
tests/run-make/prefer-dylib/Makefile [new file with mode: 0644]
tests/run-make/prefer-dylib/bar.rs [new file with mode: 0644]
tests/run-make/prefer-dylib/foo.rs [new file with mode: 0644]
tests/run-make/prefer-rlib/Makefile [new file with mode: 0644]
tests/run-make/prefer-rlib/bar.rs [new file with mode: 0644]
tests/run-make/prefer-rlib/foo.rs [new file with mode: 0644]
tests/run-make/pretty-print-to-file/Makefile [new file with mode: 0644]
tests/run-make/pretty-print-to-file/input.pp [new file with mode: 0644]
tests/run-make/pretty-print-to-file/input.rs [new file with mode: 0644]
tests/run-make/print-calling-conventions/Makefile [new file with mode: 0644]
tests/run-make/print-cfg/Makefile [new file with mode: 0644]
tests/run-make/print-target-list/Makefile [new file with mode: 0644]
tests/run-make/profile/Makefile [new file with mode: 0644]
tests/run-make/profile/test.rs [new file with mode: 0644]
tests/run-make/prune-link-args/Makefile [new file with mode: 0644]
tests/run-make/prune-link-args/empty.rs [new file with mode: 0644]
tests/run-make/raw-dylib-alt-calling-convention/Makefile
tests/run-make/raw-dylib-c/Makefile
tests/run-make/raw-dylib-cross-compilation/Makefile [new file with mode: 0644]
tests/run-make/raw-dylib-cross-compilation/lib.rs [new file with mode: 0644]
tests/run-make/raw-dylib-import-name-type/Makefile
tests/run-make/raw-dylib-inline-cross-dylib/Makefile
tests/run-make/raw-dylib-link-ordinal/Makefile
tests/run-make/raw-dylib-stdcall-ordinal/Makefile
tests/run-make/redundant-libs/Makefile [new file with mode: 0644]
tests/run-make/redundant-libs/bar.c [new file with mode: 0644]
tests/run-make/redundant-libs/baz.c [new file with mode: 0644]
tests/run-make/redundant-libs/foo.c [new file with mode: 0644]
tests/run-make/redundant-libs/main.rs [new file with mode: 0644]
tests/run-make/relocation-model/Makefile [new file with mode: 0644]
tests/run-make/relocation-model/foo.rs [new file with mode: 0644]
tests/run-make/relro-levels/Makefile [new file with mode: 0644]
tests/run-make/relro-levels/hello.rs [new file with mode: 0644]
tests/run-make/remap-path-prefix-dwarf/Makefile
tests/run-make/remap-path-prefix/Makefile [new file with mode: 0644]
tests/run-make/remap-path-prefix/auxiliary/lib.rs [new file with mode: 0644]
tests/run-make/repr128-dwarf/Makefile
tests/run-make/reproducible-build-2/Makefile [new file with mode: 0644]
tests/run-make/reproducible-build-2/linker.rs [new file with mode: 0644]
tests/run-make/reproducible-build-2/reproducible-build-aux.rs [new file with mode: 0644]
tests/run-make/reproducible-build-2/reproducible-build.rs [new file with mode: 0644]
tests/run-make/reproducible-build/Makefile [new file with mode: 0644]
tests/run-make/reproducible-build/linker.rs [new file with mode: 0644]
tests/run-make/reproducible-build/reproducible-build-aux.rs [new file with mode: 0644]
tests/run-make/reproducible-build/reproducible-build.rs [new file with mode: 0644]
tests/run-make/resolve-rename/Makefile [new file with mode: 0644]
tests/run-make/resolve-rename/bar.rs [new file with mode: 0644]
tests/run-make/resolve-rename/baz.rs [new file with mode: 0644]
tests/run-make/resolve-rename/foo.rs [new file with mode: 0644]
tests/run-make/return-non-c-like-enum-from-c/Makefile [new file with mode: 0644]
tests/run-make/return-non-c-like-enum-from-c/nonclike.rs [new file with mode: 0644]
tests/run-make/return-non-c-like-enum-from-c/test.c [new file with mode: 0644]
tests/run-make/return-non-c-like-enum/Makefile [new file with mode: 0644]
tests/run-make/return-non-c-like-enum/nonclike.rs [new file with mode: 0644]
tests/run-make/return-non-c-like-enum/test.c [new file with mode: 0644]
tests/run-make/rlib-chain/Makefile [new file with mode: 0644]
tests/run-make/rlib-chain/m1.rs [new file with mode: 0644]
tests/run-make/rlib-chain/m2.rs [new file with mode: 0644]
tests/run-make/rlib-chain/m3.rs [new file with mode: 0644]
tests/run-make/rlib-chain/m4.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-2/Makefile
tests/run-make/rlib-format-packed-bundled-libs-3/Makefile
tests/run-make/rlib-format-packed-bundled-libs/Makefile
tests/run-make/rustc-macro-dep-files/Makefile
tests/run-make/rustdoc-determinism/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-determinism/bar.rs [new file with mode: 0644]
tests/run-make/rustdoc-determinism/foo.rs [new file with mode: 0644]
tests/run-make/rustdoc-error-lines/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-error-lines/input.rs [new file with mode: 0644]
tests/run-make/rustdoc-io-error/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-io-error/foo.rs [new file with mode: 0644]
tests/run-make/rustdoc-map-file/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-map-file/expected.json [new file with mode: 0644]
tests/run-make/rustdoc-map-file/foo.rs [new file with mode: 0644]
tests/run-make/rustdoc-map-file/validate_json.py [new file with mode: 0755]
tests/run-make/rustdoc-output-path/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-output-path/foo.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-macros/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-macros/examples/ex.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-macros/src/lib.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-macros/src/proc.rs [new file with mode: 0644]
tests/run-make/rustdoc-scrape-examples-multiple/scrape.mk
tests/run-make/rustdoc-shared-flags/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-target-spec-json-path/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-target-spec-json-path/dummy_core.rs [new file with mode: 0644]
tests/run-make/rustdoc-target-spec-json-path/my_crate.rs [new file with mode: 0644]
tests/run-make/rustdoc-target-spec-json-path/target.json [new file with mode: 0644]
tests/run-make/rustdoc-themes/Makefile [new file with mode: 0644]
tests/run-make/rustdoc-themes/foo.rs [new file with mode: 0644]
tests/run-make/rustdoc-verify-output-files/Makefile
tests/run-make/rustdoc-with-out-dir-option/Makefile
tests/run-make/rustdoc-with-output-option/Makefile
tests/run-make/rustdoc-with-short-out-dir-option/Makefile
tests/run-make/sanitizer-cdylib-link/Makefile [new file with mode: 0644]
tests/run-make/sanitizer-cdylib-link/library.rs [new file with mode: 0644]
tests/run-make/sanitizer-cdylib-link/program.rs [new file with mode: 0644]
tests/run-make/sanitizer-dylib-link/Makefile [new file with mode: 0644]
tests/run-make/sanitizer-dylib-link/library.rs [new file with mode: 0644]
tests/run-make/sanitizer-dylib-link/program.rs [new file with mode: 0644]
tests/run-make/sanitizer-staticlib-link/Makefile [new file with mode: 0644]
tests/run-make/sanitizer-staticlib-link/library.rs [new file with mode: 0644]
tests/run-make/sanitizer-staticlib-link/program.c [new file with mode: 0644]
tests/run-make/sanitizer-staticlib-link/program.rs [new file with mode: 0644]
tests/run-make/separate-link-fail/Makefile [new file with mode: 0644]
tests/run-make/separate-link/Makefile [new file with mode: 0644]
tests/run-make/sepcomp-cci-copies/Makefile [new file with mode: 0644]
tests/run-make/sepcomp-cci-copies/cci_lib.rs [new file with mode: 0644]
tests/run-make/sepcomp-cci-copies/foo.rs [new file with mode: 0644]
tests/run-make/sepcomp-inlining/Makefile [new file with mode: 0644]
tests/run-make/sepcomp-inlining/foo.rs [new file with mode: 0644]
tests/run-make/sepcomp-separate/Makefile [new file with mode: 0644]
tests/run-make/sepcomp-separate/foo.rs [new file with mode: 0644]
tests/run-make/share-generics-dylib/Makefile [new file with mode: 0644]
tests/run-make/share-generics-dylib/instance_provider_a.rs [new file with mode: 0644]
tests/run-make/share-generics-dylib/instance_provider_b.rs [new file with mode: 0644]
tests/run-make/share-generics-dylib/instance_user_a_rlib.rs [new file with mode: 0644]
tests/run-make/share-generics-dylib/instance_user_b_rlib.rs [new file with mode: 0644]
tests/run-make/share-generics-dylib/instance_user_dylib.rs [new file with mode: 0644]
tests/run-make/share-generics-dylib/linked_leaf.rs [new file with mode: 0644]
tests/run-make/simd-ffi/Makefile [new file with mode: 0644]
tests/run-make/simd-ffi/simd.rs [new file with mode: 0644]
tests/run-make/simple-dylib/Makefile [new file with mode: 0644]
tests/run-make/simple-dylib/bar.rs [new file with mode: 0644]
tests/run-make/simple-dylib/foo.rs [new file with mode: 0644]
tests/run-make/simple-rlib/Makefile [new file with mode: 0644]
tests/run-make/simple-rlib/bar.rs [new file with mode: 0644]
tests/run-make/simple-rlib/foo.rs [new file with mode: 0644]
tests/run-make/split-debuginfo/Makefile [new file with mode: 0644]
tests/run-make/split-debuginfo/bar.rs [new file with mode: 0644]
tests/run-make/split-debuginfo/baz.rs [new file with mode: 0644]
tests/run-make/split-debuginfo/foo.rs [new file with mode: 0644]
tests/run-make/split-debuginfo/main.rs [new file with mode: 0644]
tests/run-make/stable-symbol-names/Makefile [new file with mode: 0644]
tests/run-make/stable-symbol-names/stable-symbol-names1.rs [new file with mode: 0644]
tests/run-make/stable-symbol-names/stable-symbol-names2.rs [new file with mode: 0644]
tests/run-make/static-dylib-by-default/Makefile [new file with mode: 0644]
tests/run-make/static-dylib-by-default/bar.rs [new file with mode: 0644]
tests/run-make/static-dylib-by-default/foo.rs [new file with mode: 0644]
tests/run-make/static-dylib-by-default/main.c [new file with mode: 0644]
tests/run-make/static-extern-type/Makefile [new file with mode: 0644]
tests/run-make/static-extern-type/define-foo.c [new file with mode: 0644]
tests/run-make/static-extern-type/use-foo.rs [new file with mode: 0644]
tests/run-make/static-pie/Makefile
tests/run-make/static-unwinding/Makefile [new file with mode: 0644]
tests/run-make/static-unwinding/lib.rs [new file with mode: 0644]
tests/run-make/static-unwinding/main.rs [new file with mode: 0644]
tests/run-make/staticlib-blank-lib/Makefile [new file with mode: 0644]
tests/run-make/staticlib-blank-lib/foo.rs [new file with mode: 0644]
tests/run-make/std-core-cycle/Makefile [new file with mode: 0644]
tests/run-make/std-core-cycle/bar.rs [new file with mode: 0644]
tests/run-make/std-core-cycle/foo.rs [new file with mode: 0644]
tests/run-make/stdin-non-utf8/Makefile [new file with mode: 0644]
tests/run-make/stdin-non-utf8/non-utf8 [new file with mode: 0644]
tests/run-make/suspicious-library/Makefile [new file with mode: 0644]
tests/run-make/suspicious-library/bar.rs [new file with mode: 0644]
tests/run-make/suspicious-library/foo.rs [new file with mode: 0644]
tests/run-make/symbol-visibility/Makefile [new file with mode: 0644]
tests/run-make/symbol-visibility/a_cdylib.rs [new file with mode: 0644]
tests/run-make/symbol-visibility/a_proc_macro.rs [new file with mode: 0644]
tests/run-make/symbol-visibility/a_rust_dylib.rs [new file with mode: 0644]
tests/run-make/symbol-visibility/an_executable.rs [new file with mode: 0644]
tests/run-make/symbol-visibility/an_rlib.rs [new file with mode: 0644]
tests/run-make/symbols-include-type-name/Makefile [new file with mode: 0644]
tests/run-make/symbols-include-type-name/lib.rs [new file with mode: 0644]
tests/run-make/symlinked-extern/Makefile [new file with mode: 0644]
tests/run-make/symlinked-extern/bar.rs [new file with mode: 0644]
tests/run-make/symlinked-extern/baz.rs [new file with mode: 0644]
tests/run-make/symlinked-extern/foo.rs [new file with mode: 0644]
tests/run-make/symlinked-libraries/Makefile [new file with mode: 0644]
tests/run-make/symlinked-libraries/bar.rs [new file with mode: 0644]
tests/run-make/symlinked-libraries/foo.rs [new file with mode: 0644]
tests/run-make/symlinked-rlib/Makefile [new file with mode: 0644]
tests/run-make/symlinked-rlib/bar.rs [new file with mode: 0644]
tests/run-make/symlinked-rlib/foo.rs [new file with mode: 0644]
tests/run-make/sysroot-crates-are-unstable/Makefile [new file with mode: 0644]
tests/run-make/sysroot-crates-are-unstable/test.py [new file with mode: 0644]
tests/run-make/target-cpu-native/Makefile [new file with mode: 0644]
tests/run-make/target-cpu-native/foo.rs [new file with mode: 0644]
tests/run-make/target-specs/Makefile [new file with mode: 0644]
tests/run-make/target-specs/definitely-not-builtin-target.json [new file with mode: 0644]
tests/run-make/target-specs/foo.rs [new file with mode: 0644]
tests/run-make/target-specs/mismatching-data-layout.json [new file with mode: 0644]
tests/run-make/target-specs/my-awesome-platform.json [new file with mode: 0644]
tests/run-make/target-specs/my-incomplete-platform.json [new file with mode: 0644]
tests/run-make/target-specs/my-invalid-platform.json [new file with mode: 0644]
tests/run-make/target-specs/my-x86_64-unknown-linux-gnu-platform.json [new file with mode: 0644]
tests/run-make/target-without-atomic-cas/Makefile [new file with mode: 0644]
tests/run-make/test-benches/Makefile
tests/run-make/test-harness/Makefile [new file with mode: 0644]
tests/run-make/test-harness/test-ignore-cfg.rs [new file with mode: 0644]
tests/run-make/thumb-none-cortex-m/Makefile
tests/run-make/thumb-none-qemu/Makefile
tests/run-make/tools.mk [new file with mode: 0644]
tests/run-make/track-path-dep-info/Makefile
tests/run-make/track-pgo-dep-info/Makefile
tests/run-make/translation/Makefile
tests/run-make/type-mismatch-same-crate-name/Makefile [new file with mode: 0644]
tests/run-make/type-mismatch-same-crate-name/crateA.rs [new file with mode: 0644]
tests/run-make/type-mismatch-same-crate-name/crateB.rs [new file with mode: 0644]
tests/run-make/type-mismatch-same-crate-name/crateC.rs [new file with mode: 0644]
tests/run-make/unstable-flag-required/Makefile
tests/run-make/use-extern-for-plugins/Makefile [new file with mode: 0644]
tests/run-make/use-extern-for-plugins/bar.rs [new file with mode: 0644]
tests/run-make/use-extern-for-plugins/baz.rs [new file with mode: 0644]
tests/run-make/use-extern-for-plugins/foo.rs [new file with mode: 0644]
tests/run-make/use-suggestions-rust-2018/Makefile [new file with mode: 0644]
tests/run-make/use-suggestions-rust-2018/ep-nested-lib.rs [new file with mode: 0644]
tests/run-make/use-suggestions-rust-2018/use-suggestions.rs [new file with mode: 0644]
tests/run-make/used-cdylib-macos/Makefile [new file with mode: 0644]
tests/run-make/used-cdylib-macos/dylib_used.rs [new file with mode: 0644]
tests/run-make/used/Makefile [new file with mode: 0644]
tests/run-make/used/used.rs [new file with mode: 0644]
tests/run-make/valid-print-requests/Makefile
tests/run-make/valid-print-requests/valid-print-requests.stderr
tests/run-make/version/Makefile [new file with mode: 0644]
tests/run-make/volatile-intrinsics/Makefile [new file with mode: 0644]
tests/run-make/volatile-intrinsics/main.rs [new file with mode: 0644]
tests/run-make/wasm-abi/Makefile
tests/run-make/wasm-custom-section/Makefile
tests/run-make/wasm-custom-sections-opt/Makefile
tests/run-make/wasm-export-all-symbols/Makefile
tests/run-make/wasm-import-module/Makefile
tests/run-make/wasm-panic-small/Makefile
tests/run-make/wasm-spurious-import/Makefile
tests/run-make/wasm-stringify-ints-small/Makefile
tests/run-make/wasm-symbols-different-module/Makefile
tests/run-make/wasm-symbols-not-exported/Makefile
tests/run-make/wasm-symbols-not-imported/Makefile
tests/run-make/weird-output-filenames/Makefile [new file with mode: 0644]
tests/run-make/weird-output-filenames/foo.rs [new file with mode: 0644]
tests/run-make/windows-binary-no-external-deps/Makefile [new file with mode: 0644]
tests/run-make/windows-binary-no-external-deps/hello.rs [new file with mode: 0644]
tests/run-make/windows-spawn/Makefile [new file with mode: 0644]
tests/run-make/windows-spawn/hello.rs [new file with mode: 0644]
tests/run-make/windows-spawn/spawn.rs [new file with mode: 0644]
tests/run-make/windows-subsystem/Makefile [new file with mode: 0644]
tests/run-make/windows-subsystem/console.rs [new file with mode: 0644]
tests/run-make/windows-subsystem/windows.rs [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/Makefile
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cc_plus_one_asm.checks
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cc_plus_one_c_asm.checks
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cc_plus_one_cxx_asm.checks
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cmake_plus_one_asm.checks
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cmake_plus_one_c_asm.checks
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/cmake_plus_one_cxx_asm.checks
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/jumpto.checks
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/print.checks
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/script.sh
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/unw_getcontext.checks
tests/rustdoc-gui/anchor-navigable.goml
tests/rustdoc-gui/anchors.goml
tests/rustdoc-gui/auto-hide-trait-implementations.goml [deleted file]
tests/rustdoc-gui/basic-code.goml
tests/rustdoc-gui/check-code-blocks-margin.goml
tests/rustdoc-gui/check-stab-in-docblock.goml
tests/rustdoc-gui/check_info_sign_position.goml
tests/rustdoc-gui/code-blocks-overflow.goml
tests/rustdoc-gui/code-color.goml
tests/rustdoc-gui/code-sidebar-toggle.goml
tests/rustdoc-gui/code-tags.goml
tests/rustdoc-gui/codeblock-sub.goml
tests/rustdoc-gui/codeblock-tooltip.goml
tests/rustdoc-gui/cursor.goml
tests/rustdoc-gui/default-settings.goml
tests/rustdoc-gui/docblock-big-code-mobile.goml
tests/rustdoc-gui/docblock-code-block-line-number.goml
tests/rustdoc-gui/docblock-details.goml
tests/rustdoc-gui/docblock-table-overflow.goml
tests/rustdoc-gui/docblock-table.goml
tests/rustdoc-gui/duplicate-macro-reexport.goml
tests/rustdoc-gui/enum-variants.goml
tests/rustdoc-gui/escape-key.goml
tests/rustdoc-gui/extend-css.goml [new file with mode: 0644]
tests/rustdoc-gui/font-weight.goml
tests/rustdoc-gui/go-to-collapsed-elem.goml [new file with mode: 0644]
tests/rustdoc-gui/hash-item-expansion.goml
tests/rustdoc-gui/headers-color.goml
tests/rustdoc-gui/headings.goml
tests/rustdoc-gui/help-page.goml
tests/rustdoc-gui/highlight-colors.goml
tests/rustdoc-gui/huge-collection-of-constants.goml
tests/rustdoc-gui/huge-logo.goml
tests/rustdoc-gui/impl-default-expansion.goml
tests/rustdoc-gui/impl-doc.goml
tests/rustdoc-gui/implementors.goml
tests/rustdoc-gui/item-decl-colors.goml
tests/rustdoc-gui/item-info-alignment.goml
tests/rustdoc-gui/item-info-overflow.goml
tests/rustdoc-gui/item-info.goml
tests/rustdoc-gui/item-summary-table.goml
tests/rustdoc-gui/javascript-disabled.goml
tests/rustdoc-gui/jump-to-def-background.goml
tests/rustdoc-gui/label-next-to-symbol.goml
tests/rustdoc-gui/links-color.goml
tests/rustdoc-gui/list_code_block.goml
tests/rustdoc-gui/method-margins.goml
tests/rustdoc-gui/mobile.goml
tests/rustdoc-gui/module-items-font.goml
tests/rustdoc-gui/no-docblock.goml
tests/rustdoc-gui/notable-trait.goml
tests/rustdoc-gui/overflow-tooltip-information.goml
tests/rustdoc-gui/pocket-menu.goml
tests/rustdoc-gui/run-on-hover.goml
tests/rustdoc-gui/rust-logo.goml
tests/rustdoc-gui/scrape-examples-button-focus.goml
tests/rustdoc-gui/scrape-examples-color.goml
tests/rustdoc-gui/scrape-examples-fonts.goml
tests/rustdoc-gui/scrape-examples-layout.goml
tests/rustdoc-gui/scrape-examples-toggle.goml
tests/rustdoc-gui/search-error.goml
tests/rustdoc-gui/search-filter.goml
tests/rustdoc-gui/search-form-elements.goml
tests/rustdoc-gui/search-input-mobile.goml
tests/rustdoc-gui/search-keyboard.goml
tests/rustdoc-gui/search-no-result.goml
tests/rustdoc-gui/search-reexport.goml
tests/rustdoc-gui/search-result-color.goml
tests/rustdoc-gui/search-result-description.goml
tests/rustdoc-gui/search-result-display.goml
tests/rustdoc-gui/search-result-go-to-first.goml
tests/rustdoc-gui/search-result-keyword.goml
tests/rustdoc-gui/search-tab-change-title-fn-sig.goml
tests/rustdoc-gui/search-tab.goml
tests/rustdoc-gui/setting-auto-hide-content-large-items.goml [new file with mode: 0644]
tests/rustdoc-gui/setting-auto-hide-item-methods-docs.goml [new file with mode: 0644]
tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml [new file with mode: 0644]
tests/rustdoc-gui/setting-go-to-only-result.goml [new file with mode: 0644]
tests/rustdoc-gui/settings.goml
tests/rustdoc-gui/shortcuts.goml
tests/rustdoc-gui/sidebar-links-color.goml
tests/rustdoc-gui/sidebar-macro-reexport.goml
tests/rustdoc-gui/sidebar-mobile-scroll.goml
tests/rustdoc-gui/sidebar-mobile.goml
tests/rustdoc-gui/sidebar-source-code-display.goml
tests/rustdoc-gui/sidebar-source-code.goml
tests/rustdoc-gui/sidebar.goml
tests/rustdoc-gui/source-anchor-scroll.goml
tests/rustdoc-gui/source-code-page-code-scroll.goml [new file with mode: 0644]
tests/rustdoc-gui/source-code-page.goml
tests/rustdoc-gui/src-font-size.goml
tests/rustdoc-gui/src/extend_css/Cargo.lock [new file with mode: 0644]
tests/rustdoc-gui/src/extend_css/Cargo.toml [new file with mode: 0644]
tests/rustdoc-gui/src/extend_css/extra.css [new file with mode: 0644]
tests/rustdoc-gui/src/extend_css/lib.rs [new file with mode: 0644]
tests/rustdoc-gui/stab-badge.goml
tests/rustdoc-gui/struct-fields.goml
tests/rustdoc-gui/target.goml
tests/rustdoc-gui/theme-change.goml
tests/rustdoc-gui/theme-defaults.goml [new file with mode: 0644]
tests/rustdoc-gui/theme-in-history.goml
tests/rustdoc-gui/toggle-click-deadspace.goml
tests/rustdoc-gui/toggle-docs-mobile.goml
tests/rustdoc-gui/toggle-docs.goml
tests/rustdoc-gui/toggle-implementors.goml
tests/rustdoc-gui/toggled-open-implementations.goml
tests/rustdoc-gui/trait-sidebar-item-order.goml
tests/rustdoc-gui/type-declation-overflow.goml
tests/rustdoc-gui/unsafe-fn.goml
tests/rustdoc-gui/where-whitespace.goml
tests/rustdoc-js-std/option-type-signatures.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-errors.js
tests/rustdoc-js-std/parser-filter.js
tests/rustdoc-js-std/parser-generics.js
tests/rustdoc-js-std/parser-ident.js
tests/rustdoc-js-std/parser-literal.js
tests/rustdoc-js-std/parser-paths.js
tests/rustdoc-js-std/parser-quote.js
tests/rustdoc-js-std/parser-returned.js
tests/rustdoc-js-std/parser-separators.js
tests/rustdoc-js-std/parser-weird-queries.js
tests/rustdoc-js-std/println-typo.js [new file with mode: 0644]
tests/rustdoc-js/generics-impl.js
tests/rustdoc-js/generics-nested.js [new file with mode: 0644]
tests/rustdoc-js/generics-nested.rs [new file with mode: 0644]
tests/rustdoc-js/generics.js
tests/rustdoc-js/primitive.js
tests/rustdoc-js/search-bag-semantics.js [new file with mode: 0644]
tests/rustdoc-js/search-bag-semantics.rs [new file with mode: 0644]
tests/rustdoc-js/where-clause.js [new file with mode: 0644]
tests/rustdoc-js/where-clause.rs [new file with mode: 0644]
tests/rustdoc-json/fns/extern_c_variadic.rs [new file with mode: 0644]
tests/rustdoc-json/impls/local_for_local_primitive.rs
tests/rustdoc-json/non_lifetime_binders.rs [new file with mode: 0644]
tests/rustdoc-json/primitives/local_primitive.rs
tests/rustdoc-json/primitives/primitive_impls.rs
tests/rustdoc-json/primitives/primitive_overloading.rs
tests/rustdoc-json/primitives/use_primitive.rs
tests/rustdoc-ui/c-help.rs [deleted file]
tests/rustdoc-ui/c-help.stdout [deleted file]
tests/rustdoc-ui/const_arg_in_type_position.rs [new file with mode: 0644]
tests/rustdoc-ui/const_arg_in_type_position.stderr [new file with mode: 0644]
tests/rustdoc-ui/coverage/exotic.rs
tests/rustdoc-ui/crate-reference-in-block-module.rs [new file with mode: 0644]
tests/rustdoc-ui/crate-reference-in-block-module.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/ambiguity.rs
tests/rustdoc-ui/intra-doc/ambiguity.stderr
tests/rustdoc-ui/intra-doc/auxiliary/inner-crate-doc.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/auxiliary/inner-crate-enum.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/errors.rs
tests/rustdoc-ui/intra-doc/errors.stderr
tests/rustdoc-ui/intra-doc/import-inline-merge-module.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/inline-external-enum.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-10.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-2.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-2.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-3.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-3.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-4.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-4.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-5.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-5.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-6.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-6.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-7.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-7.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-8.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-8.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items-9.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/issue-108653-associated-items.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/non-path-primitives.stderr
tests/rustdoc-ui/intra-doc/prim-conflict.rs
tests/rustdoc-ui/intra-doc/prim-conflict.stderr
tests/rustdoc-ui/intra-doc/reachable-non-exported.rs [new file with mode: 0644]
tests/rustdoc-ui/invalid_associated_const.rs [new file with mode: 0644]
tests/rustdoc-ui/invalid_associated_const.stderr [new file with mode: 0644]
tests/rustdoc-ui/invalid_const_in_lifetime_position.rs [new file with mode: 0644]
tests/rustdoc-ui/invalid_const_in_lifetime_position.stderr [new file with mode: 0644]
tests/rustdoc-ui/invalid_infered_static_and_const.rs [new file with mode: 0644]
tests/rustdoc-ui/invalid_infered_static_and_const.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-105742.rs
tests/rustdoc-ui/issue-105742.stderr
tests/rustdoc-ui/issue-106226.stderr
tests/rustdoc-ui/issue-109282-import-inline-merge.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-79465.rs
tests/rustdoc-ui/issue-79465.stderr
tests/rustdoc-ui/issue-96287.rs
tests/rustdoc-ui/issue-96287.stderr
tests/rustdoc-ui/mismatched_arg_count.rs [new file with mode: 0644]
tests/rustdoc-ui/mismatched_arg_count.stderr [new file with mode: 0644]
tests/rustdoc-ui/run-directory.rs
tests/rustdoc-ui/z-help.rs [deleted file]
tests/rustdoc-ui/z-help.stdout [deleted file]
tests/rustdoc/anonymous-reexport.rs
tests/rustdoc/auto-impl-primitive.rs
tests/rustdoc/auxiliary/issue-15318.rs
tests/rustdoc/auxiliary/issue-73061.rs
tests/rustdoc/auxiliary/primitive-doc.rs
tests/rustdoc/check-source-code-urls-to-def.rs
tests/rustdoc/compiler-derive-proc-macro.rs [new file with mode: 0644]
tests/rustdoc/deprecated.rs
tests/rustdoc/doc-notable_trait-mut_t_is_not_an_iterator.rs [deleted file]
tests/rustdoc/doc-notable_trait-mut_t_is_not_ref_t.rs [deleted file]
tests/rustdoc/doc-notable_trait-slice.bare_fn_matches.html [deleted file]
tests/rustdoc/doc-notable_trait-slice.rs [deleted file]
tests/rustdoc/doc-notable_trait.bare-fn.html [deleted file]
tests/rustdoc/doc-notable_trait.rs [deleted file]
tests/rustdoc/doc-notable_trait.some-struct-new.html [deleted file]
tests/rustdoc/doc-notable_trait.wrap-me.html [deleted file]
tests/rustdoc/doc-notable_trait_box_is_not_an_iterator.rs [deleted file]
tests/rustdoc/footnote-in-summary.rs [new file with mode: 0644]
tests/rustdoc/generic-associated-types/issue-109488.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/auxiliary/my-core.rs
tests/rustdoc/intra-doc/no-doc-primitive.rs
tests/rustdoc/intra-doc/prim-methods-local.rs
tests/rustdoc/intra-doc/prim-methods.rs
tests/rustdoc/intra-doc/prim-self.rs
tests/rustdoc/issue-108679-reexport-of-reexport.rs [new file with mode: 0644]
tests/rustdoc/issue-108925.rs [new file with mode: 0644]
tests/rustdoc/issue-108931-anonymous-reexport.rs [new file with mode: 0644]
tests/rustdoc/issue-109258-missing-private-inlining.rs [new file with mode: 0644]
tests/rustdoc/issue-109695-crate-doc-hidden.rs [new file with mode: 0644]
tests/rustdoc/issue-15318-2.rs
tests/rustdoc/issue-15318-3.rs
tests/rustdoc/issue-23511.rs
tests/rustdoc/issue-25001.rs
tests/rustdoc/macro_pub_in_module.rs
tests/rustdoc/non_lifetime_binders.rs [new file with mode: 0644]
tests/rustdoc/normalize-assoc-item.rs
tests/rustdoc/notable-trait/doc-notable_trait-mut_t_is_not_an_iterator.rs [new file with mode: 0644]
tests/rustdoc/notable-trait/doc-notable_trait-mut_t_is_not_ref_t.rs [new file with mode: 0644]
tests/rustdoc/notable-trait/doc-notable_trait-slice.bare_fn_matches.html [new file with mode: 0644]
tests/rustdoc/notable-trait/doc-notable_trait-slice.rs [new file with mode: 0644]
tests/rustdoc/notable-trait/doc-notable_trait.bare-fn.html [new file with mode: 0644]
tests/rustdoc/notable-trait/doc-notable_trait.rs [new file with mode: 0644]
tests/rustdoc/notable-trait/doc-notable_trait.some-struct-new.html [new file with mode: 0644]
tests/rustdoc/notable-trait/doc-notable_trait.wrap-me.html [new file with mode: 0644]
tests/rustdoc/notable-trait/doc-notable_trait_box_is_not_an_iterator.rs [new file with mode: 0644]
tests/rustdoc/notable-trait/notable-trait-generics.rs [new file with mode: 0644]
tests/rustdoc/notable-trait/spotlight-from-dependency.odd.html [new file with mode: 0644]
tests/rustdoc/notable-trait/spotlight-from-dependency.rs [new file with mode: 0644]
tests/rustdoc/primitive-reference.rs
tests/rustdoc/primitive-slice-auto-trait.rs
tests/rustdoc/primitive-tuple-auto-trait.rs
tests/rustdoc/primitive-unit-auto-trait.rs
tests/rustdoc/primitive.rs [deleted file]
tests/rustdoc/primitive/primitive-generic-impl.rs
tests/rustdoc/primitive/primitive.rs [new file with mode: 0644]
tests/rustdoc/sidebar-all-page.rs
tests/rustdoc/spotlight-from-dependency.odd.html [deleted file]
tests/rustdoc/spotlight-from-dependency.rs [deleted file]
tests/rustdoc/tab_title.rs
tests/rustdoc/titles.rs
tests/rustdoc/type-layout.rs
tests/ui-fulldeps/auxiliary/issue-13560-1.rs [deleted file]
tests/ui-fulldeps/auxiliary/issue-13560-2.rs [deleted file]
tests/ui-fulldeps/auxiliary/issue-13560-3.rs [deleted file]
tests/ui-fulldeps/auxiliary/issue-16822.rs [deleted file]
tests/ui-fulldeps/auxiliary/issue-18502.rs [deleted file]
tests/ui-fulldeps/auxiliary/issue-24106.rs [deleted file]
tests/ui-fulldeps/auxiliary/lint-for-crate-rpass.rs [deleted file]
tests/ui-fulldeps/auxiliary/lint-for-crate.rs
tests/ui-fulldeps/extern-mod-syntax.rs [deleted file]
tests/ui-fulldeps/fluent-messages/invalid-escape.ftl [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/test.rs
tests/ui-fulldeps/fluent-messages/test.stderr
tests/ui-fulldeps/internal-lints/diagnostics_incorrect.rs [deleted file]
tests/ui-fulldeps/internal-lints/diagnostics_incorrect.stderr [deleted file]
tests/ui-fulldeps/internal-lints/existing_doc_keyword.rs [deleted file]
tests/ui-fulldeps/internal-lints/existing_doc_keyword.stderr [deleted file]
tests/ui-fulldeps/internal-lints/query_stability_incorrect.rs [deleted file]
tests/ui-fulldeps/internal-lints/query_stability_incorrect.stderr [deleted file]
tests/ui-fulldeps/internal-lints/rustc_pass_by_value_self.rs [deleted file]
tests/ui-fulldeps/internal-lints/rustc_pass_by_value_self.stderr [deleted file]
tests/ui-fulldeps/issue-11881.rs [deleted file]
tests/ui-fulldeps/issue-13560.rs [deleted file]
tests/ui-fulldeps/issue-15924.rs [deleted file]
tests/ui-fulldeps/issue-16822.rs [deleted file]
tests/ui-fulldeps/issue-18502.rs [deleted file]
tests/ui-fulldeps/issue-24106.rs [deleted file]
tests/ui-fulldeps/issue-2804.rs [deleted file]
tests/ui-fulldeps/myriad-closures.rs [deleted file]
tests/ui-fulldeps/pprust-expr-roundtrip.rs
tests/ui-fulldeps/session-diagnostic/diagnostic-derive.rs
tests/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr
tests/ui-fulldeps/session-diagnostic/subdiagnostic-derive.rs
tests/ui-fulldeps/session-diagnostic/subdiagnostic-derive.stderr
tests/ui-fulldeps/stable-mir/crate-info.rs [new file with mode: 0644]
tests/ui-fulldeps/std/issue-15149.rs [deleted file]
tests/ui-fulldeps/std/issue-81357-unsound-file-methods.rs [deleted file]
tests/ui-fulldeps/std/stdio-from.rs [deleted file]
tests/ui-fulldeps/std/switch-stdout.rs [deleted file]
tests/ui-toml/array_size_threshold/array_size_threshold.rs [deleted file]
tests/ui-toml/array_size_threshold/array_size_threshold.stderr [deleted file]
tests/ui-toml/array_size_threshold/clippy.toml [deleted file]
tests/ui/abi/stack-probes-lto.rs
tests/ui/argument-suggestions/issue-109425.fixed [new file with mode: 0644]
tests/ui/argument-suggestions/issue-109425.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-109425.stderr [new file with mode: 0644]
tests/ui/argument-suggestions/issue-109831.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-109831.stderr [new file with mode: 0644]
tests/ui/array-slice-vec/repeat_empty_ok.stderr
tests/ui/asm/aarch64/parse-error.rs
tests/ui/asm/aarch64/parse-error.stderr
tests/ui/asm/bad-template.aarch64_mirunsafeck.stderr
tests/ui/asm/bad-template.aarch64_thirunsafeck.stderr
tests/ui/asm/bad-template.x86_64_mirunsafeck.stderr
tests/ui/asm/bad-template.x86_64_thirunsafeck.stderr
tests/ui/asm/x86_64/issue-89875.rs
tests/ui/asm/x86_64/parse-error.rs
tests/ui/asm/x86_64/parse-error.stderr
tests/ui/associated-consts/associated-const-dead-code.stderr
tests/ui/associated-consts/defaults-not-assumed-fail.stderr
tests/ui/associated-consts/issue-93775.rs
tests/ui/associated-inherent-types/issue-109299-1.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/issue-109299-1.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/issue-109299.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/issue-109299.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/ambiguous-associated-type2.stderr
tests/ui/associated-type-bounds/issue-104916.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/issue-104916.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/bad-inputs-and-output.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/bad-inputs-and-output.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/basic.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/basic.with.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/basic.without.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/equality.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/equality.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/missing.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/missing.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/non-rpitit.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/non-rpitit.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/unpretty-parenthesized.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/unpretty-parenthesized.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/unpretty-parenthesized.stdout [new file with mode: 0644]
tests/ui/associated-types/associated-types-in-ambiguous-context.rs
tests/ui/associated-types/associated-types-in-ambiguous-context.stderr
tests/ui/associated-types/defaults-suitability.stderr
tests/ui/associated-types/issue-20825.stderr
tests/ui/associated-types/issue-63591.rs
tests/ui/associated-types/issue-67684.rs
tests/ui/async-await/async-trait-fn.current.stderr [new file with mode: 0644]
tests/ui/async-await/async-trait-fn.next.stderr [new file with mode: 0644]
tests/ui/async-await/async-trait-fn.rs
tests/ui/async-await/async-trait-fn.stderr
tests/ui/async-await/edition-deny-async-fns-2015.current.stderr [new file with mode: 0644]
tests/ui/async-await/edition-deny-async-fns-2015.next.stderr [new file with mode: 0644]
tests/ui/async-await/edition-deny-async-fns-2015.rs
tests/ui/async-await/edition-deny-async-fns-2015.stderr [deleted file]
tests/ui/async-await/generator-desc.stderr
tests/ui/async-await/in-trait/async-associated-types.rs
tests/ui/async-await/in-trait/async-associated-types2.rs
tests/ui/async-await/in-trait/async-default-fn-overridden.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-default-fn-overridden.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-default-fn-overridden.rs
tests/ui/async-await/in-trait/async-default-fn-overridden.stderr [deleted file]
tests/ui/async-await/in-trait/async-example-desugared-boxed-in-trait.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-boxed-in-trait.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-boxed-in-trait.rs
tests/ui/async-await/in-trait/async-example-desugared-boxed-in-trait.stderr [deleted file]
tests/ui/async-await/in-trait/async-example-desugared-boxed.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-boxed.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-boxed.rs
tests/ui/async-await/in-trait/async-example-desugared-boxed.stderr [deleted file]
tests/ui/async-await/in-trait/async-example-desugared-extra.rs
tests/ui/async-await/in-trait/async-example-desugared-in-trait.rs
tests/ui/async-await/in-trait/async-example-desugared-manual.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-manual.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-manual.rs
tests/ui/async-await/in-trait/async-example-desugared-manual.stderr [deleted file]
tests/ui/async-await/in-trait/async-example-desugared.rs
tests/ui/async-await/in-trait/async-generics-and-bounds.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-generics-and-bounds.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-generics-and-bounds.rs
tests/ui/async-await/in-trait/async-generics-and-bounds.stderr [deleted file]
tests/ui/async-await/in-trait/async-generics.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-generics.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-generics.rs
tests/ui/async-await/in-trait/async-generics.stderr [deleted file]
tests/ui/async-await/in-trait/async-recursive-generic.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-recursive-generic.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-recursive-generic.rs
tests/ui/async-await/in-trait/async-recursive-generic.stderr [deleted file]
tests/ui/async-await/in-trait/async-recursive.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-recursive.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-recursive.rs
tests/ui/async-await/in-trait/async-recursive.stderr [deleted file]
tests/ui/async-await/in-trait/bad-signatures.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/bad-signatures.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/bad-signatures.rs
tests/ui/async-await/in-trait/bad-signatures.stderr [deleted file]
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.rs
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.stderr [deleted file]
tests/ui/async-await/in-trait/early-bound-1.rs
tests/ui/async-await/in-trait/early-bound-2.rs
tests/ui/async-await/in-trait/fn-not-async-err2.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/fn-not-async-err2.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/fn-not-async-err2.rs
tests/ui/async-await/in-trait/fn-not-async-err2.stderr [deleted file]
tests/ui/async-await/in-trait/generics-mismatch.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/generics-mismatch.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/generics-mismatch.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/generics-mismatch.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/implied-bounds.rs
tests/ui/async-await/in-trait/issue-102138.rs
tests/ui/async-await/in-trait/issue-102219.rs
tests/ui/async-await/in-trait/issue-102310.rs
tests/ui/async-await/in-trait/issue-104678.rs
tests/ui/async-await/in-trait/lifetime-mismatch.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/lifetime-mismatch.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/lifetime-mismatch.rs
tests/ui/async-await/in-trait/lifetime-mismatch.stderr [deleted file]
tests/ui/async-await/in-trait/missing-send-bound.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/missing-send-bound.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/missing-send-bound.rs
tests/ui/async-await/in-trait/missing-send-bound.stderr [deleted file]
tests/ui/async-await/in-trait/object-safety.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/object-safety.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/object-safety.rs
tests/ui/async-await/in-trait/object-safety.stderr [deleted file]
tests/ui/async-await/in-trait/return-type-suggestion.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/return-type-suggestion.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/return-type-suggestion.rs
tests/ui/async-await/in-trait/return-type-suggestion.stderr [deleted file]
tests/ui/async-await/issue-108572.rs [new file with mode: 0644]
tests/ui/async-await/issue-108572.stderr [new file with mode: 0644]
tests/ui/async-await/large_moves.attribute.stderr
tests/ui/async-await/large_moves.option.stderr
tests/ui/async-await/large_moves.rs
tests/ui/async-await/missed-capture-issue-107414.rs [new file with mode: 0644]
tests/ui/async-await/no-const-async.rs
tests/ui/async-await/no-const-async.stderr
tests/ui/async-await/pin-needed-to-poll-2.stderr
tests/ui/async-await/task-context-arg.rs [new file with mode: 0644]
tests/ui/async-await/track-caller/async-block.rs
tests/ui/async-await/track-caller/async-block.stderr
tests/ui/async-await/track-caller/panic-track-caller.rs
tests/ui/attributes/issue-105594-invalid-attr-validation.rs
tests/ui/attributes/no-mangle-closure.rs [new file with mode: 0644]
tests/ui/attributes/no-mangle-closure.stderr [new file with mode: 0644]
tests/ui/auto-traits/suspicious-negative-impls-lint.rs [new file with mode: 0644]
tests/ui/auto-traits/suspicious-negative-impls-lint.stderr [new file with mode: 0644]
tests/ui/autoref-autoderef/issue-38940.rs [deleted file]
tests/ui/autoref-autoderef/issue-38940.stderr [deleted file]
tests/ui/auxiliary/issue-13560-1.rs [new file with mode: 0644]
tests/ui/auxiliary/issue-13560-2.rs [new file with mode: 0644]
tests/ui/auxiliary/issue-13560-3.rs [new file with mode: 0644]
tests/ui/auxiliary/issue-16822.rs [new file with mode: 0644]
tests/ui/auxiliary/issue-18502.rs [new file with mode: 0644]
tests/ui/auxiliary/issue-24106.rs [new file with mode: 0644]
tests/ui/auxiliary/xc-private-method-lib.rs [deleted file]
tests/ui/binding/issue-53114-safety-checks.rs
tests/ui/binding/issue-53114-safety-checks.stderr
tests/ui/binding/optional_comma_in_match_arm.rs
tests/ui/binop/issue-28837.stderr
tests/ui/borrowck/bindings-after-at-or-patterns-slice-patterns-box-patterns.stderr
tests/ui/borrowck/borrowck-pat-enum.rs
tests/ui/borrowck/borrowck-vec-pattern-nesting.rs
tests/ui/borrowck/borrowck-vec-pattern-nesting.stderr
tests/ui/borrowck/drop-in-loop.rs [new file with mode: 0644]
tests/ui/borrowck/drop-in-loop.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-45199.rs
tests/ui/borrowck/issue-45199.stderr
tests/ui/borrowck/issue-58776-borrowck-scans-children.rs
tests/ui/borrowck/issue-58776-borrowck-scans-children.stderr
tests/ui/borrowck/issue-64453.stderr
tests/ui/borrowck/issue-70919-drop-in-loop.rs [new file with mode: 0644]
tests/ui/borrowck/let_underscore_temporary.rs [new file with mode: 0644]
tests/ui/box/unit/expr-block-generic-unique1.rs [new file with mode: 0644]
tests/ui/box/unit/expr-block-generic-unique2.rs [new file with mode: 0644]
tests/ui/box/unit/expr-if-unique.rs [new file with mode: 0644]
tests/ui/box/unit/unique-assign-copy.rs [new file with mode: 0644]
tests/ui/box/unit/unique-assign-drop.rs [new file with mode: 0644]
tests/ui/box/unit/unique-assign-generic.rs [new file with mode: 0644]
tests/ui/box/unit/unique-assign.rs [new file with mode: 0644]
tests/ui/box/unit/unique-autoderef-field.rs [new file with mode: 0644]
tests/ui/box/unit/unique-autoderef-index.rs [new file with mode: 0644]
tests/ui/box/unit/unique-cmp.rs [new file with mode: 0644]
tests/ui/box/unit/unique-containing-tag.rs [new file with mode: 0644]
tests/ui/box/unit/unique-create.rs [new file with mode: 0644]
tests/ui/box/unit/unique-decl-init-copy.rs [new file with mode: 0644]
tests/ui/box/unit/unique-decl-init.rs [new file with mode: 0644]
tests/ui/box/unit/unique-decl-move.rs [new file with mode: 0644]
tests/ui/box/unit/unique-decl.rs [new file with mode: 0644]
tests/ui/box/unit/unique-deref.rs [new file with mode: 0644]
tests/ui/box/unit/unique-destructure.rs [new file with mode: 0644]
tests/ui/box/unit/unique-drop-complex.rs [new file with mode: 0644]
tests/ui/box/unit/unique-ffi-symbols.rs [new file with mode: 0644]
tests/ui/box/unit/unique-fn-arg-move.rs [new file with mode: 0644]
tests/ui/box/unit/unique-fn-arg-mut.rs [new file with mode: 0644]
tests/ui/box/unit/unique-fn-arg.rs [new file with mode: 0644]
tests/ui/box/unit/unique-fn-ret.rs [new file with mode: 0644]
tests/ui/box/unit/unique-generic-assign.rs [new file with mode: 0644]
tests/ui/box/unit/unique-in-tag.rs [new file with mode: 0644]
tests/ui/box/unit/unique-in-vec-copy.rs [new file with mode: 0644]
tests/ui/box/unit/unique-in-vec.rs [new file with mode: 0644]
tests/ui/box/unit/unique-init.rs [new file with mode: 0644]
tests/ui/box/unit/unique-kinds.rs [new file with mode: 0644]
tests/ui/box/unit/unique-log.rs [new file with mode: 0644]
tests/ui/box/unit/unique-match-discrim.rs [new file with mode: 0644]
tests/ui/box/unit/unique-move-drop.rs [new file with mode: 0644]
tests/ui/box/unit/unique-move-temp.rs [new file with mode: 0644]
tests/ui/box/unit/unique-move.rs [new file with mode: 0644]
tests/ui/box/unit/unique-mutable.rs [new file with mode: 0644]
tests/ui/box/unit/unique-object-move.rs [new file with mode: 0644]
tests/ui/box/unit/unique-object-noncopyable.rs [new file with mode: 0644]
tests/ui/box/unit/unique-object-noncopyable.stderr [new file with mode: 0644]
tests/ui/box/unit/unique-pat-2.rs [new file with mode: 0644]
tests/ui/box/unit/unique-pat-3.rs [new file with mode: 0644]
tests/ui/box/unit/unique-pat.rs [new file with mode: 0644]
tests/ui/box/unit/unique-pinned-nocopy.rs [new file with mode: 0644]
tests/ui/box/unit/unique-pinned-nocopy.stderr [new file with mode: 0644]
tests/ui/box/unit/unique-rec.rs [new file with mode: 0644]
tests/ui/box/unit/unique-send-2.rs [new file with mode: 0644]
tests/ui/box/unit/unique-send.rs [new file with mode: 0644]
tests/ui/box/unit/unique-swap.rs [new file with mode: 0644]
tests/ui/box/unit/unwind-unique.rs [new file with mode: 0644]
tests/ui/cfg/auxiliary/cfg_false_lib.rs [new file with mode: 0644]
tests/ui/cfg/cfg-false-feature.rs [new file with mode: 0644]
tests/ui/cfg/cfg-false-feature.stderr [new file with mode: 0644]
tests/ui/cfg/cfg_false_no_std.rs [new file with mode: 0644]
tests/ui/chalkify/bugs/async.rs
tests/ui/chalkify/bugs/async.stderr
tests/ui/check-cfg/compact-values.stderr
tests/ui/check-cfg/my-awesome-platform.json [new file with mode: 0644]
tests/ui/check-cfg/values-target-json.rs [new file with mode: 0644]
tests/ui/check-cfg/values-target-json.stderr [new file with mode: 0644]
tests/ui/check-static-values-constraints.rs
tests/ui/check-static-values-constraints.stderr
tests/ui/closures/2229_closure_analysis/array_subslice.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/array_subslice.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/unique-borrows-are-invariant-1.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/unique-borrows-are-invariant-1.stderr [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/unique-borrows-are-invariant-2.rs [new file with mode: 0644]
tests/ui/closures/2229_closure_analysis/unique-borrows-are-invariant-2.stderr [new file with mode: 0644]
tests/ui/closures/issue-109188.rs [new file with mode: 0644]
tests/ui/closures/issue-109188.stderr [new file with mode: 0644]
tests/ui/closures/self-supertrait-bounds.rs [new file with mode: 0644]
tests/ui/codegen/mono-impossible-2.rs [new file with mode: 0644]
tests/ui/codegen/mono-impossible.rs [new file with mode: 0644]
tests/ui/coercion/coerce-expect-unsized-ascribed.rs
tests/ui/coercion/coerce-expect-unsized-ascribed.stderr
tests/ui/coherence/coherence-conflicting-negative-trait-impl.rs
tests/ui/coherence/coherence-conflicting-negative-trait-impl.stderr
tests/ui/coherence/coherence-impls-copy.stderr
tests/ui/coherence/coherence-orphan.rs
tests/ui/coherence/coherence-orphan.stderr
tests/ui/coherence/coherence_inherent.stderr
tests/ui/coherence/coherence_inherent_cc.stderr
tests/ui/coherence/deep-bad-copy-reason.rs
tests/ui/coherence/deep-bad-copy-reason.stderr
tests/ui/coherence/illegal-copy-bad-projection.rs [new file with mode: 0644]
tests/ui/coherence/illegal-copy-bad-projection.stderr [new file with mode: 0644]
tests/ui/command/command-exec.rs
tests/ui/conditional-compilation/cfg-attr-multi-true.stderr
tests/ui/const-generics/bad-generic-in-copy-impl.rs [new file with mode: 0644]
tests/ui/const-generics/bad-generic-in-copy-impl.stderr [new file with mode: 0644]
tests/ui/const-generics/bad-subst-const-kind.rs [new file with mode: 0644]
tests/ui/const-generics/bad-subst-const-kind.stderr [new file with mode: 0644]
tests/ui/const-generics/const-arg-in-const-arg.full.stderr
tests/ui/const-generics/const-arg-in-const-arg.min.stderr
tests/ui/const-generics/defaults/doesnt_infer.stderr
tests/ui/const-generics/generic_const_exprs/cross_crate_predicate.stderr
tests/ui/const-generics/generic_const_exprs/issue-94287.stderr
tests/ui/const-generics/generic_const_exprs/mismatched-gat-subst-kind.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/mismatched-gat-subst-kind.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/typeid-equality-by-subtyping.rs [new file with mode: 0644]
tests/ui/const-generics/issue-93647.rs
tests/ui/const-generics/issue-93647.stderr
tests/ui/const-generics/issues/issue-82956.stderr
tests/ui/const-generics/transmute-fail.rs [new file with mode: 0644]
tests/ui/const-generics/transmute-fail.stderr [new file with mode: 0644]
tests/ui/const-generics/transmute.rs [new file with mode: 0644]
tests/ui/const-generics/transmute_no_gate.rs [new file with mode: 0644]
tests/ui/const-generics/transmute_no_gate.stderr [new file with mode: 0644]
tests/ui/const-generics/type_mismatch.rs
tests/ui/const-generics/type_mismatch.stderr
tests/ui/const-generics/type_not_in_scope.rs
tests/ui/const-generics/type_not_in_scope.stderr
tests/ui/const-ptr/out_of_bounds_read.stderr
tests/ui/const_prop/issue-86351.rs [new file with mode: 0644]
tests/ui/const_prop/unreachable-bounds.rs [new file with mode: 0644]
tests/ui/const_prop/unreachable-overflow.rs [new file with mode: 0644]
tests/ui/consts/const-block-const-bound.stderr
tests/ui/consts/const-blocks/fn-call-in-non-const.stderr
tests/ui/consts/const-blocks/migrate-fail.stderr
tests/ui/consts/const-blocks/nll-fail.stderr
tests/ui/consts/const-err-late.stderr
tests/ui/consts/const-eval/const-eval-overflow-2.rs
tests/ui/consts/const-eval/const-eval-overflow-2.stderr
tests/ui/consts/const-eval/format.rs
tests/ui/consts/const-eval/format.stderr
tests/ui/consts/const-eval/issue-44578.stderr
tests/ui/consts/const-eval/panic-assoc-never-type.rs
tests/ui/consts/const-eval/ref_to_int_match.32bit.stderr
tests/ui/consts/const-eval/ref_to_int_match.64bit.stderr
tests/ui/consts/const-eval/ref_to_int_match.rs
tests/ui/consts/const-eval/transmute-size-mismatch.rs [new file with mode: 0644]
tests/ui/consts/const-eval/transmute-size-mismatch.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-enum.32bit.stderr
tests/ui/consts/const-eval/ub-enum.64bit.stderr
tests/ui/consts/const-eval/ub-ref-ptr.stderr
tests/ui/consts/const-eval/ub-slice-get-unchecked.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ub-slice-get-unchecked.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-uninhabit.rs
tests/ui/consts/const-eval/ub-uninhabit.stderr
tests/ui/consts/const-eval/validate_uninhabited_zsts.32bit.stderr
tests/ui/consts/const-eval/validate_uninhabited_zsts.64bit.stderr
tests/ui/consts/const-eval/validate_uninhabited_zsts.rs
tests/ui/consts/const-fn-error.rs
tests/ui/consts/const-fn-error.stderr
tests/ui/consts/const-for.rs
tests/ui/consts/const-for.stderr
tests/ui/consts/const-match-check.eval1.stderr
tests/ui/consts/const-match-check.eval2.stderr
tests/ui/consts/const-match-check.matchck.stderr
tests/ui/consts/const-pattern-irrefutable.stderr
tests/ui/consts/const_in_pattern/cross-crate-fail.stderr
tests/ui/consts/const_in_pattern/custom-eq-branch-warn.rs
tests/ui/consts/const_in_pattern/custom-eq-branch-warn.stderr
tests/ui/consts/const_in_pattern/incomplete-slice.stderr
tests/ui/consts/const_in_pattern/issue-78057.stderr
tests/ui/consts/const_in_pattern/no-eq-branch-fail.stderr
tests/ui/consts/const_in_pattern/reject_non_partial_eq.stderr
tests/ui/consts/const_in_pattern/reject_non_structural.rs
tests/ui/consts/const_in_pattern/reject_non_structural.stderr
tests/ui/consts/const_in_pattern/warn_corner_cases.stderr
tests/ui/consts/invalid-inline-const-in-match-arm.rs
tests/ui/consts/invalid-inline-const-in-match-arm.stderr
tests/ui/consts/issue-28113.rs
tests/ui/consts/issue-28113.stderr
tests/ui/consts/issue-43105.rs
tests/ui/consts/issue-43105.stderr
tests/ui/consts/issue-56164.rs
tests/ui/consts/issue-56164.stderr
tests/ui/consts/issue-64506.rs
tests/ui/consts/issue-64506.stderr [new file with mode: 0644]
tests/ui/consts/issue-68542-closure-in-array-len.rs
tests/ui/consts/issue-68542-closure-in-array-len.stderr
tests/ui/consts/issue-73976-polymorphic.rs
tests/ui/consts/issue-73976-polymorphic.stderr
tests/ui/consts/issue-78655.rs
tests/ui/consts/issue-78655.stderr
tests/ui/consts/issue-79137-toogeneric.rs
tests/ui/consts/issue-79137-toogeneric.stderr
tests/ui/consts/issue-miri-1910.stderr
tests/ui/consts/match_ice.stderr
tests/ui/consts/min_const_fn/min_const_fn_libstd_stability.stderr
tests/ui/consts/min_const_fn/min_const_fn_unsafe_bad.rs
tests/ui/consts/min_const_fn/min_const_fn_unsafe_bad.stderr
tests/ui/consts/min_const_fn/min_const_unsafe_fn_libstd_stability.stderr
tests/ui/consts/miri_unleashed/assoc_const.stderr
tests/ui/consts/miri_unleashed/assoc_const_2.stderr
tests/ui/consts/miri_unleashed/box.rs
tests/ui/consts/miri_unleashed/box.stderr
tests/ui/consts/miri_unleashed/const_refers_to_static_cross_crate.32bit.stderr
tests/ui/consts/miri_unleashed/const_refers_to_static_cross_crate.64bit.stderr
tests/ui/consts/miri_unleashed/const_refers_to_static_cross_crate.rs
tests/ui/consts/miri_unleashed/tls.stderr
tests/ui/consts/offset_from_ub.stderr
tests/ui/consts/uninhabited-const-issue-61744.stderr
tests/ui/cycle-trait/cycle-trait-supertrait-direct.stderr
tests/ui/cycle-trait/cycle-trait-supertrait-indirect.stderr
tests/ui/derived-errors/issue-31997-1.stderr
tests/ui/derives/derive-assoc-type-not-impl.stderr
tests/ui/derives/derives-span-Clone-enum-struct-variant.stderr
tests/ui/derives/derives-span-Clone-enum.stderr
tests/ui/derives/derives-span-Clone-struct.stderr
tests/ui/derives/derives-span-Clone-tuple-struct.stderr
tests/ui/derives/derives-span-Debug-enum-struct-variant.stderr
tests/ui/derives/derives-span-Debug-enum.stderr
tests/ui/derives/derives-span-Debug-struct.stderr
tests/ui/derives/derives-span-Debug-tuple-struct.stderr
tests/ui/derives/derives-span-Default-struct.stderr
tests/ui/derives/derives-span-Default-tuple-struct.stderr
tests/ui/derives/derives-span-Eq-enum-struct-variant.stderr
tests/ui/derives/derives-span-Eq-enum.stderr
tests/ui/derives/derives-span-Eq-struct.stderr
tests/ui/derives/derives-span-Eq-tuple-struct.stderr
tests/ui/derives/derives-span-Hash-enum-struct-variant.stderr
tests/ui/derives/derives-span-Hash-enum.stderr
tests/ui/derives/derives-span-Hash-struct.stderr
tests/ui/derives/derives-span-Hash-tuple-struct.stderr
tests/ui/derives/derives-span-Ord-enum-struct-variant.stderr
tests/ui/derives/derives-span-Ord-enum.stderr
tests/ui/derives/derives-span-Ord-struct.stderr
tests/ui/derives/derives-span-Ord-tuple-struct.stderr
tests/ui/derives/derives-span-PartialEq-enum-struct-variant.stderr
tests/ui/derives/derives-span-PartialEq-enum.stderr
tests/ui/derives/derives-span-PartialEq-struct.stderr
tests/ui/derives/derives-span-PartialEq-tuple-struct.stderr
tests/ui/derives/derives-span-PartialOrd-enum-struct-variant.stderr
tests/ui/derives/derives-span-PartialOrd-enum.stderr
tests/ui/derives/derives-span-PartialOrd-struct.stderr
tests/ui/derives/derives-span-PartialOrd-tuple-struct.stderr
tests/ui/derives/deriving-no-inner-impl-error-message.stderr
tests/ui/derives/deriving-with-repr-packed-2.stderr
tests/ui/derives/issue-91492.stderr
tests/ui/derives/issue-91550.stderr
tests/ui/diagnostic-width/auxiliary/tab_column_numbers.rs [new file with mode: 0644]
tests/ui/diagnostic-width/tab-column-numbers.rs [new file with mode: 0644]
tests/ui/diagnostic-width/tab-column-numbers.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-56028-there-is-an-enum-variant.stderr
tests/ui/did_you_mean/recursion_limit.stderr
tests/ui/did_you_mean/recursion_limit_deref.stderr
tests/ui/disambiguate-identical-names.rs [deleted file]
tests/ui/disambiguate-identical-names.stderr [deleted file]
tests/ui/dst/issue-90528-unsizing-suggestion-1.rs [new file with mode: 0644]
tests/ui/dst/issue-90528-unsizing-suggestion-1.stderr [new file with mode: 0644]
tests/ui/dst/issue-90528-unsizing-suggestion-2.rs [new file with mode: 0644]
tests/ui/dst/issue-90528-unsizing-suggestion-2.stderr [new file with mode: 0644]
tests/ui/dst/issue-90528-unsizing-suggestion-3.rs [new file with mode: 0644]
tests/ui/dst/issue-90528-unsizing-suggestion-3.stderr [new file with mode: 0644]
tests/ui/dst/issue-90528-unsizing-suggestion-4.rs [new file with mode: 0644]
tests/ui/dst/issue-90528-unsizing-suggestion-4.stderr [new file with mode: 0644]
tests/ui/dyn-star/align.normal.stderr
tests/ui/dyn-star/align.over_aligned.stderr
tests/ui/dyn-star/align.rs
tests/ui/dyn-star/check-size-at-cast-polymorphic-bad.rs
tests/ui/dyn-star/check-size-at-cast-polymorphic-bad.stderr
tests/ui/dyn-star/check-size-at-cast.rs
tests/ui/dyn-star/check-size-at-cast.stderr
tests/ui/dyn-star/const-and-static.rs [new file with mode: 0644]
tests/ui/dyn-star/const-and-static.stderr [new file with mode: 0644]
tests/ui/dyn-star/feature-gate-dyn_star.rs
tests/ui/dyn-star/feature-gate-dyn_star.stderr
tests/ui/dyn-star/gated-span.rs [new file with mode: 0644]
tests/ui/dyn-star/gated-span.stderr [new file with mode: 0644]
tests/ui/dyn-star/no-explicit-dyn-star-cast.rs
tests/ui/dyn-star/no-explicit-dyn-star-cast.stderr
tests/ui/dyn-star/upcast.stderr
tests/ui/empty/empty-struct-tuple-pat.stderr
tests/ui/enum-discriminant/auxiliary/discr-foreign-dep.rs [new file with mode: 0644]
tests/ui/enum-discriminant/discr-foreign.rs [new file with mode: 0644]
tests/ui/enum-discriminant/issue-104519.rs
tests/ui/enum-discriminant/issue-61696.rs [new file with mode: 0644]
tests/ui/error-codes/E0004.stderr
tests/ui/error-codes/E0010-teach.rs
tests/ui/error-codes/E0010-teach.stderr
tests/ui/error-codes/E0010.rs
tests/ui/error-codes/E0010.stderr
tests/ui/error-codes/E0030-teach.rs
tests/ui/error-codes/E0030-teach.stderr
tests/ui/error-codes/E0030.rs
tests/ui/error-codes/E0030.stderr
tests/ui/error-codes/E0184.stderr
tests/ui/error-codes/E0206.rs
tests/ui/error-codes/E0206.stderr
tests/ui/error-codes/E0275.stderr
tests/ui/error-codes/E0277-3.stderr
tests/ui/error-codes/E0449.stderr
tests/ui/exclusive-drop-and-copy.rs
tests/ui/exclusive-drop-and-copy.stderr
tests/ui/expr-block-generic-unique1.rs [deleted file]
tests/ui/expr-block-generic-unique2.rs [deleted file]
tests/ui/expr-if-unique.rs [deleted file]
tests/ui/extenv/extenv-no-args.rs
tests/ui/extenv/extenv-no-args.stderr
tests/ui/extenv/extenv-too-many-args.rs
tests/ui/extenv/extenv-too-many-args.stderr
tests/ui/extenv/issue-55897.stderr
tests/ui/extern-mod-syntax.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-box-expr.rs [deleted file]
tests/ui/feature-gates/feature-gate-box-expr.stderr [deleted file]
tests/ui/feature-gates/feature-gate-box_syntax.rs [deleted file]
tests/ui/feature-gates/feature-gate-box_syntax.stderr [deleted file]
tests/ui/feature-gates/feature-gate-closure_track_caller.rs
tests/ui/feature-gates/feature-gate-closure_track_caller.stderr
tests/ui/feature-gates/feature-gate-impl_trait_in_assoc_type.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-impl_trait_in_assoc_type.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-link_cfg.stderr
tests/ui/feature-gates/feature-gate-non_exhaustive_omitted_patterns_lint.stderr
tests/ui/feature-gates/feature-gate-precise_pointer_size_matching.stderr
tests/ui/feature-gates/feature-gate-return_type_notation.cfg.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-return_type_notation.no.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-return_type_notation.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-unboxed-closures-manual-impls.stderr
tests/ui/feature-gates/test-listing-format-json.rs [new file with mode: 0644]
tests/ui/feature-gates/test-listing-format-json.run.stderr [new file with mode: 0644]
tests/ui/fmt/auxiliary/format-string-proc-macro.rs
tests/ui/fmt/format-args-argument-span.rs [new file with mode: 0644]
tests/ui/fmt/format-args-argument-span.stderr [new file with mode: 0644]
tests/ui/fmt/format-args-capture-first-literal-is-macro.rs [new file with mode: 0644]
tests/ui/fmt/format-args-capture-first-literal-is-macro.stderr [new file with mode: 0644]
tests/ui/fmt/format-args-capture-from-pm-first-arg-macro.rs [new file with mode: 0644]
tests/ui/fmt/format-args-capture-from-pm-first-arg-macro.stderr [new file with mode: 0644]
tests/ui/fmt/format-args-capture-issue-106408.rs [new file with mode: 0644]
tests/ui/fmt/format-args-capture-macro-hygiene-pass.rs [new file with mode: 0644]
tests/ui/fmt/ifmt-bad-arg.stderr
tests/ui/fmt/ifmt-unimpl.stderr
tests/ui/fmt/respanned-literal-issue-106191.rs
tests/ui/fmt/respanned-literal-issue-106191.stderr
tests/ui/fn/fn-ptr-trait-int-float-infer-var.rs [new file with mode: 0644]
tests/ui/fn/fn-ptr-trait.rs [new file with mode: 0644]
tests/ui/fn/issue-39259.rs [new file with mode: 0644]
tests/ui/fn/issue-39259.stderr [new file with mode: 0644]
tests/ui/foreign-unsafe-fn-called.mir.stderr [deleted file]
tests/ui/foreign-unsafe-fn-called.rs [deleted file]
tests/ui/foreign-unsafe-fn-called.thir.stderr [deleted file]
tests/ui/generator/clone-impl.stderr
tests/ui/generator/issue-105084.drop_tracking_mir.stderr
tests/ui/generator/issue-105084.rs
tests/ui/generator/issue-87142.rs
tests/ui/generator/non-static-is-unpin.rs
tests/ui/generator/print/generator-print-verbose-1.drop_tracking.stderr
tests/ui/generator/print/generator-print-verbose-1.drop_tracking_mir.stderr
tests/ui/generator/print/generator-print-verbose-1.no_drop_tracking.stderr
tests/ui/generator/static-not-unpin.current.stderr [new file with mode: 0644]
tests/ui/generator/static-not-unpin.next.stderr [new file with mode: 0644]
tests/ui/generator/static-not-unpin.rs
tests/ui/generator/static-not-unpin.stderr [deleted file]
tests/ui/generator/yield-in-box.rs [deleted file]
tests/ui/generator/yield-in-box.stderr [deleted file]
tests/ui/generic-associated-types/bugs/issue-100013.stderr
tests/ui/generic-associated-types/gat-bounds-normalize-pred.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-86218-2.rs
tests/ui/generic-associated-types/issue-86218.rs
tests/ui/generic-associated-types/issue-87258_a.rs
tests/ui/generic-associated-types/issue-87429-associated-type-default.stderr
tests/ui/generic-associated-types/issue-87429-specialization.stderr
tests/ui/generic-associated-types/issue-88595.rs
tests/ui/generic-associated-types/issue-88595.stderr
tests/ui/generic-associated-types/issue-89008.rs
tests/ui/generic-associated-types/issue-90014.rs
tests/ui/generic-associated-types/issue-90014.stderr
tests/ui/generics/auxiliary/foreign-generic-mismatch.rs [new file with mode: 0644]
tests/ui/generics/foreign-generic-mismatch.rs [new file with mode: 0644]
tests/ui/generics/foreign-generic-mismatch.stderr [new file with mode: 0644]
tests/ui/generics/slightly-nice-generic-literal-messages.rs [new file with mode: 0644]
tests/ui/generics/slightly-nice-generic-literal-messages.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-thir-lower-empty.rs
tests/ui/half-open-range-patterns/half-open-range-pats-thir-lower-empty.stderr
tests/ui/higher-rank-trait-bounds/fn-ptr.classic.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/fn-ptr.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-95230.new.stderr [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-95230.rs
tests/ui/hygiene/arguments.rs
tests/ui/hygiene/arguments.stderr
tests/ui/hygiene/assoc_item_ctxt.rs
tests/ui/hygiene/assoc_item_ctxt.stderr
tests/ui/hygiene/assoc_ty_bindings.rs
tests/ui/hygiene/auxiliary/legacy_interaction.rs
tests/ui/hygiene/fields.rs
tests/ui/hygiene/fields.stderr
tests/ui/hygiene/generic_params.rs
tests/ui/hygiene/globs.stderr
tests/ui/hygiene/impl_items.rs
tests/ui/hygiene/impl_items.stderr
tests/ui/hygiene/intercrate.rs
tests/ui/hygiene/intercrate.stderr
tests/ui/hygiene/issue-47311.rs
tests/ui/hygiene/issue-47312.rs
tests/ui/hygiene/items.rs
tests/ui/hygiene/legacy_interaction.rs
tests/ui/hygiene/lexical.rs
tests/ui/hygiene/no_implicit_prelude.stderr
tests/ui/hygiene/panic-location.run.stderr
tests/ui/hygiene/specialization.rs
tests/ui/hygiene/trait_items-2.rs
tests/ui/hygiene/trait_items.stderr
tests/ui/hygiene/wrap_unhygienic_example.rs
tests/ui/hygiene/xcrate.rs
tests/ui/impl-trait/associated-impl-trait-type-generic-trait.rs
tests/ui/impl-trait/associated-impl-trait-type-trivial.rs
tests/ui/impl-trait/associated-impl-trait-type.rs
tests/ui/impl-trait/auto-trait-leak.stderr
tests/ui/impl-trait/impl-fn-hrtb-bounds-2.stderr
tests/ui/impl-trait/in-trait/auxiliary/rpitit.rs
tests/ui/impl-trait/in-trait/box-coerce-span-in-default.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/box-coerce-span-in-default.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/box-coerce-span-in-default.rs
tests/ui/impl-trait/in-trait/box-coerce-span-in-default.stderr [deleted file]
tests/ui/impl-trait/in-trait/deep-match-works.rs
tests/ui/impl-trait/in-trait/deep-match.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/deep-match.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/deep-match.rs
tests/ui/impl-trait/in-trait/deep-match.stderr [deleted file]
tests/ui/impl-trait/in-trait/default-body-type-err-2.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-type-err-2.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-type-err-2.rs
tests/ui/impl-trait/in-trait/default-body-type-err-2.stderr [deleted file]
tests/ui/impl-trait/in-trait/default-body-type-err.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-type-err.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-type-err.rs
tests/ui/impl-trait/in-trait/default-body-type-err.stderr [deleted file]
tests/ui/impl-trait/in-trait/default-body-with-rpit.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-with-rpit.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-with-rpit.rs
tests/ui/impl-trait/in-trait/default-body.rs
tests/ui/impl-trait/in-trait/default-method-binder-shifting.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-method-binder-shifting.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-method-binder-shifting.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-method-constraint.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-method-constraint.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-method-constraint.rs
tests/ui/impl-trait/in-trait/default-method-constraint.stderr [deleted file]
tests/ui/impl-trait/in-trait/doesnt-satisfy.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/doesnt-satisfy.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/doesnt-satisfy.rs
tests/ui/impl-trait/in-trait/doesnt-satisfy.stderr [deleted file]
tests/ui/impl-trait/in-trait/dont-project-to-rpitit-with-no-value.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/dont-project-to-rpitit-with-no-value.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/dont-project-to-rpitit-with-no-value.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/early.rs
tests/ui/impl-trait/in-trait/encode.rs
tests/ui/impl-trait/in-trait/foreign.rs
tests/ui/impl-trait/in-trait/generics-mismatch.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/generics-mismatch.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/generics-mismatch.rs
tests/ui/impl-trait/in-trait/generics-mismatch.stderr [deleted file]
tests/ui/impl-trait/in-trait/issue-102140.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/issue-102140.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/issue-102140.rs
tests/ui/impl-trait/in-trait/issue-102140.stderr [deleted file]
tests/ui/impl-trait/in-trait/issue-102301.rs
tests/ui/impl-trait/in-trait/issue-102571.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/issue-102571.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/issue-102571.rs
tests/ui/impl-trait/in-trait/issue-102571.stderr [deleted file]
tests/ui/impl-trait/in-trait/nested-rpitit.rs
tests/ui/impl-trait/in-trait/new-lowering-strategy/simple-trait.rs [deleted file]
tests/ui/impl-trait/in-trait/object-safety.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/object-safety.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/object-safety.rs
tests/ui/impl-trait/in-trait/object-safety.stderr [deleted file]
tests/ui/impl-trait/in-trait/opaque-in-impl-is-opaque.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/opaque-in-impl-is-opaque.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/opaque-in-impl-is-opaque.rs
tests/ui/impl-trait/in-trait/opaque-in-impl-is-opaque.stderr [deleted file]
tests/ui/impl-trait/in-trait/opaque-in-impl.rs
tests/ui/impl-trait/in-trait/reveal.rs
tests/ui/impl-trait/in-trait/signature-mismatch.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/signature-mismatch.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/signature-mismatch.rs
tests/ui/impl-trait/in-trait/signature-mismatch.stderr [deleted file]
tests/ui/impl-trait/in-trait/specialization-broken.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/specialization-broken.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/specialization-broken.rs
tests/ui/impl-trait/in-trait/specialization-broken.stderr [deleted file]
tests/ui/impl-trait/in-trait/specialization-substs-remap.rs
tests/ui/impl-trait/in-trait/success.rs
tests/ui/impl-trait/in-trait/trait-more-generics-than-impl.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/trait-more-generics-than-impl.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/trait-more-generics-than-impl.rs
tests/ui/impl-trait/in-trait/trait-more-generics-than-impl.stderr [deleted file]
tests/ui/impl-trait/in-trait/wf-bounds.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/wf-bounds.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/wf-bounds.rs
tests/ui/impl-trait/in-trait/wf-bounds.stderr [deleted file]
tests/ui/impl-trait/in-trait/where-clause.rs
tests/ui/impl-trait/issue-55872-1.rs
tests/ui/impl-trait/issue-55872-2.rs
tests/ui/impl-trait/issue-55872-2.stderr [deleted file]
tests/ui/impl-trait/issue-55872-3.rs
tests/ui/impl-trait/issue-55872.rs
tests/ui/impl-trait/issues/issue-78722.rs
tests/ui/impl-trait/issues/issue-78722.stderr
tests/ui/impl-trait/issues/issue-82139.rs
tests/ui/impl-trait/issues/issue-83919.rs
tests/ui/impl-trait/issues/issue-86719.rs
tests/ui/impl-trait/issues/issue-86719.stderr
tests/ui/impl-trait/issues/issue-87340.rs
tests/ui/impl-trait/multiple-lifetimes.rs [deleted file]
tests/ui/impl-trait/multiple-lifetimes/multiple-lifetimes.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-return-type2.rs
tests/ui/impl-trait/nested-return-type2.stderr [deleted file]
tests/ui/impl-trait/nested-return-type3.rs
tests/ui/impl-trait/nested-return-type3.stderr [deleted file]
tests/ui/impl-trait/no-method-suggested-traits.stderr
tests/ui/impl-trait/recursive-impl-trait-type-indirect.drop_tracking_mir.stderr
tests/ui/impl-trait/type-alias-generic-param.rs
tests/ui/impl-trait/universal_wrong_bounds.stderr
tests/ui/impl-trait/where-allowed.rs
tests/ui/impl-trait/where-allowed.stderr
tests/ui/implied-bounds/ice-unbound-region-vars.rs [new file with mode: 0644]
tests/ui/implied-bounds/normalization-nested.lifetime.stderr [new file with mode: 0644]
tests/ui/implied-bounds/normalization-nested.rs [new file with mode: 0644]
tests/ui/implied-bounds/normalization.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/glob-conflict.rs
tests/ui/imports/glob-resolve1.stderr
tests/ui/imports/issue-26873-multifile/issue-26873-multifile.rs
tests/ui/imports/issue-38293.stderr
tests/ui/imports/issue-4366-2.stderr
tests/ui/imports/issue-4366.stderr
tests/ui/imports/local-modularized-tricky-fail-1.rs
tests/ui/imports/local-modularized-tricky-fail-1.stderr
tests/ui/imports/overlapping_pub_trait.stderr
tests/ui/imports/unnamed_pub_trait.stderr
tests/ui/index_message.rs
tests/ui/index_message.stderr
tests/ui/inference/char-as-str-single.fixed
tests/ui/inference/char-as-str-single.rs
tests/ui/inference/char-as-str-single.stderr
tests/ui/inference/issue-80409.rs [new file with mode: 0644]
tests/ui/inference/issue-83606.stderr
tests/ui/inference/need_type_info/concrete-impl.rs
tests/ui/inference/need_type_info/concrete-impl.stderr
tests/ui/inference/need_type_info/issue-109905.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/issue-109905.stderr [new file with mode: 0644]
tests/ui/infinite/infinite-trait-alias-recursion.stderr
tests/ui/inline-const/const-match-pat-generic.rs
tests/ui/inline-const/const-match-pat-generic.stderr
tests/ui/internal-lints/diagnostics_incorrect.rs [new file with mode: 0644]
tests/ui/internal-lints/diagnostics_incorrect.stderr [new file with mode: 0644]
tests/ui/internal-lints/existing_doc_keyword.rs [new file with mode: 0644]
tests/ui/internal-lints/existing_doc_keyword.stderr [new file with mode: 0644]
tests/ui/internal-lints/query_stability_incorrect.rs [new file with mode: 0644]
tests/ui/internal-lints/query_stability_incorrect.stderr [new file with mode: 0644]
tests/ui/internal-lints/rustc_pass_by_value_self.rs [new file with mode: 0644]
tests/ui/internal-lints/rustc_pass_by_value_self.stderr [new file with mode: 0644]
tests/ui/internal/internal-unstable-const.stderr
tests/ui/issue-11881.rs [new file with mode: 0644]
tests/ui/issue-13560.rs [new file with mode: 0644]
tests/ui/issue-15924.rs [new file with mode: 0644]
tests/ui/issue-16822.rs [new file with mode: 0644]
tests/ui/issue-18502.rs [new file with mode: 0644]
tests/ui/issue-24106.rs [new file with mode: 0644]
tests/ui/issue-2804.rs [new file with mode: 0644]
tests/ui/issues/issue-10465.stderr
tests/ui/issues/issue-106755.rs
tests/ui/issues/issue-106755.stderr
tests/ui/issues/issue-11709.rs
tests/ui/issues/issue-12511.stderr
tests/ui/issues/issue-17546.stderr
tests/ui/issues/issue-19086.stderr
tests/ui/issues/issue-20162.stderr
tests/ui/issues/issue-20413.stderr
tests/ui/issues/issue-20772.stderr
tests/ui/issues/issue-21160.stderr
tests/ui/issues/issue-27340.rs
tests/ui/issues/issue-27340.stderr
tests/ui/issues/issue-27842.rs
tests/ui/issues/issue-27842.stderr
tests/ui/issues/issue-28433.rs
tests/ui/issues/issue-28433.stderr
tests/ui/issues/issue-28839.rs
tests/ui/issues/issue-3029.rs
tests/ui/issues/issue-35976.unimported.stderr
tests/ui/issues/issue-37534.stderr
tests/ui/issues/issue-38190.rs
tests/ui/issues/issue-39175.stderr
tests/ui/issues/issue-50403.rs
tests/ui/issues/issue-50403.stderr
tests/ui/issues/issue-56175.stderr
tests/ui/issues/issue-59488.stderr
tests/ui/issues/issue-61696.rs [deleted file]
tests/ui/issues/issue-62375.stderr
tests/ui/issues/issue-66667-function-cmp-cycle.rs
tests/ui/issues/issue-66667-function-cmp-cycle.stderr
tests/ui/issues/issue-77919.stderr
tests/ui/issues/issue-9129.rs
tests/ui/issues/issue-98299.stderr
tests/ui/iterators/into-iter-on-arrays-lint.fixed
tests/ui/iterators/into-iter-on-arrays-lint.rs
tests/ui/kindck/kindck-impl-type-params.stderr
tests/ui/lang-items/no_owned_box_lang_item.rs [deleted file]
tests/ui/lang-items/no_owned_box_lang_item.stderr [deleted file]
tests/ui/late-bound-lifetimes/issue-80618.rs [new file with mode: 0644]
tests/ui/late-bound-lifetimes/issue-80618.stderr [new file with mode: 0644]
tests/ui/layout/issue-84108.stderr
tests/ui/layout/transmute-to-tail-with-err.rs [new file with mode: 0644]
tests/ui/layout/transmute-to-tail-with-err.stderr [new file with mode: 0644]
tests/ui/lexer/lexer-crlf-line-endings-string-literal-doc-comment.rs
tests/ui/lexer/unterminated-comment.rs [new file with mode: 0644]
tests/ui/lexer/unterminated-comment.stderr [new file with mode: 0644]
tests/ui/lexer/unterminated-nested-comment.rs [new file with mode: 0644]
tests/ui/lexer/unterminated-nested-comment.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-93911.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-95023.stderr
tests/ui/lifetimes/unusual-rib-combinations.rs
tests/ui/lifetimes/unusual-rib-combinations.stderr
tests/ui/limits/issue-55878.stderr
tests/ui/linkage-attr/issue-109144.rs [new file with mode: 0644]
tests/ui/linkage-attr/issue-109144.stderr [new file with mode: 0644]
tests/ui/lint/anonymous-reexport.rs [new file with mode: 0644]
tests/ui/lint/anonymous-reexport.stderr [new file with mode: 0644]
tests/ui/lint/clashing-extern-fn.rs
tests/ui/lint/clashing-extern-fn.stderr
tests/ui/lint/dead-code/issue-59003.rs [new file with mode: 0644]
tests/ui/lint/dead-code/issue-85255.rs
tests/ui/lint/dead-code/issue-85255.stderr
tests/ui/lint/dead-code/lint-dead-code-3.stderr
tests/ui/lint/dead-code/lint-dead-code-6.rs
tests/ui/lint/dead-code/lint-dead-code-6.stderr
tests/ui/lint/dead-code/unused-assoc-fns.rs [new file with mode: 0644]
tests/ui/lint/dead-code/unused-assoc-fns.stderr [new file with mode: 0644]
tests/ui/lint/fn_must_use.stderr
tests/ui/lint/inline-trait-and-foreign-items.rs
tests/ui/lint/issue-109152.rs [new file with mode: 0644]
tests/ui/lint/issue-109152.stderr [new file with mode: 0644]
tests/ui/lint/issue-109529.fixed [new file with mode: 0644]
tests/ui/lint/issue-109529.rs [new file with mode: 0644]
tests/ui/lint/issue-109529.stderr [new file with mode: 0644]
tests/ui/lint/lint-temporary-cstring-as-ptr.rs
tests/ui/lint/lint-temporary-cstring-as-ptr.stderr
tests/ui/lint/no-coverage.rs
tests/ui/lint/unconditional_panic_98444.rs [new file with mode: 0644]
tests/ui/lint/unconditional_panic_98444.stderr [new file with mode: 0644]
tests/ui/lint/unused/auxiliary/must-use-foreign.rs [new file with mode: 0644]
tests/ui/lint/unused/must-use-box-from-raw.stderr
tests/ui/lint/unused/must-use-foreign.rs [new file with mode: 0644]
tests/ui/lint/unused/must_use-unit.stderr
tests/ui/lint/unused/trait-alias-supertrait.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-allocation.rs [new file with mode: 0644]
tests/ui/lint/unused/unused-allocation.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-async.rs
tests/ui/lint/unused/unused-async.stderr
tests/ui/lint/unused/unused-result.stderr
tests/ui/lint/unused/unused_attributes-must_use.stderr
tests/ui/lint/use-redundant.rs [deleted file]
tests/ui/lint/use-redundant.stderr [deleted file]
tests/ui/lint/use-redundant/issue-92904.rs [new file with mode: 0644]
tests/ui/lint/use-redundant/use-redundant-glob-parent.rs [new file with mode: 0644]
tests/ui/lint/use-redundant/use-redundant-glob-parent.stderr [new file with mode: 0644]
tests/ui/lint/use-redundant/use-redundant-glob.rs [new file with mode: 0644]
tests/ui/lint/use-redundant/use-redundant-glob.stderr [new file with mode: 0644]
tests/ui/lint/use-redundant/use-redundant-multiple-namespaces.rs [new file with mode: 0644]
tests/ui/lint/use-redundant/use-redundant-not-parent.rs [new file with mode: 0644]
tests/ui/lint/use-redundant/use-redundant.rs [new file with mode: 0644]
tests/ui/lint/use-redundant/use-redundant.stderr [new file with mode: 0644]
tests/ui/liveness/liveness-assign/liveness-assign-imm-local-with-drop.rs
tests/ui/macros/bad-concat.stderr
tests/ui/macros/concat-bytes-error.stderr
tests/ui/macros/concat.stderr
tests/ui/macros/issue-100199.stderr
tests/ui/macros/issue-106837.rs [new file with mode: 0644]
tests/ui/macros/issue-106837.stderr [new file with mode: 0644]
tests/ui/macros/issue-109237.rs [new file with mode: 0644]
tests/ui/macros/issue-109237.stderr [new file with mode: 0644]
tests/ui/macros/issue-40469.rs
tests/ui/macros/issue-98790.rs [new file with mode: 0644]
tests/ui/macros/macro-comma-support-rpass.rs
tests/ui/macros/macro-include-items.rs
tests/ui/macros/macro-outer-attributes.stderr
tests/ui/macros/macro-path-prelude-fail-4.stderr
tests/ui/macros/macro-path-prelude-fail-5.rs [new file with mode: 0644]
tests/ui/macros/macro-path-prelude-fail-5.stderr [new file with mode: 0644]
tests/ui/macros/macros-nonfatal-errors.stderr
tests/ui/macros/missing-writer.rs [new file with mode: 0644]
tests/ui/macros/missing-writer.stderr [new file with mode: 0644]
tests/ui/macros/nested-use-as.rs [new file with mode: 0644]
tests/ui/macros/nonterminal-matching.stderr
tests/ui/macros/rfc-2011-nicer-assert-messages/all-expr-kinds.rs
tests/ui/macros/stringify.rs
tests/ui/macros/syntax-extension-source-utils.rs
tests/ui/malformed/malformed-derive-entry.stderr
tests/ui/marker_trait_attr/overlap-marker-trait-with-static-lifetime.rs
tests/ui/marker_trait_attr/overlap-marker-trait-with-static-lifetime.stderr [new file with mode: 0644]
tests/ui/marker_trait_attr/overlapping-impl-1-modulo-regions.rs
tests/ui/marker_trait_attr/overlapping-impl-1-modulo-regions.stderr [new file with mode: 0644]
tests/ui/match/guards-parenthesized-and.rs [new file with mode: 0644]
tests/ui/match/match-range-fail-2.rs
tests/ui/match/match-range-fail-2.stderr
tests/ui/methods/inherent-bound-in-probe.rs [new file with mode: 0644]
tests/ui/methods/inherent-bound-in-probe.stderr [new file with mode: 0644]
tests/ui/methods/method-call-lifetime-args-fail.stderr
tests/ui/methods/method-call-lifetime-args.stderr
tests/ui/mir-unpretty.rs [deleted file]
tests/ui/mir-unpretty.stderr [deleted file]
tests/ui/mir/addrof_alignment.rs [new file with mode: 0644]
tests/ui/mir/checks_without_panic_impl.rs [new file with mode: 0644]
tests/ui/mir/issue-109004-drop-large-array.rs [new file with mode: 0644]
tests/ui/mir/mir_alignment_check.rs [new file with mode: 0644]
tests/ui/mir/mir_boxing.rs [deleted file]
tests/ui/mir/unsize-trait.rs [new file with mode: 0644]
tests/ui/mir/validate/transmute_cast_sized.rs [new file with mode: 0644]
tests/ui/mismatched_types/method-help-unsatisfied-bound.stderr
tests/ui/missing/missing-items/missing-const-parameter.rs [new file with mode: 0644]
tests/ui/missing/missing-items/missing-const-parameter.stderr [new file with mode: 0644]
tests/ui/modules/issue-107649.stderr
tests/ui/modules/mod_dir_implicit.rs
tests/ui/modules/mod_dir_path.rs
tests/ui/modules/mod_dir_path2.rs
tests/ui/modules/mod_dir_path3.rs
tests/ui/modules/mod_dir_path_multi.rs
tests/ui/modules/mod_dir_recursive.rs
tests/ui/modules/mod_dir_simple.rs
tests/ui/modules/mod_file.rs
tests/ui/modules/mod_file_with_path_attr.rs
tests/ui/modules_and_files_visibility/mod_file_disambig_aux/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/myriad-closures.rs [new file with mode: 0644]
tests/ui/namespace/namespace-mix.stderr
tests/ui/never_type/exhaustive_patterns.stderr
tests/ui/never_type/issue-52443.rs
tests/ui/never_type/issue-52443.stderr
tests/ui/new-unsafe-pointers.rs [deleted file]
tests/ui/nll/closure-requirements/escape-argument-callee.stderr
tests/ui/nll/closure-requirements/escape-argument.stderr
tests/ui/nll/closure-requirements/propagate-approximated-fail-no-postdom.stderr
tests/ui/nll/closure-requirements/propagate-approximated-ref.stderr
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-comparing-against-free.stderr
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-no-bound.stderr
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-wrong-bound.stderr
tests/ui/nll/closure-requirements/propagate-approximated-val.stderr
tests/ui/nll/closure-requirements/propagate-despite-same-free-region.stderr
tests/ui/nll/closure-requirements/propagate-fail-to-approximate-longer-no-bounds.stderr
tests/ui/nll/closure-requirements/propagate-fail-to-approximate-longer-wrong-bounds.stderr
tests/ui/nll/closure-requirements/return-wrong-bound-region.stderr
tests/ui/nll/issue-78561.rs
tests/ui/nll/ty-outlives/impl-trait-captures.stderr
tests/ui/nll/ty-outlives/ty-param-closure-approximate-lower-bound.stderr
tests/ui/nll/user-annotations/region-error-ice-109072.rs [new file with mode: 0644]
tests/ui/nll/user-annotations/region-error-ice-109072.stderr [new file with mode: 0644]
tests/ui/non_modrs_mods/non_modrs_mods.rs
tests/ui/non_modrs_mods_and_inline_mods/x/y/z/compiletest-ignore-dir [new file with mode: 0644]
tests/ui/not-clone-closure.stderr
tests/ui/on-unimplemented/no-debug.stderr
tests/ui/opt-in-copy.rs
tests/ui/opt-in-copy.stderr
tests/ui/or-patterns/exhaustiveness-non-exhaustive.stderr
tests/ui/or-patterns/issue-69875-should-have-been-expanded-earlier-non-exhaustive.stderr
tests/ui/output-type-mismatch.rs [deleted file]
tests/ui/output-type-mismatch.stderr [deleted file]
tests/ui/panic-runtime/unwind-tables-target-required.rs
tests/ui/parser/assoc-static-semantic-fail.rs
tests/ui/parser/assoc-static-semantic-fail.stderr
tests/ui/parser/attr-stmt-expr-attr-bad.rs
tests/ui/parser/attr-stmt-expr-attr-bad.stderr
tests/ui/parser/circular_modules_main.stderr
tests/ui/parser/default.rs
tests/ui/parser/default.stderr
tests/ui/parser/dyn-trait-compatibility.rs
tests/ui/parser/dyn-trait-compatibility.stderr
tests/ui/parser/fn-header-semantic-fail.rs
tests/ui/parser/fn-header-semantic-fail.stderr
tests/ui/parser/ident-recovery.rs [new file with mode: 0644]
tests/ui/parser/ident-recovery.stderr [new file with mode: 0644]
tests/ui/parser/integer-literal-start-ident.rs [new file with mode: 0644]
tests/ui/parser/integer-literal-start-ident.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-104088.rs
tests/ui/parser/issues/issue-104088.stderr
tests/ui/parser/issues/issue-108242-semicolon-recovery.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-108242-semicolon-recovery.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-110014.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-110014.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-48508.rs
tests/ui/parser/issues/issue-65846-rollback-gating-failing-matcher.rs
tests/ui/parser/removed-syntax-box.fixed [new file with mode: 0644]
tests/ui/parser/removed-syntax-box.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax-box.stderr [new file with mode: 0644]
tests/ui/parser/trait-pub-assoc-const.rs
tests/ui/parser/trait-pub-assoc-const.stderr
tests/ui/parser/trait-pub-assoc-ty.rs
tests/ui/parser/trait-pub-assoc-ty.stderr
tests/ui/parser/trait-pub-method.rs
tests/ui/parser/trait-pub-method.stderr
tests/ui/pattern/bindings-after-at/bind-by-move-neither-can-live-while-the-other-survives-1.stderr
tests/ui/pattern/bindings-after-at/borrowck-pat-at-and-box.stderr
tests/ui/pattern/bindings-after-at/borrowck-pat-by-move-and-ref-inverse-promotion.stderr
tests/ui/pattern/bindings-after-at/borrowck-pat-by-move-and-ref-inverse.stderr
tests/ui/pattern/bindings-after-at/borrowck-pat-by-move-and-ref.stderr
tests/ui/pattern/bindings-after-at/borrowck-pat-ref-mut-and-ref.stderr
tests/ui/pattern/bindings-after-at/borrowck-pat-ref-mut-twice.stderr
tests/ui/pattern/bindings-after-at/default-binding-modes-both-sides-independent.stderr
tests/ui/pattern/issue-106552.stderr
tests/ui/pattern/issue-106862.fixed [new file with mode: 0644]
tests/ui/pattern/issue-106862.rs [new file with mode: 0644]
tests/ui/pattern/issue-106862.stderr [new file with mode: 0644]
tests/ui/pattern/issue-68393-let-pat-assoc-constant.stderr
tests/ui/pattern/pat-tuple-field-count-cross.stderr
tests/ui/pattern/suggest-adding-appropriate-missing-pattern-excluding-comments.fixed
tests/ui/pattern/suggest-adding-appropriate-missing-pattern-excluding-comments.stderr
tests/ui/pattern/usefulness/const-partial_eq-fallback-ice.stderr
tests/ui/pattern/usefulness/consts-opaque.stderr
tests/ui/pattern/usefulness/doc-hidden-non-exhaustive.stderr
tests/ui/pattern/usefulness/empty-match.exhaustive_patterns.stderr
tests/ui/pattern/usefulness/empty-match.normal.stderr
tests/ui/pattern/usefulness/floats.stderr
tests/ui/pattern/usefulness/guards.stderr
tests/ui/pattern/usefulness/integer-ranges/exhaustiveness.stderr
tests/ui/pattern/usefulness/integer-ranges/pointer-sized-int.deny.stderr
tests/ui/pattern/usefulness/integer-ranges/precise_pointer_matching-message.stderr
tests/ui/pattern/usefulness/issue-2111.stderr
tests/ui/pattern/usefulness/issue-30240.stderr
tests/ui/pattern/usefulness/issue-35609.stderr
tests/ui/pattern/usefulness/issue-3601.stderr
tests/ui/pattern/usefulness/issue-50900.stderr
tests/ui/pattern/usefulness/issue-56379.stderr
tests/ui/pattern/usefulness/match-byte-array-patterns-2.stderr
tests/ui/pattern/usefulness/match-privately-empty.stderr
tests/ui/pattern/usefulness/match-slice-patterns.stderr
tests/ui/pattern/usefulness/non-exhaustive-defined-here.stderr
tests/ui/pattern/usefulness/non-exhaustive-match-nested.stderr
tests/ui/pattern/usefulness/non-exhaustive-match.stderr
tests/ui/pattern/usefulness/refutable-pattern-errors.stderr
tests/ui/pattern/usefulness/refutable-pattern-in-fn-arg.stderr
tests/ui/pattern/usefulness/slice-patterns-exhaustiveness.stderr
tests/ui/pattern/usefulness/stable-gated-patterns.stderr
tests/ui/pattern/usefulness/struct-like-enum-nonexhaustive.stderr
tests/ui/pattern/usefulness/unstable-gated-patterns.stderr
tests/ui/privacy/auxiliary/xc-private-method-lib.rs [new file with mode: 0644]
tests/ui/privacy/effective_visibilities.rs
tests/ui/privacy/effective_visibilities.stderr
tests/ui/privacy/issue-29161.rs
tests/ui/privacy/issue-29161.stderr
tests/ui/privacy/priv-in-bad-locations.rs
tests/ui/privacy/priv-in-bad-locations.stderr
tests/ui/privacy/privacy-ns1.stderr
tests/ui/privacy/privacy-ns2.stderr
tests/ui/privacy/privacy-sanity.rs
tests/ui/privacy/privacy-sanity.stderr
tests/ui/privacy/private-in-public-assoc-ty.rs
tests/ui/privacy/private-in-public-type-alias-impl-trait.rs
tests/ui/privacy/useless-pub.rs
tests/ui/privacy/useless-pub.stderr
tests/ui/privacy/xc-private-method.rs [new file with mode: 0644]
tests/ui/privacy/xc-private-method.stderr [new file with mode: 0644]
tests/ui/privacy/xc-private-method2.rs [new file with mode: 0644]
tests/ui/privacy/xc-private-method2.stderr [new file with mode: 0644]
tests/ui/proc-macro/amputate-span.stderr
tests/ui/proc-macro/attributes-on-modules-fail.stderr
tests/ui/proc-macro/bad-projection.rs [new file with mode: 0644]
tests/ui/proc-macro/bad-projection.stderr [new file with mode: 0644]
tests/ui/proc-macro/derive-bad.rs
tests/ui/proc-macro/derive-bad.stderr
tests/ui/proc-macro/issue-91800.rs
tests/ui/proc-macro/issue-91800.stderr
tests/ui/proc-macro/macro-namespace-reserved-2.stderr
tests/ui/proc-macro/proc-macro-abi.rs
tests/ui/proc-macro/proc-macro-abi.stderr
tests/ui/proc-macro/signature-proc-macro-attribute.rs
tests/ui/proc-macro/signature-proc-macro-attribute.stderr
tests/ui/proc-macro/signature-proc-macro-derive.rs
tests/ui/proc-macro/signature-proc-macro-derive.stderr
tests/ui/proc-macro/signature-proc-macro.rs
tests/ui/proc-macro/signature-proc-macro.stderr
tests/ui/proc-macro/signature.rs
tests/ui/proc-macro/signature.stderr
tests/ui/proc-macro/span-api-tests.rs
tests/ui/process/signal-exit-status.rs
tests/ui/range/range-pattern-out-of-bounds-issue-68972.rs
tests/ui/range/range-pattern-out-of-bounds-issue-68972.stderr
tests/ui/range/range_traits-2.stderr
tests/ui/range/range_traits-3.stderr
tests/ui/range/range_traits-6.stderr
tests/ui/reachable-unnameable-type-alias.rs [deleted file]
tests/ui/reachable/expr_box.rs [deleted file]
tests/ui/reachable/expr_box.stderr [deleted file]
tests/ui/reachable/reachable-unnameable-type-alias.rs [new file with mode: 0644]
tests/ui/recursion/issue-95134.rs
tests/ui/regions/issue-2718.rs [deleted file]
tests/ui/repeat-expr/repeat-to-run-dtor-twice.stderr
tests/ui/resolve/crate-in-paths.stderr
tests/ui/resolve/disambiguate-identical-names.rs [new file with mode: 0644]
tests/ui/resolve/disambiguate-identical-names.stderr [new file with mode: 0644]
tests/ui/resolve/enums-are-namespaced-xc.stderr
tests/ui/resolve/filter-intrinsics.stderr
tests/ui/resolve/issue-102946.stderr
tests/ui/resolve/issue-107563-ambiguous-glob-reexports.rs [new file with mode: 0644]
tests/ui/resolve/issue-107563-ambiguous-glob-reexports.stderr [new file with mode: 0644]
tests/ui/resolve/issue-16058.stderr
tests/ui/resolve/issue-17518.stderr
tests/ui/resolve/issue-21221-1.stderr
tests/ui/resolve/issue-21221-2.stderr
tests/ui/resolve/issue-21221-3.stderr
tests/ui/resolve/issue-21221-4.stderr
tests/ui/resolve/issue-2356.stderr
tests/ui/resolve/issue-26545.stderr
tests/ui/resolve/issue-35675.stderr
tests/ui/resolve/issue-3907.stderr
tests/ui/resolve/issue-50599.stderr
tests/ui/resolve/issue-73427.stderr
tests/ui/resolve/issue-90113.stderr
tests/ui/resolve/missing-in-namespace.stderr
tests/ui/resolve/no-implicit-prelude-nested.stderr
tests/ui/resolve/no-implicit-prelude.stderr
tests/ui/resolve/privacy-enum-ctor.stderr
tests/ui/resolve/resolve-primitive-fallback.stderr
tests/ui/resolve/tool-import.rs [new file with mode: 0644]
tests/ui/resolve/tool-import.stderr [new file with mode: 0644]
tests/ui/resolve/use_suggestion.stderr
tests/ui/resolve/use_suggestion_placement.stderr
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-embedded.stderr
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-param.stderr
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-embedded.stderr
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-param.stderr
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-embedded.stderr
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-param.stderr
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-61188-match-slice-forbidden-without-eq.stderr
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-62307-match-ref-ref-forbidden-without-eq.stderr
tests/ui/rfc-1445-restrict-constants-in-patterns/match-forbidden-without-eq.stderr
tests/ui/rfc-1445-restrict-constants-in-patterns/match-nonempty-array-forbidden-without-eq.stderr
tests/ui/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.stderr
tests/ui/rfc-1937-termination-trait/issue-103052-2.current.stderr [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/issue-103052-2.next.stderr [new file with mode: 0644]
tests/ui/rfc-1937-termination-trait/issue-103052-2.rs
tests/ui/rfc-1937-termination-trait/issue-103052-2.stderr [deleted file]
tests/ui/rfc-2005-default-binding-mode/slice.stderr
tests/ui/rfc-2008-non-exhaustive/omitted-patterns.rs
tests/ui/rfc-2008-non-exhaustive/omitted-patterns.stderr
tests/ui/rfc-2008-non-exhaustive/struct.stderr
tests/ui/rfc-2008-non-exhaustive/variant.stderr
tests/ui/rfc-2091-track-caller/intrinsic-wrapper.rs
tests/ui/rfc-2091-track-caller/mir-inlined-macro.rs [new file with mode: 0644]
tests/ui/rfc-2361-dbg-macro/dbg-macro-requires-debug.stderr
tests/ui/rfc-2632-const-trait-impl/call-generic-method-nonconst.stderr
tests/ui/rfc-2632-const-trait-impl/const-closure-trait-method-fail.stderr
tests/ui/rfc-2632-const-trait-impl/const-drop-fail-2.precise.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail-2.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail-2.stock.stderr [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail.precise.stderr
tests/ui/rfc-2632-const-trait-impl/const-drop-fail.rs
tests/ui/rfc-2632-const-trait-impl/const-drop-fail.stock.stderr
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-non-const-type.rs
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-non-const-type.stderr
tests/ui/rfc-2632-const-trait-impl/default-method-body-is-const-body-checking.stderr
tests/ui/rfc-2632-const-trait-impl/function-pointer-does-not-require-const.rs
tests/ui/rfc-2632-const-trait-impl/gate.rs
tests/ui/rfc-2632-const-trait-impl/gate.stderr
tests/ui/rfc-2632-const-trait-impl/nested-closure.rs
tests/ui/rfcs/rfc-2396-target_feature-11/issue-108645-target-feature-on-main.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/issue-108645-target-feature-on-main.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/issue-108645-target-feature-on-start.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/issue-108645-target-feature-on-start.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/trait-impl.rs
tests/ui/rfcs/rfc-2396-target_feature-11/trait-impl.stderr
tests/ui/runtime/backtrace-debuginfo.rs
tests/ui/rust-2018/edition-lint-fully-qualified-paths.fixed
tests/ui/rust-2018/edition-lint-fully-qualified-paths.rs
tests/ui/rust-2018/edition-lint-fully-qualified-paths.stderr
tests/ui/rust-2018/issue-52202-use-suggestions.stderr
tests/ui/rust-2018/trait-import-suggestions.stderr
tests/ui/rust-2018/uniform-paths/issue-87932.stderr
tests/ui/rust-2021/future-prelude-collision-shadow.stderr
tests/ui/rustdoc/doc-primitive.rs [new file with mode: 0644]
tests/ui/rustdoc/doc-primitive.stderr [new file with mode: 0644]
tests/ui/rustdoc/feature-gate-doc_primitive.rs
tests/ui/rustdoc/feature-gate-doc_primitive.stderr
tests/ui/self/arbitrary_self_types_trait.rs
tests/ui/self/class-missing-self.stderr
tests/ui/shadowed/shadowed-trait-methods.stderr
tests/ui/simd/monomorphize-heterogeneous.rs [new file with mode: 0644]
tests/ui/simd/monomorphize-heterogeneous.stderr [new file with mode: 0644]
tests/ui/simple_global_asm.rs
tests/ui/slightly-nice-generic-literal-messages.rs [deleted file]
tests/ui/slightly-nice-generic-literal-messages.stderr [deleted file]
tests/ui/span/E0204.rs
tests/ui/span/E0204.stderr
tests/ui/span/drop-location-span-error-rust-2021-incompatible-closure-captures-96258.stderr
tests/ui/span/issue-35987.stderr
tests/ui/span/issue-71363.stderr
tests/ui/specialization/issue-59435.stderr
tests/ui/specialization/min_specialization/bad-const-wf-doesnt-specialize.rs [new file with mode: 0644]
tests/ui/specialization/min_specialization/bad-const-wf-doesnt-specialize.stderr [new file with mode: 0644]
tests/ui/stability-attribute/auxiliary/const-stability-attribute-implies.rs [new file with mode: 0644]
tests/ui/stability-attribute/auxiliary/similar-unstable-method.rs [new file with mode: 0644]
tests/ui/stability-attribute/const-stability-attribute-implies-missing.rs [new file with mode: 0644]
tests/ui/stability-attribute/const-stability-attribute-implies-missing.stderr [new file with mode: 0644]
tests/ui/stability-attribute/const-stability-attribute-implies-no-feature.rs [new file with mode: 0644]
tests/ui/stability-attribute/const-stability-attribute-implies-no-feature.stderr [new file with mode: 0644]
tests/ui/stability-attribute/const-stability-attribute-implies-using-stable.rs [new file with mode: 0644]
tests/ui/stability-attribute/const-stability-attribute-implies-using-stable.stderr [new file with mode: 0644]
tests/ui/stability-attribute/const-stability-attribute-implies-using-unstable.rs [new file with mode: 0644]
tests/ui/stability-attribute/const-stability-attribute-implies-using-unstable.stderr [new file with mode: 0644]
tests/ui/stability-attribute/issue-109177.rs [new file with mode: 0644]
tests/ui/stability-attribute/issue-109177.stderr [new file with mode: 0644]
tests/ui/static/static-mut-not-constant.rs
tests/ui/static/static-mut-not-constant.stderr
tests/ui/statics/uninhabited-static.stderr
tests/ui/stats/hir-stats.stderr
tests/ui/std/issue-15149.rs [new file with mode: 0644]
tests/ui/std/issue-81357-unsound-file-methods.rs [new file with mode: 0644]
tests/ui/std/stdio-from.rs [new file with mode: 0644]
tests/ui/std/switch-stdout.rs [new file with mode: 0644]
tests/ui/str/str-escape.rs
tests/ui/str/str-escape.stderr
tests/ui/structs-enums/align-struct.rs
tests/ui/structs/struct-path-alias-bounds.stderr
tests/ui/structs/struct-tuple-field-names.rs
tests/ui/structs/struct-tuple-field-names.stderr
tests/ui/suggestions/bad-infer-in-trait-impl.rs [new file with mode: 0644]
tests/ui/suggestions/bad-infer-in-trait-impl.stderr [new file with mode: 0644]
tests/ui/suggestions/chain-method-call-mutation-in-place.rs
tests/ui/suggestions/chain-method-call-mutation-in-place.stderr
tests/ui/suggestions/clone-on-unconstrained-borrowed-type-param.stderr
tests/ui/suggestions/const-pat-non-exaustive-let-new-var.rs
tests/ui/suggestions/const-pat-non-exaustive-let-new-var.stderr
tests/ui/suggestions/core-std-import-order-issue-83564.stderr
tests/ui/suggestions/correct-binder-for-arbitrary-bound-sugg.rs [new file with mode: 0644]
tests/ui/suggestions/correct-binder-for-arbitrary-bound-sugg.stderr [new file with mode: 0644]
tests/ui/suggestions/derive-macro-missing-bounds.stderr
tests/ui/suggestions/derive-trait-for-method-call.stderr
tests/ui/suggestions/dont-wrap-ambiguous-receivers.stderr
tests/ui/suggestions/expected-boxed-future-isnt-pinned.stderr
tests/ui/suggestions/import-trait-for-method-call.stderr
tests/ui/suggestions/invalid-bin-op.stderr
tests/ui/suggestions/issue-107860.rs [new file with mode: 0644]
tests/ui/suggestions/issue-107860.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-108470.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-108470.rs [new file with mode: 0644]
tests/ui/suggestions/issue-108470.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-109291.rs [new file with mode: 0644]
tests/ui/suggestions/issue-109291.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-109396.rs [new file with mode: 0644]
tests/ui/suggestions/issue-109396.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-109436.rs [new file with mode: 0644]
tests/ui/suggestions/issue-109436.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-84973-blacklist.stderr
tests/ui/suggestions/issue-97760.stderr
tests/ui/suggestions/missing-bound-in-derive-copy-impl-3.fixed
tests/ui/suggestions/missing-bound-in-derive-copy-impl-3.rs
tests/ui/suggestions/missing-bound-in-derive-copy-impl-3.stderr
tests/ui/suggestions/missing-bound-in-derive-copy-impl.rs
tests/ui/suggestions/missing-bound-in-derive-copy-impl.stderr
tests/ui/suggestions/missing-bound-in-manual-copy-impl-2.fixed
tests/ui/suggestions/missing-bound-in-manual-copy-impl-2.rs
tests/ui/suggestions/missing-bound-in-manual-copy-impl-2.stderr
tests/ui/suggestions/missing-bound-in-manual-copy-impl.fixed
tests/ui/suggestions/missing-bound-in-manual-copy-impl.rs
tests/ui/suggestions/missing-bound-in-manual-copy-impl.stderr
tests/ui/suggestions/multiline-multipart-suggestion.rs [new file with mode: 0644]
tests/ui/suggestions/multiline-multipart-suggestion.stderr [new file with mode: 0644]
tests/ui/suggestions/mut-borrow-needed-by-trait.stderr
tests/ui/suggestions/no-extern-crate-in-type.stderr
tests/ui/suggestions/raw-name-use-suggestion.stderr
tests/ui/suggestions/ref-pattern-binding.stderr
tests/ui/suggestions/suggest-pin-macro.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-pin-macro.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-ret-on-async-w-late.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-ret-on-async-w-late.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-tryinto-edition-change.stderr
tests/ui/suggestions/use-placement-resolve.stderr
tests/ui/suggestions/use-placement-typeck.stderr
tests/ui/suppressed-error.rs [deleted file]
tests/ui/suppressed-error.stderr [deleted file]
tests/ui/symbol-names/basic.legacy.stderr
tests/ui/symbol-names/basic.v0.stderr
tests/ui/symbol-names/foreign-types.stderr
tests/ui/symbol-names/impl1.v0.stderr
tests/ui/symbol-names/issue-60925.legacy.stderr
tests/ui/symbol-names/issue-60925.v0.stderr
tests/ui/symbol-names/issue-75326.v0.stderr
tests/ui/symbol-names/trait-objects.v0.stderr
tests/ui/symbol-names/x86-stdcall.rs
tests/ui/sync/suggest-once-cell.rs
tests/ui/sync/suggest-once-cell.stderr
tests/ui/sync/suggest-ref-cell.rs
tests/ui/sync/suggest-ref-cell.stderr
tests/ui/tag-that-dare-not-speak-its-name.rs [deleted file]
tests/ui/tag-that-dare-not-speak-its-name.stderr [deleted file]
tests/ui/target-feature/gate.rs
tests/ui/target-feature/gate.stderr
tests/ui/target-feature/invalid-attribute.rs
tests/ui/target-feature/invalid-attribute.stderr
tests/ui/terr-in-field.rs [deleted file]
tests/ui/terr-in-field.stderr [deleted file]
tests/ui/terr-sorts.rs [deleted file]
tests/ui/terr-sorts.stderr [deleted file]
tests/ui/test-attrs/custom-test-frameworks/issue-107454.rs [new file with mode: 0644]
tests/ui/test-attrs/custom-test-frameworks/issue-107454.stderr [new file with mode: 0644]
tests/ui/test-attrs/issue-109816.rs [new file with mode: 0644]
tests/ui/test-attrs/issue-109816.stderr [new file with mode: 0644]
tests/ui/test-attrs/test-attr-non-associated-functions.rs
tests/ui/test-attrs/test-attr-non-associated-functions.stderr
tests/ui/test-attrs/test-on-not-fn.stderr
tests/ui/test-attrs/tests-listing-format-default.rs [new file with mode: 0644]
tests/ui/test-attrs/tests-listing-format-default.run.stdout [new file with mode: 0644]
tests/ui/test-attrs/tests-listing-format-json-without-unstableopts.rs [new file with mode: 0644]
tests/ui/test-attrs/tests-listing-format-json-without-unstableopts.run.stderr [new file with mode: 0644]
tests/ui/test-attrs/tests-listing-format-json.rs [new file with mode: 0644]
tests/ui/test-attrs/tests-listing-format-json.run.stdout [new file with mode: 0644]
tests/ui/test-attrs/tests-listing-format-terse.rs [new file with mode: 0644]
tests/ui/test-attrs/tests-listing-format-terse.run.stdout [new file with mode: 0644]
tests/ui/thir-print/thir-flat.stdout
tests/ui/thir-print/thir-tree-match.stdout
tests/ui/thir-print/thir-tree.stdout
tests/ui/thread-local-mutation.rs [deleted file]
tests/ui/thread-local-mutation.stderr [deleted file]
tests/ui/thread-local-static.rs [deleted file]
tests/ui/thread-local-static.stderr [deleted file]
tests/ui/thread-local/auxiliary/tls-export.rs [new file with mode: 0644]
tests/ui/thread-local/auxiliary/tls-rlib.rs [new file with mode: 0644]
tests/ui/thread-local/thread-local-mutation.rs [new file with mode: 0644]
tests/ui/thread-local/thread-local-mutation.stderr [new file with mode: 0644]
tests/ui/thread-local/thread-local-static.rs [new file with mode: 0644]
tests/ui/thread-local/thread-local-static.stderr [new file with mode: 0644]
tests/ui/thread-local/tls-dylib-access.rs [new file with mode: 0644]
tests/ui/threads-sendsync/issue-43733-2.rs
tests/ui/threads-sendsync/issue-43733.rs
tests/ui/tool-attributes/tool-attributes-misplaced-2.stderr
tests/ui/trait-bounds/impl-bound-with-references-error.stderr
tests/ui/trait-bounds/shadowed-path-in-trait-bound-suggestion.stderr
tests/ui/traits/alias/dont-elaborate-non-self.rs [new file with mode: 0644]
tests/ui/traits/alias/dont-elaborate-non-self.stderr [new file with mode: 0644]
tests/ui/traits/associated_type_bound/assoc_type_bound_with_struct.rs
tests/ui/traits/associated_type_bound/assoc_type_bound_with_struct.stderr
tests/ui/traits/copy-is-not-modulo-regions.not_static.stderr
tests/ui/traits/copy-is-not-modulo-regions.rs
tests/ui/traits/dyn-trait.rs
tests/ui/traits/inductive-overflow/lifetime.rs
tests/ui/traits/inductive-overflow/lifetime.stderr
tests/ui/traits/inductive-overflow/supertrait-auto-trait.stderr
tests/ui/traits/issue-50480.rs
tests/ui/traits/issue-50480.stderr
tests/ui/traits/issue-71136.stderr
tests/ui/traits/issue-78372.stderr
tests/ui/traits/issue-87558.stderr
tests/ui/traits/issue-91949-hangs-on-recursion.rs
tests/ui/traits/issue-91949-hangs-on-recursion.stderr
tests/ui/traits/item-privacy.stderr
tests/ui/traits/method-private.stderr
tests/ui/traits/new-solver/alias-eq-in-canonical-response.rs [new file with mode: 0644]
tests/ui/traits/new-solver/alias-sub.rs [new file with mode: 0644]
tests/ui/traits/new-solver/alias_eq_dont_use_normalizes_to_if_substs_eq.rs
tests/ui/traits/new-solver/auto-with-drop_tracking_mir.fail.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/auto-with-drop_tracking_mir.rs [new file with mode: 0644]
tests/ui/traits/new-solver/canonical-int-var-eq-in-response.rs [new file with mode: 0644]
tests/ui/traits/new-solver/canonical-ty-var-eq-in-response.rs [new file with mode: 0644]
tests/ui/traits/new-solver/cast-checks-handling-projections.rs [new file with mode: 0644]
tests/ui/traits/new-solver/closure-inference-guidance.rs [new file with mode: 0644]
tests/ui/traits/new-solver/coherence/issue-102048.rs [new file with mode: 0644]
tests/ui/traits/new-solver/coherence/issue-102048.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/const-param-placeholder.fail.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/const-param-placeholder.rs [new file with mode: 0644]
tests/ui/traits/new-solver/deduce-ty-from-object.rs [new file with mode: 0644]
tests/ui/traits/new-solver/destruct.rs [new file with mode: 0644]
tests/ui/traits/new-solver/dont-elaborate-for-projections.rs [new file with mode: 0644]
tests/ui/traits/new-solver/equating-projection-cyclically.rs [new file with mode: 0644]
tests/ui/traits/new-solver/equating-projection-cyclically.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/float-canonical.rs [new file with mode: 0644]
tests/ui/traits/new-solver/fn-trait.rs
tests/ui/traits/new-solver/fn-trait.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/int-var-alias-eq.rs [new file with mode: 0644]
tests/ui/traits/new-solver/int-var-is-send.rs [new file with mode: 0644]
tests/ui/traits/new-solver/iter-filter-projection.rs [new file with mode: 0644]
tests/ui/traits/new-solver/lazy-nested-obligations-1.rs [new file with mode: 0644]
tests/ui/traits/new-solver/lazy-nested-obligations-2.rs [new file with mode: 0644]
tests/ui/traits/new-solver/lazy-nested-obligations-3.rs [new file with mode: 0644]
tests/ui/traits/new-solver/more-object-bound.rs
tests/ui/traits/new-solver/more-object-bound.stderr
tests/ui/traits/new-solver/nested-obligations-with-bound-vars-gat.rs [new file with mode: 0644]
tests/ui/traits/new-solver/normalize-param-env-1.rs [new file with mode: 0644]
tests/ui/traits/new-solver/normalize-param-env-2.rs [new file with mode: 0644]
tests/ui/traits/new-solver/normalize-param-env-3.rs [new file with mode: 0644]
tests/ui/traits/new-solver/param-discr-kind.rs [new file with mode: 0644]
tests/ui/traits/new-solver/pointee.rs
tests/ui/traits/new-solver/pointer-like.rs
tests/ui/traits/new-solver/pointer-like.stderr
tests/ui/traits/new-solver/prefer-candidate-no-constraints.rs [new file with mode: 0644]
tests/ui/traits/new-solver/prefer-param-env-on-ambiguity.rs [new file with mode: 0644]
tests/ui/traits/new-solver/projection-discr-kind.rs [new file with mode: 0644]
tests/ui/traits/new-solver/projection-discr-kind.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/recursive-self-normalization-2.rs [new file with mode: 0644]
tests/ui/traits/new-solver/recursive-self-normalization-2.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/recursive-self-normalization.rs [new file with mode: 0644]
tests/ui/traits/new-solver/recursive-self-normalization.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/runaway-impl-candidate-selection.rs [new file with mode: 0644]
tests/ui/traits/new-solver/runaway-impl-candidate-selection.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/specialization-transmute.rs [new file with mode: 0644]
tests/ui/traits/new-solver/specialization-transmute.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/specialization-unconstrained.rs [new file with mode: 0644]
tests/ui/traits/new-solver/specialization-unconstrained.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/stall-num-var-auto-trait.fallback.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/stall-num-var-auto-trait.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/bad-copy-cond.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/bad-copy-cond.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/capture-late-ct-in-anon.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/capture-late-ct-in-anon.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/method-probe.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/method-probe.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/missing-assoc-item.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/missing-assoc-item.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/supertrait-object-safety.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/supertrait-object-safety.stderr [new file with mode: 0644]
tests/ui/traits/reservation-impl/coherence-conflict.next.stderr [new file with mode: 0644]
tests/ui/traits/reservation-impl/coherence-conflict.old.stderr [new file with mode: 0644]
tests/ui/traits/reservation-impl/coherence-conflict.rs
tests/ui/traits/reservation-impl/coherence-conflict.stderr [deleted file]
tests/ui/traits/reservation-impl/no-use.next.stderr [new file with mode: 0644]
tests/ui/traits/reservation-impl/no-use.old.stderr [new file with mode: 0644]
tests/ui/traits/reservation-impl/no-use.rs
tests/ui/traits/reservation-impl/no-use.stderr [deleted file]
tests/ui/traits/reservation-impl/non-lattice-ok.rs
tests/ui/traits/reservation-impl/ok.rs
tests/ui/traits/solver-cycles/cycle-via-builtin-auto-trait-impl.rs [new file with mode: 0644]
tests/ui/traits/solver-cycles/cycle-via-builtin-auto-trait-impl.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/alias-where-clause-isnt-supertrait.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/alias-where-clause-isnt-supertrait.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/cyclic-trait-resolution.stderr
tests/ui/traits/wrong-mul-method-signature.rs [new file with mode: 0644]
tests/ui/traits/wrong-mul-method-signature.stderr [new file with mode: 0644]
tests/ui/transmutability/arrays/should_require_well_defined_layout.stderr
tests/ui/transmutability/enums/repr/primitive_reprs_should_have_correct_length.stderr
tests/ui/transmutability/enums/repr/should_require_well_defined_layout.stderr
tests/ui/transmutability/enums/should_pad_variants.stderr
tests/ui/transmutability/enums/should_respect_endianness.stderr
tests/ui/transmutability/issue-101739-1.rs
tests/ui/transmutability/issue-101739-1.stderr
tests/ui/transmutability/primitives/bool.current.stderr [new file with mode: 0644]
tests/ui/transmutability/primitives/bool.next.stderr [new file with mode: 0644]
tests/ui/transmutability/primitives/bool.rs
tests/ui/transmutability/primitives/bool.stderr [deleted file]
tests/ui/transmutability/primitives/numbers.current.stderr [new file with mode: 0644]
tests/ui/transmutability/primitives/numbers.next.stderr [new file with mode: 0644]
tests/ui/transmutability/primitives/numbers.rs
tests/ui/transmutability/primitives/numbers.stderr [deleted file]
tests/ui/transmutability/primitives/unit.current.stderr [new file with mode: 0644]
tests/ui/transmutability/primitives/unit.next.stderr [new file with mode: 0644]
tests/ui/transmutability/primitives/unit.rs
tests/ui/transmutability/primitives/unit.stderr [deleted file]
tests/ui/transmutability/references.current.stderr [new file with mode: 0644]
tests/ui/transmutability/references.next.stderr [new file with mode: 0644]
tests/ui/transmutability/references.rs
tests/ui/transmutability/references.stderr [deleted file]
tests/ui/transmutability/structs/repr/should_require_well_defined_layout.stderr
tests/ui/transmutability/unions/repr/should_require_well_defined_layout.stderr
tests/ui/transmutability/unions/should_pad_variants.stderr
tests/ui/transmutability/unions/should_reject_contraction.stderr
tests/ui/transmutability/unions/should_reject_disjoint.stderr
tests/ui/transmutability/unions/should_reject_intersecting.stderr
tests/ui/transmutability/visibility/should_reject_if_dst_has_private_field.stderr
tests/ui/transmutability/visibility/should_reject_if_dst_has_private_variant.stderr
tests/ui/transmutability/visibility/should_reject_if_dst_has_unreachable_field.stderr
tests/ui/transmutability/visibility/should_reject_if_dst_has_unreachable_ty.stderr
tests/ui/transmute/transmute-padding-ice.stderr
tests/ui/tuple-index.rs [deleted file]
tests/ui/tuple/tuple-index.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/assoc-type-const.rs
tests/ui/type-alias-impl-trait/assoc-type-lifetime-unconstrained.rs
tests/ui/type-alias-impl-trait/assoc-type-lifetime.rs
tests/ui/type-alias-impl-trait/associated-type-impl-trait-lifetime.rs
tests/ui/type-alias-impl-trait/auxiliary/collect_hidden_types.rs
tests/ui/type-alias-impl-trait/auxiliary/cross_crate_ice2.rs
tests/ui/type-alias-impl-trait/impl-with-unconstrained-param.rs
tests/ui/type-alias-impl-trait/imply_bounds_from_bounds.rs
tests/ui/type-alias-impl-trait/imply_bounds_from_bounds_param.rs
tests/ui/type-alias-impl-trait/imply_bounds_from_bounds_param.stderr
tests/ui/type-alias-impl-trait/incoherent-assoc-imp-trait.rs
tests/ui/type-alias-impl-trait/issue-53598.rs
tests/ui/type-alias-impl-trait/issue-57188-associate-impl-capture.rs
tests/ui/type-alias-impl-trait/issue-57611-trait-alias.rs
tests/ui/type-alias-impl-trait/issue-57700.rs
tests/ui/type-alias-impl-trait/issue-57807-associated-type.rs
tests/ui/type-alias-impl-trait/issue-58887.rs
tests/ui/type-alias-impl-trait/issue-60371.rs
tests/ui/type-alias-impl-trait/issue-60371.stderr
tests/ui/type-alias-impl-trait/issue-60564-working.rs
tests/ui/type-alias-impl-trait/issue-62000-associate-impl-trait-lifetimes.rs
tests/ui/type-alias-impl-trait/issue-74761-2.rs
tests/ui/type-alias-impl-trait/issue-74761.rs
tests/ui/type-alias-impl-trait/issue-78450.rs
tests/ui/type-alias-impl-trait/issue-89952.rs
tests/ui/type-alias-impl-trait/issue-90400-1.rs
tests/ui/type-alias-impl-trait/issue-90400-2.rs
tests/ui/type-alias-impl-trait/issue-94429.rs
tests/ui/type-alias-impl-trait/type-alias-impl-trait-unconstrained-lifetime.rs
tests/ui/type/type-check/assignment-in-if.stderr
tests/ui/type/type-check/point-at-inference-3.fixed
tests/ui/type/type-check/point-at-inference-3.rs
tests/ui/type/type-check/point-at-inference-3.stderr
tests/ui/type/type-check/point-at-inference-4.rs
tests/ui/type/type-check/point-at-inference-4.stderr
tests/ui/type/type-check/point-at-inference.stderr
tests/ui/typeck/bad-type-in-vec-contains.stderr
tests/ui/typeck/bad-type-in-vec-push.stderr
tests/ui/typeck/explain_clone_autoref.stderr
tests/ui/typeck/issue-105946.rs
tests/ui/typeck/issue-105946.stderr
tests/ui/typeck/issue-107775.stderr
tests/ui/typeck/issue-110052.rs [new file with mode: 0644]
tests/ui/typeck/issue-110052.stderr [new file with mode: 0644]
tests/ui/typeck/issue-43189.stderr
tests/ui/typeck/issue-87935-unsized-box-expr.rs [deleted file]
tests/ui/typeck/issue-87935-unsized-box-expr.stderr [deleted file]
tests/ui/typeck/issue-90164.stderr
tests/ui/typeck/lazy-norm/cast-checks-handling-projections.rs [deleted file]
tests/ui/typeck/lazy-norm/cast-checks-handling-projections.stderr [deleted file]
tests/ui/typeck/lazy-norm/equating-projection-cyclically.rs [deleted file]
tests/ui/typeck/lazy-norm/equating-projection-cyclically.stderr [deleted file]
tests/ui/typeck/output-type-mismatch.rs [new file with mode: 0644]
tests/ui/typeck/output-type-mismatch.stderr [new file with mode: 0644]
tests/ui/typeck/suppressed-error.rs [new file with mode: 0644]
tests/ui/typeck/suppressed-error.stderr [new file with mode: 0644]
tests/ui/typeck/tag-that-dare-not-speak-its-name.rs [new file with mode: 0644]
tests/ui/typeck/tag-that-dare-not-speak-its-name.stderr [new file with mode: 0644]
tests/ui/typeck/terr-in-field.rs [new file with mode: 0644]
tests/ui/typeck/terr-in-field.stderr [new file with mode: 0644]
tests/ui/typeck/terr-sorts.rs [new file with mode: 0644]
tests/ui/typeck/terr-sorts.stderr [new file with mode: 0644]
tests/ui/typeck/while-type-error.rs [new file with mode: 0644]
tests/ui/typeck/while-type-error.stderr [new file with mode: 0644]
tests/ui/typeck/wrong-ret-type.rs [new file with mode: 0644]
tests/ui/typeck/wrong-ret-type.stderr [new file with mode: 0644]
tests/ui/ufcs-polymorphic-paths.rs [deleted file]
tests/ui/ufcs/ufcs-partially-resolved.rs
tests/ui/ufcs/ufcs-partially-resolved.stderr
tests/ui/ufcs/ufcs-polymorphic-paths.rs [new file with mode: 0644]
tests/ui/underscore-imports/shadow.stderr
tests/ui/union/field_checks.rs
tests/ui/union/field_checks.stderr
tests/ui/union/issue-41073.rs
tests/ui/union/issue-41073.stderr
tests/ui/union/union-copy.rs
tests/ui/union/union-copy.stderr
tests/ui/union/union-derive-clone.mirunsafeck.stderr
tests/ui/union/union-derive-clone.thirunsafeck.stderr
tests/ui/union/union-derive-eq.mirunsafeck.stderr
tests/ui/union/union-derive-eq.thirunsafeck.stderr
tests/ui/union/union-with-drop-fields.mirunsafeck.stderr
tests/ui/union/union-with-drop-fields.rs
tests/ui/union/union-with-drop-fields.thirunsafeck.stderr
tests/ui/union/unresolved-field-isnt-copy.rs [new file with mode: 0644]
tests/ui/union/unresolved-field-isnt-copy.stderr [new file with mode: 0644]
tests/ui/unique-object-noncopyable.rs [deleted file]
tests/ui/unique-object-noncopyable.stderr [deleted file]
tests/ui/unique-pinned-nocopy.rs [deleted file]
tests/ui/unique-pinned-nocopy.stderr [deleted file]
tests/ui/unique/unique-assign-copy.rs [deleted file]
tests/ui/unique/unique-assign-drop.rs [deleted file]
tests/ui/unique/unique-assign-generic.rs [deleted file]
tests/ui/unique/unique-assign.rs [deleted file]
tests/ui/unique/unique-autoderef-field.rs [deleted file]
tests/ui/unique/unique-autoderef-index.rs [deleted file]
tests/ui/unique/unique-cmp.rs [deleted file]
tests/ui/unique/unique-containing-tag.rs [deleted file]
tests/ui/unique/unique-create.rs [deleted file]
tests/ui/unique/unique-decl-init-copy.rs [deleted file]
tests/ui/unique/unique-decl-init.rs [deleted file]
tests/ui/unique/unique-decl-move.rs [deleted file]
tests/ui/unique/unique-decl.rs [deleted file]
tests/ui/unique/unique-deref.rs [deleted file]
tests/ui/unique/unique-destructure.rs [deleted file]
tests/ui/unique/unique-drop-complex.rs [deleted file]
tests/ui/unique/unique-ffi-symbols.rs [deleted file]
tests/ui/unique/unique-fn-arg-move.rs [deleted file]
tests/ui/unique/unique-fn-arg-mut.rs [deleted file]
tests/ui/unique/unique-fn-arg.rs [deleted file]
tests/ui/unique/unique-fn-ret.rs [deleted file]
tests/ui/unique/unique-generic-assign.rs [deleted file]
tests/ui/unique/unique-in-tag.rs [deleted file]
tests/ui/unique/unique-in-vec-copy.rs [deleted file]
tests/ui/unique/unique-in-vec.rs [deleted file]
tests/ui/unique/unique-init.rs [deleted file]
tests/ui/unique/unique-kinds.rs [deleted file]
tests/ui/unique/unique-log.rs [deleted file]
tests/ui/unique/unique-match-discrim.rs [deleted file]
tests/ui/unique/unique-move-drop.rs [deleted file]
tests/ui/unique/unique-move-temp.rs [deleted file]
tests/ui/unique/unique-move.rs [deleted file]
tests/ui/unique/unique-mutable.rs [deleted file]
tests/ui/unique/unique-object-move.rs [deleted file]
tests/ui/unique/unique-pat-2.rs [deleted file]
tests/ui/unique/unique-pat-3.rs [deleted file]
tests/ui/unique/unique-pat.rs [deleted file]
tests/ui/unique/unique-rec.rs [deleted file]
tests/ui/unique/unique-send-2.rs [deleted file]
tests/ui/unique/unique-send.rs [deleted file]
tests/ui/unique/unique-swap.rs [deleted file]
tests/ui/unpretty-expr-fn-arg.rs [deleted file]
tests/ui/unpretty-expr-fn-arg.stdout [deleted file]
tests/ui/unpretty/box.rs [new file with mode: 0644]
tests/ui/unpretty/box.stdout [new file with mode: 0644]
tests/ui/unpretty/flattened-format-args.rs [new file with mode: 0644]
tests/ui/unpretty/flattened-format-args.stdout [new file with mode: 0644]
tests/ui/unpretty/mir-unpretty.rs [new file with mode: 0644]
tests/ui/unpretty/mir-unpretty.stderr [new file with mode: 0644]
tests/ui/unpretty/unpretty-expr-fn-arg.rs [new file with mode: 0644]
tests/ui/unpretty/unpretty-expr-fn-arg.stdout [new file with mode: 0644]
tests/ui/unresolved/unresolved-candidates.stderr
tests/ui/unsafe-fn-called-from-unsafe-blk.rs [deleted file]
tests/ui/unsafe-fn-called-from-unsafe-fn.rs [deleted file]
tests/ui/unsafe-pointer-assignability.rs [deleted file]
tests/ui/unsafe/foreign-unsafe-fn-called.mir.stderr [new file with mode: 0644]
tests/ui/unsafe/foreign-unsafe-fn-called.rs [new file with mode: 0644]
tests/ui/unsafe/foreign-unsafe-fn-called.thir.stderr [new file with mode: 0644]
tests/ui/unsafe/new-unsafe-pointers.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-called-from-unsafe-blk.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-called-from-unsafe-fn.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-deref-ptr.mir.stderr
tests/ui/unsafe/unsafe-fn-deref-ptr.rs
tests/ui/unsafe/unsafe-fn-deref-ptr.thir.stderr
tests/ui/unsafe/unsafe-pointer-assignability.rs [new file with mode: 0644]
tests/ui/unterminated-comment.rs [deleted file]
tests/ui/unterminated-comment.stderr [deleted file]
tests/ui/unterminated-nested-comment.rs [deleted file]
tests/ui/unterminated-nested-comment.stderr [deleted file]
tests/ui/unwind-unique.rs [deleted file]
tests/ui/use.rs [deleted file]
tests/ui/use/use-mod.rs [deleted file]
tests/ui/use/use-mod.stderr [deleted file]
tests/ui/use/use-mod/use-mod.rs [new file with mode: 0644]
tests/ui/use/use-mod/use-mod.stderr [new file with mode: 0644]
tests/ui/use/use.rs [new file with mode: 0644]
tests/ui/variance-intersection-of-ref-and-opt-ref.rs [deleted file]
tests/ui/variance-iterators-in-libcore.rs [deleted file]
tests/ui/variance/variance-intersection-of-ref-and-opt-ref.rs [new file with mode: 0644]
tests/ui/variance/variance-iterators-in-libcore.rs [new file with mode: 0644]
tests/ui/wasm-custom-section-relocations.rs [deleted file]
tests/ui/wasm-custom-section-relocations.stderr [deleted file]
tests/ui/wasm/wasm-custom-section-relocations.rs [new file with mode: 0644]
tests/ui/wasm/wasm-custom-section-relocations.stderr [new file with mode: 0644]
tests/ui/wf/hir-wf-check-erase-regions.rs
tests/ui/wf/hir-wf-check-erase-regions.stderr
tests/ui/wf/issue-110157.rs [new file with mode: 0644]
tests/ui/wf/issue-110157.stderr [new file with mode: 0644]
tests/ui/wf/wf-const-type.stderr
tests/ui/wf/wf-static-type.stderr
tests/ui/where-clauses/higher-ranked-fn-type.verbose.stderr
tests/ui/where-clauses/where-clauses-method-unsatisfied.stderr
tests/ui/where-clauses/where-clauses-unsatisfied.stderr
tests/ui/while-type-error.rs [deleted file]
tests/ui/while-type-error.stderr [deleted file]
tests/ui/wrong-mul-method-signature.rs [deleted file]
tests/ui/wrong-mul-method-signature.stderr [deleted file]
tests/ui/wrong-ret-type.rs [deleted file]
tests/ui/wrong-ret-type.stderr [deleted file]
tests/ui/xc-private-method.rs [deleted file]
tests/ui/xc-private-method.stderr [deleted file]
tests/ui/xc-private-method2.rs [deleted file]
tests/ui/xc-private-method2.stderr [deleted file]
vendor/anstream/.cargo-checksum.json [new file with mode: 0644]
vendor/anstream/Cargo.toml [new file with mode: 0644]
vendor/anstream/LICENSE-APACHE [new file with mode: 0644]
vendor/anstream/LICENSE-MIT [new file with mode: 0644]
vendor/anstream/README.md [new file with mode: 0644]
vendor/anstream/benches/stream.rs [new file with mode: 0644]
vendor/anstream/benches/strip.rs [new file with mode: 0644]
vendor/anstream/benches/wincon.rs [new file with mode: 0644]
vendor/anstream/src/adapter/mod.rs [new file with mode: 0644]
vendor/anstream/src/adapter/strip.rs [new file with mode: 0644]
vendor/anstream/src/adapter/wincon.rs [new file with mode: 0644]
vendor/anstream/src/auto.rs [new file with mode: 0644]
vendor/anstream/src/buffer.rs [new file with mode: 0644]
vendor/anstream/src/lib.rs [new file with mode: 0644]
vendor/anstream/src/lockable.rs [new file with mode: 0644]
vendor/anstream/src/macros.rs [new file with mode: 0644]
vendor/anstream/src/raw.rs [new file with mode: 0644]
vendor/anstream/src/strip.rs [new file with mode: 0644]
vendor/anstream/src/wincon.rs [new file with mode: 0644]
vendor/anstyle-parse/.cargo-checksum.json [new file with mode: 0644]
vendor/anstyle-parse/Cargo.lock [new file with mode: 0644]
vendor/anstyle-parse/Cargo.toml [new file with mode: 0644]
vendor/anstyle-parse/LICENSE-APACHE [new file with mode: 0644]
vendor/anstyle-parse/LICENSE-MIT [new file with mode: 0644]
vendor/anstyle-parse/README.md [new file with mode: 0644]
vendor/anstyle-parse/benches/parse.rs [new file with mode: 0644]
vendor/anstyle-parse/examples/parselog.rs [new file with mode: 0644]
vendor/anstyle-parse/src/lib.rs [new file with mode: 0644]
vendor/anstyle-parse/src/params.rs [new file with mode: 0644]
vendor/anstyle-parse/src/state/codegen.rs [new file with mode: 0644]
vendor/anstyle-parse/src/state/definitions.rs [new file with mode: 0644]
vendor/anstyle-parse/src/state/mod.rs [new file with mode: 0644]
vendor/anstyle-parse/src/state/table.rs [new file with mode: 0644]
vendor/anstyle-wincon/.cargo-checksum.json [new file with mode: 0644]
vendor/anstyle-wincon/Cargo.lock [new file with mode: 0644]
vendor/anstyle-wincon/Cargo.toml [new file with mode: 0644]
vendor/anstyle-wincon/LICENSE-APACHE [new file with mode: 0644]
vendor/anstyle-wincon/LICENSE-MIT [new file with mode: 0644]
vendor/anstyle-wincon/README.md [new file with mode: 0644]
vendor/anstyle-wincon/examples/dump.rs [new file with mode: 0644]
vendor/anstyle-wincon/examples/set.rs [new file with mode: 0644]
vendor/anstyle-wincon/src/console.rs [new file with mode: 0644]
vendor/anstyle-wincon/src/lib.rs [new file with mode: 0644]
vendor/anstyle-wincon/src/lockable.rs [new file with mode: 0644]
vendor/anstyle-wincon/src/stream.rs [new file with mode: 0644]
vendor/anstyle-wincon/src/windows.rs [new file with mode: 0644]
vendor/anstyle/.cargo-checksum.json [new file with mode: 0644]
vendor/anstyle/Cargo.lock [new file with mode: 0644]
vendor/anstyle/Cargo.toml [new file with mode: 0644]
vendor/anstyle/LICENSE-APACHE [new file with mode: 0644]
vendor/anstyle/LICENSE-MIT [new file with mode: 0644]
vendor/anstyle/README.md [new file with mode: 0644]
vendor/anstyle/examples/dump.rs [new file with mode: 0644]
vendor/anstyle/src/color.rs [new file with mode: 0644]
vendor/anstyle/src/effect.rs [new file with mode: 0644]
vendor/anstyle/src/lib.rs [new file with mode: 0644]
vendor/anstyle/src/macros.rs [new file with mode: 0644]
vendor/anstyle/src/reset.rs [new file with mode: 0644]
vendor/anstyle/src/style.rs [new file with mode: 0644]
vendor/ar_archive_writer/.cargo-checksum.json
vendor/ar_archive_writer/Cargo.toml
vendor/ar_archive_writer/src/archive_writer.rs
vendor/askama/.cargo-checksum.json
vendor/askama/Cargo.toml
vendor/askama/README.md [new file with mode: 0644]
vendor/askama/src/error.rs [new file with mode: 0644]
vendor/askama/src/filters/json.rs [new file with mode: 0644]
vendor/askama/src/filters/mod.rs [new file with mode: 0644]
vendor/askama/src/filters/yaml.rs [new file with mode: 0644]
vendor/askama/src/helpers.rs [new file with mode: 0644]
vendor/askama/src/lib.rs
vendor/askama_derive/.cargo-checksum.json
vendor/askama_derive/Cargo.toml
vendor/askama_derive/src/config.rs [new file with mode: 0644]
vendor/askama_derive/src/generator.rs [new file with mode: 0644]
vendor/askama_derive/src/heritage.rs [new file with mode: 0644]
vendor/askama_derive/src/input.rs [new file with mode: 0644]
vendor/askama_derive/src/lib.rs
vendor/askama_derive/src/parser/expr.rs [new file with mode: 0644]
vendor/askama_derive/src/parser/mod.rs [new file with mode: 0644]
vendor/askama_derive/src/parser/node.rs [new file with mode: 0644]
vendor/askama_derive/src/parser/tests.rs [new file with mode: 0644]
vendor/askama_derive/templates/a.html [new file with mode: 0644]
vendor/askama_derive/templates/b.html [new file with mode: 0644]
vendor/askama_derive/templates/sub/b.html [new file with mode: 0644]
vendor/askama_derive/templates/sub/c.html [new file with mode: 0644]
vendor/askama_derive/templates/sub/sub1/d.html [new file with mode: 0644]
vendor/askama_escape/.cargo-checksum.json
vendor/askama_escape/Cargo.toml
vendor/askama_escape/src/lib.rs
vendor/askama_shared/.cargo-checksum.json [deleted file]
vendor/askama_shared/Cargo.toml [deleted file]
vendor/askama_shared/LICENSE-APACHE [deleted file]
vendor/askama_shared/LICENSE-MIT [deleted file]
vendor/askama_shared/README.md [deleted file]
vendor/askama_shared/src/error.rs [deleted file]
vendor/askama_shared/src/filters/json.rs [deleted file]
vendor/askama_shared/src/filters/mod.rs [deleted file]
vendor/askama_shared/src/filters/yaml.rs [deleted file]
vendor/askama_shared/src/generator.rs [deleted file]
vendor/askama_shared/src/helpers/mod.rs [deleted file]
vendor/askama_shared/src/heritage.rs [deleted file]
vendor/askama_shared/src/input.rs [deleted file]
vendor/askama_shared/src/lib.rs [deleted file]
vendor/askama_shared/src/parser.rs [deleted file]
vendor/askama_shared/templates/a.html [deleted file]
vendor/askama_shared/templates/b.html [deleted file]
vendor/askama_shared/templates/sub/b.html [deleted file]
vendor/askama_shared/templates/sub/c.html [deleted file]
vendor/askama_shared/templates/sub/sub1/d.html [deleted file]
vendor/basic-toml/.cargo-checksum.json [new file with mode: 0644]
vendor/basic-toml/Cargo.lock [new file with mode: 0644]
vendor/basic-toml/Cargo.toml [new file with mode: 0644]
vendor/basic-toml/LICENSE-APACHE [new file with mode: 0644]
vendor/basic-toml/LICENSE-MIT [new file with mode: 0644]
vendor/basic-toml/README.md [new file with mode: 0644]
vendor/basic-toml/examples/decode.rs [new file with mode: 0644]
vendor/basic-toml/src/de.rs [new file with mode: 0644]
vendor/basic-toml/src/error.rs [new file with mode: 0644]
vendor/basic-toml/src/lib.rs [new file with mode: 0644]
vendor/basic-toml/src/ser.rs [new file with mode: 0644]
vendor/basic-toml/src/tokens.rs [new file with mode: 0644]
vendor/basic-toml/tests/README.md [new file with mode: 0644]
vendor/basic-toml/tests/datetime.rs [new file with mode: 0644]
vendor/basic-toml/tests/de-errors.rs [new file with mode: 0644]
vendor/basic-toml/tests/display-tricky.rs [new file with mode: 0644]
vendor/basic-toml/tests/enum_external_deserialize.rs [new file with mode: 0644]
vendor/basic-toml/tests/float.rs [new file with mode: 0644]
vendor/basic-toml/tests/formatting.rs [new file with mode: 0644]
vendor/basic-toml/tests/invalid-encoder/array-mixed-types-ints-and-floats.json [new file with mode: 0644]
vendor/basic-toml/tests/invalid-misc.rs [new file with mode: 0644]
vendor/basic-toml/tests/invalid.rs [new file with mode: 0644]
vendor/basic-toml/tests/invalid/datetime-malformed-no-leads.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/datetime-malformed-no-secs.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/datetime-malformed-no-t.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/datetime-malformed-with-milli.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/duplicate-key-table.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/duplicate-keys.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/duplicate-table.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/duplicate-tables.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/empty-implicit-table.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/empty-table.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/float-no-leading-zero.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/float-no-suffix.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/float-no-trailing-digits.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/key-after-array.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/key-after-table.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/key-empty.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/key-hash.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/key-newline.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/key-open-bracket.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/key-single-open-bracket.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/key-space.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/key-start-bracket.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/key-two-equals.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/string-bad-byte-escape.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/string-bad-escape.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/string-bad-line-ending-escape.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/string-byte-escapes.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/string-no-close.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/table-array-implicit.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/table-array-malformed-bracket.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/table-array-malformed-empty.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/table-empty.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/table-nested-brackets-close.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/table-nested-brackets-open.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/table-whitespace.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/table-with-pound.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/text-after-array-entries.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/text-after-integer.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/text-after-string.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/text-after-table.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/text-before-array-separator.toml [new file with mode: 0644]
vendor/basic-toml/tests/invalid/text-in-array.toml [new file with mode: 0644]
vendor/basic-toml/tests/parser.rs [new file with mode: 0644]
vendor/basic-toml/tests/tokens.rs [new file with mode: 0644]
vendor/basic-toml/tests/valid.rs [new file with mode: 0644]
vendor/basic-toml/tests/valid/array-empty.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/array-empty.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/array-mixed-types-arrays-and-ints.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/array-mixed-types-arrays-and-ints.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/array-mixed-types-ints-and-floats.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/array-mixed-types-ints-and-floats.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/array-mixed-types-strings-and-ints.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/array-mixed-types-strings-and-ints.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/array-nospaces.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/array-nospaces.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/arrays-hetergeneous.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/arrays-hetergeneous.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/arrays-nested.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/arrays-nested.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/arrays.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/arrays.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/bool.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/bool.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/comments-everywhere.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/comments-everywhere.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/datetime-truncate.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/datetime-truncate.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/datetime.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/datetime.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/dotted-keys.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/dotted-keys.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/empty.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/empty.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/example-bom.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/example-v0.3.0.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/example-v0.3.0.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/example-v0.4.0.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/example-v0.4.0.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/example.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/example.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/example2.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/example2.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/float-exponent.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/float-exponent.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/float.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/float.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/hard_example.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/hard_example.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/implicit-and-explicit-after.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/implicit-and-explicit-after.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/implicit-and-explicit-before.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/implicit-and-explicit-before.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/implicit-groups.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/implicit-groups.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/integer.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/integer.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/key-empty.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/key-empty.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/key-equals-nospace.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/key-equals-nospace.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/key-quote-newline.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/key-quote-newline.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/key-space.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/key-space.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/key-special-chars.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/key-special-chars.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/key-with-pound.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/key-with-pound.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/long-float.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/long-float.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/long-integer.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/long-integer.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/multiline-string.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/multiline-string.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/quote-surrounded-value.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/quote-surrounded-value.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/raw-multiline-string.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/raw-multiline-string.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/raw-string.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/raw-string.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/string-delim-end.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/string-delim-end.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/string-empty.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/string-empty.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/string-escapes.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/string-escapes.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/string-simple.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/string-simple.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/string-with-pound.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/string-with-pound.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-array-implicit.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-array-implicit.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-array-many.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-array-many.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-array-nest-no-keys.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-array-nest-no-keys.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-array-nest.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-array-nest.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-array-one.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-array-one.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-empty.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-empty.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-multi-empty.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-multi-empty.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-sub-empty.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-sub-empty.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-whitespace.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-whitespace.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-with-pound.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/table-with-pound.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/unicode-escape.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/unicode-escape.toml [new file with mode: 0644]
vendor/basic-toml/tests/valid/unicode-literal.json [new file with mode: 0644]
vendor/basic-toml/tests/valid/unicode-literal.toml [new file with mode: 0644]
vendor/clap/.cargo-checksum.json
vendor/clap/Cargo.lock
vendor/clap/Cargo.toml
vendor/clap/examples/cargo-example-derive.rs
vendor/clap/examples/derive_ref/augment_args.rs
vendor/clap/examples/derive_ref/augment_subcommands.rs
vendor/clap/examples/derive_ref/flatten_hand_args.rs
vendor/clap/examples/derive_ref/hand_subcommand.rs
vendor/clap/examples/derive_ref/interop_tests.md
vendor/clap/examples/git-derive.md
vendor/clap/examples/git-derive.rs
vendor/clap/examples/git.rs
vendor/clap/examples/pacman.rs
vendor/clap/examples/repl.rs
vendor/clap/examples/tutorial_derive/01_quick.rs
vendor/clap/examples/tutorial_derive/03_04_subcommands.rs
vendor/clap/examples/tutorial_derive/03_04_subcommands_alt.rs
vendor/clap/examples/tutorial_derive/04_02_validate.rs
vendor/clap/examples/tutorial_derive/04_03_relations.rs
vendor/clap/examples/tutorial_derive/04_04_custom.rs
vendor/clap/examples/typed-derive.rs
vendor/clap/src/_derive/_tutorial.rs
vendor/clap/src/_derive/mod.rs
vendor/clap/src/_features.rs
vendor/clap/src/builder/action.rs [deleted file]
vendor/clap/src/builder/app_settings.rs [deleted file]
vendor/clap/src/builder/arg.rs [deleted file]
vendor/clap/src/builder/arg_group.rs [deleted file]
vendor/clap/src/builder/arg_predicate.rs [deleted file]
vendor/clap/src/builder/arg_settings.rs [deleted file]
vendor/clap/src/builder/command.rs [deleted file]
vendor/clap/src/builder/debug_asserts.rs [deleted file]
vendor/clap/src/builder/mod.rs [deleted file]
vendor/clap/src/builder/os_str.rs [deleted file]
vendor/clap/src/builder/possible_value.rs [deleted file]
vendor/clap/src/builder/range.rs [deleted file]
vendor/clap/src/builder/resettable.rs [deleted file]
vendor/clap/src/builder/str.rs [deleted file]
vendor/clap/src/builder/styled_str.rs [deleted file]
vendor/clap/src/builder/tests.rs [deleted file]
vendor/clap/src/builder/value_hint.rs [deleted file]
vendor/clap/src/builder/value_parser.rs [deleted file]
vendor/clap/src/derive.rs [deleted file]
vendor/clap/src/error/context.rs [deleted file]
vendor/clap/src/error/format.rs [deleted file]
vendor/clap/src/error/kind.rs [deleted file]
vendor/clap/src/error/mod.rs [deleted file]
vendor/clap/src/lib.rs
vendor/clap/src/macros.rs [deleted file]
vendor/clap/src/mkeymap.rs [deleted file]
vendor/clap/src/output/fmt.rs [deleted file]
vendor/clap/src/output/help.rs [deleted file]
vendor/clap/src/output/help_template.rs [deleted file]
vendor/clap/src/output/mod.rs [deleted file]
vendor/clap/src/output/textwrap/core.rs [deleted file]
vendor/clap/src/output/textwrap/mod.rs [deleted file]
vendor/clap/src/output/textwrap/word_separators.rs [deleted file]
vendor/clap/src/output/textwrap/wrap_algorithms.rs [deleted file]
vendor/clap/src/output/usage.rs [deleted file]
vendor/clap/src/parser/arg_matcher.rs [deleted file]
vendor/clap/src/parser/error.rs [deleted file]
vendor/clap/src/parser/features/mod.rs [deleted file]
vendor/clap/src/parser/features/suggestions.rs [deleted file]
vendor/clap/src/parser/matches/any_value.rs [deleted file]
vendor/clap/src/parser/matches/arg_matches.rs [deleted file]
vendor/clap/src/parser/matches/matched_arg.rs [deleted file]
vendor/clap/src/parser/matches/mod.rs [deleted file]
vendor/clap/src/parser/matches/value_source.rs [deleted file]
vendor/clap/src/parser/mod.rs [deleted file]
vendor/clap/src/parser/parser.rs [deleted file]
vendor/clap/src/parser/validator.rs [deleted file]
vendor/clap/src/util/color.rs [deleted file]
vendor/clap/src/util/flat_map.rs [deleted file]
vendor/clap/src/util/flat_set.rs [deleted file]
vendor/clap/src/util/graph.rs [deleted file]
vendor/clap/src/util/id.rs [deleted file]
vendor/clap/src/util/mod.rs [deleted file]
vendor/clap/src/util/str_to_bool.rs [deleted file]
vendor/clap_builder/.cargo-checksum.json [new file with mode: 0644]
vendor/clap_builder/Cargo.toml [new file with mode: 0644]
vendor/clap_builder/LICENSE-APACHE [new file with mode: 0644]
vendor/clap_builder/LICENSE-MIT [new file with mode: 0644]
vendor/clap_builder/README.md [new file with mode: 0644]
vendor/clap_builder/src/builder/action.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/app_settings.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/arg.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/arg_group.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/arg_predicate.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/arg_settings.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/command.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/debug_asserts.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/mod.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/os_str.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/possible_value.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/range.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/resettable.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/str.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/styled_str.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/tests.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/value_hint.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/value_parser.rs [new file with mode: 0644]
vendor/clap_builder/src/derive.rs [new file with mode: 0644]
vendor/clap_builder/src/error/context.rs [new file with mode: 0644]
vendor/clap_builder/src/error/format.rs [new file with mode: 0644]
vendor/clap_builder/src/error/kind.rs [new file with mode: 0644]
vendor/clap_builder/src/error/mod.rs [new file with mode: 0644]
vendor/clap_builder/src/lib.rs [new file with mode: 0644]
vendor/clap_builder/src/macros.rs [new file with mode: 0644]
vendor/clap_builder/src/mkeymap.rs [new file with mode: 0644]
vendor/clap_builder/src/output/fmt.rs [new file with mode: 0644]
vendor/clap_builder/src/output/help.rs [new file with mode: 0644]
vendor/clap_builder/src/output/help_template.rs [new file with mode: 0644]
vendor/clap_builder/src/output/mod.rs [new file with mode: 0644]
vendor/clap_builder/src/output/textwrap/core.rs [new file with mode: 0644]
vendor/clap_builder/src/output/textwrap/mod.rs [new file with mode: 0644]
vendor/clap_builder/src/output/textwrap/word_separators.rs [new file with mode: 0644]
vendor/clap_builder/src/output/textwrap/wrap_algorithms.rs [new file with mode: 0644]
vendor/clap_builder/src/output/usage.rs [new file with mode: 0644]
vendor/clap_builder/src/parser/arg_matcher.rs [new file with mode: 0644]
vendor/clap_builder/src/parser/error.rs [new file with mode: 0644]
vendor/clap_builder/src/parser/features/mod.rs [new file with mode: 0644]
vendor/clap_builder/src/parser/features/suggestions.rs [new file with mode: 0644]
vendor/clap_builder/src/parser/matches/any_value.rs [new file with mode: 0644]
vendor/clap_builder/src/parser/matches/arg_matches.rs [new file with mode: 0644]
vendor/clap_builder/src/parser/matches/matched_arg.rs [new file with mode: 0644]
vendor/clap_builder/src/parser/matches/mod.rs [new file with mode: 0644]
vendor/clap_builder/src/parser/matches/value_source.rs [new file with mode: 0644]
vendor/clap_builder/src/parser/mod.rs [new file with mode: 0644]
vendor/clap_builder/src/parser/parser.rs [new file with mode: 0644]
vendor/clap_builder/src/parser/validator.rs [new file with mode: 0644]
vendor/clap_builder/src/util/color.rs [new file with mode: 0644]
vendor/clap_builder/src/util/flat_map.rs [new file with mode: 0644]
vendor/clap_builder/src/util/flat_set.rs [new file with mode: 0644]
vendor/clap_builder/src/util/graph.rs [new file with mode: 0644]
vendor/clap_builder/src/util/id.rs [new file with mode: 0644]
vendor/clap_builder/src/util/mod.rs [new file with mode: 0644]
vendor/clap_builder/src/util/str_to_bool.rs [new file with mode: 0644]
vendor/clap_derive/.cargo-checksum.json
vendor/clap_derive/Cargo.toml
vendor/clap_derive/src/attr.rs
vendor/clap_derive/src/derives/args.rs
vendor/clap_derive/src/derives/into_app.rs
vendor/clap_derive/src/derives/parser.rs
vendor/clap_derive/src/derives/subcommand.rs
vendor/clap_derive/src/derives/value_enum.rs
vendor/clap_derive/src/dummies.rs
vendor/clap_derive/src/item.rs
vendor/clap_derive/src/lib.rs
vendor/clap_derive/src/macros.rs [new file with mode: 0644]
vendor/clap_derive/src/utils/doc_comments.rs
vendor/clap_derive/src/utils/error.rs [new file with mode: 0644]
vendor/clap_derive/src/utils/mod.rs
vendor/clap_lex/.cargo-checksum.json
vendor/clap_lex/Cargo.toml
vendor/clap_lex/README.md
vendor/clap_lex/src/ext.rs [new file with mode: 0644]
vendor/clap_lex/src/lib.rs
vendor/compiler_builtins/.cargo-checksum.json
vendor/compiler_builtins/Cargo.lock
vendor/compiler_builtins/Cargo.toml
vendor/compiler_builtins/build.rs
vendor/compiler_builtins/src/int/shift.rs
vendor/compiler_builtins/src/lib.rs
vendor/compiler_builtins/src/math.rs
vendor/compiler_builtins/src/mem/impls.rs
vendor/compiler_builtins/src/mem/mod.rs
vendor/compiler_builtins/src/mem/x86_64.rs
vendor/compiler_builtins/src/riscv.rs
vendor/concolor-override/.cargo-checksum.json [new file with mode: 0644]
vendor/concolor-override/Cargo.toml [new file with mode: 0644]
vendor/concolor-override/LICENSE-APACHE [new file with mode: 0644]
vendor/concolor-override/LICENSE-MIT [new file with mode: 0644]
vendor/concolor-override/README.md [new file with mode: 0644]
vendor/concolor-override/src/lib.rs [new file with mode: 0644]
vendor/concolor-query/.cargo-checksum.json [new file with mode: 0644]
vendor/concolor-query/Cargo.lock [new file with mode: 0644]
vendor/concolor-query/Cargo.toml [new file with mode: 0644]
vendor/concolor-query/LICENSE-APACHE [new file with mode: 0644]
vendor/concolor-query/LICENSE-MIT [new file with mode: 0644]
vendor/concolor-query/README.md [new file with mode: 0644]
vendor/concolor-query/examples/report.rs [new file with mode: 0644]
vendor/concolor-query/src/lib.rs [new file with mode: 0644]
vendor/concolor-query/src/windows.rs [new file with mode: 0644]
vendor/elsa/.cargo-checksum.json
vendor/elsa/Cargo.lock
vendor/elsa/Cargo.toml
vendor/elsa/src/sync.rs
vendor/ena/.cargo-checksum.json
vendor/ena/Cargo.toml
vendor/ena/src/unify/mod.rs
vendor/errno-0.2.8/.cargo-checksum.json [new file with mode: 0644]
vendor/errno-0.2.8/CHANGELOG.md [new file with mode: 0644]
vendor/errno-0.2.8/Cargo.toml [new file with mode: 0644]
vendor/errno-0.2.8/LICENSE-APACHE [new file with mode: 0644]
vendor/errno-0.2.8/LICENSE-MIT [new file with mode: 0644]
vendor/errno-0.2.8/README.md [new file with mode: 0644]
vendor/errno-0.2.8/src/hermit.rs [new file with mode: 0644]
vendor/errno-0.2.8/src/lib.rs [new file with mode: 0644]
vendor/errno-0.2.8/src/unix.rs [new file with mode: 0644]
vendor/errno-0.2.8/src/wasi.rs [new file with mode: 0644]
vendor/errno-0.2.8/src/windows.rs [new file with mode: 0644]
vendor/errno/.cargo-checksum.json
vendor/errno/CHANGELOG.md
vendor/errno/Cargo.toml
vendor/errno/README.md
vendor/errno/clippy.toml [new file with mode: 0644]
vendor/errno/src/hermit.rs
vendor/errno/src/lib.rs
vendor/errno/src/unix.rs
vendor/errno/src/wasi.rs
vendor/errno/src/windows.rs
vendor/fd-lock/.cargo-checksum.json
vendor/fd-lock/Cargo.toml
vendor/fd-lock/src/read_guard.rs
vendor/fd-lock/src/sys/windows/read_guard.rs
vendor/fd-lock/src/sys/windows/rw_lock.rs
vendor/fd-lock/src/sys/windows/write_guard.rs
vendor/fd-lock/src/write_guard.rs
vendor/fd-lock/tests/test.rs
vendor/filetime/.cargo-checksum.json
vendor/filetime/Cargo.toml
vendor/futures-channel/.cargo-checksum.json
vendor/futures-channel/Cargo.toml
vendor/futures-channel/README.md
vendor/futures-channel/build.rs
vendor/futures-channel/no_atomic_cas.rs
vendor/futures-channel/src/mpsc/mod.rs
vendor/futures-channel/src/mpsc/queue.rs
vendor/futures-channel/src/oneshot.rs
vendor/futures-channel/tests/mpsc-close.rs
vendor/futures-channel/tests/mpsc-size_hint.rs [new file with mode: 0644]
vendor/futures-channel/tests/mpsc.rs
vendor/futures-channel/tests/oneshot.rs
vendor/futures-core/.cargo-checksum.json
vendor/futures-core/Cargo.toml
vendor/futures-core/build.rs
vendor/futures-core/no_atomic_cas.rs
vendor/futures-core/src/task/__internal/atomic_waker.rs
vendor/futures-executor/.cargo-checksum.json
vendor/futures-executor/Cargo.toml
vendor/futures-executor/README.md
vendor/futures-executor/src/enter.rs
vendor/futures-executor/src/local_pool.rs
vendor/futures-executor/src/thread_pool.rs
vendor/futures-executor/tests/local_pool.rs
vendor/futures-io/.cargo-checksum.json
vendor/futures-io/Cargo.toml
vendor/futures-macro/.cargo-checksum.json
vendor/futures-macro/Cargo.toml
vendor/futures-macro/src/executor.rs
vendor/futures-macro/src/join.rs
vendor/futures-macro/src/select.rs
vendor/futures-sink/.cargo-checksum.json
vendor/futures-sink/Cargo.toml
vendor/futures-task/.cargo-checksum.json
vendor/futures-task/Cargo.toml
vendor/futures-task/README.md
vendor/futures-task/build.rs
vendor/futures-task/no_atomic_cas.rs
vendor/futures-task/src/future_obj.rs
vendor/futures-task/src/waker.rs
vendor/futures-task/src/waker_ref.rs
vendor/futures-util/.cargo-checksum.json
vendor/futures-util/Cargo.toml
vendor/futures-util/README.md
vendor/futures-util/benches/bilock.rs [new file with mode: 0644]
vendor/futures-util/benches/flatten_unordered.rs [new file with mode: 0644]
vendor/futures-util/benches/select.rs [new file with mode: 0644]
vendor/futures-util/benches_disabled/bilock.rs [deleted file]
vendor/futures-util/build.rs
vendor/futures-util/no_atomic_cas.rs
vendor/futures-util/src/abortable.rs
vendor/futures-util/src/compat/compat01as03.rs
vendor/futures-util/src/compat/executor.rs
vendor/futures-util/src/future/either.rs
vendor/futures-util/src/future/future/fuse.rs
vendor/futures-util/src/future/future/shared.rs
vendor/futures-util/src/future/join_all.rs
vendor/futures-util/src/future/pending.rs
vendor/futures-util/src/future/select.rs
vendor/futures-util/src/future/select_all.rs
vendor/futures-util/src/future/select_ok.rs
vendor/futures-util/src/future/try_future/mod.rs
vendor/futures-util/src/future/try_join_all.rs
vendor/futures-util/src/future/try_select.rs
vendor/futures-util/src/io/copy_buf_abortable.rs [new file with mode: 0644]
vendor/futures-util/src/io/cursor.rs
vendor/futures-util/src/io/lines.rs
vendor/futures-util/src/io/mod.rs
vendor/futures-util/src/io/read_exact.rs
vendor/futures-util/src/io/read_line.rs
vendor/futures-util/src/io/read_to_string.rs
vendor/futures-util/src/io/write_all.rs
vendor/futures-util/src/lock/bilock.rs
vendor/futures-util/src/lock/mod.rs
vendor/futures-util/src/lock/mutex.rs
vendor/futures-util/src/sink/drain.rs
vendor/futures-util/src/sink/unfold.rs
vendor/futures-util/src/stream/futures_ordered.rs
vendor/futures-util/src/stream/futures_unordered/iter.rs
vendor/futures-util/src/stream/futures_unordered/mod.rs
vendor/futures-util/src/stream/futures_unordered/ready_to_run_queue.rs
vendor/futures-util/src/stream/futures_unordered/task.rs
vendor/futures-util/src/stream/mod.rs
vendor/futures-util/src/stream/select_all.rs
vendor/futures-util/src/stream/select_with_strategy.rs
vendor/futures-util/src/stream/stream/buffer_unordered.rs
vendor/futures-util/src/stream/stream/buffered.rs
vendor/futures-util/src/stream/stream/chain.rs
vendor/futures-util/src/stream/stream/chunks.rs
vendor/futures-util/src/stream/stream/collect.rs
vendor/futures-util/src/stream/stream/filter.rs
vendor/futures-util/src/stream/stream/filter_map.rs
vendor/futures-util/src/stream/stream/flatten_unordered.rs [new file with mode: 0644]
vendor/futures-util/src/stream/stream/mod.rs
vendor/futures-util/src/stream/stream/peek.rs
vendor/futures-util/src/stream/stream/ready_chunks.rs
vendor/futures-util/src/stream/stream/skip_while.rs
vendor/futures-util/src/stream/stream/split.rs
vendor/futures-util/src/stream/stream/take.rs
vendor/futures-util/src/stream/stream/take_while.rs
vendor/futures-util/src/stream/stream/then.rs
vendor/futures-util/src/stream/stream/unzip.rs
vendor/futures-util/src/stream/stream/zip.rs
vendor/futures-util/src/stream/try_stream/and_then.rs
vendor/futures-util/src/stream/try_stream/into_async_read.rs
vendor/futures-util/src/stream/try_stream/mod.rs
vendor/futures-util/src/stream/try_stream/or_else.rs
vendor/futures-util/src/stream/try_stream/try_buffered.rs
vendor/futures-util/src/stream/try_stream/try_chunks.rs
vendor/futures-util/src/stream/try_stream/try_collect.rs
vendor/futures-util/src/stream/try_stream/try_filter.rs
vendor/futures-util/src/stream/try_stream/try_filter_map.rs
vendor/futures-util/src/stream/try_stream/try_flatten_unordered.rs [new file with mode: 0644]
vendor/futures-util/src/stream/try_stream/try_skip_while.rs
vendor/futures-util/src/stream/try_stream/try_take_while.rs
vendor/futures-util/src/task/spawn.rs
vendor/futures/.cargo-checksum.json
vendor/futures/Cargo.toml
vendor/futures/README.md [new file with mode: 0644]
vendor/futures/src/lib.rs
vendor/futures/tests/async_await_macros.rs
vendor/futures/tests/auto_traits.rs
vendor/futures/tests/bilock.rs [new file with mode: 0644]
vendor/futures/tests/compat.rs
vendor/futures/tests/eventual.rs
vendor/futures/tests/future_join.rs [new file with mode: 0644]
vendor/futures/tests/future_join_all.rs
vendor/futures/tests/future_shared.rs
vendor/futures/tests/future_try_join_all.rs
vendor/futures/tests/lock_mutex.rs
vendor/futures/tests/ready_queue.rs
vendor/futures/tests/sink.rs
vendor/futures/tests/stream.rs
vendor/futures/tests/stream_futures_ordered.rs
vendor/futures/tests/stream_futures_unordered.rs
vendor/futures/tests/stream_try_stream.rs
vendor/futures/tests_disabled/bilock.rs [deleted file]
vendor/futures/tests_disabled/stream.rs
vendor/hermit-abi/.cargo-checksum.json
vendor/hermit-abi/Cargo.toml
vendor/hermit-abi/src/net.rs [deleted file]
vendor/hermit-abi/src/net_old.rs [deleted file]
vendor/indexmap/.cargo-checksum.json
vendor/indexmap/Cargo.toml
vendor/indexmap/RELEASES.md
vendor/io-lifetimes/.cargo-checksum.json
vendor/io-lifetimes/Cargo.toml
vendor/io-lifetimes/README.md
vendor/io-lifetimes/build.rs
vendor/io-lifetimes/src/example_ffi.rs
vendor/io-lifetimes/src/impls_std.rs
vendor/io-lifetimes/src/lib.rs
vendor/io-lifetimes/src/portability.rs
vendor/io-lifetimes/src/raw.rs
vendor/io-lifetimes/src/traits.rs
vendor/io-lifetimes/src/types.rs
vendor/io-lifetimes/src/views.rs
vendor/is-terminal/.cargo-checksum.json
vendor/is-terminal/Cargo.toml
vendor/is-terminal/src/lib.rs
vendor/itoa/.cargo-checksum.json
vendor/itoa/Cargo.toml
vendor/itoa/LICENSE-APACHE
vendor/itoa/src/lib.rs
vendor/junction/.cargo-checksum.json [new file with mode: 0644]
vendor/junction/CHANGELOG.md [new file with mode: 0644]
vendor/junction/COPYRIGHT [new file with mode: 0644]
vendor/junction/Cargo.toml [new file with mode: 0644]
vendor/junction/README.md [new file with mode: 0644]
vendor/junction/src/internals.rs [new file with mode: 0644]
vendor/junction/src/internals/helpers.rs [new file with mode: 0644]
vendor/junction/src/internals/helpers/utf16.rs [new file with mode: 0644]
vendor/junction/src/internals/types.rs [new file with mode: 0644]
vendor/junction/src/lib.rs [new file with mode: 0644]
vendor/junction/src/tests.rs [new file with mode: 0644]
vendor/libc/.cargo-checksum.json
vendor/libc/Cargo.toml
vendor/libc/build.rs
vendor/libc/src/fuchsia/mod.rs
vendor/libc/src/lib.rs
vendor/libc/src/unix/aix/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/aix/powerpc64.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/apple/long_array.rs [new file with mode: 0644]
vendor/libc/src/unix/bsd/apple/mod.rs
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs
vendor/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs
vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs
vendor/libc/src/unix/bsd/freebsdlike/mod.rs
vendor/libc/src/unix/bsd/netbsdlike/mod.rs
vendor/libc/src/unix/bsd/netbsdlike/netbsd/mod.rs
vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs
vendor/libc/src/unix/haiku/mod.rs
vendor/libc/src/unix/linux_like/android/b32/arm.rs
vendor/libc/src/unix/linux_like/android/b32/x86/mod.rs
vendor/libc/src/unix/linux_like/android/b64/aarch64/mod.rs
vendor/libc/src/unix/linux_like/android/b64/riscv64/mod.rs
vendor/libc/src/unix/linux_like/android/b64/x86_64/mod.rs
vendor/libc/src/unix/linux_like/android/mod.rs
vendor/libc/src/unix/linux_like/emscripten/mod.rs
vendor/libc/src/unix/linux_like/linux/align.rs
vendor/libc/src/unix/linux_like/linux/arch/generic/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/b32/arm/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/b32/m68k/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/b32/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/mips64/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/powerpc64/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/s390x.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/x86_64/x32.rs
vendor/libc/src/unix/linux_like/linux/gnu/mod.rs
vendor/libc/src/unix/linux_like/linux/mod.rs
vendor/libc/src/unix/linux_like/linux/musl/b32/mod.rs
vendor/libc/src/unix/linux_like/linux/musl/b32/riscv32/mod.rs
vendor/libc/src/unix/linux_like/linux/musl/b64/mod.rs
vendor/libc/src/unix/linux_like/linux/musl/mod.rs
vendor/libc/src/unix/linux_like/linux/no_align.rs
vendor/libc/src/unix/linux_like/linux/uclibc/arm/mod.rs
vendor/libc/src/unix/linux_like/linux/uclibc/mips/mips32/mod.rs
vendor/libc/src/unix/linux_like/linux/uclibc/mips/mips64/mod.rs
vendor/libc/src/unix/linux_like/linux/uclibc/mips/mod.rs
vendor/libc/src/unix/linux_like/linux/uclibc/x86_64/mod.rs
vendor/libc/src/unix/linux_like/mod.rs
vendor/libc/src/unix/mod.rs
vendor/libc/src/unix/newlib/mod.rs
vendor/libc/src/unix/nto/mod.rs
vendor/libc/src/unix/solarish/mod.rs
vendor/libc/src/wasi.rs
vendor/libc/src/xous.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/.cargo-checksum.json [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/COPYRIGHT [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/Cargo.toml [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/LICENSE-APACHE [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/LICENSE-Apache-2.0_WITH_LLVM-exception [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/LICENSE-MIT [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/ORG_CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/README.md [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/aarch64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/aarch64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/aarch64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/aarch64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/arm/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/arm/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/arm/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/arm/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/lib.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/mips/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/mips/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/mips/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/mips/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/mips64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/mips64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/mips64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/mips64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/powerpc/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/powerpc/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/powerpc/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/powerpc/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/powerpc64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/powerpc64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/powerpc64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/powerpc64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/riscv32/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/riscv32/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/riscv32/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/riscv32/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/riscv64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/riscv64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/riscv64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/riscv64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/s390x/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/s390x/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/s390x/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/s390x/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/sparc/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/sparc/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/sparc/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/sparc/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/sparc64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/sparc64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/sparc64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/sparc64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/x32/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/x32/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/x32/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/x32/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/x86/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/x86/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/x86/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/x86/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/x86_64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/x86_64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/x86_64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.1.4/src/x86_64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/.cargo-checksum.json
vendor/linux-raw-sys/Cargo.toml
vendor/linux-raw-sys/src/aarch64/general.rs
vendor/linux-raw-sys/src/aarch64/ioctl.rs
vendor/linux-raw-sys/src/aarch64/netlink.rs
vendor/linux-raw-sys/src/arm/general.rs
vendor/linux-raw-sys/src/arm/ioctl.rs
vendor/linux-raw-sys/src/arm/netlink.rs
vendor/linux-raw-sys/src/lib.rs
vendor/linux-raw-sys/src/mips/general.rs
vendor/linux-raw-sys/src/mips/ioctl.rs
vendor/linux-raw-sys/src/mips/netlink.rs
vendor/linux-raw-sys/src/mips64/general.rs
vendor/linux-raw-sys/src/mips64/ioctl.rs
vendor/linux-raw-sys/src/mips64/netlink.rs
vendor/linux-raw-sys/src/powerpc/general.rs
vendor/linux-raw-sys/src/powerpc/ioctl.rs
vendor/linux-raw-sys/src/powerpc/netlink.rs
vendor/linux-raw-sys/src/powerpc64/general.rs
vendor/linux-raw-sys/src/powerpc64/ioctl.rs
vendor/linux-raw-sys/src/powerpc64/netlink.rs
vendor/linux-raw-sys/src/riscv32/general.rs
vendor/linux-raw-sys/src/riscv32/netlink.rs
vendor/linux-raw-sys/src/riscv64/general.rs
vendor/linux-raw-sys/src/riscv64/ioctl.rs
vendor/linux-raw-sys/src/riscv64/netlink.rs
vendor/linux-raw-sys/src/s390x/general.rs
vendor/linux-raw-sys/src/s390x/ioctl.rs
vendor/linux-raw-sys/src/s390x/netlink.rs
vendor/linux-raw-sys/src/sparc/general.rs
vendor/linux-raw-sys/src/sparc/netlink.rs
vendor/linux-raw-sys/src/sparc64/general.rs
vendor/linux-raw-sys/src/sparc64/netlink.rs
vendor/linux-raw-sys/src/x32/general.rs
vendor/linux-raw-sys/src/x32/ioctl.rs
vendor/linux-raw-sys/src/x32/netlink.rs
vendor/linux-raw-sys/src/x86/general.rs
vendor/linux-raw-sys/src/x86/ioctl.rs
vendor/linux-raw-sys/src/x86/netlink.rs
vendor/linux-raw-sys/src/x86_64/general.rs
vendor/linux-raw-sys/src/x86_64/ioctl.rs
vendor/linux-raw-sys/src/x86_64/netlink.rs
vendor/mdbook/.cargo-checksum.json
vendor/mdbook/CHANGELOG.md
vendor/mdbook/CONTRIBUTING.md
vendor/mdbook/Cargo.lock
vendor/mdbook/Cargo.toml
vendor/mdbook/ci/make-release.sh
vendor/mdbook/src/book/init.rs
vendor/mdbook/src/book/mod.rs
vendor/mdbook/src/renderer/html_handlebars/hbs_renderer.rs
vendor/mdbook/src/theme/css/chrome.css
vendor/mdbook/src/theme/index.hbs
vendor/mdbook/src/theme/mod.rs
vendor/mdbook/src/utils/fs.rs
vendor/mdbook/tests/init.rs
vendor/mdbook/tests/rendered_output.rs
vendor/mdbook/triagebot.toml
vendor/memmap2/.cargo-checksum.json
vendor/memmap2/CHANGELOG.md
vendor/memmap2/Cargo.lock
vendor/memmap2/Cargo.toml
vendor/memmap2/src/lib.rs
vendor/memmap2/src/stub.rs
vendor/memmap2/src/unix.rs
vendor/memmap2/src/windows.rs
vendor/mime/.cargo-checksum.json [new file with mode: 0644]
vendor/mime/CONTRIBUTING.md [new file with mode: 0644]
vendor/mime/Cargo.toml [new file with mode: 0644]
vendor/mime/LICENSE-APACHE [new file with mode: 0644]
vendor/mime/LICENSE-MIT [new file with mode: 0644]
vendor/mime/README.md [new file with mode: 0644]
vendor/mime/benches/cmp.rs [new file with mode: 0644]
vendor/mime/benches/fmt.rs [new file with mode: 0644]
vendor/mime/benches/parse.rs [new file with mode: 0644]
vendor/mime/src/lib.rs [new file with mode: 0644]
vendor/mime/src/parse.rs [new file with mode: 0644]
vendor/mime_guess/.cargo-checksum.json [new file with mode: 0644]
vendor/mime_guess/Cargo.lock [new file with mode: 0644]
vendor/mime_guess/Cargo.toml [new file with mode: 0644]
vendor/mime_guess/LICENSE [new file with mode: 0644]
vendor/mime_guess/README.md [new file with mode: 0644]
vendor/mime_guess/benches/benchmark.rs [new file with mode: 0644]
vendor/mime_guess/build.rs [new file with mode: 0644]
vendor/mime_guess/examples/rev_map.rs [new file with mode: 0644]
vendor/mime_guess/src/impl_bin_search.rs [new file with mode: 0644]
vendor/mime_guess/src/impl_phf.rs [new file with mode: 0644]
vendor/mime_guess/src/lib.rs [new file with mode: 0644]
vendor/mime_guess/src/mime_types.rs [new file with mode: 0644]
vendor/once_cell/.cargo-checksum.json
vendor/once_cell/CHANGELOG.md
vendor/once_cell/Cargo.lock
vendor/once_cell/Cargo.toml
vendor/once_cell/src/lib.rs
vendor/once_cell/src/race.rs
vendor/proc-macro2/.cargo-checksum.json
vendor/proc-macro2/Cargo.toml
vendor/proc-macro2/build.rs
vendor/proc-macro2/src/extra.rs [new file with mode: 0644]
vendor/proc-macro2/src/fallback.rs
vendor/proc-macro2/src/lib.rs
vendor/proc-macro2/src/parse.rs
vendor/proc-macro2/src/wrapper.rs
vendor/proc-macro2/tests/marker.rs
vendor/proc-macro2/tests/test.rs
vendor/proc-macro2/tests/test_size.rs [new file with mode: 0644]
vendor/quote/.cargo-checksum.json
vendor/quote/Cargo.toml
vendor/quote/LICENSE-APACHE
vendor/quote/src/lib.rs
vendor/quote/src/runtime.rs
vendor/quote/src/spanned.rs
vendor/quote/tests/test.rs
vendor/quote/tests/ui/does-not-have-iter-interpolated-dup.stderr
vendor/quote/tests/ui/does-not-have-iter-interpolated.stderr
vendor/quote/tests/ui/does-not-have-iter-separated.stderr
vendor/quote/tests/ui/does-not-have-iter.stderr
vendor/quote/tests/ui/not-quotable.rs
vendor/quote/tests/ui/not-quotable.stderr
vendor/quote/tests/ui/not-repeatable.rs
vendor/quote/tests/ui/not-repeatable.stderr
vendor/quote/tests/ui/wrong-type-span.stderr
vendor/rustc-rayon-core/.cargo-checksum.json
vendor/rustc-rayon-core/Cargo.toml
vendor/rustc-rayon-core/README.md
vendor/rustc-rayon-core/build.rs [deleted file]
vendor/rustc-rayon-core/src/broadcast/mod.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/broadcast/test.rs [new file with mode: 0644]
vendor/rustc-rayon-core/src/compile_fail/rc_return.rs
vendor/rustc-rayon-core/src/compile_fail/rc_upvar.rs
vendor/rustc-rayon-core/src/job.rs
vendor/rustc-rayon-core/src/join/mod.rs
vendor/rustc-rayon-core/src/join/test.rs
vendor/rustc-rayon-core/src/latch.rs
vendor/rustc-rayon-core/src/lib.rs
vendor/rustc-rayon-core/src/log.rs
vendor/rustc-rayon-core/src/registry.rs
vendor/rustc-rayon-core/src/scope/mod.rs
vendor/rustc-rayon-core/src/scope/test.rs
vendor/rustc-rayon-core/src/sleep/README.md
vendor/rustc-rayon-core/src/sleep/counters.rs
vendor/rustc-rayon-core/src/sleep/mod.rs
vendor/rustc-rayon-core/src/spawn/mod.rs
vendor/rustc-rayon-core/src/spawn/test.rs
vendor/rustc-rayon-core/src/test.rs
vendor/rustc-rayon-core/src/thread_pool/mod.rs
vendor/rustc-rayon-core/src/thread_pool/test.rs
vendor/rustc-rayon-core/src/tlv.rs
vendor/rustc-rayon-core/tests/double_init_fail.rs
vendor/rustc-rayon-core/tests/init_zero_threads.rs
vendor/rustc-rayon-core/tests/scoped_threadpool.rs
vendor/rustc-rayon-core/tests/stack_overflow_crash.rs
vendor/rustc-rayon/.cargo-checksum.json
vendor/rustc-rayon/Cargo.lock [deleted file]
vendor/rustc-rayon/Cargo.toml
vendor/rustc-rayon/README.md
vendor/rustc-rayon/RELEASES.md
vendor/rustc-rayon/build.rs [deleted file]
vendor/rustc-rayon/examples/README.md [deleted file]
vendor/rustc-rayon/examples/cpu_monitor.rs [deleted file]
vendor/rustc-rayon/src/array.rs
vendor/rustc-rayon/src/collections/mod.rs
vendor/rustc-rayon/src/compile_fail/cannot_collect_filtermap_data.rs
vendor/rustc-rayon/src/compile_fail/cannot_zip_filtered_data.rs
vendor/rustc-rayon/src/compile_fail/cell_par_iter.rs
vendor/rustc-rayon/src/compile_fail/must_use.rs
vendor/rustc-rayon/src/compile_fail/no_send_par_iter.rs
vendor/rustc-rayon/src/compile_fail/rc_par_iter.rs
vendor/rustc-rayon/src/iter/chunks.rs
vendor/rustc-rayon/src/iter/collect/test.rs
vendor/rustc-rayon/src/iter/filter.rs
vendor/rustc-rayon/src/iter/filter_map.rs
vendor/rustc-rayon/src/iter/find.rs
vendor/rustc-rayon/src/iter/fold_chunks.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/fold_chunks_with.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/inspect.rs
vendor/rustc-rayon/src/iter/interleave.rs
vendor/rustc-rayon/src/iter/map.rs
vendor/rustc-rayon/src/iter/mod.rs
vendor/rustc-rayon/src/iter/par_bridge.rs
vendor/rustc-rayon/src/iter/plumbing/README.md
vendor/rustc-rayon/src/iter/skip_any.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/skip_any_while.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/step_by.rs
vendor/rustc-rayon/src/iter/take_any.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/take_any_while.rs [new file with mode: 0644]
vendor/rustc-rayon/src/iter/test.rs
vendor/rustc-rayon/src/iter/try_fold.rs
vendor/rustc-rayon/src/iter/try_reduce.rs
vendor/rustc-rayon/src/iter/try_reduce_with.rs
vendor/rustc-rayon/src/iter/update.rs
vendor/rustc-rayon/src/lib.rs
vendor/rustc-rayon/src/math.rs
vendor/rustc-rayon/src/slice/chunks.rs
vendor/rustc-rayon/src/slice/mergesort.rs
vendor/rustc-rayon/src/slice/mod.rs
vendor/rustc-rayon/src/slice/quicksort.rs
vendor/rustc-rayon/src/slice/rchunks.rs
vendor/rustc-rayon/src/slice/test.rs
vendor/rustc-rayon/src/str.rs
vendor/rustc-rayon/src/vec.rs
vendor/rustc-rayon/tests/clones.rs
vendor/rustc-rayon/tests/collect.rs
vendor/rustc-rayon/tests/cross-pool.rs
vendor/rustc-rayon/tests/debug.rs
vendor/rustc-rayon/tests/drain_vec.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/iter_panic.rs
vendor/rustc-rayon/tests/named-threads.rs
vendor/rustc-rayon/tests/octillion.rs
vendor/rustc-rayon/tests/par_bridge_recursion.rs [new file with mode: 0644]
vendor/rustc-rayon/tests/sort-panic-safe.rs
vendor/rustix-0.36.5/.cargo-checksum.json [new file with mode: 0644]
vendor/rustix-0.36.5/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/rustix-0.36.5/CONTRIBUTING.md [new file with mode: 0644]
vendor/rustix-0.36.5/COPYRIGHT [new file with mode: 0644]
vendor/rustix-0.36.5/Cargo.toml [new file with mode: 0644]
vendor/rustix-0.36.5/LICENSE-APACHE [new file with mode: 0644]
vendor/rustix-0.36.5/LICENSE-Apache-2.0_WITH_LLVM-exception [new file with mode: 0644]
vendor/rustix-0.36.5/LICENSE-MIT [new file with mode: 0644]
vendor/rustix-0.36.5/ORG_CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/rustix-0.36.5/README.md [new file with mode: 0644]
vendor/rustix-0.36.5/SECURITY.md [new file with mode: 0644]
vendor/rustix-0.36.5/benches/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/build.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/conv.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/fs/dir.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/fs/makedev.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/fs/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/fs/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/fs/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/io/epoll.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/io/errno.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/io/io_slice.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/io/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/io/poll_fd.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/io/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/io/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/io/windows_syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/io_lifetimes.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/io_uring/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/io_uring/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/mm/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/mm/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/mm/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/net/addr.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/net/ext.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/net/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/net/read_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/net/send_recv.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/net/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/net/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/net/write_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/offset.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/param/auxv.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/param/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/process/cpu_set.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/process/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/process/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/process/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/process/wait.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/rand/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/rand/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/rand/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/termios/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/termios/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/termios/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/thread/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/thread/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/time/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/time/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/time/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/weak.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/libc/winsock_c.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/inline/aarch64.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/inline/arm.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/inline/mips.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/inline/mips64.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/inline/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/inline/powerpc64.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/inline/riscv64.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/inline/thumb.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/inline/x86.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/inline/x86_64.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/outline/aarch64.s [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/outline/arm.s [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/outline/mips.s [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/outline/mips64.s [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/outline/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/outline/nr_last.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/outline/powerpc64.s [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/outline/riscv64.s [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/outline/x86.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/outline/x86.s [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/arch/outline/x86_64.s [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/c.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/conv.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/elf.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/fs/dir.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/fs/makedev.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/fs/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/fs/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/fs/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/io/epoll.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/io/errno.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/io/io_slice.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/io/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/io/poll_fd.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/io/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/io/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/io_uring/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/io_uring/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/mm/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/mm/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/mm/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/net/addr.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/net/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/net/read_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/net/send_recv.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/net/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/net/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/net/write_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/param/auxv.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/param/libc_auxv.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/param/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/param/mustang_auxv.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/process/cpu_set.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/process/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/process/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/process/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/process/wait.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/rand/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/rand/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/rand/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/reg.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/runtime/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/runtime/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/runtime/tls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/termios/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/termios/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/termios/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/thread/futex.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/thread/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/thread/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/time/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/time/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/time/types.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/vdso.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/backend/linux_raw/vdso_wrappers.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/const_assert.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/cstr.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/ffi/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/abs.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/at.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/constants.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/copy_file_range.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/cwd.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/dir.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/fadvise.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/fcntl.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/fcntl_darwin.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/fcopyfile.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/fd.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/file_type.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/getpath.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/makedev.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/memfd_create.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/openat2.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/sendfile.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/fs/statx.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/close.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/dup.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/errno.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/eventfd.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/fcntl.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/fd/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/fd/owned.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/fd/raw.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/ioctl.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/is_read_write.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/pipe.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/poll.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/procfs.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/read_write.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/seek_from.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io/stdio.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/io_uring.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/lib.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/mm/madvise.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/mm/mmap.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/mm/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/mm/msync.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/mm/userfaultfd.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/net/addr.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/net/ip.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/net/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/net/send_recv.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/net/socket.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/net/socket_addr_any.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/net/socketpair.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/net/sockopt.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/net/wsa.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/param/auxv.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/param/init.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/param/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/path/arg.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/path/dec_int.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/path/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/chdir.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/exit.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/id.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/kill.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/membarrier.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/prctl.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/priority.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/procctl.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/rlimit.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/sched.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/sched_yield.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/uname.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/process/wait.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/rand/getrandom.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/rand/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/runtime.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/termios/cf.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/termios/constants.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/termios/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/termios/tc.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/termios/tty.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/thread/clock.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/thread/futex.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/thread/id.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/thread/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/thread/prctl.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/thread/setns.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/time/clock.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/time/mod.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/time/timerfd.rs [new file with mode: 0644]
vendor/rustix-0.36.5/src/utils.rs [new file with mode: 0644]
vendor/rustix/.cargo-checksum.json
vendor/rustix/Cargo.toml
vendor/rustix/README.md
vendor/rustix/benches/mod.rs
vendor/rustix/build.rs
vendor/rustix/src/backend/libc/c.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/fs/dir.rs
vendor/rustix/src/backend/libc/fs/inotify.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/fs/makedev.rs
vendor/rustix/src/backend/libc/fs/mod.rs
vendor/rustix/src/backend/libc/fs/syscalls.rs
vendor/rustix/src/backend/libc/fs/types.rs
vendor/rustix/src/backend/libc/io/epoll.rs
vendor/rustix/src/backend/libc/io/errno.rs
vendor/rustix/src/backend/libc/io/poll_fd.rs
vendor/rustix/src/backend/libc/io/syscalls.rs
vendor/rustix/src/backend/libc/io/types.rs
vendor/rustix/src/backend/libc/io_lifetimes.rs
vendor/rustix/src/backend/libc/io_uring/syscalls.rs
vendor/rustix/src/backend/libc/mm/syscalls.rs
vendor/rustix/src/backend/libc/mm/types.rs
vendor/rustix/src/backend/libc/mod.rs
vendor/rustix/src/backend/libc/net/addr.rs
vendor/rustix/src/backend/libc/net/ext.rs
vendor/rustix/src/backend/libc/net/read_sockaddr.rs
vendor/rustix/src/backend/libc/net/send_recv.rs
vendor/rustix/src/backend/libc/net/syscalls.rs
vendor/rustix/src/backend/libc/net/types.rs
vendor/rustix/src/backend/libc/net/write_sockaddr.rs
vendor/rustix/src/backend/libc/offset.rs
vendor/rustix/src/backend/libc/process/cpu_set.rs
vendor/rustix/src/backend/libc/process/syscalls.rs
vendor/rustix/src/backend/libc/process/types.rs
vendor/rustix/src/backend/libc/process/wait.rs
vendor/rustix/src/backend/libc/rand/syscalls.rs
vendor/rustix/src/backend/libc/rand/types.rs
vendor/rustix/src/backend/libc/termios/syscalls.rs
vendor/rustix/src/backend/libc/termios/types.rs
vendor/rustix/src/backend/libc/thread/syscalls.rs
vendor/rustix/src/backend/libc/time/syscalls.rs
vendor/rustix/src/backend/libc/time/types.rs
vendor/rustix/src/backend/libc/weak.rs
vendor/rustix/src/backend/libc/winsock_c.rs
vendor/rustix/src/backend/linux_raw/c.rs
vendor/rustix/src/backend/linux_raw/conv.rs
vendor/rustix/src/backend/linux_raw/fs/inotify.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/fs/mod.rs
vendor/rustix/src/backend/linux_raw/fs/syscalls.rs
vendor/rustix/src/backend/linux_raw/fs/types.rs
vendor/rustix/src/backend/linux_raw/io/epoll.rs
vendor/rustix/src/backend/linux_raw/io/errno.rs
vendor/rustix/src/backend/linux_raw/io/syscalls.rs
vendor/rustix/src/backend/linux_raw/io/types.rs
vendor/rustix/src/backend/linux_raw/io_uring/syscalls.rs
vendor/rustix/src/backend/linux_raw/mod.rs
vendor/rustix/src/backend/linux_raw/net/addr.rs
vendor/rustix/src/backend/linux_raw/net/syscalls.rs
vendor/rustix/src/backend/linux_raw/param/auxv.rs
vendor/rustix/src/backend/linux_raw/param/libc_auxv.rs
vendor/rustix/src/backend/linux_raw/param/mustang_auxv.rs
vendor/rustix/src/backend/linux_raw/process/cpu_set.rs
vendor/rustix/src/backend/linux_raw/process/syscalls.rs
vendor/rustix/src/backend/linux_raw/process/wait.rs
vendor/rustix/src/backend/linux_raw/runtime/tls.rs
vendor/rustix/src/backend/linux_raw/termios/syscalls.rs
vendor/rustix/src/backend/linux_raw/termios/types.rs
vendor/rustix/src/backend/linux_raw/thread/syscalls.rs
vendor/rustix/src/backend/linux_raw/time/syscalls.rs
vendor/rustix/src/backend/linux_raw/vdso.rs
vendor/rustix/src/backend/linux_raw/vdso_wrappers.rs
vendor/rustix/src/backend/linux_raw/weak.rs [new file with mode: 0644]
vendor/rustix/src/cstr.rs
vendor/rustix/src/fs/abs.rs
vendor/rustix/src/fs/at.rs
vendor/rustix/src/fs/constants.rs
vendor/rustix/src/fs/copy_file_range.rs
vendor/rustix/src/fs/cwd.rs
vendor/rustix/src/fs/dir.rs
vendor/rustix/src/fs/fcntl.rs
vendor/rustix/src/fs/fcntl_apple.rs [new file with mode: 0644]
vendor/rustix/src/fs/fcntl_darwin.rs [deleted file]
vendor/rustix/src/fs/fd.rs
vendor/rustix/src/fs/makedev.rs
vendor/rustix/src/fs/mod.rs
vendor/rustix/src/fs/mount.rs [new file with mode: 0644]
vendor/rustix/src/fs/raw_dir.rs [new file with mode: 0644]
vendor/rustix/src/fs/statx.rs
vendor/rustix/src/fs/sync.rs [new file with mode: 0644]
vendor/rustix/src/io/dup.rs
vendor/rustix/src/io/fd/owned.rs
vendor/rustix/src/io/ioctl.rs
vendor/rustix/src/io/kqueue.rs [new file with mode: 0644]
vendor/rustix/src/io/mod.rs
vendor/rustix/src/io/pipe.rs
vendor/rustix/src/io/port.rs [new file with mode: 0644]
vendor/rustix/src/io/read_write.rs
vendor/rustix/src/io/seek_from.rs
vendor/rustix/src/io/stdio.rs
vendor/rustix/src/io_uring.rs
vendor/rustix/src/lib.rs
vendor/rustix/src/mm/mmap.rs
vendor/rustix/src/mm/mod.rs
vendor/rustix/src/net/addr.rs
vendor/rustix/src/net/ip.rs
vendor/rustix/src/net/mod.rs
vendor/rustix/src/net/socket.rs
vendor/rustix/src/net/socket_addr_any.rs
vendor/rustix/src/net/sockopt.rs
vendor/rustix/src/param/mod.rs
vendor/rustix/src/path/arg.rs
vendor/rustix/src/path/dec_int.rs
vendor/rustix/src/process/id.rs
vendor/rustix/src/process/membarrier.rs
vendor/rustix/src/process/mod.rs
vendor/rustix/src/process/pidfd.rs [new file with mode: 0644]
vendor/rustix/src/process/prctl.rs
vendor/rustix/src/process/priority.rs
vendor/rustix/src/process/procctl.rs
vendor/rustix/src/process/rlimit.rs
vendor/rustix/src/process/umask.rs [new file with mode: 0644]
vendor/rustix/src/process/uname.rs
vendor/rustix/src/process/wait.rs
vendor/rustix/src/rand/mod.rs
vendor/rustix/src/runtime.rs
vendor/rustix/src/termios/constants.rs
vendor/rustix/src/termios/mod.rs
vendor/rustix/src/termios/tc.rs
vendor/rustix/src/thread/clock.rs
vendor/rustix/src/thread/id.rs
vendor/rustix/src/thread/libcap.rs [new file with mode: 0644]
vendor/rustix/src/thread/mod.rs
vendor/rustix/src/thread/prctl.rs
vendor/rustix/src/thread/setns.rs
vendor/rustix/src/time/clock.rs
vendor/rustix/src/time/mod.rs
vendor/serde/.cargo-checksum.json
vendor/serde/Cargo.toml
vendor/serde/LICENSE-APACHE
vendor/serde/README.md
vendor/serde/build.rs
vendor/serde/src/de/impls.rs
vendor/serde/src/lib.rs
vendor/serde/src/ser/impls.rs
vendor/serde_derive/.cargo-checksum.json
vendor/serde_derive/Cargo.toml
vendor/serde_derive/LICENSE-APACHE
vendor/serde_derive/README.md
vendor/serde_derive/src/bound.rs
vendor/serde_derive/src/de.rs
vendor/serde_derive/src/dummy.rs
vendor/serde_derive/src/internals/attr.rs
vendor/serde_derive/src/internals/check.rs
vendor/serde_derive/src/internals/receiver.rs
vendor/serde_derive/src/internals/symbol.rs
vendor/serde_derive/src/lib.rs
vendor/syn-1.0.107/.cargo-checksum.json [new file with mode: 0644]
vendor/syn-1.0.107/Cargo.toml [new file with mode: 0644]
vendor/syn-1.0.107/LICENSE-APACHE [new file with mode: 0644]
vendor/syn-1.0.107/LICENSE-MIT [new file with mode: 0644]
vendor/syn-1.0.107/README.md [new file with mode: 0644]
vendor/syn-1.0.107/benches/file.rs [new file with mode: 0644]
vendor/syn-1.0.107/benches/rust.rs [new file with mode: 0644]
vendor/syn-1.0.107/build.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/attr.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/await.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/bigint.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/buffer.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/custom_keyword.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/custom_punctuation.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/data.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/derive.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/discouraged.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/drops.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/error.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/export.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/expr.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/ext.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/file.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/gen/clone.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/gen/debug.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/gen/eq.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/gen/fold.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/gen/hash.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/gen/visit.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/gen/visit_mut.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/gen_helper.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/generics.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/group.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/ident.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/item.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/lib.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/lifetime.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/lit.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/lookahead.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/mac.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/macros.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/op.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/parse.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/parse_macro_input.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/parse_quote.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/pat.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/path.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/print.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/punctuated.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/reserved.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/sealed.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/span.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/spanned.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/stmt.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/thread.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/token.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/tt.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/ty.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/verbatim.rs [new file with mode: 0644]
vendor/syn-1.0.107/src/whitespace.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/common/eq.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/common/mod.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/common/parse.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/debug/gen.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/debug/mod.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/macros/mod.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/regression.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/regression/issue1108.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/regression/issue1235.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/repo/mod.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/repo/progress.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_asyncness.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_attribute.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_derive_input.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_expr.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_generics.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_grouping.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_ident.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_item.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_iterators.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_lit.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_meta.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_parse_buffer.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_parse_stream.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_pat.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_path.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_precedence.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_receiver.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_round_trip.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_shebang.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_should_parse.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_size.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_stmt.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_token_trees.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_ty.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/test_visibility.rs [new file with mode: 0644]
vendor/syn-1.0.107/tests/zzz_stable.rs [new file with mode: 0644]
vendor/syn/.cargo-checksum.json
vendor/syn/Cargo.toml
vendor/syn/LICENSE-APACHE
vendor/syn/README.md
vendor/syn/benches/file.rs
vendor/syn/benches/rust.rs
vendor/syn/build.rs [deleted file]
vendor/syn/src/attr.rs
vendor/syn/src/await.rs [deleted file]
vendor/syn/src/bigint.rs
vendor/syn/src/buffer.rs
vendor/syn/src/custom_keyword.rs
vendor/syn/src/custom_punctuation.rs
vendor/syn/src/data.rs
vendor/syn/src/derive.rs
vendor/syn/src/discouraged.rs
vendor/syn/src/error.rs
vendor/syn/src/export.rs
vendor/syn/src/expr.rs
vendor/syn/src/ext.rs
vendor/syn/src/file.rs
vendor/syn/src/gen/clone.rs
vendor/syn/src/gen/debug.rs
vendor/syn/src/gen/eq.rs
vendor/syn/src/gen/fold.rs
vendor/syn/src/gen/hash.rs
vendor/syn/src/gen/visit.rs
vendor/syn/src/gen/visit_mut.rs
vendor/syn/src/gen_helper.rs
vendor/syn/src/generics.rs
vendor/syn/src/group.rs
vendor/syn/src/ident.rs
vendor/syn/src/item.rs
vendor/syn/src/lib.rs
vendor/syn/src/lifetime.rs
vendor/syn/src/lit.rs
vendor/syn/src/lookahead.rs
vendor/syn/src/mac.rs
vendor/syn/src/macros.rs
vendor/syn/src/meta.rs [new file with mode: 0644]
vendor/syn/src/op.rs
vendor/syn/src/parse.rs
vendor/syn/src/parse_macro_input.rs
vendor/syn/src/parse_quote.rs
vendor/syn/src/pat.rs
vendor/syn/src/path.rs
vendor/syn/src/print.rs
vendor/syn/src/punctuated.rs
vendor/syn/src/reserved.rs [deleted file]
vendor/syn/src/restriction.rs [new file with mode: 0644]
vendor/syn/src/sealed.rs
vendor/syn/src/span.rs
vendor/syn/src/spanned.rs
vendor/syn/src/stmt.rs
vendor/syn/src/thread.rs
vendor/syn/src/token.rs
vendor/syn/src/tt.rs
vendor/syn/src/ty.rs
vendor/syn/src/verbatim.rs
vendor/syn/src/whitespace.rs
vendor/syn/tests/common/eq.rs
vendor/syn/tests/common/parse.rs
vendor/syn/tests/debug/gen.rs
vendor/syn/tests/debug/mod.rs
vendor/syn/tests/regression.rs
vendor/syn/tests/regression/issue1108.rs
vendor/syn/tests/repo/mod.rs
vendor/syn/tests/test_asyncness.rs
vendor/syn/tests/test_attribute.rs
vendor/syn/tests/test_derive_input.rs
vendor/syn/tests/test_expr.rs
vendor/syn/tests/test_generics.rs
vendor/syn/tests/test_grouping.rs
vendor/syn/tests/test_item.rs
vendor/syn/tests/test_iterators.rs
vendor/syn/tests/test_lit.rs
vendor/syn/tests/test_meta.rs
vendor/syn/tests/test_parse_buffer.rs
vendor/syn/tests/test_parse_stream.rs
vendor/syn/tests/test_pat.rs
vendor/syn/tests/test_path.rs
vendor/syn/tests/test_precedence.rs
vendor/syn/tests/test_receiver.rs
vendor/syn/tests/test_round_trip.rs
vendor/syn/tests/test_shebang.rs
vendor/syn/tests/test_size.rs
vendor/syn/tests/test_stmt.rs
vendor/syn/tests/test_token_trees.rs
vendor/syn/tests/test_ty.rs
vendor/syn/tests/test_visibility.rs
vendor/synstructure-0.12.6/.cargo-checksum.json [new file with mode: 0644]
vendor/synstructure-0.12.6/Cargo.toml [new file with mode: 0644]
vendor/synstructure-0.12.6/LICENSE [new file with mode: 0644]
vendor/synstructure-0.12.6/README.md [new file with mode: 0644]
vendor/synstructure-0.12.6/src/lib.rs [new file with mode: 0644]
vendor/synstructure-0.12.6/src/macros.rs [new file with mode: 0644]
vendor/synstructure/.cargo-checksum.json
vendor/synstructure/Cargo.toml
vendor/synstructure/src/lib.rs
vendor/synstructure/src/macros.rs
vendor/termcolor/.cargo-checksum.json
vendor/termcolor/Cargo.toml
vendor/termcolor/src/lib.rs
vendor/threadpool/.cargo-checksum.json [new file with mode: 0644]
vendor/threadpool/CHANGES.md [new file with mode: 0644]
vendor/threadpool/Cargo.toml [new file with mode: 0644]
vendor/threadpool/LICENSE-APACHE [new file with mode: 0644]
vendor/threadpool/LICENSE-MIT [new file with mode: 0644]
vendor/threadpool/src/lib.rs [new file with mode: 0644]
vendor/utf8parse/.cargo-checksum.json [new file with mode: 0644]
vendor/utf8parse/Cargo.toml [new file with mode: 0644]
vendor/utf8parse/LICENSE-APACHE [new file with mode: 0644]
vendor/utf8parse/LICENSE-MIT [new file with mode: 0644]
vendor/utf8parse/src/lib.rs [new file with mode: 0644]
vendor/utf8parse/src/types.rs [new file with mode: 0644]
vendor/utf8parse/tests/UTF-8-demo.txt [new file with mode: 0644]
vendor/utf8parse/tests/utf-8-demo.rs [new file with mode: 0644]
vendor/windows-targets/.cargo-checksum.json
vendor/windows-targets/Cargo.toml
vendor/windows/.cargo-checksum.json [new file with mode: 0644]
vendor/windows/Cargo.toml [new file with mode: 0644]
vendor/windows/license-apache-2.0 [new file with mode: 0644]
vendor/windows/license-mit [new file with mode: 0644]
vendor/windows/readme.md [new file with mode: 0644]
vendor/windows/src/Windows/AI/MachineLearning/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/AI/MachineLearning/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/AI/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/AI/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Activation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Activation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/AppExtensions/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/AppExtensions/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/AppService/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/AppService/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Appointments/AppointmentsProvider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Appointments/AppointmentsProvider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Appointments/DataProvider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Appointments/DataProvider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Appointments/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Appointments/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Background/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Background/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Calls/Background/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Calls/Background/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Calls/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Calls/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Calls/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Calls/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Chat/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Chat/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/CommunicationBlocking/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/CommunicationBlocking/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Contacts/DataProvider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Contacts/DataProvider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Contacts/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Contacts/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Contacts/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Contacts/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/ConversationalAgent/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/ConversationalAgent/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/DataTransfer/DragDrop/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/DataTransfer/DragDrop/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/DataTransfer/DragDrop/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/DataTransfer/DragDrop/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/DataTransfer/ShareTarget/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/DataTransfer/ShareTarget/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/DataTransfer/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/DataTransfer/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Email/DataProvider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Email/DataProvider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Email/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Email/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/ExtendedExecution/Foreground/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/ExtendedExecution/Foreground/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/ExtendedExecution/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/ExtendedExecution/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Holographic/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Holographic/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/LockScreen/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/LockScreen/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Payments/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Payments/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Payments/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Payments/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Preview/Holographic/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Preview/Holographic/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Preview/InkWorkspace/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Preview/InkWorkspace/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Preview/Notes/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Preview/Notes/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Preview/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Preview/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Resources/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Resources/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Resources/Management/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Resources/Management/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Resources/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Resources/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Search/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Search/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Search/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Search/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Store/LicenseManagement/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Store/LicenseManagement/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Store/Preview/InstallControl/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Store/Preview/InstallControl/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Store/Preview/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Store/Preview/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Store/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Store/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserActivities/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserActivities/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserActivities/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserActivities/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserDataAccounts/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserDataAccounts/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserDataAccounts/SystemAccess/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserDataAccounts/SystemAccess/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserDataAccounts/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserDataAccounts/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserDataTasks/DataProvider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserDataTasks/DataProvider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserDataTasks/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/UserDataTasks/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/VoiceCommands/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/VoiceCommands/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Wallet/System/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Wallet/System/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Wallet/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/Wallet/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/ApplicationModel/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Html/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Html/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Json/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Json/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Pdf/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Pdf/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Text/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Text/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Xml/Dom/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Xml/Dom/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Xml/Xsl/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Xml/Xsl/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Xml/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/Xml/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Data/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Adc/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Adc/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Adc/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Adc/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Background/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Background/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Bluetooth/Advertisement/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Bluetooth/Advertisement/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Bluetooth/Background/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Bluetooth/Background/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Bluetooth/GenericAttributeProfile/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Bluetooth/GenericAttributeProfile/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Bluetooth/Rfcomm/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Bluetooth/Rfcomm/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Bluetooth/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Bluetooth/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Custom/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Custom/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Display/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Display/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Display/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Display/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Enumeration/Pnp/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Enumeration/Pnp/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Enumeration/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Enumeration/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Geolocation/Geofencing/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Geolocation/Geofencing/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Geolocation/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Geolocation/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Geolocation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Geolocation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Gpio/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Gpio/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Gpio/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Gpio/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Haptics/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Haptics/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/HumanInterfaceDevice/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/HumanInterfaceDevice/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/I2c/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/I2c/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/I2c/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/I2c/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Input/Preview/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Input/Preview/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Input/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Input/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Lights/Effects/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Lights/Effects/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Lights/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Lights/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Midi/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Midi/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/PointOfService/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/PointOfService/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/PointOfService/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/PointOfService/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Portable/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Portable/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Power/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Power/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Printers/Extensions/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Printers/Extensions/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Printers/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Printers/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Pwm/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Pwm/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Pwm/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Pwm/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Radios/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Radios/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Scanners/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Scanners/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Sensors/Custom/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Sensors/Custom/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Sensors/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Sensors/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/SerialCommunication/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/SerialCommunication/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/SmartCards/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/SmartCards/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Sms/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Sms/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Spi/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Spi/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Spi/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Spi/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Usb/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/Usb/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/WiFi/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/WiFi/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/WiFiDirect/Services/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/WiFiDirect/Services/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/WiFiDirect/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/WiFiDirect/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Devices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Embedded/DeviceLockdown/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Embedded/DeviceLockdown/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Embedded/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Embedded/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Foundation/Collections/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Foundation/Collections/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Foundation/Diagnostics/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Foundation/Diagnostics/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Foundation/Metadata/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Foundation/Metadata/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Foundation/Numerics/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Foundation/Numerics/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Foundation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Foundation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/Input/Custom/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/Input/Custom/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/Input/ForceFeedback/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/Input/ForceFeedback/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/Input/Preview/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/Input/Preview/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/Input/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/Input/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/Preview/GamesEnumeration/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/Preview/GamesEnumeration/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/Preview/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/Preview/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/UI/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/UI/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/XboxLive/Storage/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/XboxLive/Storage/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/XboxLive/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/XboxLive/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Gaming/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Globalization/Collation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Globalization/Collation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Globalization/DateTimeFormatting/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Globalization/DateTimeFormatting/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Globalization/Fonts/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Globalization/Fonts/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Globalization/NumberFormatting/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Globalization/NumberFormatting/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Globalization/PhoneNumberFormatting/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Globalization/PhoneNumberFormatting/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Globalization/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Globalization/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Capture/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Capture/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/DirectX/Direct3D11/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/DirectX/Direct3D11/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/DirectX/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/DirectX/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Display/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Display/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Display/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Display/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Effects/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Effects/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Holographic/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Holographic/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Imaging/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Imaging/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Printing/OptionDetails/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Printing/OptionDetails/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Printing/PrintSupport/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Printing/PrintSupport/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Printing/PrintTicket/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Printing/PrintTicket/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Printing/Workflow/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Printing/Workflow/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Printing/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Printing/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Printing3D/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/Printing3D/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Graphics/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/Deployment/Preview/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/Deployment/Preview/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/Deployment/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/Deployment/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/Policies/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/Policies/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/Update/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/Update/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/Workplace/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/Workplace/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Management/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/AppBroadcasting/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/AppBroadcasting/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/AppRecording/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/AppRecording/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Audio/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Audio/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Capture/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Capture/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Capture/Frames/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Capture/Frames/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Capture/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Capture/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Casting/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Casting/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/ClosedCaptioning/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/ClosedCaptioning/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/ContentRestrictions/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/ContentRestrictions/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Control/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Control/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Core/Preview/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Core/Preview/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Devices/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Devices/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Devices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Devices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/DialProtocol/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/DialProtocol/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Editing/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Editing/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Effects/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Effects/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/FaceAnalysis/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/FaceAnalysis/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Import/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Import/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/MediaProperties/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/MediaProperties/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Miracast/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Miracast/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Ocr/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Ocr/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/PlayTo/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/PlayTo/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Playback/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Playback/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Playlists/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Playlists/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Protection/PlayReady/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Protection/PlayReady/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Protection/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Protection/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Render/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Render/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/SpeechRecognition/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/SpeechRecognition/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/SpeechSynthesis/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/SpeechSynthesis/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Streaming/Adaptive/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Streaming/Adaptive/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Streaming/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Streaming/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Transcoding/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/Transcoding/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Media/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/BackgroundTransfer/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/BackgroundTransfer/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/Connectivity/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/Connectivity/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/NetworkOperators/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/NetworkOperators/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/Proximity/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/Proximity/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/PushNotifications/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/PushNotifications/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/ServiceDiscovery/Dnssd/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/ServiceDiscovery/Dnssd/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/ServiceDiscovery/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/ServiceDiscovery/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/Sockets/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/Sockets/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/Vpn/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/Vpn/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/XboxLive/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/XboxLive/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Networking/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/Automation/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/Automation/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/Automation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/Automation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/People/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/People/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/Spatial/Preview/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/Spatial/Preview/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/Spatial/Surfaces/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/Spatial/Surfaces/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/Spatial/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/Spatial/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Perception/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/ApplicationModel/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/ApplicationModel/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Devices/Notification/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Devices/Notification/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Devices/Power/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Devices/Power/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Devices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Devices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Management/Deployment/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Management/Deployment/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Management/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Management/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Media/Devices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Media/Devices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Media/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Media/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Notification/Management/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Notification/Management/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Notification/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Notification/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/PersonalInformation/Provisioning/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/PersonalInformation/Provisioning/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/PersonalInformation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/PersonalInformation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Speech/Recognition/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Speech/Recognition/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Speech/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/Speech/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/StartScreen/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/StartScreen/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/System/Power/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/System/Power/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/System/Profile/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/System/Profile/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/System/UserProfile/GameServices/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/System/UserProfile/GameServices/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/System/UserProfile/GameServices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/System/UserProfile/GameServices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/System/UserProfile/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/System/UserProfile/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/System/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/System/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/UI/Input/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/UI/Input/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/UI/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/UI/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Phone/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/Identity/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/Identity/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/Identity/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/Identity/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/OnlineId/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/OnlineId/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/Web/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/Web/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/Web/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/Web/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/Web/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/Web/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authentication/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authorization/AppCapabilityAccess/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authorization/AppCapabilityAccess/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authorization/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Authorization/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Credentials/UI/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Credentials/UI/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Credentials/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Credentials/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Cryptography/Certificates/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Cryptography/Certificates/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Cryptography/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Cryptography/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Cryptography/DataProtection/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Cryptography/DataProtection/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Cryptography/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Cryptography/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/DataProtection/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/DataProtection/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/EnterpriseData/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/EnterpriseData/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/ExchangeActiveSyncProvisioning/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/ExchangeActiveSyncProvisioning/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Isolation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/Isolation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Security/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/Maps/Guidance/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/Maps/Guidance/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/Maps/LocalSearch/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/Maps/LocalSearch/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/Maps/OfflineMaps/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/Maps/OfflineMaps/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/Maps/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/Maps/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/Store/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/Store/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/TargetedContent/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/TargetedContent/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Services/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/AccessCache/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/AccessCache/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/BulkAccess/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/BulkAccess/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/Compression/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/Compression/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/FileProperties/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/FileProperties/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/Pickers/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/Pickers/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/Pickers/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/Pickers/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/Search/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/Search/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/Streams/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/Streams/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Storage/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Diagnostics/DevicePortal/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Diagnostics/DevicePortal/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Diagnostics/Telemetry/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Diagnostics/Telemetry/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Diagnostics/TraceReporting/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Diagnostics/TraceReporting/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Diagnostics/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Diagnostics/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Display/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Display/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Implementation/FileExplorer/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Implementation/FileExplorer/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Implementation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Implementation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Inventory/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Inventory/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Power/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Power/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Profile/SystemManufacturers/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Profile/SystemManufacturers/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Profile/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Profile/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/RemoteDesktop/Input/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/RemoteDesktop/Input/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/RemoteDesktop/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/RemoteDesktop/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/RemoteSystems/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/RemoteSystems/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Threading/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Threading/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Threading/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Threading/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Update/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/Update/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/UserProfile/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/UserProfile/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/System/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Accessibility/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Accessibility/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/ApplicationSettings/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/ApplicationSettings/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/Desktop/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/Desktop/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/Diagnostics/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/Diagnostics/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/Effects/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/Effects/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/Interactions/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/Interactions/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/Scenes/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/Scenes/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Composition/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Core/AnimationMetrics/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Core/AnimationMetrics/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Core/Preview/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Core/Preview/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Inking/Analysis/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Inking/Analysis/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Inking/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Inking/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Inking/Preview/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Inking/Preview/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Inking/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Inking/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Preview/Injection/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Preview/Injection/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Preview/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Preview/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Spatial/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/Spatial/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Input/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Notifications/Management/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Notifications/Management/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Notifications/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Notifications/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Popups/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Popups/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Shell/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Shell/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/StartScreen/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/StartScreen/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Text/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Text/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Text/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/Text/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/UIAutomation/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/UIAutomation/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/UIAutomation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/UIAutomation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/ViewManagement/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/ViewManagement/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/ViewManagement/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/ViewManagement/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/WebUI/Core/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/WebUI/Core/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/WebUI/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/WebUI/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/WindowManagement/Preview/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/WindowManagement/Preview/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/WindowManagement/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/WindowManagement/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/UI/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Wdk/System/OfflineRegistry/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Wdk/System/OfflineRegistry/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Wdk/System/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Wdk/System/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Wdk/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Wdk/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/AtomPub/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/AtomPub/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/Http/Diagnostics/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/Http/Diagnostics/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/Http/Filters/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/Http/Filters/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/Http/Headers/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/Http/Headers/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/Http/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/Http/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/Syndication/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/Syndication/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/UI/Interop/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/UI/Interop/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/UI/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/UI/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Web/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/AI/MachineLearning/DirectML/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/AI/MachineLearning/DirectML/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/AI/MachineLearning/WinML/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/AI/MachineLearning/WinML/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/AI/MachineLearning/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/AI/MachineLearning/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/AI/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/AI/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Data/HtmlHelp/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Data/HtmlHelp/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Data/RightsManagement/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Data/RightsManagement/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Data/Xml/MsXml/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Data/Xml/MsXml/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Data/Xml/XmlLite/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Data/Xml/XmlLite/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Data/Xml/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Data/Xml/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Data/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Data/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/AllJoyn/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/AllJoyn/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/BiometricFramework/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/BiometricFramework/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Bluetooth/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Bluetooth/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Communication/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Communication/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/DeviceAccess/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/DeviceAccess/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/DeviceAndDriverInstallation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/DeviceQuery/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/DeviceQuery/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Display/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Display/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Enumeration/Pnp/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Enumeration/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Enumeration/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Fax/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Fax/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/FunctionDiscovery/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/FunctionDiscovery/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Geolocation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Geolocation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/HumanInterfaceDevice/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/ImageAcquisition/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/ImageAcquisition/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/PortableDevices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/PortableDevices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Properties/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Properties/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Pwm/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Pwm/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Sensors/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Sensors/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/SerialCommunication/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/SerialCommunication/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Tapi/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Tapi/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Usb/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/Usb/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/WebServicesOnDevices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Devices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Foundation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Foundation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Gaming/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Gaming/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Globalization/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Globalization/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/CompositionSwapchain/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/CompositionSwapchain/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/DXCore/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/DXCore/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct2D/Common/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct2D/Common/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct2D/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct2D/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D/Dxc/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D/Dxc/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D/Fxc/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D/Fxc/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D10/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D10/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D11/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D11/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D11on12/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D11on12/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D12/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D12/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D9/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D9/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D9on12/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Direct3D9on12/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/DirectComposition/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/DirectComposition/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/DirectDraw/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/DirectDraw/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/DirectManipulation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/DirectManipulation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/DirectWrite/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/DirectWrite/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Dwm/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Dwm/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Dxgi/Common/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Dxgi/Common/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Dxgi/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Dxgi/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Gdi/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Gdi/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Hlsl/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Hlsl/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Imaging/D2D/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Imaging/D2D/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Imaging/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Imaging/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/OpenGL/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/OpenGL/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Printing/PrintTicket/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Printing/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/Printing/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Graphics/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Management/MobileDeviceManagementRegistration/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Management/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Management/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Audio/Apo/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Audio/Apo/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Audio/DirectMusic/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Audio/DirectMusic/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Audio/DirectSound/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Audio/DirectSound/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Audio/Endpoints/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Audio/Endpoints/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Audio/XAudio2/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Audio/XAudio2/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Audio/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Audio/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/DeviceManager/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/DeviceManager/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/DirectShow/Xml/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/DirectShow/Xml/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/DirectShow/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/DirectShow/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/DxMediaObjects/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/DxMediaObjects/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/KernelStreaming/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/KernelStreaming/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/LibrarySharingServices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/LibrarySharingServices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/MediaFoundation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/MediaFoundation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/MediaPlayer/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/MediaPlayer/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Multimedia/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Multimedia/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/PictureAcquisition/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/PictureAcquisition/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Speech/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Speech/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Streaming/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/Streaming/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/WindowsMediaFormat/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Media/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/Dhcp/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/Dns/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/Dns/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/IpHelper/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/MobileBroadband/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/MobileBroadband/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/Multicast/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/Multicast/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/Ndis/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/Ndis/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/NetBios/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/NetBios/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/NetManagement/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/NetShell/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/NetShell/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/NetworkPolicyServer/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/NetworkPolicyServer/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/P2P/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/P2P/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/QoS/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/QoS/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/Rras/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/Rras/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/Snmp/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/Snmp/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WNet/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WNet/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WebDav/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WebDav/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WiFi/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WiFi/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WindowsConnectNow/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WindowsConnectNow/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WindowsFirewall/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/NetworkManagement/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/ActiveDirectory/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/ActiveDirectory/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/BackgroundIntelligentTransferService/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/BackgroundIntelligentTransferService/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/Clustering/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/Clustering/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/HttpServer/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/HttpServer/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/Ldap/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/Ldap/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/NetworkListManager/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/NetworkListManager/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/RemoteDifferentialCompression/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/RemoteDifferentialCompression/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/WebSocket/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/WebSocket/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/WinHttp/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/WinHttp/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/WinInet/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/WinInet/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/WinSock/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/WinSock/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/WindowsWebServices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/WindowsWebServices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Networking/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/AppLocker/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/AppLocker/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Authentication/Identity/Provider/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Authentication/Identity/Provider/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Authentication/Identity/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Authentication/Identity/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Authentication/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Authentication/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Authorization/UI/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Authorization/UI/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Authorization/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Authorization/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/ConfigurationSnapin/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/ConfigurationSnapin/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Credentials/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Credentials/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Cryptography/Catalog/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Cryptography/Certificates/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Cryptography/Sip/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Cryptography/Sip/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Cryptography/UI/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Cryptography/UI/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Cryptography/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Cryptography/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/DiagnosticDataQuery/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/DirectoryServices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/DirectoryServices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/EnterpriseData/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/EnterpriseData/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Isolation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Isolation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/LicenseProtection/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/LicenseProtection/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/NetworkAccessProtection/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Tpm/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/Tpm/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/WinTrust/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/WinTrust/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/WinWlx/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/WinWlx/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Security/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Cabinets/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Cabinets/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/CloudFilters/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/CloudFilters/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Compression/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Compression/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/DataDeduplication/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/DataDeduplication/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/DistributedFileSystem/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/EnhancedStorage/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/EnhancedStorage/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/FileHistory/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/FileHistory/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/FileServerResourceManager/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/FileServerResourceManager/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/FileSystem/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/FileSystem/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Imapi/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Imapi/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/IndexServer/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/IndexServer/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/InstallableFileSystems/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/IscsiDisc/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/IscsiDisc/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Jet/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Jet/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/OfflineFiles/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/OfflineFiles/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/OperationRecorder/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/OperationRecorder/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Packaging/Appx/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Packaging/Appx/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Packaging/Opc/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Packaging/Opc/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Packaging/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Packaging/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/ProjectedFileSystem/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/StructuredStorage/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/StructuredStorage/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Vhd/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Vhd/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/VirtualDiskService/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/VirtualDiskService/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Vss/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Vss/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Xps/Printing/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Xps/Printing/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Xps/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/Xps/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Storage/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/AddressBook/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/AddressBook/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Antimalware/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Antimalware/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ApplicationInstallationAndServicing/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ApplicationVerifier/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ApplicationVerifier/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/AssessmentTool/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/AssessmentTool/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/CallObj/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/CallObj/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/ChannelCredentials/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/ChannelCredentials/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/Events/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/Events/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/Marshal/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/Marshal/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/StructuredStorage/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/StructuredStorage/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/UI/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/UI/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/Urlmon/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/Urlmon/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Com/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ComponentServices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ComponentServices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Console/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Console/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Contacts/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Contacts/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/CorrelationVector/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/CorrelationVector/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/DataExchange/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/DataExchange/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/DeploymentServices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/DeploymentServices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/DesktopSharing/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/DesktopSharing/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/DeveloperLicensing/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/DeveloperLicensing/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Diagnostics/Ceip/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Diagnostics/Debug/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Diagnostics/Debug/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Diagnostics/Etw/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Diagnostics/Etw/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Diagnostics/ToolHelp/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Diagnostics/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Diagnostics/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/DistributedTransactionCoordinator/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Environment/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Environment/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ErrorReporting/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ErrorReporting/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/EventCollector/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/EventCollector/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/EventLog/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/EventLog/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/EventNotificationService/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/EventNotificationService/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/GroupPolicy/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/GroupPolicy/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/HostCompute/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/HostCompute/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/HostComputeNetwork/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/HostComputeNetwork/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/HostComputeSystem/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/HostComputeSystem/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Hypervisor/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Hypervisor/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/IO/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/IO/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Iis/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Iis/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Ioctl/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Ioctl/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/JobObjects/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/JobObjects/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Js/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Js/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Kernel/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Kernel/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/LibraryLoader/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/LibraryLoader/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Mailslots/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Mailslots/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Mapi/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Mapi/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Memory/NonVolatile/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Memory/NonVolatile/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Memory/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Memory/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/MessageQueuing/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/MessageQueuing/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/MixedReality/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/MixedReality/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Mmc/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Mmc/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Ole/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Ole/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ParentalControls/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ParentalControls/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/PasswordManagement/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/PasswordManagement/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Performance/HardwareCounterProfiling/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Performance/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Performance/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Pipes/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Pipes/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Power/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Power/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ProcessStatus/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ProcessStatus/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/RealTimeCommunications/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/RealTimeCommunications/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Recovery/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Recovery/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Registry/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Registry/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/RemoteAssistance/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/RemoteAssistance/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/RemoteDesktop/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/RemoteDesktop/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/RemoteManagement/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/RemoteManagement/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/RestartManager/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/RestartManager/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Restore/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Restore/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Rpc/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Rpc/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Search/Common/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Search/Common/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Search/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Search/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SecurityCenter/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SecurityCenter/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ServerBackup/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/ServerBackup/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Services/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Services/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SettingsManagementInfrastructure/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SettingsManagementInfrastructure/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SetupAndMigration/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SetupAndMigration/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Shutdown/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Shutdown/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SideShow/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SideShow/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/StationsAndDesktops/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/StationsAndDesktops/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SubsystemForLinux/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SubsystemForLinux/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SystemInformation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SystemInformation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SystemServices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/SystemServices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/TaskScheduler/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/TaskScheduler/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Threading/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Threading/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Time/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Time/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/TpmBaseServices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/TpmBaseServices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/TransactionServer/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/TransactionServer/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/UpdateAgent/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/UpdateAgent/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/UpdateAssessment/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/UpdateAssessment/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/UserAccessLogging/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/UserAccessLogging/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/VirtualDosMachines/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/VirtualDosMachines/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/AllJoyn/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/AllJoyn/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Composition/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Composition/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/CoreInputView/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/CoreInputView/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Direct3D11/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Direct3D11/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Display/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Display/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Graphics/Capture/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Graphics/Capture/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Graphics/Direct2D/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Graphics/Direct2D/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Graphics/Imaging/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Graphics/Imaging/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Graphics/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Graphics/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Holographic/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Holographic/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Isolation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Isolation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/ML/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/ML/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Media/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Media/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Pdf/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Pdf/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Printing/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Printing/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Shell/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Shell/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Storage/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/Storage/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WinRT/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WindowsProgramming/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WindowsProgramming/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WindowsSync/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/WindowsSync/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Wmi/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/Wmi/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/System/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Accessibility/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Accessibility/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Animation/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Animation/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/ColorSystem/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/ColorSystem/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Controls/Dialogs/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Controls/Dialogs/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Controls/RichEdit/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Controls/RichEdit/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Controls/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Controls/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/HiDpi/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/HiDpi/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/Ime/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/Ime/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/Ink/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/Ink/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/KeyboardAndMouse/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/Pointer/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/Pointer/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/Radial/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/Radial/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/Touch/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/Touch/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/XboxController/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/XboxController/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Input/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/InteractionContext/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/InteractionContext/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/LegacyWindowsEnvironmentFeatures/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/LegacyWindowsEnvironmentFeatures/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Magnification/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Magnification/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Notifications/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Notifications/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Ribbon/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Ribbon/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Shell/Common/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Shell/Common/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Shell/PropertiesSystem/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Shell/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Shell/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/TabletPC/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/TabletPC/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/TextServices/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/TextServices/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/WindowsAndMessaging/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Wpf/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/Wpf/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/UI/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Web/InternetExplorer/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Web/InternetExplorer/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Web/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/Web/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/Win32/mod.rs [new file with mode: 0644]
vendor/windows/src/Windows/impl.rs [new file with mode: 0644]
vendor/windows/src/Windows/mod.rs [new file with mode: 0644]
vendor/windows/src/core/agile_reference.rs [new file with mode: 0644]
vendor/windows/src/core/array.rs [new file with mode: 0644]
vendor/windows/src/core/as_impl.rs [new file with mode: 0644]
vendor/windows/src/core/com_interface.rs [new file with mode: 0644]
vendor/windows/src/core/error.rs [new file with mode: 0644]
vendor/windows/src/core/event.rs [new file with mode: 0644]
vendor/windows/src/core/guid.rs [new file with mode: 0644]
vendor/windows/src/core/hresult.rs [new file with mode: 0644]
vendor/windows/src/core/inspectable.rs [new file with mode: 0644]
vendor/windows/src/core/interface.rs [new file with mode: 0644]
vendor/windows/src/core/mod.rs [new file with mode: 0644]
vendor/windows/src/core/param.rs [new file with mode: 0644]
vendor/windows/src/core/runtime_name.rs [new file with mode: 0644]
vendor/windows/src/core/runtime_type.rs [new file with mode: 0644]
vendor/windows/src/core/scoped_interface.rs [new file with mode: 0644]
vendor/windows/src/core/strings/bstr.rs [new file with mode: 0644]
vendor/windows/src/core/strings/hstring.rs [new file with mode: 0644]
vendor/windows/src/core/strings/literals.rs [new file with mode: 0644]
vendor/windows/src/core/strings/mod.rs [new file with mode: 0644]
vendor/windows/src/core/strings/pcstr.rs [new file with mode: 0644]
vendor/windows/src/core/strings/pcwstr.rs [new file with mode: 0644]
vendor/windows/src/core/strings/pstr.rs [new file with mode: 0644]
vendor/windows/src/core/strings/pwstr.rs [new file with mode: 0644]
vendor/windows/src/core/type.rs [new file with mode: 0644]
vendor/windows/src/core/unknown.rs [new file with mode: 0644]
vendor/windows/src/core/weak.rs [new file with mode: 0644]
vendor/windows/src/imp/bindings.rs [new file with mode: 0644]
vendor/windows/src/imp/delay_load.rs [new file with mode: 0644]
vendor/windows/src/imp/factory_cache.rs [new file with mode: 0644]
vendor/windows/src/imp/generic_factory.rs [new file with mode: 0644]
vendor/windows/src/imp/heap.rs [new file with mode: 0644]
vendor/windows/src/imp/mod.rs [new file with mode: 0644]
vendor/windows/src/imp/ref_count.rs [new file with mode: 0644]
vendor/windows/src/imp/sha1.rs [new file with mode: 0644]
vendor/windows/src/imp/waiter.rs [new file with mode: 0644]
vendor/windows/src/imp/weak_ref_count.rs [new file with mode: 0644]
vendor/windows/src/lib.rs [new file with mode: 0644]
vendor/windows/windows.natvis [new file with mode: 0644]
vendor/windows_aarch64_gnullvm/.cargo-checksum.json
vendor/windows_aarch64_gnullvm/Cargo.toml
vendor/windows_aarch64_gnullvm/lib/libwindows.a
vendor/windows_aarch64_msvc/.cargo-checksum.json
vendor/windows_aarch64_msvc/Cargo.toml
vendor/windows_aarch64_msvc/lib/windows.lib
vendor/windows_i686_gnu/.cargo-checksum.json
vendor/windows_i686_gnu/Cargo.toml
vendor/windows_i686_gnu/lib/libwindows.a
vendor/windows_i686_msvc/.cargo-checksum.json
vendor/windows_i686_msvc/Cargo.toml
vendor/windows_i686_msvc/lib/windows.lib
vendor/windows_x86_64_gnu/.cargo-checksum.json
vendor/windows_x86_64_gnu/Cargo.toml
vendor/windows_x86_64_gnu/lib/libwindows.a
vendor/windows_x86_64_gnullvm/.cargo-checksum.json
vendor/windows_x86_64_gnullvm/Cargo.toml
vendor/windows_x86_64_gnullvm/lib/libwindows.a
vendor/windows_x86_64_msvc/.cargo-checksum.json
vendor/windows_x86_64_msvc/Cargo.toml
vendor/windows_x86_64_msvc/lib/windows.lib
version