]> git.proxmox.com Git - rustc.git/commit - compiler/rustc_ast_lowering/src/item.rs
New upstream version 1.73.0+dfsg1
authorFabian Grünbichler <debian@fabian.gruenbichler.email>
Mon, 27 May 2024 20:45:50 +0000 (22:45 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Mon, 27 May 2024 20:45:50 +0000 (22:45 +0200)
commitadd651ee108d9d3fe4723ef71d4890963b41a479
treef590aa798034c29b5378e3c197a54a6f4666c644
parentfe692bf9c3b4cb4c0d50d687dfe7a7d8c0e66721
New upstream version 1.73.0+dfsg1
9970 files changed:
Cargo.lock
Cargo.toml
RELEASES.md
compiler/rustc/build.rs
compiler/rustc_abi/src/layout.rs
compiler/rustc_abi/src/lib.rs
compiler/rustc_apfloat/Cargo.toml [deleted file]
compiler/rustc_apfloat/src/ieee.rs [deleted file]
compiler/rustc_apfloat/src/lib.rs [deleted file]
compiler/rustc_apfloat/src/ppc.rs [deleted file]
compiler/rustc_apfloat/tests/ieee.rs [deleted file]
compiler/rustc_apfloat/tests/ppc.rs [deleted file]
compiler/rustc_arena/src/lib.rs
compiler/rustc_ast/src/ast.rs
compiler/rustc_ast/src/attr/mod.rs
compiler/rustc_ast/src/expand/allocator.rs
compiler/rustc_ast/src/format.rs
compiler/rustc_ast/src/mut_visit.rs
compiler/rustc_ast/src/token.rs
compiler/rustc_ast/src/tokenstream.rs
compiler/rustc_ast/src/util/comments.rs
compiler/rustc_ast/src/util/parser.rs
compiler/rustc_ast/src/visit.rs
compiler/rustc_ast_lowering/src/asm.rs
compiler/rustc_ast_lowering/src/errors.rs
compiler/rustc_ast_lowering/src/expr.rs
compiler/rustc_ast_lowering/src/item.rs
compiler/rustc_ast_lowering/src/lib.rs
compiler/rustc_ast_lowering/src/lifetime_collector.rs
compiler/rustc_ast_lowering/src/pat.rs
compiler/rustc_ast_lowering/src/path.rs
compiler/rustc_ast_passes/messages.ftl
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_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/src/builtin.rs
compiler/rustc_borrowck/src/borrowck_errors.rs
compiler/rustc_borrowck/src/constraint_generation.rs
compiler/rustc_borrowck/src/consumers.rs
compiler/rustc_borrowck/src/dataflow.rs
compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs
compiler/rustc_borrowck/src/diagnostics/explain_borrow.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/region_errors.rs
compiler/rustc_borrowck/src/diagnostics/region_name.rs
compiler/rustc_borrowck/src/diagnostics/var_name.rs
compiler/rustc_borrowck/src/facts.rs
compiler/rustc_borrowck/src/invalidation.rs
compiler/rustc_borrowck/src/lib.rs
compiler/rustc_borrowck/src/nll.rs
compiler/rustc_borrowck/src/path_utils.rs
compiler/rustc_borrowck/src/places_conflict.rs
compiler/rustc_borrowck/src/region_infer/dump_mir.rs
compiler/rustc_borrowck/src/region_infer/graphviz.rs
compiler/rustc_borrowck/src/region_infer/mod.rs
compiler/rustc_borrowck/src/region_infer/opaque_types.rs
compiler/rustc_borrowck/src/region_infer/values.rs
compiler/rustc_borrowck/src/renumber.rs
compiler/rustc_borrowck/src/session_diagnostics.rs
compiler/rustc_borrowck/src/type_check/canonical.rs
compiler/rustc_borrowck/src/type_check/constraint_conversion.rs
compiler/rustc_borrowck/src/type_check/liveness/polonius.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_builtin_macros/messages.ftl
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_eval.rs
compiler/rustc_builtin_macros/src/deriving/clone.rs
compiler/rustc_builtin_macros/src/deriving/cmp/ord.rs
compiler/rustc_builtin_macros/src/deriving/cmp/partial_ord.rs
compiler/rustc_builtin_macros/src/deriving/decodable.rs
compiler/rustc_builtin_macros/src/deriving/encodable.rs
compiler/rustc_builtin_macros/src/deriving/generic/mod.rs
compiler/rustc_builtin_macros/src/edition_panic.rs
compiler/rustc_builtin_macros/src/env.rs
compiler/rustc_builtin_macros/src/errors.rs
compiler/rustc_builtin_macros/src/format.rs
compiler/rustc_builtin_macros/src/format_foreign.rs
compiler/rustc_builtin_macros/src/global_allocator.rs
compiler/rustc_builtin_macros/src/proc_macro_harness.rs
compiler/rustc_builtin_macros/src/source_util.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_codegen_cranelift/.github/workflows/audit.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/Readme.md
compiler/rustc_codegen_cranelift/build_system/abi_cafe.rs
compiler/rustc_codegen_cranelift/build_system/bench.rs
compiler/rustc_codegen_cranelift/build_system/build_backend.rs
compiler/rustc_codegen_cranelift/build_system/build_sysroot.rs
compiler/rustc_codegen_cranelift/build_system/main.rs
compiler/rustc_codegen_cranelift/build_system/path.rs
compiler/rustc_codegen_cranelift/build_system/prepare.rs
compiler/rustc_codegen_cranelift/build_system/shared_utils.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/tests.rs
compiler/rustc_codegen_cranelift/build_system/usage.txt
compiler/rustc_codegen_cranelift/build_system/utils.rs
compiler/rustc_codegen_cranelift/config.txt
compiler/rustc_codegen_cranelift/example/float-minmax-pass.rs
compiler/rustc_codegen_cranelift/example/issue-59326.rs [new file with mode: 0644]
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/0001-portable-simd-Allow-internal-features.patch [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/0027-coretests-128bit-atomic-operations.patch
compiler/rustc_codegen_cranelift/patches/0027-stdlib-128bit-atomic-operations.patch
compiler/rustc_codegen_cranelift/patches/stdlib-lock.toml
compiler/rustc_codegen_cranelift/rust-toolchain
compiler/rustc_codegen_cranelift/scripts/cargo-clif.rs
compiler/rustc_codegen_cranelift/scripts/setup_rust_fork.sh
compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
compiler/rustc_codegen_cranelift/src/abi/comments.rs
compiler/rustc_codegen_cranelift/src/abi/mod.rs
compiler/rustc_codegen_cranelift/src/allocator.rs
compiler/rustc_codegen_cranelift/src/base.rs
compiler/rustc_codegen_cranelift/src/common.rs
compiler/rustc_codegen_cranelift/src/constant.rs
compiler/rustc_codegen_cranelift/src/debuginfo/line_info.rs
compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs
compiler/rustc_codegen_cranelift/src/driver/jit.rs
compiler/rustc_codegen_cranelift/src/driver/mod.rs
compiler/rustc_codegen_cranelift/src/global_asm.rs
compiler/rustc_codegen_cranelift/src/inline_asm.rs
compiler/rustc_codegen_cranelift/src/intrinsics/llvm.rs
compiler/rustc_codegen_cranelift/src/intrinsics/llvm_aarch64.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/pretty_clif.rs
compiler/rustc_codegen_cranelift/src/value_and_place.rs
compiler/rustc_codegen_gcc/example/alloc_system.rs
compiler/rustc_codegen_gcc/messages.ftl
compiler/rustc_codegen_gcc/src/allocator.rs
compiler/rustc_codegen_gcc/src/asm.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/context.rs
compiler/rustc_codegen_gcc/src/errors.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_llvm/Cargo.toml
compiler/rustc_codegen_llvm/messages.ftl
compiler/rustc_codegen_llvm/src/abi.rs
compiler/rustc_codegen_llvm/src/allocator.rs
compiler/rustc_codegen_llvm/src/asm.rs
compiler/rustc_codegen_llvm/src/attributes.rs
compiler/rustc_codegen_llvm/src/back/archive.rs
compiler/rustc_codegen_llvm/src/back/lto.rs
compiler/rustc_codegen_llvm/src/back/write.rs
compiler/rustc_codegen_llvm/src/base.rs
compiler/rustc_codegen_llvm/src/builder.rs
compiler/rustc_codegen_llvm/src/callee.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/coverageinfo/ffi.rs
compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs
compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs
compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs
compiler/rustc_codegen_llvm/src/debuginfo/create_scope_map.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/cpp_like.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/errors.rs
compiler/rustc_codegen_llvm/src/intrinsic.rs
compiler/rustc_codegen_llvm/src/lib.rs
compiler/rustc_codegen_llvm/src/llvm/diagnostic.rs
compiler/rustc_codegen_llvm/src/llvm/ffi.rs
compiler/rustc_codegen_llvm/src/llvm_util.rs
compiler/rustc_codegen_llvm/src/mono_item.rs
compiler/rustc_codegen_llvm/src/type_.rs
compiler/rustc_codegen_llvm/src/type_of.rs
compiler/rustc_codegen_llvm/src/va_arg.rs
compiler/rustc_codegen_ssa/Cargo.toml
compiler/rustc_codegen_ssa/messages.ftl
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/rpath.rs
compiler/rustc_codegen_ssa/src/back/rpath/tests.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/debuginfo/type_names.rs
compiler/rustc_codegen_ssa/src/errors.rs
compiler/rustc_codegen_ssa/src/lib.rs
compiler/rustc_codegen_ssa/src/meth.rs
compiler/rustc_codegen_ssa/src/mir/block.rs
compiler/rustc_codegen_ssa/src/mir/debuginfo.rs
compiler/rustc_codegen_ssa/src/mir/intrinsic.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/mono_item.rs
compiler/rustc_codegen_ssa/src/target_features.rs
compiler/rustc_codegen_ssa/src/traits/backend.rs
compiler/rustc_codegen_ssa/src/traits/consts.rs
compiler/rustc_codegen_ssa/src/traits/mod.rs
compiler/rustc_codegen_ssa/src/traits/type_.rs
compiler/rustc_codegen_ssa/src/traits/write.rs
compiler/rustc_const_eval/Cargo.toml
compiler/rustc_const_eval/messages.ftl
compiler/rustc_const_eval/src/const_eval/error.rs
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/mod.rs
compiler/rustc_const_eval/src/const_eval/valtrees.rs
compiler/rustc_const_eval/src/errors.rs
compiler/rustc_const_eval/src/interpret/cast.rs
compiler/rustc_const_eval/src/interpret/discriminant.rs
compiler/rustc_const_eval/src/interpret/eval_context.rs
compiler/rustc_const_eval/src/interpret/intern.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/memory.rs
compiler/rustc_const_eval/src/interpret/mod.rs
compiler/rustc_const_eval/src/interpret/operand.rs
compiler/rustc_const_eval/src/interpret/operator.rs
compiler/rustc_const_eval/src/interpret/place.rs
compiler/rustc_const_eval/src/interpret/projection.rs
compiler/rustc_const_eval/src/interpret/step.rs
compiler/rustc_const_eval/src/interpret/terminator.rs
compiler/rustc_const_eval/src/interpret/util.rs
compiler/rustc_const_eval/src/interpret/validity.rs
compiler/rustc_const_eval/src/interpret/visitor.rs
compiler/rustc_const_eval/src/transform/check_consts/check.rs
compiler/rustc_const_eval/src/transform/check_consts/mod.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_const_eval/src/util/compare_types.rs
compiler/rustc_const_eval/src/util/type_name.rs
compiler/rustc_data_structures/Cargo.toml
compiler/rustc_data_structures/src/base_n.rs
compiler/rustc_data_structures/src/binary_search_util/mod.rs
compiler/rustc_data_structures/src/graph/dominators/mod.rs
compiler/rustc_data_structures/src/lib.rs
compiler/rustc_data_structures/src/sorted_map.rs
compiler/rustc_data_structures/src/sso/map.rs
compiler/rustc_data_structures/src/sync/vec.rs
compiler/rustc_data_structures/src/sync/worker_local.rs
compiler/rustc_data_structures/src/unord.rs
compiler/rustc_driver/Cargo.toml
compiler/rustc_driver_impl/Cargo.toml
compiler/rustc_driver_impl/messages.ftl
compiler/rustc_driver_impl/src/lib.rs
compiler/rustc_driver_impl/src/pretty.rs
compiler/rustc_driver_impl/src/session_diagnostics.rs
compiler/rustc_error_codes/src/error_codes/E0092.md
compiler/rustc_error_codes/src/error_codes/E0093.md
compiler/rustc_error_codes/src/error_codes/E0094.md
compiler/rustc_error_codes/src/error_codes/E0132.md
compiler/rustc_error_codes/src/error_codes/E0152.md
compiler/rustc_error_codes/src/error_codes/E0208.md
compiler/rustc_error_codes/src/error_codes/E0211.md
compiler/rustc_error_codes/src/error_codes/E0230.md
compiler/rustc_error_codes/src/error_codes/E0231.md
compiler/rustc_error_codes/src/error_codes/E0232.md
compiler/rustc_error_codes/src/error_codes/E0264.md
compiler/rustc_error_codes/src/error_codes/E0391.md
compiler/rustc_error_codes/src/error_codes/E0439.md
compiler/rustc_error_codes/src/error_codes/E0539.md
compiler/rustc_error_codes/src/error_codes/E0542.md
compiler/rustc_error_codes/src/error_codes/E0543.md
compiler/rustc_error_codes/src/error_codes/E0544.md
compiler/rustc_error_codes/src/error_codes/E0545.md
compiler/rustc_error_codes/src/error_codes/E0546.md
compiler/rustc_error_codes/src/error_codes/E0547.md
compiler/rustc_error_codes/src/error_codes/E0549.md
compiler/rustc_error_codes/src/error_codes/E0577.md
compiler/rustc_error_codes/src/error_codes/E0622.md
compiler/rustc_error_codes/src/error_codes/E0691.md
compiler/rustc_error_codes/src/error_codes/E0773.md
compiler/rustc_error_codes/src/error_codes/E0789.md
compiler/rustc_error_messages/src/lib.rs
compiler/rustc_errors/Cargo.toml
compiler/rustc_errors/messages.ftl
compiler/rustc_errors/src/annotate_snippet_emitter_writer.rs
compiler/rustc_errors/src/diagnostic.rs
compiler/rustc_errors/src/diagnostic_builder.rs
compiler/rustc_errors/src/diagnostic_impls.rs
compiler/rustc_errors/src/emitter.rs
compiler/rustc_errors/src/json.rs
compiler/rustc_errors/src/json/tests.rs
compiler/rustc_errors/src/lib.rs
compiler/rustc_errors/src/markdown/parse.rs
compiler/rustc_errors/src/markdown/term.rs
compiler/rustc_errors/src/markdown/tests/term.rs
compiler/rustc_expand/Cargo.toml
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/macro_check.rs
compiler/rustc_expand/src/mbe/macro_parser.rs
compiler/rustc_expand/src/mbe/macro_rules.rs
compiler/rustc_expand/src/mbe/metavar_expr.rs
compiler/rustc_expand/src/mbe/quoted.rs
compiler/rustc_expand/src/mbe/transcribe.rs
compiler/rustc_expand/src/parse/tests.rs
compiler/rustc_expand/src/placeholders.rs
compiler/rustc_expand/src/proc_macro.rs
compiler/rustc_expand/src/proc_macro_server.rs
compiler/rustc_expand/src/tests.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_hir/src/def.rs
compiler/rustc_hir/src/hir.rs
compiler/rustc_hir/src/intravisit.rs
compiler/rustc_hir/src/lib.rs
compiler/rustc_hir/src/target.rs
compiler/rustc_hir_analysis/messages.ftl
compiler/rustc_hir_analysis/src/astconv/bounds.rs
compiler/rustc_hir_analysis/src/astconv/errors.rs
compiler/rustc_hir_analysis/src/astconv/generics.rs
compiler/rustc_hir_analysis/src/astconv/lint.rs
compiler/rustc_hir_analysis/src/astconv/mod.rs
compiler/rustc_hir_analysis/src/astconv/object_safety.rs
compiler/rustc_hir_analysis/src/autoderef.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/entry.rs [new file with mode: 0644]
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/coherence/unsafety.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/constrained_generic_params.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.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/implicit_infer.rs
compiler/rustc_hir_analysis/src/outlives/mod.rs
compiler/rustc_hir_analysis/src/outlives/utils.rs
compiler/rustc_hir_analysis/src/structured_errors/wrong_number_of_generic_args.rs
compiler/rustc_hir_analysis/src/variance/constraints.rs
compiler/rustc_hir_analysis/src/variance/mod.rs
compiler/rustc_hir_analysis/src/variance/solve.rs
compiler/rustc_hir_analysis/src/variance/terms.rs
compiler/rustc_hir_pretty/src/lib.rs
compiler/rustc_hir_typeck/Cargo.toml
compiler/rustc_hir_typeck/messages.ftl
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/check.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/errors.rs
compiler/rustc_hir_typeck/src/expectation.rs
compiler/rustc_hir_typeck/src/expr.rs
compiler/rustc_hir_typeck/src/expr_use_visitor.rs
compiler/rustc_hir_typeck/src/fallback.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/gather_locals.rs
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/cfg_build.rs
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/mod.rs
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/record_consumed_borrow.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/mod.rs
compiler/rustc_hir_typeck/src/method/prelude2021.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/place_op.rs
compiler/rustc_hir_typeck/src/rvalue_scopes.rs
compiler/rustc_hir_typeck/src/upvar.rs
compiler/rustc_hir_typeck/src/writeback.rs
compiler/rustc_incremental/src/assert_dep_graph.rs
compiler/rustc_incremental/src/assert_module_sources.rs
compiler/rustc_incremental/src/persist/dirty_clean.rs
compiler/rustc_incremental/src/persist/fs.rs
compiler/rustc_incremental/src/persist/load.rs
compiler/rustc_incremental/src/persist/save.rs
compiler/rustc_index/src/bit_set.rs
compiler/rustc_index/src/lib.rs
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/canonical/substitute.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/mismatched_static_lifetime.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/named_anon_conflict.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/placeholder_error.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/generalize.rs
compiler/rustc_infer/src/infer/lexical_region_resolve/mod.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/components.rs
compiler/rustc_infer/src/infer/outlives/obligations.rs
compiler/rustc_infer/src/infer/outlives/test_type_match.rs
compiler/rustc_infer/src/infer/outlives/verify.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/type_variable.rs
compiler/rustc_infer/src/traits/engine.rs
compiler/rustc_infer/src/traits/error_reporting/mod.rs
compiler/rustc_infer/src/traits/mod.rs
compiler/rustc_infer/src/traits/project.rs
compiler/rustc_infer/src/traits/structural_impls.rs
compiler/rustc_infer/src/traits/util.rs
compiler/rustc_interface/Cargo.toml
compiler/rustc_interface/src/interface.rs
compiler/rustc_interface/src/passes.rs
compiler/rustc_interface/src/queries.rs
compiler/rustc_interface/src/tests.rs
compiler/rustc_interface/src/util.rs
compiler/rustc_lexer/Cargo.toml
compiler/rustc_lexer/src/cursor.rs
compiler/rustc_lexer/src/lib.rs
compiler/rustc_lexer/src/unescape.rs
compiler/rustc_lint/messages.ftl
compiler/rustc_lint/src/array_into_iter.rs
compiler/rustc_lint/src/builtin.rs
compiler/rustc_lint/src/context.rs
compiler/rustc_lint/src/deref_into_dyn_supertrait.rs
compiler/rustc_lint/src/early.rs
compiler/rustc_lint/src/enum_intrinsics_non_enums.rs
compiler/rustc_lint/src/for_loops_over_fallibles.rs
compiler/rustc_lint/src/foreign_modules.rs [new file with mode: 0644]
compiler/rustc_lint/src/internal.rs
compiler/rustc_lint/src/late.rs
compiler/rustc_lint/src/levels.rs
compiler/rustc_lint/src/lib.rs
compiler/rustc_lint/src/lints.rs
compiler/rustc_lint/src/methods.rs
compiler/rustc_lint/src/multiple_supertrait_upcastable.rs
compiler/rustc_lint/src/non_ascii_idents.rs
compiler/rustc_lint/src/noop_method_call.rs
compiler/rustc_lint/src/opaque_hidden_inferred_bound.rs
compiler/rustc_lint/src/pass_by_value.rs
compiler/rustc_lint/src/ptr_nulls.rs [new file with mode: 0644]
compiler/rustc_lint/src/reference_casting.rs
compiler/rustc_lint/src/traits.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/CoverageMappingWrapper.cpp
compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
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/subdiagnostic.rs
compiler/rustc_macros/src/lib.rs
compiler/rustc_macros/src/newtype.rs
compiler/rustc_macros/src/serialize.rs
compiler/rustc_metadata/messages.ftl
compiler/rustc_metadata/src/creader.rs
compiler/rustc_metadata/src/dependency_format.rs
compiler/rustc_metadata/src/errors.rs
compiler/rustc_metadata/src/foreign_modules.rs
compiler/rustc_metadata/src/fs.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/encoder.rs
compiler/rustc_metadata/src/rmeta/mod.rs
compiler/rustc_metadata/src/rmeta/table.rs
compiler/rustc_middle/Cargo.toml
compiler/rustc_middle/messages.ftl
compiler/rustc_middle/src/arena.rs
compiler/rustc_middle/src/dep_graph/dep_node.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/mod.rs
compiler/rustc_middle/src/lib.rs
compiler/rustc_middle/src/lint.rs
compiler/rustc_middle/src/macros.rs
compiler/rustc_middle/src/middle/codegen_fn_attrs.rs
compiler/rustc_middle/src/middle/exported_symbols.rs
compiler/rustc_middle/src/middle/privacy.rs
compiler/rustc_middle/src/middle/region.rs
compiler/rustc_middle/src/middle/stability.rs
compiler/rustc_middle/src/mir/basic_blocks.rs
compiler/rustc_middle/src/mir/coverage.rs
compiler/rustc_middle/src/mir/generic_graph.rs
compiler/rustc_middle/src/mir/generic_graphviz.rs
compiler/rustc_middle/src/mir/graphviz.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/provenance_map.rs
compiler/rustc_middle/src/mir/interpret/error.rs
compiler/rustc_middle/src/mir/interpret/mod.rs
compiler/rustc_middle/src/mir/interpret/queries.rs
compiler/rustc_middle/src/mir/interpret/value.rs
compiler/rustc_middle/src/mir/mod.rs
compiler/rustc_middle/src/mir/mono.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/visit.rs
compiler/rustc_middle/src/query/erase.rs
compiler/rustc_middle/src/query/keys.rs
compiler/rustc_middle/src/query/mod.rs
compiler/rustc_middle/src/query/on_disk_cache.rs
compiler/rustc_middle/src/query/plumbing.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/query.rs
compiler/rustc_middle/src/traits/select.rs
compiler/rustc_middle/src/traits/solve.rs
compiler/rustc_middle/src/traits/solve/cache.rs [new file with mode: 0644]
compiler/rustc_middle/src/traits/solve/inspect.rs
compiler/rustc_middle/src/traits/solve/inspect/format.rs
compiler/rustc_middle/src/traits/specialization_graph.rs
compiler/rustc_middle/src/traits/structural_impls.rs
compiler/rustc_middle/src/ty/abstract_const.rs
compiler/rustc_middle/src/ty/adt.rs
compiler/rustc_middle/src/ty/assoc.rs
compiler/rustc_middle/src/ty/binding.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/kind.rs
compiler/rustc_middle/src/ty/consts/valtree.rs
compiler/rustc_middle/src/ty/context.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/generic_args.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/generics.rs
compiler/rustc_middle/src/ty/impls_ty.rs
compiler/rustc_middle/src/ty/inhabitedness/inhabited_predicate.rs
compiler/rustc_middle/src/ty/inhabitedness/mod.rs
compiler/rustc_middle/src/ty/instance.rs
compiler/rustc_middle/src/ty/layout.rs
compiler/rustc_middle/src/ty/list.rs
compiler/rustc_middle/src/ty/mod.rs
compiler/rustc_middle/src/ty/normalize_erasing_regions.rs
compiler/rustc_middle/src/ty/opaque_types.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/relate.rs
compiler/rustc_middle/src/ty/rvalue_scopes.rs
compiler/rustc_middle/src/ty/structural_impls.rs
compiler/rustc_middle/src/ty/sty.rs
compiler/rustc_middle/src/ty/subst.rs [deleted file]
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/ty/vtable.rs
compiler/rustc_middle/src/ty/walk.rs
compiler/rustc_middle/src/util/bug.rs
compiler/rustc_middle/src/util/call_kind.rs
compiler/rustc_middle/src/util/common.rs
compiler/rustc_middle/src/util/find_self_call.rs
compiler/rustc_middle/src/values.rs
compiler/rustc_mir_build/Cargo.toml
compiler/rustc_mir_build/messages.ftl
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_place.rs
compiler/rustc_mir_build/src/build/expr/as_rvalue.rs
compiler/rustc_mir_build/src/build/expr/into.rs
compiler/rustc_mir_build/src/build/matches/mod.rs
compiler/rustc_mir_build/src/build/matches/simplify.rs
compiler/rustc_mir_build/src/build/matches/test.rs
compiler/rustc_mir_build/src/build/mod.rs
compiler/rustc_mir_build/src/build/scope.rs
compiler/rustc_mir_build/src/check_unsafety.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/expr.rs
compiler/rustc_mir_build/src/thir/cx/mod.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_build/src/thir/util.rs
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/fmt.rs
compiler/rustc_mir_dataflow/src/framework/graphviz.rs
compiler/rustc_mir_dataflow/src/framework/lattice.rs
compiler/rustc_mir_dataflow/src/framework/mod.rs
compiler/rustc_mir_dataflow/src/framework/tests.rs
compiler/rustc_mir_dataflow/src/impls/borrowed_locals.rs
compiler/rustc_mir_dataflow/src/impls/initialized.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/impls/liveness.rs
compiler/rustc_mir_dataflow/src/impls/mod.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/rustc_peek.rs
compiler/rustc_mir_dataflow/src/un_derefer.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/value_analysis.rs
compiler/rustc_mir_transform/Cargo.toml
compiler/rustc_mir_transform/src/add_retag.rs
compiler/rustc_mir_transform/src/check_unsafety.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/counters.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/query.rs
compiler/rustc_mir_transform/src/coverage/spans.rs
compiler/rustc_mir_transform/src/coverage/test_macros/src/lib.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/dest_prop.rs
compiler/rustc_mir_transform/src/early_otherwise_branch.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/instsimplify.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/match_branches.rs
compiler/rustc_mir_transform/src/multiple_return_terminators.rs
compiler/rustc_mir_transform/src/nrvo.rs
compiler/rustc_mir_transform/src/pass_manager.rs
compiler/rustc_mir_transform/src/ref_prop.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_unneeded_drops.rs
compiler/rustc_mir_transform/src/remove_zsts.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/uninhabited_enum_branching.rs
compiler/rustc_monomorphize/src/collector.rs
compiler/rustc_monomorphize/src/partitioning.rs
compiler/rustc_monomorphize/src/polymorphize.rs
compiler/rustc_monomorphize/src/util.rs
compiler/rustc_parse/messages.ftl
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/unescape_error_reporting.rs
compiler/rustc_parse/src/lexer/unicode_chars.rs
compiler/rustc_parse/src/lib.rs
compiler/rustc_parse/src/parser/attr.rs
compiler/rustc_parse/src/parser/attr_wrapper.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/nonterminal.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/src/validate_attr.rs
compiler/rustc_parse_format/src/lib.rs
compiler/rustc_parse_format/src/tests.rs
compiler/rustc_passes/messages.ftl
compiler/rustc_passes/src/check_attr.rs
compiler/rustc_passes/src/check_const.rs
compiler/rustc_passes/src/dead.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/liveness.rs
compiler/rustc_passes/src/loops.rs
compiler/rustc_passes/src/naked_functions.rs
compiler/rustc_passes/src/reachable.rs
compiler/rustc_passes/src/stability.rs
compiler/rustc_passes/src/weak_lang_items.rs
compiler/rustc_privacy/src/lib.rs
compiler/rustc_query_impl/src/lib.rs
compiler/rustc_query_impl/src/plumbing.rs
compiler/rustc_query_system/Cargo.toml
compiler/rustc_query_system/messages.ftl
compiler/rustc_query_system/src/dep_graph/graph.rs
compiler/rustc_query_system/src/dep_graph/mod.rs
compiler/rustc_query_system/src/error.rs
compiler/rustc_query_system/src/query/caches.rs
compiler/rustc_query_system/src/query/job.rs
compiler/rustc_resolve/src/build_reduced_graph.rs
compiler/rustc_resolve/src/check_unused.rs
compiler/rustc_resolve/src/diagnostics.rs
compiler/rustc_resolve/src/effective_visibilities.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_session/Cargo.toml
compiler/rustc_session/messages.ftl
compiler/rustc_session/src/code_stats.rs
compiler/rustc_session/src/config.rs
compiler/rustc_session/src/cstore.rs
compiler/rustc_session/src/errors.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/rust-toolchain.toml
compiler/rustc_smir/src/lib.rs
compiler/rustc_smir/src/rustc_internal/mod.rs
compiler/rustc_smir/src/rustc_smir/mod.rs
compiler/rustc_smir/src/stable_mir/mir/body.rs
compiler/rustc_smir/src/stable_mir/mod.rs
compiler/rustc_smir/src/stable_mir/ty.rs
compiler/rustc_span/src/def_id.rs
compiler/rustc_span/src/edit_distance.rs
compiler/rustc_span/src/edition.rs
compiler/rustc_span/src/lib.rs
compiler/rustc_span/src/source_map.rs
compiler/rustc_span/src/symbol.rs
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/typeid/typeid_itanium_cxx_abi.rs
compiler/rustc_symbol_mangling/src/v0.rs
compiler/rustc_target/Cargo.toml
compiler/rustc_target/src/abi/call/aarch64.rs
compiler/rustc_target/src/abi/call/csky.rs [new file with mode: 0644]
compiler/rustc_target/src/abi/call/m68k.rs
compiler/rustc_target/src/abi/call/mod.rs
compiler/rustc_target/src/abi/call/wasm.rs
compiler/rustc_target/src/abi/call/x86.rs
compiler/rustc_target/src/abi/call/x86_64.rs
compiler/rustc_target/src/abi/mod.rs
compiler/rustc_target/src/asm/csky.rs [new file with mode: 0644]
compiler/rustc_target/src/asm/mod.rs
compiler/rustc_target/src/json.rs
compiler/rustc_target/src/lib.rs
compiler/rustc_target/src/spec/aarch64_unknown_hermit.rs
compiler/rustc_target/src/spec/aarch64_unknown_linux_ohos.rs
compiler/rustc_target/src/spec/aarch64_unknown_teeos.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/abi.rs
compiler/rustc_target/src/spec/abi/tests.rs
compiler/rustc_target/src/spec/arm_unknown_linux_gnueabi.rs
compiler/rustc_target/src/spec/arm_unknown_linux_gnueabihf.rs
compiler/rustc_target/src/spec/armeb_unknown_linux_gnueabi.rs
compiler/rustc_target/src/spec/armebv7r_none_eabi.rs
compiler/rustc_target/src/spec/armebv7r_none_eabihf.rs
compiler/rustc_target/src/spec/armv4t_none_eabi.rs
compiler/rustc_target/src/spec/armv4t_unknown_linux_gnueabi.rs
compiler/rustc_target/src/spec/armv6_unknown_freebsd.rs
compiler/rustc_target/src/spec/armv7_unknown_linux_gnueabi.rs
compiler/rustc_target/src/spec/armv7_unknown_linux_ohos.rs
compiler/rustc_target/src/spec/armv7a_none_eabihf.rs
compiler/rustc_target/src/spec/armv7r_none_eabi.rs
compiler/rustc_target/src/spec/armv7r_none_eabihf.rs
compiler/rustc_target/src/spec/avr_gnu_base.rs
compiler/rustc_target/src/spec/csky_unknown_linux_gnuabiv2.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/hermit_base.rs
compiler/rustc_target/src/spec/linux_ohos_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/loongarch64_unknown_none.rs
compiler/rustc_target/src/spec/loongarch64_unknown_none_softfloat.rs
compiler/rustc_target/src/spec/mipsisa32r6_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/mipsisa32r6el_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/mipsisa64r6_unknown_linux_gnuabi64.rs
compiler/rustc_target/src/spec/mipsisa64r6el_unknown_linux_gnuabi64.rs
compiler/rustc_target/src/spec/mod.rs
compiler/rustc_target/src/spec/powerpc64_ibm_aix.rs
compiler/rustc_target/src/spec/powerpc64_unknown_freebsd.rs
compiler/rustc_target/src/spec/powerpc64_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/powerpc64_unknown_linux_musl.rs
compiler/rustc_target/src/spec/powerpc64_unknown_openbsd.rs
compiler/rustc_target/src/spec/powerpc64_wrs_vxworks.rs
compiler/rustc_target/src/spec/powerpc64le_unknown_freebsd.rs
compiler/rustc_target/src/spec/powerpc64le_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/powerpc64le_unknown_linux_musl.rs
compiler/rustc_target/src/spec/powerpc_unknown_freebsd.rs
compiler/rustc_target/src/spec/powerpc_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/powerpc_unknown_linux_gnuspe.rs
compiler/rustc_target/src/spec/powerpc_unknown_linux_musl.rs
compiler/rustc_target/src/spec/powerpc_unknown_netbsd.rs
compiler/rustc_target/src/spec/powerpc_unknown_openbsd.rs
compiler/rustc_target/src/spec/powerpc_wrs_vxworks.rs
compiler/rustc_target/src/spec/powerpc_wrs_vxworks_spe.rs
compiler/rustc_target/src/spec/riscv64_linux_android.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv64gc_unknown_hermit.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/sparc_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/sparc_unknown_none_elf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/teeos_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/thumb_base.rs
compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
compiler/rustc_target/src/spec/unikraft_linux_musl_base.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/wasm32_wasi_preview1_threads.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unikraft_linux_musl.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_unknown_hermit.rs
compiler/rustc_target/src/spec/x86_64_unknown_linux_ohos.rs [new file with mode: 0644]
compiler/rustc_trait_selection/messages.ftl
compiler/rustc_trait_selection/src/errors.rs
compiler/rustc_trait_selection/src/infer.rs
compiler/rustc_trait_selection/src/solve/alias_relate.rs
compiler/rustc_trait_selection/src/solve/assembly/mod.rs
compiler/rustc_trait_selection/src/solve/assembly/structural_traits.rs
compiler/rustc_trait_selection/src/solve/canonicalize.rs
compiler/rustc_trait_selection/src/solve/eval_ctxt.rs
compiler/rustc_trait_selection/src/solve/eval_ctxt/canonical.rs
compiler/rustc_trait_selection/src/solve/eval_ctxt/probe.rs
compiler/rustc_trait_selection/src/solve/eval_ctxt/select.rs
compiler/rustc_trait_selection/src/solve/fulfill.rs
compiler/rustc_trait_selection/src/solve/inherent_projection.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/inspect.rs
compiler/rustc_trait_selection/src/solve/mod.rs
compiler/rustc_trait_selection/src/solve/normalize.rs
compiler/rustc_trait_selection/src/solve/opaques.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 [deleted file]
compiler/rustc_trait_selection/src/solve/trait_goals.rs
compiler/rustc_trait_selection/src/solve/weak_types.rs
compiler/rustc_trait_selection/src/traits/auto_trait.rs
compiler/rustc_trait_selection/src/traits/coherence.rs
compiler/rustc_trait_selection/src/traits/const_evaluatable.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/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/dropck_outlives.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/ascribe_user_type.rs
compiler/rustc_trait_selection/src/traits/query/type_op/custom.rs
compiler/rustc_trait_selection/src/traits/query/type_op/outlives.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/structural_match.rs
compiler/rustc_trait_selection/src/traits/structural_normalize.rs
compiler/rustc_trait_selection/src/traits/util.rs
compiler/rustc_trait_selection/src/traits/vtable.rs
compiler/rustc_trait_selection/src/traits/wf.rs
compiler/rustc_traits/src/dropck_outlives.rs
compiler/rustc_traits/src/normalize_projection_ty.rs
compiler/rustc_transmute/src/layout/tree.rs
compiler/rustc_transmute/src/lib.rs
compiler/rustc_ty_utils/src/abi.rs
compiler/rustc_ty_utils/src/assoc.rs
compiler/rustc_ty_utils/src/consts.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/layout_sanity_check.rs
compiler/rustc_ty_utils/src/lib.rs
compiler/rustc_ty_utils/src/needs_drop.rs
compiler/rustc_ty_utils/src/opaque_types.rs
compiler/rustc_ty_utils/src/representability.rs
compiler/rustc_ty_utils/src/ty.rs
compiler/rustc_type_ir/src/lib.rs
compiler/rustc_type_ir/src/structural_impls.rs
compiler/rustc_type_ir/src/sty.rs
config.example.toml
git-commit-hash
git-commit-info
library/alloc/src/alloc.rs
library/alloc/src/boxed.rs
library/alloc/src/collections/btree/map.rs
library/alloc/src/collections/btree/set.rs
library/alloc/src/collections/linked_list.rs
library/alloc/src/collections/vec_deque/mod.rs
library/alloc/src/collections/vec_deque/tests.rs
library/alloc/src/lib.rs
library/alloc/src/raw_vec.rs
library/alloc/src/rc.rs
library/alloc/src/str.rs
library/alloc/src/string.rs
library/alloc/src/sync.rs
library/alloc/src/vec/mod.rs
library/alloc/src/vec/spec_extend.rs
library/alloc/tests/str.rs
library/alloc/tests/string.rs
library/alloc/tests/vec.rs
library/core/benches/iter.rs
library/core/src/any.rs
library/core/src/array/mod.rs
library/core/src/ascii/ascii_char.rs
library/core/src/borrow.rs
library/core/src/cell.rs
library/core/src/cell/once.rs
library/core/src/clone.rs
library/core/src/cmp.rs
library/core/src/default.rs
library/core/src/error.md
library/core/src/error.rs
library/core/src/escape.rs
library/core/src/ffi/c_str.rs
library/core/src/ffi/mod.rs
library/core/src/fmt/builders.rs
library/core/src/fmt/mod.rs
library/core/src/intrinsics.rs
library/core/src/intrinsics/mir.rs
library/core/src/iter/adapters/flatten.rs
library/core/src/iter/adapters/map_windows.rs [new file with mode: 0644]
library/core/src/iter/adapters/mod.rs
library/core/src/iter/mod.rs
library/core/src/iter/traits/collect.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/transmutability.rs
library/core/src/net/ip_addr.rs
library/core/src/num/int_macros.rs
library/core/src/num/uint_macros.rs
library/core/src/option.rs
library/core/src/panic/panic_info.rs
library/core/src/panicking.rs
library/core/src/ptr/const_ptr.rs
library/core/src/ptr/metadata.rs
library/core/src/ptr/mod.rs
library/core/src/ptr/mut_ptr.rs
library/core/src/ptr/non_null.rs
library/core/src/ptr/unique.rs
library/core/src/result.rs
library/core/src/slice/cmp.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/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/tuple.rs
library/core/tests/any.rs
library/core/tests/error.rs [new file with mode: 0644]
library/core/tests/iter/adapters/map_windows.rs [new file with mode: 0644]
library/core/tests/iter/adapters/mod.rs
library/core/tests/iter/traits/iterator.rs
library/core/tests/lib.rs
library/core/tests/manually_drop.rs
library/core/tests/slice.rs
library/panic_abort/src/lib.rs
library/panic_unwind/src/lib.rs
library/portable-simd/crates/core_simd/examples/dot_product.rs
library/proc_macro/src/lib.rs
library/profiler_builtins/build.rs
library/profiler_builtins/src/lib.rs
library/std/Cargo.toml
library/std/src/alloc.rs
library/std/src/backtrace.rs
library/std/src/backtrace/tests.rs
library/std/src/collections/hash/map.rs
library/std/src/collections/hash/set.rs
library/std/src/env.rs
library/std/src/env/tests.rs
library/std/src/error.rs
library/std/src/error/tests.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/mod.rs
library/std/src/ffi/os_str.rs
library/std/src/fs.rs
library/std/src/fs/tests.rs
library/std/src/io/copy.rs
library/std/src/io/copy/tests.rs
library/std/src/io/readbuf.rs
library/std/src/io/util.rs
library/std/src/io/util/tests.rs
library/std/src/lib.rs
library/std/src/net/tcp.rs
library/std/src/os/android/raw.rs
library/std/src/os/l4re/raw.rs
library/std/src/os/linux/raw.rs
library/std/src/os/raw/mod.rs
library/std/src/os/unix/fs.rs
library/std/src/os/unix/net/stream.rs
library/std/src/os/unix/net/tests.rs
library/std/src/panicking.rs
library/std/src/path.rs
library/std/src/path/tests.rs
library/std/src/personality.rs [deleted file]
library/std/src/personality/dwarf/eh.rs [deleted file]
library/std/src/personality/dwarf/mod.rs [deleted file]
library/std/src/personality/dwarf/tests.rs [deleted file]
library/std/src/personality/emcc.rs [deleted file]
library/std/src/personality/gcc.rs [deleted file]
library/std/src/process.rs
library/std/src/sync/barrier.rs
library/std/src/sync/condvar.rs
library/std/src/sync/lazy_lock.rs
library/std/src/sync/mpmc/utils.rs
library/std/src/sync/mpsc/mod.rs
library/std/src/sync/mutex.rs
library/std/src/sync/once_lock.rs
library/std/src/sync/rwlock.rs
library/std/src/sys/common/alloc.rs
library/std/src/sys/common/thread_local/fast_local.rs
library/std/src/sys/common/thread_local/os_local.rs
library/std/src/sys/common/thread_local/static_local.rs
library/std/src/sys/hermit/fs.rs
library/std/src/sys/hermit/os.rs
library/std/src/sys/hermit/thread.rs
library/std/src/sys/hermit/time.rs
library/std/src/sys/mod.rs
library/std/src/sys/personality/dwarf/eh.rs [new file with mode: 0644]
library/std/src/sys/personality/dwarf/mod.rs [new file with mode: 0644]
library/std/src/sys/personality/dwarf/tests.rs [new file with mode: 0644]
library/std/src/sys/personality/emcc.rs [new file with mode: 0644]
library/std/src/sys/personality/gcc.rs [new file with mode: 0644]
library/std/src/sys/personality/mod.rs [new file with mode: 0644]
library/std/src/sys/sgx/os.rs
library/std/src/sys/sgx/thread.rs
library/std/src/sys/solid/os.rs
library/std/src/sys/unix/cmath.rs
library/std/src/sys/unix/fs.rs
library/std/src/sys/unix/kernel_copy.rs
library/std/src/sys/unix/mod.rs
library/std/src/sys/unix/os.rs
library/std/src/sys/unix/os_str.rs
library/std/src/sys/unix/process/process_fuchsia.rs
library/std/src/sys/unix/process/process_unix.rs
library/std/src/sys/unix/process/process_unix/tests.rs
library/std/src/sys/unix/process/process_unsupported.rs
library/std/src/sys/unix/process/process_vxworks.rs
library/std/src/sys/unix/rand.rs
library/std/src/sys/unix/stdio.rs
library/std/src/sys/unsupported/os.rs
library/std/src/sys/unsupported/process.rs
library/std/src/sys/wasi/fd.rs
library/std/src/sys/wasi/mod.rs
library/std/src/sys/wasi/os.rs
library/std/src/sys/wasi/thread.rs
library/std/src/sys/windows/cmath.rs
library/std/src/sys/windows/compat.rs
library/std/src/sys/windows/os.rs
library/std/src/sys/windows/os_str.rs
library/std/src/sys/windows/process.rs
library/std/src/sys/windows/thread_local_dtor.rs
library/std/src/sys/windows/thread_local_key.rs
library/std/src/sys/windows/thread_local_key/tests.rs
library/std/src/sys_common/backtrace.rs
library/std/src/sys_common/thread_info.rs
library/std/src/sys_common/thread_parking/id.rs
library/std/src/sys_common/wtf8.rs
library/std/src/thread/local.rs
library/std/tests/process_spawning.rs [new file with mode: 0644]
library/std/tests/switch-stdout.rs [new file with mode: 0644]
library/test/src/formatters/junit.rs
library/test/src/lib.rs
library/test/src/term/terminfo/searcher/tests.rs
library/test/src/types.rs
library/unwind/src/lib.rs
library/unwind/src/libunwind.rs
src/bootstrap/Cargo.lock
src/bootstrap/Cargo.toml
src/bootstrap/bin/main.rs
src/bootstrap/bin/rustc.rs
src/bootstrap/bin/rustdoc.rs
src/bootstrap/bolt.rs [deleted file]
src/bootstrap/bootstrap.py
src/bootstrap/bootstrap_test.py
src/bootstrap/build.rs
src/bootstrap/builder.rs
src/bootstrap/builder/tests.rs
src/bootstrap/cache.rs
src/bootstrap/cc_detect.rs
src/bootstrap/check.rs
src/bootstrap/clean.rs
src/bootstrap/compile.rs
src/bootstrap/config.rs
src/bootstrap/config/tests.rs
src/bootstrap/configure.py
src/bootstrap/dist.rs
src/bootstrap/doc.rs
src/bootstrap/download-ci-llvm-stamp
src/bootstrap/download.rs
src/bootstrap/flags.rs
src/bootstrap/format.rs
src/bootstrap/lib.rs
src/bootstrap/llvm.rs
src/bootstrap/metrics.rs
src/bootstrap/mk/Makefile.in
src/bootstrap/render_tests.rs
src/bootstrap/run.rs
src/bootstrap/sanity.rs
src/bootstrap/setup.rs
src/bootstrap/suggest.rs
src/bootstrap/tarball.rs
src/bootstrap/test.rs
src/bootstrap/tool.rs
src/bootstrap/toolstate.rs
src/bootstrap/util.rs
src/ci/docker/README.md
src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile
src/ci/docker/host-x86_64/armhf-gnu/Dockerfile
src/ci/docker/host-x86_64/armhf-gnu/vexpress_config
src/ci/docker/host-x86_64/disabled/dist-m68k-linux/Dockerfile
src/ci/docker/host-x86_64/disabled/riscv64gc-linux/Dockerfile
src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile
src/ci/docker/host-x86_64/dist-powerpc64le-linux/Dockerfile
src/ci/docker/host-x86_64/dist-riscv64-linux/riscv64-unknown-linux-gnu.defconfig
src/ci/docker/host-x86_64/dist-various-1/Dockerfile
src/ci/docker/host-x86_64/dist-various-2/Dockerfile
src/ci/docker/host-x86_64/dist-various-2/build-wasi-threads-toolchain.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile
src/ci/docker/host-x86_64/dist-x86_64-netbsd/Dockerfile
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/test-various/Dockerfile
src/ci/docker/host-x86_64/test-various/uefi_qemu_test/run.py
src/ci/docker/host-x86_64/wasm32/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile [deleted file]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/script.sh [deleted file]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/script.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-16/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-nopt/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
src/ci/docker/run.sh
src/ci/docker/scripts/cmake.sh
src/ci/docker/scripts/fuchsia-test-runner.py
src/ci/github-actions/ci.yml
src/ci/run.sh
src/ci/scripts/install-clang.sh
src/ci/scripts/setup-environment.sh
src/ci/stage-build.py [deleted file]
src/doc/book/redirects/using-rust-without-the-standard-library.md
src/doc/book/src/ch08-02-strings.md
src/doc/book/src/ch10-03-lifetime-syntax.md
src/doc/edition-guide/src/rust-2021/default-cargo-resolver.md
src/doc/edition-guide/src/rust-2021/reserving-syntax.md
src/doc/embedded-book/.github/bors.toml [deleted file]
src/doc/embedded-book/.github/workflows/ci.yml
src/doc/embedded-book/src/start/qemu.md
src/doc/embedded-book/src/unsorted/math.md
src/doc/nomicon/src/atomics.md
src/doc/nomicon/src/exception-safety.md
src/doc/nomicon/src/ffi.md
src/doc/nomicon/src/leaking.md
src/doc/nomicon/src/vec/vec-final.md
src/doc/nomicon/src/vec/vec-zsts.md
src/doc/reference/.github/workflows/main.yml
src/doc/reference/src/attributes/codegen.md
src/doc/reference/src/behavior-considered-undefined.md
src/doc/reference/src/destructors.md
src/doc/reference/src/expressions.md
src/doc/reference/src/expressions/operator-expr.md
src/doc/reference/src/items/external-blocks.md
src/doc/reference/src/trait-bounds.md
src/doc/reference/src/type-layout.md
src/doc/reference/src/types/never.md
src/doc/reference/src/types/textual.md
src/doc/reference/src/unsafe-keyword.md
src/doc/rust-by-example/README.md
src/doc/rust-by-example/src/error/panic.md
src/doc/rust-by-example/src/flow_control/loop/nested.md
src/doc/rust-by-example/src/hello/print/fmt.md
src/doc/rustc-dev-guide/README.md
src/doc/rustc-dev-guide/src/SUMMARY.md
src/doc/rustc-dev-guide/src/about-this-guide.md
src/doc/rustc-dev-guide/src/appendix/background.md
src/doc/rustc-dev-guide/src/backend/updating-llvm.md
src/doc/rustc-dev-guide/src/bound-vars-and-params.md [new file with mode: 0644]
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/build-install-distribution-artifacts.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/prerequisites.md
src/doc/rustc-dev-guide/src/building/suggested.md
src/doc/rustc-dev-guide/src/closure.md
src/doc/rustc-dev-guide/src/compiler-src.md
src/doc/rustc-dev-guide/src/constants.md
src/doc/rustc-dev-guide/src/contributing.md
src/doc/rustc-dev-guide/src/conventions.md
src/doc/rustc-dev-guide/src/debugging-support-in-rustc.md
src/doc/rustc-dev-guide/src/diagnostics.md
src/doc/rustc-dev-guide/src/diagnostics/diagnostic-structs.md
src/doc/rustc-dev-guide/src/diagnostics/error-codes.md
src/doc/rustc-dev-guide/src/diagnostics/translation.md
src/doc/rustc-dev-guide/src/early-late-bound.md
src/doc/rustc-dev-guide/src/feature-gates.md
src/doc/rustc-dev-guide/src/fuzzing.md
src/doc/rustc-dev-guide/src/generic_arguments.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/llvm-coverage-instrumentation.md
src/doc/rustc-dev-guide/src/macro-expansion.md
src/doc/rustc-dev-guide/src/mir/optimizations.md
src/doc/rustc-dev-guide/src/mir/visitor.md
src/doc/rustc-dev-guide/src/name-resolution.md
src/doc/rustc-dev-guide/src/notification-groups/about.md
src/doc/rustc-dev-guide/src/notification-groups/cleanup-crew.md
src/doc/rustc-dev-guide/src/overview.md
src/doc/rustc-dev-guide/src/parallel-rustc.md
src/doc/rustc-dev-guide/src/part-2-intro.md
src/doc/rustc-dev-guide/src/part-3-intro.md
src/doc/rustc-dev-guide/src/part-4-intro.md
src/doc/rustc-dev-guide/src/profiling.md
src/doc/rustc-dev-guide/src/profiling/with_perf.md
src/doc/rustc-dev-guide/src/profiling/wpa_profiling.md
src/doc/rustc-dev-guide/src/query.md
src/doc/rustc-dev-guide/src/return-position-impl-trait-in-trait.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/rustc-driver.md
src/doc/rustc-dev-guide/src/rustdoc-internals.md
src/doc/rustc-dev-guide/src/rustdoc.md
src/doc/rustc-dev-guide/src/salsa.md
src/doc/rustc-dev-guide/src/sanitizers.md
src/doc/rustc-dev-guide/src/serialization.md
src/doc/rustc-dev-guide/src/solve/normalization.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/solve/trait-solving.md
src/doc/rustc-dev-guide/src/stability.md
src/doc/rustc-dev-guide/src/stabilization_guide.md
src/doc/rustc-dev-guide/src/tests/adding.md
src/doc/rustc-dev-guide/src/tests/ci.md
src/doc/rustc-dev-guide/src/tests/compiletest.md
src/doc/rustc-dev-guide/src/tests/docker.md
src/doc/rustc-dev-guide/src/tests/headers.md
src/doc/rustc-dev-guide/src/tests/intro.md
src/doc/rustc-dev-guide/src/tests/running.md
src/doc/rustc-dev-guide/src/tests/ui.md
src/doc/rustc-dev-guide/src/walkthrough.md
src/doc/rustc/book.toml
src/doc/rustc/src/SUMMARY.md
src/doc/rustc/src/codegen-options/index.md
src/doc/rustc/src/platform-support.md
src/doc/rustc/src/platform-support/aarch64-unknown-teeos.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/android.md
src/doc/rustc/src/platform-support/csky-unknown-linux-gnuabiv2.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/hermit.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/loongarch-linux.md
src/doc/rustc/src/platform-support/mips-release-6.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/netbsd.md
src/doc/rustc/src/platform-support/openharmony.md
src/doc/rustc/src/platform-support/sparc-unknown-none-elf.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/unikraft-linux-musl.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/wasm32-wasi-preview1-threads.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/x86_64h-apple-darwin.md
src/doc/rustc/src/symbol-mangling/index.md [new file with mode: 0644]
src/doc/rustc/src/symbol-mangling/v0.md [new file with mode: 0644]
src/doc/rustdoc/src/lints.md
src/doc/rustdoc/src/unstable-features.md
src/doc/rustdoc/src/what-is-rustdoc.md
src/doc/style-guide/src/README.md
src/doc/style-guide/src/SUMMARY.md
src/doc/style-guide/src/advice.md
src/doc/style-guide/src/editions.md [new file with mode: 0644]
src/doc/style-guide/src/expressions.md
src/doc/style-guide/src/items.md
src/doc/style-guide/src/nightly.md
src/doc/style-guide/src/principles.md
src/doc/style-guide/src/statements.md
src/doc/style-guide/src/types.md
src/doc/unstable-book/src/compiler-flags/no-parallel-llvm.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/path-options.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/profile_sample_use.md
src/doc/unstable-book/src/language-features/abi-thiscall.md [deleted file]
src/doc/unstable-book/src/language-features/asm-experimental-arch.md
src/doc/unstable-book/src/language-features/intrinsics.md
src/doc/unstable-book/src/language-features/lang-items.md
src/doc/unstable-book/src/language-features/start.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/default-free-fn.md [deleted file]
src/etc/completions/x.py.fish
src/etc/completions/x.py.ps1
src/etc/completions/x.py.sh
src/etc/htmldocck.py
src/etc/natvis/liballoc.natvis
src/etc/rust_analyzer_settings.json
src/librustdoc/clean/auto_trait.rs
src/librustdoc/clean/blanket_impl.rs
src/librustdoc/clean/cfg.rs
src/librustdoc/clean/inline.rs
src/librustdoc/clean/mod.rs
src/librustdoc/clean/render_macro_matchers.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/externalfiles.rs
src/librustdoc/formats/cache.rs
src/librustdoc/formats/item_type.rs
src/librustdoc/formats/renderer.rs
src/librustdoc/html/format.rs
src/librustdoc/html/highlight.rs
src/librustdoc/html/highlight/tests.rs
src/librustdoc/html/length_limit.rs
src/librustdoc/html/markdown.rs
src/librustdoc/html/markdown/tests.rs
src/librustdoc/html/render/context.rs
src/librustdoc/html/render/mod.rs
src/librustdoc/html/render/print_item.rs
src/librustdoc/html/render/sidebar.rs
src/librustdoc/html/render/span_map.rs
src/librustdoc/html/render/type_layout.rs
src/librustdoc/html/render/write_shared.rs
src/librustdoc/html/sources.rs
src/librustdoc/html/static/css/noscript.css
src/librustdoc/html/static/css/rustdoc.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/js/search.js
src/librustdoc/html/static/js/source-script.js [deleted file]
src/librustdoc/html/static/js/src-script.js [new file with mode: 0644]
src/librustdoc/html/static/js/storage.js
src/librustdoc/html/static_files.rs
src/librustdoc/html/templates/STYLE.md
src/librustdoc/html/templates/page.html
src/librustdoc/html/templates/print_item.html
src/librustdoc/html/templates/type_layout.html
src/librustdoc/json/conversions.rs
src/librustdoc/json/mod.rs
src/librustdoc/lib.rs
src/librustdoc/lint.rs
src/librustdoc/markdown.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/lint.rs
src/librustdoc/passes/lint/bare_urls.rs
src/librustdoc/passes/lint/check_code_block_syntax.rs
src/librustdoc/passes/lint/html_tags.rs
src/librustdoc/passes/lint/redundant_explicit_links.rs [new file with mode: 0644]
src/librustdoc/passes/propagate_doc_cfg.rs
src/librustdoc/passes/strip_hidden.rs
src/librustdoc/passes/strip_priv_imports.rs
src/librustdoc/passes/strip_private.rs
src/librustdoc/passes/stripper.rs
src/librustdoc/scrape_examples.rs
src/librustdoc/visit_ast.rs
src/librustdoc/visit_lib.rs
src/stage0.json
src/tools/build-manifest/Cargo.toml
src/tools/build-manifest/src/main.rs
src/tools/build_helper/Cargo.toml
src/tools/build_helper/src/ci.rs
src/tools/build_helper/src/git.rs
src/tools/build_helper/src/lib.rs
src/tools/build_helper/src/metrics.rs [new file with mode: 0644]
src/tools/build_helper/src/util.rs
src/tools/cargo/.cargo/config.toml
src/tools/cargo/.github/renovate.json5 [new file with mode: 0644]
src/tools/cargo/.github/workflows/main.yml
src/tools/cargo/CHANGELOG.md
src/tools/cargo/Cargo.lock
src/tools/cargo/Cargo.toml
src/tools/cargo/benches/benchsuite/Cargo.toml
src/tools/cargo/benches/capture/Cargo.toml
src/tools/cargo/ci/validate-version-bump.sh
src/tools/cargo/crates/cargo-platform/Cargo.toml
src/tools/cargo/crates/cargo-test-macro/Cargo.toml
src/tools/cargo/crates/cargo-test-support/Cargo.toml
src/tools/cargo/crates/cargo-test-support/containers/sshd/Dockerfile
src/tools/cargo/crates/cargo-test-support/src/compare.rs
src/tools/cargo/crates/cargo-test-support/src/registry.rs
src/tools/cargo/crates/cargo-util/Cargo.toml
src/tools/cargo/crates/cargo-util/src/paths.rs
src/tools/cargo/crates/cargo-util/src/process_builder.rs
src/tools/cargo/crates/crates-io/Cargo.toml
src/tools/cargo/crates/crates-io/lib.rs
src/tools/cargo/crates/home/Cargo.toml
src/tools/cargo/crates/mdman/Cargo.toml
src/tools/cargo/crates/resolver-tests/Cargo.toml
src/tools/cargo/crates/semver-check/Cargo.toml
src/tools/cargo/crates/semver-check/src/main.rs
src/tools/cargo/crates/xtask-build-man/Cargo.toml
src/tools/cargo/crates/xtask-bump-check/Cargo.toml [new file with mode: 0644]
src/tools/cargo/crates/xtask-bump-check/src/main.rs [new file with mode: 0644]
src/tools/cargo/crates/xtask-bump-check/src/xtask.rs [new file with mode: 0644]
src/tools/cargo/crates/xtask-stale-label/Cargo.toml
src/tools/cargo/crates/xtask-stale-label/src/main.rs
src/tools/cargo/crates/xtask-unpublished/Cargo.toml [deleted file]
src/tools/cargo/crates/xtask-unpublished/src/main.rs [deleted file]
src/tools/cargo/crates/xtask-unpublished/src/xtask.rs [deleted file]
src/tools/cargo/credential/cargo-credential-1password/Cargo.toml
src/tools/cargo/credential/cargo-credential-1password/src/main.rs
src/tools/cargo/credential/cargo-credential-gnome-secret/Cargo.toml [deleted file]
src/tools/cargo/credential/cargo-credential-gnome-secret/README.md [deleted file]
src/tools/cargo/credential/cargo-credential-gnome-secret/build.rs [deleted file]
src/tools/cargo/credential/cargo-credential-gnome-secret/src/libsecret.rs [deleted file]
src/tools/cargo/credential/cargo-credential-gnome-secret/src/main.rs [deleted file]
src/tools/cargo/credential/cargo-credential-libsecret/Cargo.toml [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential-libsecret/README.md [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential-libsecret/src/lib.rs [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential-macos-keychain/Cargo.toml
src/tools/cargo/credential/cargo-credential-macos-keychain/src/lib.rs [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential-macos-keychain/src/main.rs [deleted file]
src/tools/cargo/credential/cargo-credential-wincred/Cargo.toml
src/tools/cargo/credential/cargo-credential-wincred/src/lib.rs [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential-wincred/src/main.rs [deleted file]
src/tools/cargo/credential/cargo-credential/Cargo.toml
src/tools/cargo/credential/cargo-credential/README.md
src/tools/cargo/credential/cargo-credential/examples/file-provider.rs [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential/examples/stdout-redirected.rs [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential/src/error.rs [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential/src/lib.rs
src/tools/cargo/credential/cargo-credential/src/secret.rs [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential/src/stdio.rs [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential/tests/examples.rs [new file with mode: 0644]
src/tools/cargo/deny.toml
src/tools/cargo/publish.py
src/tools/cargo/src/bin/cargo/cli.rs
src/tools/cargo/src/bin/cargo/commands/add.rs
src/tools/cargo/src/bin/cargo/commands/bench.rs
src/tools/cargo/src/bin/cargo/commands/build.rs
src/tools/cargo/src/bin/cargo/commands/check.rs
src/tools/cargo/src/bin/cargo/commands/clean.rs
src/tools/cargo/src/bin/cargo/commands/doc.rs
src/tools/cargo/src/bin/cargo/commands/fetch.rs
src/tools/cargo/src/bin/cargo/commands/fix.rs
src/tools/cargo/src/bin/cargo/commands/init.rs
src/tools/cargo/src/bin/cargo/commands/install.rs
src/tools/cargo/src/bin/cargo/commands/locate_project.rs
src/tools/cargo/src/bin/cargo/commands/login.rs
src/tools/cargo/src/bin/cargo/commands/logout.rs
src/tools/cargo/src/bin/cargo/commands/metadata.rs
src/tools/cargo/src/bin/cargo/commands/new.rs
src/tools/cargo/src/bin/cargo/commands/owner.rs
src/tools/cargo/src/bin/cargo/commands/package.rs
src/tools/cargo/src/bin/cargo/commands/pkgid.rs
src/tools/cargo/src/bin/cargo/commands/publish.rs
src/tools/cargo/src/bin/cargo/commands/remove.rs
src/tools/cargo/src/bin/cargo/commands/run.rs
src/tools/cargo/src/bin/cargo/commands/rustc.rs
src/tools/cargo/src/bin/cargo/commands/rustdoc.rs
src/tools/cargo/src/bin/cargo/commands/search.rs
src/tools/cargo/src/bin/cargo/commands/test.rs
src/tools/cargo/src/bin/cargo/commands/tree.rs
src/tools/cargo/src/bin/cargo/commands/uninstall.rs
src/tools/cargo/src/bin/cargo/commands/update.rs
src/tools/cargo/src/bin/cargo/commands/vendor.rs
src/tools/cargo/src/bin/cargo/commands/yank.rs
src/tools/cargo/src/bin/cargo/main.rs
src/tools/cargo/src/cargo/core/compiler/build_context/target_info.rs
src/tools/cargo/src/cargo/core/compiler/context/compilation_files.rs
src/tools/cargo/src/cargo/core/compiler/custom_build.rs
src/tools/cargo/src/cargo/core/compiler/fingerprint/mod.rs
src/tools/cargo/src/cargo/core/compiler/future_incompat.rs
src/tools/cargo/src/cargo/core/compiler/job_queue/mod.rs
src/tools/cargo/src/cargo/core/compiler/mod.rs
src/tools/cargo/src/cargo/core/compiler/output_depinfo.rs
src/tools/cargo/src/cargo/core/compiler/rustdoc.rs
src/tools/cargo/src/cargo/core/compiler/timings.js
src/tools/cargo/src/cargo/core/compiler/timings.rs
src/tools/cargo/src/cargo/core/compiler/unit_dependencies.rs
src/tools/cargo/src/cargo/core/dependency.rs
src/tools/cargo/src/cargo/core/package.rs
src/tools/cargo/src/cargo/core/registry.rs
src/tools/cargo/src/cargo/core/resolver/conflict_cache.rs
src/tools/cargo/src/cargo/core/resolver/context.rs
src/tools/cargo/src/cargo/core/resolver/dep_cache.rs
src/tools/cargo/src/cargo/core/resolver/encode.rs
src/tools/cargo/src/cargo/core/resolver/features.rs
src/tools/cargo/src/cargo/core/resolver/mod.rs
src/tools/cargo/src/cargo/core/resolver/resolve.rs
src/tools/cargo/src/cargo/core/source/source_id.rs
src/tools/cargo/src/cargo/core/workspace.rs
src/tools/cargo/src/cargo/lib.rs
src/tools/cargo/src/cargo/ops/cargo_compile/mod.rs
src/tools/cargo/src/cargo/ops/cargo_generate_lockfile.rs
src/tools/cargo/src/cargo/ops/cargo_new.rs
src/tools/cargo/src/cargo/ops/cargo_package.rs
src/tools/cargo/src/cargo/ops/cargo_read_manifest.rs
src/tools/cargo/src/cargo/ops/cargo_run.rs
src/tools/cargo/src/cargo/ops/cargo_test.rs
src/tools/cargo/src/cargo/ops/fix.rs
src/tools/cargo/src/cargo/ops/registry/login.rs
src/tools/cargo/src/cargo/ops/registry/logout.rs
src/tools/cargo/src/cargo/ops/registry/mod.rs
src/tools/cargo/src/cargo/ops/registry/owner.rs
src/tools/cargo/src/cargo/ops/registry/publish.rs
src/tools/cargo/src/cargo/ops/registry/yank.rs
src/tools/cargo/src/cargo/ops/resolve.rs
src/tools/cargo/src/cargo/ops/tree/graph.rs
src/tools/cargo/src/cargo/sources/config.rs
src/tools/cargo/src/cargo/sources/git/known_hosts.rs
src/tools/cargo/src/cargo/sources/git/oxide.rs
src/tools/cargo/src/cargo/sources/git/source.rs
src/tools/cargo/src/cargo/sources/git/utils.rs
src/tools/cargo/src/cargo/sources/path.rs
src/tools/cargo/src/cargo/sources/registry/download.rs
src/tools/cargo/src/cargo/sources/registry/http_remote.rs
src/tools/cargo/src/cargo/sources/registry/index.rs
src/tools/cargo/src/cargo/sources/registry/mod.rs
src/tools/cargo/src/cargo/sources/registry/remote.rs
src/tools/cargo/src/cargo/util/auth/asymmetric.rs [deleted file]
src/tools/cargo/src/cargo/util/auth/mod.rs
src/tools/cargo/src/cargo/util/command_prelude.rs
src/tools/cargo/src/cargo/util/config/mod.rs
src/tools/cargo/src/cargo/util/config/path.rs
src/tools/cargo/src/cargo/util/config/target.rs
src/tools/cargo/src/cargo/util/credential/adaptor.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/util/credential/mod.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/util/credential/paseto.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/util/credential/process.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/util/credential/token.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/util/diagnostic_server.rs
src/tools/cargo/src/cargo/util/errors.rs
src/tools/cargo/src/cargo/util/job.rs
src/tools/cargo/src/cargo/util/mod.rs
src/tools/cargo/src/cargo/util/network/http.rs
src/tools/cargo/src/cargo/util/network/mod.rs
src/tools/cargo/src/cargo/util/network/sleep.rs
src/tools/cargo/src/cargo/util/restricted_names.rs
src/tools/cargo/src/cargo/util/rustc.rs
src/tools/cargo/src/cargo/util/toml/embedded.rs
src/tools/cargo/src/cargo/util/toml/mod.rs
src/tools/cargo/src/cargo/util/toml_mut/dependency.rs
src/tools/cargo/src/doc/contrib/src/implementation/debugging.md
src/tools/cargo/src/doc/contrib/src/process/release.md
src/tools/cargo/src/doc/man/cargo-metadata.md
src/tools/cargo/src/doc/man/cargo-test.md
src/tools/cargo/src/doc/man/cargo-yank.md
src/tools/cargo/src/doc/man/generated_txt/cargo-metadata.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-test.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-yank.txt
src/tools/cargo/src/doc/src/commands/cargo-metadata.md
src/tools/cargo/src/doc/src/commands/cargo-test.md
src/tools/cargo/src/doc/src/commands/cargo-yank.md
src/tools/cargo/src/doc/src/guide/cargo-toml-vs-cargo-lock.md
src/tools/cargo/src/doc/src/reference/build-scripts.md
src/tools/cargo/src/doc/src/reference/config.md
src/tools/cargo/src/doc/src/reference/environment-variables.md
src/tools/cargo/src/doc/src/reference/external-tools.md
src/tools/cargo/src/doc/src/reference/manifest.md
src/tools/cargo/src/doc/src/reference/overriding-dependencies.md
src/tools/cargo/src/doc/src/reference/profiles.md
src/tools/cargo/src/doc/src/reference/resolver.md
src/tools/cargo/src/doc/src/reference/semver.md
src/tools/cargo/src/doc/src/reference/specifying-dependencies.md
src/tools/cargo/src/doc/src/reference/unstable.md
src/tools/cargo/src/doc/src/reference/workspaces.md
src/tools/cargo/src/etc/_cargo
src/tools/cargo/src/etc/cargo.bashcomp.sh
src/tools/cargo/src/etc/man/cargo-metadata.1
src/tools/cargo/src/etc/man/cargo-test.1
src/tools/cargo/src/etc/man/cargo-yank.1
src/tools/cargo/tests/testsuite/alt_registry.rs
src/tools/cargo/tests/testsuite/bench.rs
src/tools/cargo/tests/testsuite/build_script.rs
src/tools/cargo/tests/testsuite/build_script_env.rs
src/tools/cargo/tests/testsuite/cargo/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/mod.rs
src/tools/cargo/tests/testsuite/cargo_bench/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_bench/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_bench/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_bench/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_build/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_build/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_build/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_build/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_check/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_check/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_check/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_check/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_clean/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_clean/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_clean/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_clean/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_config.rs [deleted file]
src/tools/cargo/tests/testsuite/cargo_config/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_config/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_config/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_config/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_doc/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_doc/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_doc/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_doc/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_fetch/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_fetch/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_fetch/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_fetch/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_fix/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_fix/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_fix/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_fix/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_generate_lockfile/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_generate_lockfile/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_generate_lockfile/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_generate_lockfile/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_git_checkout/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_git_checkout/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_git_checkout/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_git_checkout/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_help/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_help/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_help/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/auto_git/in [new symlink]
src/tools/cargo/tests/testsuite/cargo_init/auto_git/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/auto_git/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/auto_git/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/auto_git/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/auto_git/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_explicit/in/src/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_explicit/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_explicit/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_explicit/out/src/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_explicit/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_explicit/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_explicit_nosrc/in/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_explicit_nosrc/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_explicit_nosrc/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_explicit_nosrc/out/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_explicit_nosrc/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_explicit_nosrc/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit/in/src/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit/out/src/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_namenosrc/in/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_namenosrc/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_namenosrc/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_namenosrc/out/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_namenosrc/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_namenosrc/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_namesrc/in/src/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_namesrc/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_namesrc/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_namesrc/out/src/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_namesrc/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_namesrc/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_nosrc/in/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_nosrc/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_nosrc/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_nosrc/out/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_nosrc/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/bin_already_exists_implicit_nosrc/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/both_lib_and_bin/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/both_lib_and_bin/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/both_lib_and_bin/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/cant_create_library_when_both_binlib_present/in/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/cant_create_library_when_both_binlib_present/in/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/cant_create_library_when_both_binlib_present/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/cant_create_library_when_both_binlib_present/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/cant_create_library_when_both_binlib_present/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/confused_by_multiple_lib_files/in/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/confused_by_multiple_lib_files/in/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/confused_by_multiple_lib_files/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/confused_by_multiple_lib_files/out/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/confused_by_multiple_lib_files/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/confused_by_multiple_lib_files/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/confused_by_multiple_lib_files/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_both_binlib_present/in/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_both_binlib_present/in/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_both_binlib_present/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_both_binlib_present/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_both_binlib_present/out/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_both_binlib_present/out/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_both_binlib_present/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_both_binlib_present/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_instructed_and_has_lib_file/in/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_instructed_and_has_lib_file/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_instructed_and_has_lib_file/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_instructed_and_has_lib_file/out/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_instructed_and_has_lib_file/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_binary_when_instructed_and_has_lib_file/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_library_when_instructed_and_has_bin_file/in/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_library_when_instructed_and_has_bin_file/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_library_when_instructed_and_has_bin_file/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_library_when_instructed_and_has_bin_file/out/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_library_when_instructed_and_has_bin_file/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/creates_library_when_instructed_and_has_bin_file/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/empty_dir/.keep [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/empty_dir/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/explicit_bin_with_git/in [new symlink]
src/tools/cargo/tests/testsuite/cargo_init/explicit_bin_with_git/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/explicit_bin_with_git/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/explicit_bin_with_git/out/src/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/explicit_bin_with_git/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/explicit_bin_with_git/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/formats_source/in/rustfmt.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/formats_source/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/formats_source/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/formats_source/out/rustfmt.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/formats_source/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/formats_source/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/formats_source/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/fossil_autodetect/in/.fossil/.keep [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/fossil_autodetect/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/fossil_autodetect/out/.fossil-settings/clean-glob [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/fossil_autodetect/out/.fossil-settings/ignore-glob [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/fossil_autodetect/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/fossil_autodetect/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/fossil_autodetect/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/fossil_autodetect/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/git_autodetect/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/git_autodetect/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/git_autodetect/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/git_autodetect/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/git_autodetect/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/git_ignore_exists_no_conflicting_entries/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/git_ignore_exists_no_conflicting_entries/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/git_ignore_exists_no_conflicting_entries/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/git_ignore_exists_no_conflicting_entries/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/git_ignore_exists_no_conflicting_entries/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/ignores_failure_to_format_source/in/rustfmt.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/ignores_failure_to_format_source/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/ignores_failure_to_format_source/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/ignores_failure_to_format_source/out/rustfmt.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/ignores_failure_to_format_source/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/ignores_failure_to_format_source/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/ignores_failure_to_format_source/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inferred_bin_with_git/in/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inferred_bin_with_git/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inferred_bin_with_git/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inferred_bin_with_git/out/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inferred_bin_with_git/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inferred_bin_with_git/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inferred_lib_with_git/in/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inferred_lib_with_git/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inferred_lib_with_git/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inferred_lib_with_git/out/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inferred_lib_with_git/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inferred_lib_with_git/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inherit_workspace_package_table/in/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inherit_workspace_package_table/in/README.md [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inherit_workspace_package_table/in/crates/foo/src/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inherit_workspace_package_table/in/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inherit_workspace_package_table/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inherit_workspace_package_table/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inherit_workspace_package_table/out/crates/foo/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inherit_workspace_package_table/out/crates/foo/src/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inherit_workspace_package_table/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inherit_workspace_package_table/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/inherit_workspace_package_table/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/invalid_dir_name/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/invalid_dir_name/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/invalid_dir_name/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/lib_already_exists_nosrc/in/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/lib_already_exists_nosrc/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/lib_already_exists_nosrc/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/lib_already_exists_nosrc/out/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/lib_already_exists_nosrc/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/lib_already_exists_nosrc/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/lib_already_exists_src/in/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/lib_already_exists_src/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/lib_already_exists_src/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/lib_already_exists_src/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/lib_already_exists_src/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/lib_already_exists_src/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/mercurial_autodetect/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/mercurial_autodetect/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/mercurial_autodetect/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/mercurial_autodetect/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/mercurial_autodetect/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/multibin_project_name_clash/in/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/multibin_project_name_clash/in/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/multibin_project_name_clash/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/multibin_project_name_clash/out/case.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/multibin_project_name_clash/out/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/multibin_project_name_clash/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/multibin_project_name_clash/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/no_filename/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/no_filename/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/no_filename/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/path_contains_separator/in/.keep [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/path_contains_separator/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/path_contains_separator/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/path_contains_separator/out/src/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/path_contains_separator/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/path_contains_separator/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/pijul_autodetect/in/.pijul/.keep [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/pijul_autodetect/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/pijul_autodetect/out/.ignore [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/pijul_autodetect/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/pijul_autodetect/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/pijul_autodetect/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/pijul_autodetect/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/reserved_name/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/reserved_name/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/reserved_name/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_bin/in [new symlink]
src/tools/cargo/tests/testsuite/cargo_init/simple_bin/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_bin/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_bin/out/src/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_bin/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_bin/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_git/in [new symlink]
src/tools/cargo/tests/testsuite/cargo_init/simple_git/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_git/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_git/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_git/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_git/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_git_ignore_exists/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_git_ignore_exists/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_git_ignore_exists/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_git_ignore_exists/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_git_ignore_exists/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_hg/in [new symlink]
src/tools/cargo/tests/testsuite/cargo_init/simple_hg/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_hg/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_hg/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_hg/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_hg/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_hg_ignore_exists/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_hg_ignore_exists/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_hg_ignore_exists/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_hg_ignore_exists/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_hg_ignore_exists/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_lib/in [new symlink]
src/tools/cargo/tests/testsuite/cargo_init/simple_lib/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_lib/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_lib/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_lib/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/simple_lib/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/unknown_flags/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/unknown_flags/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/unknown_flags/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/with_argument/in/foo/.keep [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/with_argument/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/with_argument/out/foo/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/with_argument/out/foo/src/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/with_argument/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_init/with_argument/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_install/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_install/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_install/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_install/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_locate_project/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_locate_project/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_locate_project/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_locate_project/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_login/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_login/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_login/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_login/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_logout/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_logout/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_logout/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_logout/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_metadata/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_metadata/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_metadata/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_metadata/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/mod.rs
src/tools/cargo/tests/testsuite/cargo_owner/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_owner/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_owner/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_owner/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_package/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_package/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_package/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_package/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_pkgid/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_pkgid/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_pkgid/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_pkgid/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_publish/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_publish/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_publish/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_publish/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_read_manifest/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_read_manifest/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_read_manifest/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_read_manifest/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/avoid_empty_tables/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/build/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/dev/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/in/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/in/serde/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/in/serde/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/in/serde_derive/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/in/serde_derive/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/out/serde/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/out/serde/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/out/serde_derive/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/out/serde_derive/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_keep_used_patch/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_patch/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/gc_patch/out/Cargo.lock [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/gc_patch/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/gc_profile/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/gc_replace/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_remove/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/multiple_deps/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/multiple_dev/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/optional_dep_feature/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/optional_feature/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/package/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/remove_basic/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/target/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/target_build/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/target_dev/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/update_lock_file/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/workspace/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/workspace_non_virtual/stderr.log
src/tools/cargo/tests/testsuite/cargo_remove/workspace_preserved/stderr.log
src/tools/cargo/tests/testsuite/cargo_report/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_report/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_report/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_report/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_run/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_run/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_run/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_run/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_rustc/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_rustc/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_rustc/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_rustc/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_rustdoc/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_rustdoc/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_rustdoc/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_rustdoc/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_search/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_search/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_search/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_search/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_test/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_test/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_test/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_test/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_tree/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_tree/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_tree/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_tree/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_uninstall/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_uninstall/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_uninstall/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_uninstall/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_update/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_update/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_update/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_update/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_vendor/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_vendor/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_vendor/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_vendor/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_verify_project/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_verify_project/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_verify_project/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_verify_project/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_version/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_version/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_version/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_version/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_yank/help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_yank/help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_yank/help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_yank/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/credential_process.rs
src/tools/cargo/tests/testsuite/freshness.rs
src/tools/cargo/tests/testsuite/init/auto_git/in [deleted symlink]
src/tools/cargo/tests/testsuite/init/auto_git/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/auto_git/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/auto_git/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/auto_git/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/auto_git/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_explicit/in/src/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_explicit/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_explicit/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_explicit/out/src/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_explicit/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_explicit/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_explicit_nosrc/in/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_explicit_nosrc/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_explicit_nosrc/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_explicit_nosrc/out/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_explicit_nosrc/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_explicit_nosrc/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit/in/src/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit/out/src/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_namenosrc/in/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_namenosrc/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_namenosrc/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_namenosrc/out/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_namenosrc/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_namenosrc/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_namesrc/in/src/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_namesrc/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_namesrc/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_namesrc/out/src/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_namesrc/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_namesrc/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_nosrc/in/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_nosrc/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_nosrc/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_nosrc/out/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_nosrc/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/bin_already_exists_implicit_nosrc/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/both_lib_and_bin/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/both_lib_and_bin/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/both_lib_and_bin/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/cant_create_library_when_both_binlib_present/in/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/cant_create_library_when_both_binlib_present/in/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/cant_create_library_when_both_binlib_present/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/cant_create_library_when_both_binlib_present/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/cant_create_library_when_both_binlib_present/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/confused_by_multiple_lib_files/in/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/confused_by_multiple_lib_files/in/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/confused_by_multiple_lib_files/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/confused_by_multiple_lib_files/out/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/confused_by_multiple_lib_files/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/confused_by_multiple_lib_files/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/confused_by_multiple_lib_files/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_both_binlib_present/in/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_both_binlib_present/in/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_both_binlib_present/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_both_binlib_present/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_both_binlib_present/out/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_both_binlib_present/out/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_both_binlib_present/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_both_binlib_present/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_instructed_and_has_lib_file/in/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_instructed_and_has_lib_file/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_instructed_and_has_lib_file/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_instructed_and_has_lib_file/out/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_instructed_and_has_lib_file/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/creates_binary_when_instructed_and_has_lib_file/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/creates_library_when_instructed_and_has_bin_file/in/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/creates_library_when_instructed_and_has_bin_file/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/creates_library_when_instructed_and_has_bin_file/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/creates_library_when_instructed_and_has_bin_file/out/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/creates_library_when_instructed_and_has_bin_file/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/creates_library_when_instructed_and_has_bin_file/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/empty_dir/.keep [deleted file]
src/tools/cargo/tests/testsuite/init/empty_dir/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/explicit_bin_with_git/in [deleted symlink]
src/tools/cargo/tests/testsuite/init/explicit_bin_with_git/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/explicit_bin_with_git/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/explicit_bin_with_git/out/src/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/explicit_bin_with_git/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/explicit_bin_with_git/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/formats_source/in/rustfmt.toml [deleted file]
src/tools/cargo/tests/testsuite/init/formats_source/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/formats_source/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/formats_source/out/rustfmt.toml [deleted file]
src/tools/cargo/tests/testsuite/init/formats_source/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/formats_source/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/formats_source/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/fossil_autodetect/in/.fossil/.keep [deleted file]
src/tools/cargo/tests/testsuite/init/fossil_autodetect/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/fossil_autodetect/out/.fossil-settings/clean-glob [deleted file]
src/tools/cargo/tests/testsuite/init/fossil_autodetect/out/.fossil-settings/ignore-glob [deleted file]
src/tools/cargo/tests/testsuite/init/fossil_autodetect/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/fossil_autodetect/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/fossil_autodetect/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/fossil_autodetect/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/git_autodetect/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/git_autodetect/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/git_autodetect/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/git_autodetect/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/git_autodetect/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/git_ignore_exists_no_conflicting_entries/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/git_ignore_exists_no_conflicting_entries/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/git_ignore_exists_no_conflicting_entries/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/git_ignore_exists_no_conflicting_entries/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/git_ignore_exists_no_conflicting_entries/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/ignores_failure_to_format_source/in/rustfmt.toml [deleted file]
src/tools/cargo/tests/testsuite/init/ignores_failure_to_format_source/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/ignores_failure_to_format_source/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/ignores_failure_to_format_source/out/rustfmt.toml [deleted file]
src/tools/cargo/tests/testsuite/init/ignores_failure_to_format_source/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/ignores_failure_to_format_source/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/ignores_failure_to_format_source/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/inferred_bin_with_git/in/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/inferred_bin_with_git/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/inferred_bin_with_git/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/inferred_bin_with_git/out/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/inferred_bin_with_git/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/inferred_bin_with_git/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/inferred_lib_with_git/in/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/inferred_lib_with_git/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/inferred_lib_with_git/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/inferred_lib_with_git/out/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/inferred_lib_with_git/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/inferred_lib_with_git/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/inherit_workspace_package_table/in/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/inherit_workspace_package_table/in/README.md [deleted file]
src/tools/cargo/tests/testsuite/init/inherit_workspace_package_table/in/crates/foo/src/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/inherit_workspace_package_table/in/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/inherit_workspace_package_table/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/inherit_workspace_package_table/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/inherit_workspace_package_table/out/crates/foo/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/inherit_workspace_package_table/out/crates/foo/src/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/inherit_workspace_package_table/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/inherit_workspace_package_table/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/inherit_workspace_package_table/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/invalid_dir_name/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/invalid_dir_name/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/invalid_dir_name/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/lib_already_exists_nosrc/in/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/lib_already_exists_nosrc/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/lib_already_exists_nosrc/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/lib_already_exists_nosrc/out/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/lib_already_exists_nosrc/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/lib_already_exists_nosrc/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/lib_already_exists_src/in/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/lib_already_exists_src/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/lib_already_exists_src/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/lib_already_exists_src/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/lib_already_exists_src/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/lib_already_exists_src/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/mercurial_autodetect/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/mercurial_autodetect/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/mercurial_autodetect/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/mercurial_autodetect/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/mercurial_autodetect/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/in/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/in/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/out/case.rs [deleted file]
src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/out/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/multibin_project_name_clash/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/no_filename/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/no_filename/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/no_filename/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/path_contains_separator/in/.keep [deleted file]
src/tools/cargo/tests/testsuite/init/path_contains_separator/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/path_contains_separator/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/path_contains_separator/out/src/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/path_contains_separator/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/path_contains_separator/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/pijul_autodetect/in/.pijul/.keep [deleted file]
src/tools/cargo/tests/testsuite/init/pijul_autodetect/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/pijul_autodetect/out/.ignore [deleted file]
src/tools/cargo/tests/testsuite/init/pijul_autodetect/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/pijul_autodetect/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/pijul_autodetect/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/pijul_autodetect/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/reserved_name/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/reserved_name/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/reserved_name/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/simple_bin/in [deleted symlink]
src/tools/cargo/tests/testsuite/init/simple_bin/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/simple_bin/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/simple_bin/out/src/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/simple_bin/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/simple_bin/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/simple_git/in [deleted symlink]
src/tools/cargo/tests/testsuite/init/simple_git/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/simple_git/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/simple_git/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/simple_git/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/simple_git/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/simple_git_ignore_exists/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/simple_git_ignore_exists/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/simple_git_ignore_exists/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/simple_git_ignore_exists/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/simple_git_ignore_exists/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/simple_hg/in [deleted symlink]
src/tools/cargo/tests/testsuite/init/simple_hg/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/simple_hg/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/simple_hg/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/simple_hg/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/simple_hg/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/simple_hg_ignore_exists/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/simple_hg_ignore_exists/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/simple_hg_ignore_exists/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/simple_hg_ignore_exists/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/simple_hg_ignore_exists/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/simple_lib/in [deleted symlink]
src/tools/cargo/tests/testsuite/init/simple_lib/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/simple_lib/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/simple_lib/out/src/lib.rs [deleted file]
src/tools/cargo/tests/testsuite/init/simple_lib/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/simple_lib/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/unknown_flags/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/unknown_flags/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/unknown_flags/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/init/with_argument/in/foo/.keep [deleted file]
src/tools/cargo/tests/testsuite/init/with_argument/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/init/with_argument/out/foo/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/init/with_argument/out/foo/src/main.rs [deleted file]
src/tools/cargo/tests/testsuite/init/with_argument/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/init/with_argument/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/lints.rs
src/tools/cargo/tests/testsuite/lockfile_compat.rs
src/tools/cargo/tests/testsuite/login.rs
src/tools/cargo/tests/testsuite/main.rs
src/tools/cargo/tests/testsuite/owner.rs
src/tools/cargo/tests/testsuite/package.rs
src/tools/cargo/tests/testsuite/profile_targets.rs
src/tools/cargo/tests/testsuite/publish.rs
src/tools/cargo/tests/testsuite/registry.rs
src/tools/cargo/tests/testsuite/registry_auth.rs
src/tools/cargo/tests/testsuite/run.rs
src/tools/cargo/tests/testsuite/script.rs
src/tools/cargo/tests/testsuite/test.rs
src/tools/cargo/tests/testsuite/update.rs
src/tools/cargo/tests/testsuite/yank.rs
src/tools/clippy/.github/workflows/clippy.yml
src/tools/clippy/.github/workflows/clippy_bors.yml
src/tools/clippy/CHANGELOG.md
src/tools/clippy/Cargo.toml
src/tools/clippy/README.md
src/tools/clippy/book/src/README.md
src/tools/clippy/book/src/development/infrastructure/changelog_update.md
src/tools/clippy/book/src/development/speedtest.md [new file with mode: 0644]
src/tools/clippy/book/src/lint_configuration.md
src/tools/clippy/clippy_dev/src/lib.rs
src/tools/clippy/clippy_dev/src/main.rs
src/tools/clippy/clippy_dev/src/new_lint.rs
src/tools/clippy/clippy_dev/src/setup/intellij.rs
src/tools/clippy/clippy_dev/src/setup/vscode.rs
src/tools/clippy/clippy_dev/src/update_lints.rs
src/tools/clippy/clippy_lints/Cargo.toml
src/tools/clippy/clippy_lints/src/absolute_paths.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/allow_attributes.rs
src/tools/clippy/clippy_lints/src/arc_with_non_send_sync.rs
src/tools/clippy/clippy_lints/src/assertions_on_constants.rs
src/tools/clippy/clippy_lints/src/assertions_on_result_states.rs
src/tools/clippy/clippy_lints/src/attrs.rs
src/tools/clippy/clippy_lints/src/blocks_in_if_conditions.rs
src/tools/clippy/clippy_lints/src/bool_assert_comparison.rs
src/tools/clippy/clippy_lints/src/bool_to_int_with_if.rs
src/tools/clippy/clippy_lints/src/borrow_deref_ref.rs
src/tools/clippy/clippy_lints/src/box_default.rs
src/tools/clippy/clippy_lints/src/casts/as_ptr_cast_mut.rs
src/tools/clippy/clippy_lints/src/casts/cast_ptr_alignment.rs
src/tools/clippy/clippy_lints/src/casts/cast_slice_different_sizes.rs
src/tools/clippy/clippy_lints/src/casts/cast_slice_from_raw_parts.rs
src/tools/clippy/clippy_lints/src/casts/mod.rs
src/tools/clippy/clippy_lints/src/casts/ptr_as_ptr.rs
src/tools/clippy/clippy_lints/src/casts/ptr_cast_constness.rs
src/tools/clippy/clippy_lints/src/casts/unnecessary_cast.rs
src/tools/clippy/clippy_lints/src/copies.rs
src/tools/clippy/clippy_lints/src/copy_iterator.rs
src/tools/clippy/clippy_lints/src/crate_in_macro_def.rs
src/tools/clippy/clippy_lints/src/dbg_macro.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_constructed_unit_structs.rs
src/tools/clippy/clippy_lints/src/default_instead_of_iter_empty.rs
src/tools/clippy/clippy_lints/src/default_numeric_fallback.rs
src/tools/clippy/clippy_lints/src/dereference.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_methods.rs
src/tools/clippy/clippy_lints/src/disallowed_names.rs
src/tools/clippy/clippy_lints/src/doc.rs
src/tools/clippy/clippy_lints/src/drop_forget_ref.rs
src/tools/clippy/clippy_lints/src/empty_drop.rs
src/tools/clippy/clippy_lints/src/empty_enum.rs
src/tools/clippy/clippy_lints/src/empty_structs_with_brackets.rs
src/tools/clippy/clippy_lints/src/endian_bytes.rs
src/tools/clippy/clippy_lints/src/entry.rs
src/tools/clippy/clippy_lints/src/enum_clike.rs
src/tools/clippy/clippy_lints/src/error_impl_error.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/escape.rs
src/tools/clippy/clippy_lints/src/eta_reduction.rs
src/tools/clippy/clippy_lints/src/excessive_nesting.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/floating_point_arithmetic.rs
src/tools/clippy/clippy_lints/src/fn_null_check.rs [deleted file]
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/four_forward_slashes.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/from_over_into.rs
src/tools/clippy/clippy_lints/src/from_raw_with_void_ptr.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/must_use.rs
src/tools/clippy/clippy_lints/src/functions/result.rs
src/tools/clippy/clippy_lints/src/functions/too_many_lines.rs
src/tools/clippy/clippy_lints/src/future_not_send.rs
src/tools/clippy/clippy_lints/src/if_let_mutex.rs
src/tools/clippy/clippy_lints/src/if_then_some_else_none.rs
src/tools/clippy/clippy_lints/src/ignored_unit_patterns.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/implicit_return.rs
src/tools/clippy/clippy_lints/src/implicit_saturating_sub.rs
src/tools/clippy/clippy_lints/src/incorrect_impls.rs
src/tools/clippy/clippy_lints/src/index_refutable_slice.rs
src/tools/clippy/clippy_lints/src/indexing_slicing.rs
src/tools/clippy/clippy_lints/src/inherent_impl.rs
src/tools/clippy/clippy_lints/src/inherent_to_string.rs
src/tools/clippy/clippy_lints/src/init_numbered_fields.rs
src/tools/clippy/clippy_lints/src/instant_subtraction.rs
src/tools/clippy/clippy_lints/src/items_after_test_module.rs
src/tools/clippy/clippy_lints/src/iter_not_returning_iterator.rs
src/tools/clippy/clippy_lints/src/large_const_arrays.rs
src/tools/clippy/clippy_lints/src/large_enum_variant.rs
src/tools/clippy/clippy_lints/src/large_futures.rs
src/tools/clippy/clippy_lints/src/large_include_file.rs
src/tools/clippy/clippy_lints/src/large_stack_frames.rs
src/tools/clippy/clippy_lints/src/len_zero.rs
src/tools/clippy/clippy_lints/src/let_if_seq.rs
src/tools/clippy/clippy_lints/src/let_underscore.rs
src/tools/clippy/clippy_lints/src/lib.rs
src/tools/clippy/clippy_lints/src/lifetimes.rs
src/tools/clippy/clippy_lints/src/lines_filter_map_ok.rs
src/tools/clippy/clippy_lints/src/literal_representation.rs
src/tools/clippy/clippy_lints/src/loops/explicit_iter_loop.rs
src/tools/clippy/clippy_lints/src/loops/manual_find.rs
src/tools/clippy/clippy_lints/src/loops/manual_flatten.rs
src/tools/clippy/clippy_lints/src/loops/manual_memcpy.rs
src/tools/clippy/clippy_lints/src/loops/manual_while_let_some.rs
src/tools/clippy/clippy_lints/src/loops/missing_spin_loop.rs
src/tools/clippy/clippy_lints/src/loops/mod.rs
src/tools/clippy/clippy_lints/src/loops/mut_range_bound.rs
src/tools/clippy/clippy_lints/src/loops/needless_range_loop.rs
src/tools/clippy/clippy_lints/src/loops/never_loop.rs
src/tools/clippy/clippy_lints/src/loops/single_element_loop.rs
src/tools/clippy/clippy_lints/src/loops/utils.rs
src/tools/clippy/clippy_lints/src/loops/while_immutable_condition.rs
src/tools/clippy/clippy_lints/src/loops/while_let_on_iterator.rs
src/tools/clippy/clippy_lints/src/macro_use.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_float_methods.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/manual_is_ascii_check.rs
src/tools/clippy/clippy_lints/src/manual_let_else.rs
src/tools/clippy/clippy_lints/src/manual_range_patterns.rs
src/tools/clippy/clippy_lints/src/manual_rem_euclid.rs
src/tools/clippy/clippy_lints/src/manual_slice_size_calculation.rs
src/tools/clippy/clippy_lints/src/manual_strip.rs
src/tools/clippy/clippy_lints/src/map_unit_fn.rs
src/tools/clippy/clippy_lints/src/match_result_ok.rs
src/tools/clippy/clippy_lints/src/matches/infallible_destructuring_match.rs
src/tools/clippy/clippy_lints/src/matches/manual_filter.rs
src/tools/clippy/clippy_lints/src/matches/manual_map.rs
src/tools/clippy/clippy_lints/src/matches/manual_utils.rs
src/tools/clippy/clippy_lints/src/matches/match_as_ref.rs
src/tools/clippy/clippy_lints/src/matches/match_like_matches.rs
src/tools/clippy/clippy_lints/src/matches/match_on_vec_items.rs
src/tools/clippy/clippy_lints/src/matches/match_same_arms.rs
src/tools/clippy/clippy_lints/src/matches/match_wild_enum.rs
src/tools/clippy/clippy_lints/src/matches/mod.rs
src/tools/clippy/clippy_lints/src/matches/redundant_guards.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/redundant_pattern_match.rs
src/tools/clippy/clippy_lints/src/matches/rest_pat_in_fully_bound_struct.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/matches/try_err.rs
src/tools/clippy/clippy_lints/src/methods/bind_instead_of_map.rs
src/tools/clippy/clippy_lints/src/methods/bytecount.rs
src/tools/clippy/clippy_lints/src/methods/bytes_count_to_len.rs
src/tools/clippy/clippy_lints/src/methods/case_sensitive_file_extension_comparisons.rs
src/tools/clippy/clippy_lints/src/methods/chars_cmp.rs
src/tools/clippy/clippy_lints/src/methods/chars_cmp_with_unwrap.rs
src/tools/clippy/clippy_lints/src/methods/clone_on_copy.rs
src/tools/clippy/clippy_lints/src/methods/clone_on_ref_ptr.rs
src/tools/clippy/clippy_lints/src/methods/collapsible_str_replace.rs
src/tools/clippy/clippy_lints/src/methods/drain_collect.rs
src/tools/clippy/clippy_lints/src/methods/err_expect.rs
src/tools/clippy/clippy_lints/src/methods/expect_fun_call.rs
src/tools/clippy/clippy_lints/src/methods/expect_used.rs [deleted file]
src/tools/clippy/clippy_lints/src/methods/extend_with_drain.rs
src/tools/clippy/clippy_lints/src/methods/filter_map.rs
src/tools/clippy/clippy_lints/src/methods/filter_map_bool_then.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/filter_map_identity.rs
src/tools/clippy/clippy_lints/src/methods/filter_map_next.rs
src/tools/clippy/clippy_lints/src/methods/filter_next.rs
src/tools/clippy/clippy_lints/src/methods/flat_map_identity.rs
src/tools/clippy/clippy_lints/src/methods/flat_map_option.rs
src/tools/clippy/clippy_lints/src/methods/format_collect.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/get_first.rs
src/tools/clippy/clippy_lints/src/methods/get_unwrap.rs
src/tools/clippy/clippy_lints/src/methods/implicit_clone.rs
src/tools/clippy/clippy_lints/src/methods/inefficient_to_string.rs
src/tools/clippy/clippy_lints/src/methods/inspect_for_each.rs
src/tools/clippy/clippy_lints/src/methods/is_digit_ascii_radix.rs
src/tools/clippy/clippy_lints/src/methods/iter_kv_map.rs
src/tools/clippy/clippy_lints/src/methods/iter_next_slice.rs
src/tools/clippy/clippy_lints/src/methods/iter_overeager_cloned.rs
src/tools/clippy/clippy_lints/src/methods/iter_skip_next.rs
src/tools/clippy/clippy_lints/src/methods/iter_skip_zero.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iter_with_drain.rs
src/tools/clippy/clippy_lints/src/methods/manual_ok_or.rs
src/tools/clippy/clippy_lints/src/methods/manual_saturating_arithmetic.rs
src/tools/clippy/clippy_lints/src/methods/manual_str_repeat.rs
src/tools/clippy/clippy_lints/src/methods/manual_try_fold.rs
src/tools/clippy/clippy_lints/src/methods/map_clone.rs
src/tools/clippy/clippy_lints/src/methods/map_collect_result_unit.rs
src/tools/clippy/clippy_lints/src/methods/map_err_ignore.rs
src/tools/clippy/clippy_lints/src/methods/map_flatten.rs
src/tools/clippy/clippy_lints/src/methods/map_identity.rs
src/tools/clippy/clippy_lints/src/methods/map_unwrap_or.rs
src/tools/clippy/clippy_lints/src/methods/mod.rs
src/tools/clippy/clippy_lints/src/methods/mut_mutex_lock.rs
src/tools/clippy/clippy_lints/src/methods/needless_collect.rs
src/tools/clippy/clippy_lints/src/methods/needless_option_as_deref.rs
src/tools/clippy/clippy_lints/src/methods/obfuscated_if_else.rs
src/tools/clippy/clippy_lints/src/methods/ok_expect.rs
src/tools/clippy/clippy_lints/src/methods/open_options.rs
src/tools/clippy/clippy_lints/src/methods/option_map_or_none.rs
src/tools/clippy/clippy_lints/src/methods/option_map_unwrap_or.rs
src/tools/clippy/clippy_lints/src/methods/or_fun_call.rs
src/tools/clippy/clippy_lints/src/methods/or_then_unwrap.rs
src/tools/clippy/clippy_lints/src/methods/path_buf_push_overwrite.rs
src/tools/clippy/clippy_lints/src/methods/range_zip_with_len.rs
src/tools/clippy/clippy_lints/src/methods/read_line_without_trim.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/readonly_write_lock.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/seek_from_current.rs
src/tools/clippy/clippy_lints/src/methods/stable_sort_primitive.rs
src/tools/clippy/clippy_lints/src/methods/str_splitn.rs
src/tools/clippy/clippy_lints/src/methods/string_extend_chars.rs
src/tools/clippy/clippy_lints/src/methods/string_lit_chars_any.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/suspicious_command_arg_space.rs
src/tools/clippy/clippy_lints/src/methods/suspicious_splitn.rs
src/tools/clippy/clippy_lints/src/methods/suspicious_to_owned.rs
src/tools/clippy/clippy_lints/src/methods/type_id_on_box.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/uninit_assumed_init.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_filter_map.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_fold.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_iter_cloned.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_join.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_literal_unwrap.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/methods/unwrap_expect_used.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unwrap_or_else_default.rs [deleted file]
src/tools/clippy/clippy_lints/src/methods/unwrap_used.rs [deleted file]
src/tools/clippy/clippy_lints/src/methods/useless_asref.rs
src/tools/clippy/clippy_lints/src/methods/utils.rs
src/tools/clippy/clippy_lints/src/methods/vec_resize_to_zero.rs
src/tools/clippy/clippy_lints/src/min_ident_chars.rs
src/tools/clippy/clippy_lints/src/missing_assert_message.rs
src/tools/clippy/clippy_lints/src/missing_enforced_import_rename.rs
src/tools/clippy/clippy_lints/src/missing_fields_in_debug.rs
src/tools/clippy/clippy_lints/src/missing_inline.rs
src/tools/clippy/clippy_lints/src/mixed_read_write_in_expression.rs
src/tools/clippy/clippy_lints/src/module_style.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/mut_reference.rs
src/tools/clippy/clippy_lints/src/mutable_debug_assertion.rs
src/tools/clippy/clippy_lints/src/needless_bool.rs
src/tools/clippy/clippy_lints/src/needless_borrowed_ref.rs
src/tools/clippy/clippy_lints/src/needless_else.rs
src/tools/clippy/clippy_lints/src/needless_for_each.rs
src/tools/clippy/clippy_lints/src/needless_if.rs
src/tools/clippy/clippy_lints/src/needless_late_init.rs
src/tools/clippy/clippy_lints/src/needless_parens_on_range_literals.rs
src/tools/clippy/clippy_lints/src/needless_pass_by_ref_mut.rs [new file with mode: 0644]
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/new_without_default.rs
src/tools/clippy/clippy_lints/src/no_effect.rs
src/tools/clippy/clippy_lints/src/non_copy_const.rs
src/tools/clippy/clippy_lints/src/non_expressive_names.rs
src/tools/clippy/clippy_lints/src/non_send_fields_in_send_ty.rs
src/tools/clippy/clippy_lints/src/nonstandard_macro_braces.rs
src/tools/clippy/clippy_lints/src/only_used_in_recursion.rs
src/tools/clippy/clippy_lints/src/operators/arithmetic_side_effects.rs
src/tools/clippy/clippy_lints/src/operators/assign_op_pattern.rs
src/tools/clippy/clippy_lints/src/operators/bit_mask.rs
src/tools/clippy/clippy_lints/src/operators/const_comparisons.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/operators/eq_op.rs
src/tools/clippy/clippy_lints/src/operators/misrefactored_assign_op.rs
src/tools/clippy/clippy_lints/src/operators/mod.rs
src/tools/clippy/clippy_lints/src/operators/op_ref.rs
src/tools/clippy/clippy_lints/src/option_env_unwrap.rs
src/tools/clippy/clippy_lints/src/option_if_let_else.rs
src/tools/clippy/clippy_lints/src/panic_in_result_fn.rs
src/tools/clippy/clippy_lints/src/panic_unimplemented.rs
src/tools/clippy/clippy_lints/src/partialeq_to_none.rs
src/tools/clippy/clippy_lints/src/pass_by_ref_or_value.rs
src/tools/clippy/clippy_lints/src/ptr.rs
src/tools/clippy/clippy_lints/src/ptr_offset_with_cast.rs
src/tools/clippy/clippy_lints/src/question_mark.rs
src/tools/clippy/clippy_lints/src/question_mark_used.rs
src/tools/clippy/clippy_lints/src/ranges.rs
src/tools/clippy/clippy_lints/src/raw_strings.rs
src/tools/clippy/clippy_lints/src/rc_clone_in_vec_init.rs
src/tools/clippy/clippy_lints/src/read_zero_byte_vec.rs
src/tools/clippy/clippy_lints/src/redundant_async_block.rs
src/tools/clippy/clippy_lints/src/redundant_closure_call.rs
src/tools/clippy/clippy_lints/src/redundant_locals.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/redundant_slicing.rs
src/tools/clippy/clippy_lints/src/redundant_static_lifetimes.rs
src/tools/clippy/clippy_lints/src/reference.rs
src/tools/clippy/clippy_lints/src/regex.rs
src/tools/clippy/clippy_lints/src/renamed_lints.rs
src/tools/clippy/clippy_lints/src/returns.rs
src/tools/clippy/clippy_lints/src/self_named_constructors.rs
src/tools/clippy/clippy_lints/src/semicolon_block.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_call_fn.rs
src/tools/clippy/clippy_lints/src/single_component_path_imports.rs
src/tools/clippy/clippy_lints/src/single_range_in_vec_init.rs
src/tools/clippy/clippy_lints/src/size_of_in_element_count.rs
src/tools/clippy/clippy_lints/src/size_of_ref.rs
src/tools/clippy/clippy_lints/src/slow_vector_initialization.rs
src/tools/clippy/clippy_lints/src/std_instead_of_core.rs
src/tools/clippy/clippy_lints/src/strings.rs
src/tools/clippy/clippy_lints/src/strlen_on_c_strings.rs
src/tools/clippy/clippy_lints/src/suspicious_doc_comments.rs
src/tools/clippy/clippy_lints/src/suspicious_operation_groupings.rs
src/tools/clippy/clippy_lints/src/suspicious_xor_used_as_pow.rs
src/tools/clippy/clippy_lints/src/swap.rs
src/tools/clippy/clippy_lints/src/temporary_assignment.rs
src/tools/clippy/clippy_lints/src/tests_outside_test_module.rs
src/tools/clippy/clippy_lints/src/to_digit_is_some.rs
src/tools/clippy/clippy_lints/src/transmute/transmute_int_to_non_zero.rs
src/tools/clippy/clippy_lints/src/transmute/transmute_ptr_to_ptr.rs
src/tools/clippy/clippy_lints/src/transmute/transmute_undefined_repr.rs
src/tools/clippy/clippy_lints/src/transmute/transmutes_expressible_as_ptr_casts.rs
src/tools/clippy/clippy_lints/src/transmute/unsound_collection_transmute.rs
src/tools/clippy/clippy_lints/src/transmute/useless_transmute.rs
src/tools/clippy/clippy_lints/src/transmute/utils.rs
src/tools/clippy/clippy_lints/src/tuple_array_conversions.rs
src/tools/clippy/clippy_lints/src/types/borrowed_box.rs
src/tools/clippy/clippy_lints/src/types/box_collection.rs
src/tools/clippy/clippy_lints/src/types/linked_list.rs
src/tools/clippy/clippy_lints/src/types/mod.rs
src/tools/clippy/clippy_lints/src/types/option_option.rs
src/tools/clippy/clippy_lints/src/types/rc_buffer.rs
src/tools/clippy/clippy_lints/src/types/rc_mutex.rs
src/tools/clippy/clippy_lints/src/types/redundant_allocation.rs
src/tools/clippy/clippy_lints/src/types/vec_box.rs
src/tools/clippy/clippy_lints/src/undocumented_unsafe_blocks.rs
src/tools/clippy/clippy_lints/src/uninit_vec.rs
src/tools/clippy/clippy_lints/src/unit_return_expecting_ord.rs
src/tools/clippy/clippy_lints/src/unit_types/let_unit_value.rs
src/tools/clippy/clippy_lints/src/unit_types/unit_arg.rs
src/tools/clippy/clippy_lints/src/unit_types/unit_cmp.rs
src/tools/clippy/clippy_lints/src/unnamed_address.rs
src/tools/clippy/clippy_lints/src/unnecessary_box_returns.rs
src/tools/clippy/clippy_lints/src/unnecessary_owned_empty_strings.rs
src/tools/clippy/clippy_lints/src/unnecessary_struct_initialization.rs
src/tools/clippy/clippy_lints/src/unnecessary_wraps.rs
src/tools/clippy/clippy_lints/src/unnested_or_patterns.rs
src/tools/clippy/clippy_lints/src/unused_async.rs
src/tools/clippy/clippy_lints/src/unused_io_amount.rs
src/tools/clippy/clippy_lints/src/unused_unit.rs
src/tools/clippy/clippy_lints/src/unwrap.rs
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
src/tools/clippy/clippy_lints/src/utils/internal_lints/if_chain_style.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/interning_defined_symbol.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/invalid_paths.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/lint_without_lint_pass.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/metadata_collector.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/msrv_attr_impl.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/vec.rs
src/tools/clippy/clippy_lints/src/vec_init_then_push.rs
src/tools/clippy/clippy_lints/src/visibility.rs
src/tools/clippy/clippy_lints/src/wildcard_imports.rs
src/tools/clippy/clippy_lints/src/write.rs
src/tools/clippy/clippy_lints/src/zero_sized_map_values.rs
src/tools/clippy/clippy_test_deps/Cargo.toml [deleted file]
src/tools/clippy/clippy_test_deps/src/lib.rs [deleted file]
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/comparisons.rs
src/tools/clippy/clippy_utils/src/consts.rs
src/tools/clippy/clippy_utils/src/eager_or_lazy.rs
src/tools/clippy/clippy_utils/src/higher.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/mir/possible_borrower.rs
src/tools/clippy/clippy_utils/src/mir/possible_origin.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/ty/type_certainty/certainty.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/ty/type_certainty/mod.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/src/usage.rs
src/tools/clippy/clippy_utils/src/visitors.rs
src/tools/clippy/declare_clippy_lint/Cargo.toml
src/tools/clippy/lintcheck/src/config.rs
src/tools/clippy/lintcheck/src/main.rs
src/tools/clippy/lintcheck/src/recursive.rs
src/tools/clippy/rust-toolchain
src/tools/clippy/rustfmt.toml
src/tools/clippy/src/driver.rs
src/tools/clippy/src/main.rs
src/tools/clippy/tests/compile-test.rs
src/tools/clippy/tests/integration.rs
src/tools/clippy/tests/lint_message_convention.rs
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail/src/main.rs
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail_publish/src/main.rs
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail_publish_true/src/main.rs
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/pass/src/main.rs
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/pass_publish_empty/src/main.rs
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/pass_publish_false/src/main.rs
src/tools/clippy/tests/ui-cargo/feature_name/fail/src/main.rs
src/tools/clippy/tests/ui-cargo/feature_name/pass/src/main.rs
src/tools/clippy/tests/ui-cargo/module_style/fail_mod_remap/src/main.rs
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/5041_allow_dev_build/src/main.rs
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/fail/src/main.rs
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/pass/src/main.rs
src/tools/clippy/tests/ui-cargo/wildcard_dependencies/fail/src/main.rs
src/tools/clippy/tests/ui-cargo/wildcard_dependencies/pass/src/main.rs
src/tools/clippy/tests/ui-internal/custom_ice_message.stderr
src/tools/clippy/tests/ui-toml/absolute_paths/absolute_paths.allow_crates.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/absolute_paths/absolute_paths.disallow_crates.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/absolute_paths/absolute_paths.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/absolute_paths/allow_crates/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/absolute_paths/auxiliary/helper.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/absolute_paths/disallow_crates/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/allow_mixed_uninlined_format_args/uninlined_format_args.stderr
src/tools/clippy/tests/ui-toml/excessive_nesting/auxiliary/proc_macros.rs
src/tools/clippy/tests/ui-toml/expect_used/expect_used.stderr
src/tools/clippy/tests/ui-toml/toml_trivially_copy/test.rs
src/tools/clippy/tests/ui-toml/toml_trivially_copy/test.stderr
src/tools/clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.stderr
src/tools/clippy/tests/ui-toml/unwrap_used/unwrap_used.rs
src/tools/clippy/tests/ui-toml/unwrap_used/unwrap_used.stderr
src/tools/clippy/tests/ui/arc_with_non_send_sync.rs
src/tools/clippy/tests/ui/arc_with_non_send_sync.stderr
src/tools/clippy/tests/ui/arithmetic_side_effects.rs
src/tools/clippy/tests/ui/as_conversions.rs
src/tools/clippy/tests/ui/as_conversions.stderr
src/tools/clippy/tests/ui/auxiliary/macro_use_helper.rs
src/tools/clippy/tests/ui/auxiliary/proc_macro_attr.rs
src/tools/clippy/tests/ui/auxiliary/proc_macros.rs
src/tools/clippy/tests/ui/bind_instead_of_map.stderr
src/tools/clippy/tests/ui/bind_instead_of_map_multipart.stderr
src/tools/clippy/tests/ui/bool_comparison.fixed
src/tools/clippy/tests/ui/bool_comparison.rs
src/tools/clippy/tests/ui/bool_comparison.stderr
src/tools/clippy/tests/ui/borrow_box.rs
src/tools/clippy/tests/ui/borrow_box.stderr
src/tools/clippy/tests/ui/comparison_to_empty.fixed
src/tools/clippy/tests/ui/comparison_to_empty.rs
src/tools/clippy/tests/ui/comparison_to_empty.stderr
src/tools/clippy/tests/ui/const_comparisons.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/const_comparisons.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-6256.rs
src/tools/clippy/tests/ui/crashes/ice-7169.stderr
src/tools/clippy/tests/ui/crashes/ice-8250.stderr
src/tools/clippy/tests/ui/default_trait_access.fixed
src/tools/clippy/tests/ui/default_trait_access.rs
src/tools/clippy/tests/ui/default_trait_access.stderr
src/tools/clippy/tests/ui/deref_addrof.stderr
src/tools/clippy/tests/ui/deref_addrof_double_trigger.stderr
src/tools/clippy/tests/ui/derive.rs
src/tools/clippy/tests/ui/derive.stderr
src/tools/clippy/tests/ui/derive_ord_xor_partial_ord.rs
src/tools/clippy/tests/ui/derive_ord_xor_partial_ord.stderr
src/tools/clippy/tests/ui/entry.stderr
src/tools/clippy/tests/ui/entry_btree.stderr
src/tools/clippy/tests/ui/entry_with_else.stderr
src/tools/clippy/tests/ui/error_impl_error.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/error_impl_error.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/eta.fixed
src/tools/clippy/tests/ui/eta.rs
src/tools/clippy/tests/ui/eta.stderr
src/tools/clippy/tests/ui/expect.stderr
src/tools/clippy/tests/ui/expect_fun_call.stderr
src/tools/clippy/tests/ui/explicit_auto_deref.stderr
src/tools/clippy/tests/ui/explicit_deref_methods.fixed
src/tools/clippy/tests/ui/explicit_deref_methods.rs
src/tools/clippy/tests/ui/explicit_deref_methods.stderr
src/tools/clippy/tests/ui/explicit_write.stderr
src/tools/clippy/tests/ui/extend_with_drain.stderr
src/tools/clippy/tests/ui/filter_map_bool_then.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/filter_map_bool_then.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/filter_map_bool_then.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/filter_map_next_fixable.stderr
src/tools/clippy/tests/ui/fn_null_check.rs [deleted file]
src/tools/clippy/tests/ui/fn_null_check.stderr [deleted file]
src/tools/clippy/tests/ui/format_collect.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/format_collect.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/four_forward_slashes.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/four_forward_slashes.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/four_forward_slashes.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/four_forward_slashes_first_line.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/four_forward_slashes_first_line.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/four_forward_slashes_first_line.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/get_first.fixed
src/tools/clippy/tests/ui/get_first.rs
src/tools/clippy/tests/ui/get_first.stderr
src/tools/clippy/tests/ui/get_unwrap.fixed
src/tools/clippy/tests/ui/get_unwrap.rs
src/tools/clippy/tests/ui/get_unwrap.stderr
src/tools/clippy/tests/ui/if_same_then_else.rs
src/tools/clippy/tests/ui/if_same_then_else.stderr
src/tools/clippy/tests/ui/if_same_then_else2.rs
src/tools/clippy/tests/ui/if_same_then_else2.stderr
src/tools/clippy/tests/ui/ifs_same_cond.rs
src/tools/clippy/tests/ui/ifs_same_cond.stderr
src/tools/clippy/tests/ui/ignored_unit_patterns.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/ignored_unit_patterns.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/ignored_unit_patterns.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/incorrect_clone_impl_on_copy_type.stderr
src/tools/clippy/tests/ui/incorrect_partial_ord_impl_on_ord_type.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/incorrect_partial_ord_impl_on_ord_type.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/incorrect_partial_ord_impl_on_ord_type.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/incorrect_partial_ord_impl_on_ord_type_fully_qual.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/incorrect_partial_ord_impl_on_ord_type_fully_qual.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/infallible_destructuring_match.stderr
src/tools/clippy/tests/ui/inherent_to_string.rs
src/tools/clippy/tests/ui/inherent_to_string.stderr
src/tools/clippy/tests/ui/issue-7447.rs
src/tools/clippy/tests/ui/issue-7447.stderr
src/tools/clippy/tests/ui/iter_cloned_collect.fixed
src/tools/clippy/tests/ui/iter_cloned_collect.rs
src/tools/clippy/tests/ui/iter_cloned_collect.stderr
src/tools/clippy/tests/ui/iter_overeager_cloned.stderr
src/tools/clippy/tests/ui/iter_skip_zero.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_skip_zero.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_skip_zero.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_with_drain.stderr
src/tools/clippy/tests/ui/let_and_return.rs
src/tools/clippy/tests/ui/let_and_return.stderr
src/tools/clippy/tests/ui/let_underscore_lock.rs
src/tools/clippy/tests/ui/let_underscore_lock.stderr
src/tools/clippy/tests/ui/let_underscore_untyped.rs
src/tools/clippy/tests/ui/let_underscore_untyped.stderr
src/tools/clippy/tests/ui/manual_filter.stderr
src/tools/clippy/tests/ui/manual_filter_map.fixed
src/tools/clippy/tests/ui/manual_filter_map.rs
src/tools/clippy/tests/ui/manual_filter_map.stderr
src/tools/clippy/tests/ui/manual_find_map.stderr
src/tools/clippy/tests/ui/manual_float_methods.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_float_methods.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_let_else.rs
src/tools/clippy/tests/ui/manual_let_else.stderr
src/tools/clippy/tests/ui/manual_let_else_question_mark.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_let_else_question_mark.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_let_else_question_mark.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_map_option.stderr
src/tools/clippy/tests/ui/manual_map_option_2.stderr
src/tools/clippy/tests/ui/manual_range_patterns.fixed
src/tools/clippy/tests/ui/manual_range_patterns.rs
src/tools/clippy/tests/ui/manual_range_patterns.stderr
src/tools/clippy/tests/ui/manual_retain.fixed
src/tools/clippy/tests/ui/manual_retain.rs
src/tools/clippy/tests/ui/manual_retain.stderr
src/tools/clippy/tests/ui/manual_split_once.stderr
src/tools/clippy/tests/ui/manual_str_repeat.stderr
src/tools/clippy/tests/ui/manual_try_fold.rs
src/tools/clippy/tests/ui/manual_try_fold.stderr
src/tools/clippy/tests/ui/map_collect_result_unit.stderr
src/tools/clippy/tests/ui/map_unwrap_or.stderr
src/tools/clippy/tests/ui/map_unwrap_or_fixable.stderr
src/tools/clippy/tests/ui/match_as_ref.fixed
src/tools/clippy/tests/ui/match_as_ref.rs
src/tools/clippy/tests/ui/match_as_ref.stderr
src/tools/clippy/tests/ui/match_expr_like_matches_macro.fixed
src/tools/clippy/tests/ui/match_expr_like_matches_macro.rs
src/tools/clippy/tests/ui/match_expr_like_matches_macro.stderr
src/tools/clippy/tests/ui/match_on_vec_items.stderr
src/tools/clippy/tests/ui/match_ref_pats.stderr
src/tools/clippy/tests/ui/match_same_arms2.stderr
src/tools/clippy/tests/ui/match_wildcard_for_single_variants.stderr
src/tools/clippy/tests/ui/methods.rs
src/tools/clippy/tests/ui/methods.stderr
src/tools/clippy/tests/ui/methods_fixable.stderr
src/tools/clippy/tests/ui/methods_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/methods_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/min_ident_chars.rs
src/tools/clippy/tests/ui/min_ident_chars.stderr
src/tools/clippy/tests/ui/min_max.rs
src/tools/clippy/tests/ui/min_max.stderr
src/tools/clippy/tests/ui/missing_const_for_fn/could_be_const.rs
src/tools/clippy/tests/ui/missing_const_for_fn/could_be_const.stderr
src/tools/clippy/tests/ui/missing_doc.rs
src/tools/clippy/tests/ui/missing_spin_loop.stderr
src/tools/clippy/tests/ui/missing_spin_loop_no_std.stderr
src/tools/clippy/tests/ui/must_use_candidates.fixed
src/tools/clippy/tests/ui/must_use_candidates.rs
src/tools/clippy/tests/ui/must_use_candidates.stderr
src/tools/clippy/tests/ui/mut_from_ref.rs
src/tools/clippy/tests/ui/mut_key.rs
src/tools/clippy/tests/ui/mut_key.stderr
src/tools/clippy/tests/ui/mut_mut.rs
src/tools/clippy/tests/ui/mut_mut.stderr
src/tools/clippy/tests/ui/mut_reference.rs
src/tools/clippy/tests/ui/mut_reference.stderr
src/tools/clippy/tests/ui/needless_borrow_pat.stderr
src/tools/clippy/tests/ui/needless_else.stderr
src/tools/clippy/tests/ui/needless_if.fixed
src/tools/clippy/tests/ui/needless_if.rs
src/tools/clippy/tests/ui/needless_if.stderr
src/tools/clippy/tests/ui/needless_option_as_deref.stderr
src/tools/clippy/tests/ui/needless_pass_by_ref_mut.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_pass_by_ref_mut.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_return_with_question_mark.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_return_with_question_mark.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_return_with_question_mark.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_splitn.stderr
src/tools/clippy/tests/ui/numbered_fields.stderr
src/tools/clippy/tests/ui/option_env_unwrap.rs
src/tools/clippy/tests/ui/option_env_unwrap.stderr
src/tools/clippy/tests/ui/option_if_let_else.fixed
src/tools/clippy/tests/ui/option_if_let_else.rs
src/tools/clippy/tests/ui/option_if_let_else.stderr
src/tools/clippy/tests/ui/option_map_unit_fn_fixable.stderr
src/tools/clippy/tests/ui/or_fun_call.fixed
src/tools/clippy/tests/ui/or_fun_call.rs
src/tools/clippy/tests/ui/or_fun_call.stderr
src/tools/clippy/tests/ui/or_then_unwrap.stderr
src/tools/clippy/tests/ui/panic_in_result_fn.stderr
src/tools/clippy/tests/ui/panic_in_result_fn_assertions.stderr
src/tools/clippy/tests/ui/print_literal.stderr
src/tools/clippy/tests/ui/ptr_arg.rs
src/tools/clippy/tests/ui/ptr_arg.stderr
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/question_mark.fixed
src/tools/clippy/tests/ui/question_mark.rs
src/tools/clippy/tests/ui/question_mark.stderr
src/tools/clippy/tests/ui/range_contains.fixed
src/tools/clippy/tests/ui/range_contains.rs
src/tools/clippy/tests/ui/range_contains.stderr
src/tools/clippy/tests/ui/read_line_without_trim.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/read_line_without_trim.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/read_line_without_trim.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/read_zero_byte_vec.rs
src/tools/clippy/tests/ui/read_zero_byte_vec.stderr
src/tools/clippy/tests/ui/readonly_write_lock.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/readonly_write_lock.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_allocation.rs
src/tools/clippy/tests/ui/redundant_allocation.stderr
src/tools/clippy/tests/ui/redundant_allocation_fixable.fixed
src/tools/clippy/tests/ui/redundant_allocation_fixable.rs
src/tools/clippy/tests/ui/redundant_allocation_fixable.stderr
src/tools/clippy/tests/ui/redundant_guards.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_guards.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_guards.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_locals.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_locals.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_drop_order.stderr
src/tools/clippy/tests/ui/redundant_pattern_matching_ipaddr.fixed
src/tools/clippy/tests/ui/redundant_pattern_matching_ipaddr.rs
src/tools/clippy/tests/ui/redundant_pattern_matching_ipaddr.stderr
src/tools/clippy/tests/ui/redundant_pattern_matching_option.fixed
src/tools/clippy/tests/ui/redundant_pattern_matching_option.rs
src/tools/clippy/tests/ui/redundant_pattern_matching_option.stderr
src/tools/clippy/tests/ui/redundant_pattern_matching_poll.stderr
src/tools/clippy/tests/ui/redundant_pattern_matching_result.stderr
src/tools/clippy/tests/ui/ref_binding_to_reference.stderr
src/tools/clippy/tests/ui/rename.fixed
src/tools/clippy/tests/ui/rename.rs
src/tools/clippy/tests/ui/rename.stderr
src/tools/clippy/tests/ui/result_map_or_into_option.fixed
src/tools/clippy/tests/ui/result_map_or_into_option.rs
src/tools/clippy/tests/ui/result_map_unit_fn_fixable.stderr
src/tools/clippy/tests/ui/result_map_unit_fn_unfixable.stderr
src/tools/clippy/tests/ui/self_assignment.rs
src/tools/clippy/tests/ui/self_assignment.stderr
src/tools/clippy/tests/ui/semicolon_if_nothing_returned.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/semicolon_if_nothing_returned.rs
src/tools/clippy/tests/ui/semicolon_if_nothing_returned.stderr
src/tools/clippy/tests/ui/shadow.rs
src/tools/clippy/tests/ui/shadow.stderr
src/tools/clippy/tests/ui/significant_drop_in_scrutinee.rs
src/tools/clippy/tests/ui/significant_drop_in_scrutinee.stderr
src/tools/clippy/tests/ui/significant_drop_tightening.fixed
src/tools/clippy/tests/ui/significant_drop_tightening.rs
src/tools/clippy/tests/ui/significant_drop_tightening.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_component_path_imports_nested_first.rs
src/tools/clippy/tests/ui/single_component_path_imports_nested_first.stderr
src/tools/clippy/tests/ui/single_component_path_imports_self_after.rs
src/tools/clippy/tests/ui/single_component_path_imports_self_before.rs
src/tools/clippy/tests/ui/single_match.fixed
src/tools/clippy/tests/ui/single_match.rs
src/tools/clippy/tests/ui/single_match.stderr
src/tools/clippy/tests/ui/single_match_else.stderr
src/tools/clippy/tests/ui/slow_vector_initialization.rs
src/tools/clippy/tests/ui/slow_vector_initialization.stderr
src/tools/clippy/tests/ui/string_extend.stderr
src/tools/clippy/tests/ui/string_lit_chars_any.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/string_lit_chars_any.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/string_lit_chars_any.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/strlen_on_c_strings.stderr
src/tools/clippy/tests/ui/suspicious_xor_used_as_pow.stderr
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/to_digit_is_some.stderr
src/tools/clippy/tests/ui/trivially_copy_pass_by_ref.rs
src/tools/clippy/tests/ui/trivially_copy_pass_by_ref.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/tuple_array_conversions.rs
src/tools/clippy/tests/ui/tuple_array_conversions.stderr
src/tools/clippy/tests/ui/type_id_on_box.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/type_id_on_box.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/type_id_on_box.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_cast.fixed
src/tools/clippy/tests/ui/unnecessary_cast.rs
src/tools/clippy/tests/ui/unnecessary_cast.stderr
src/tools/clippy/tests/ui/unnecessary_cast_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_cast_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_clone.stderr
src/tools/clippy/tests/ui/unnecessary_filter_map.rs
src/tools/clippy/tests/ui/unnecessary_filter_map.stderr
src/tools/clippy/tests/ui/unnecessary_find_map.rs
src/tools/clippy/tests/ui/unnecessary_find_map.stderr
src/tools/clippy/tests/ui/unnecessary_literal_unwrap.fixed
src/tools/clippy/tests/ui/unnecessary_literal_unwrap.rs
src/tools/clippy/tests/ui/unnecessary_literal_unwrap.stderr
src/tools/clippy/tests/ui/unnecessary_to_owned.fixed
src/tools/clippy/tests/ui/unnecessary_to_owned.rs
src/tools/clippy/tests/ui/unsafe_removed_from_name.rs
src/tools/clippy/tests/ui/unsafe_removed_from_name.stderr
src/tools/clippy/tests/ui/unused_async.rs
src/tools/clippy/tests/ui/unused_async.stderr
src/tools/clippy/tests/ui/unused_io_amount.rs
src/tools/clippy/tests/ui/unused_peekable.rs
src/tools/clippy/tests/ui/unused_peekable.stderr
src/tools/clippy/tests/ui/unwrap.stderr
src/tools/clippy/tests/ui/unwrap_expect_used.rs
src/tools/clippy/tests/ui/unwrap_expect_used.stderr
src/tools/clippy/tests/ui/unwrap_or.stderr
src/tools/clippy/tests/ui/unwrap_or_else_default.fixed
src/tools/clippy/tests/ui/unwrap_or_else_default.rs
src/tools/clippy/tests/ui/unwrap_or_else_default.stderr
src/tools/clippy/tests/ui/useless_asref.fixed
src/tools/clippy/tests/ui/useless_asref.rs
src/tools/clippy/tests/ui/useless_asref.stderr
src/tools/clippy/tests/ui/vec.fixed
src/tools/clippy/tests/ui/vec.rs
src/tools/clippy/tests/ui/vec.stderr
src/tools/clippy/tests/ui/wildcard_enum_match_arm.stderr
src/tools/clippy/tests/ui/wildcard_imports.fixed
src/tools/clippy/tests/ui/wildcard_imports.rs
src/tools/clippy/tests/ui/wildcard_imports.stderr
src/tools/clippy/tests/ui/wildcard_imports_2021.edition2018.fixed
src/tools/clippy/tests/ui/wildcard_imports_2021.edition2018.stderr
src/tools/clippy/tests/ui/wildcard_imports_2021.edition2021.fixed
src/tools/clippy/tests/ui/wildcard_imports_2021.edition2021.stderr
src/tools/clippy/tests/ui/wildcard_imports_2021.rs
src/tools/clippy/tests/ui/write_literal.stderr
src/tools/clippy/tests/ui/write_literal_2.stderr
src/tools/clippy/triagebot.toml
src/tools/clippy/util/fetch_prs_between.sh
src/tools/collect-license-metadata/src/path_tree.rs
src/tools/compiletest/Cargo.toml
src/tools/compiletest/src/header.rs
src/tools/compiletest/src/header/cfg.rs
src/tools/compiletest/src/lib.rs
src/tools/compiletest/src/runtest.rs
src/tools/compiletest/src/runtest/debugger.rs
src/tools/compiletest/src/runtest/tests.rs
src/tools/jsondocck/src/cache.rs
src/tools/jsondoclint/src/main.rs
src/tools/linkchecker/main.rs
src/tools/opt-dist/Cargo.toml [new file with mode: 0644]
src/tools/opt-dist/README.md [new file with mode: 0644]
src/tools/opt-dist/src/bolt.rs [new file with mode: 0644]
src/tools/opt-dist/src/environment/linux.rs [new file with mode: 0644]
src/tools/opt-dist/src/environment/mod.rs [new file with mode: 0644]
src/tools/opt-dist/src/environment/windows.rs [new file with mode: 0644]
src/tools/opt-dist/src/exec.rs [new file with mode: 0644]
src/tools/opt-dist/src/main.rs [new file with mode: 0644]
src/tools/opt-dist/src/metrics.rs [new file with mode: 0644]
src/tools/opt-dist/src/tests.rs [new file with mode: 0644]
src/tools/opt-dist/src/timer.rs [new file with mode: 0644]
src/tools/opt-dist/src/training.rs [new file with mode: 0644]
src/tools/opt-dist/src/utils/io.rs [new file with mode: 0644]
src/tools/opt-dist/src/utils/mod.rs [new file with mode: 0644]
src/tools/rust-analyzer/.editorconfig
src/tools/rust-analyzer/Cargo.lock
src/tools/rust-analyzer/Cargo.toml
src/tools/rust-analyzer/crates/base-db/Cargo.toml
src/tools/rust-analyzer/crates/base-db/src/fixture.rs
src/tools/rust-analyzer/crates/base-db/src/input.rs
src/tools/rust-analyzer/crates/cfg/Cargo.toml
src/tools/rust-analyzer/crates/cfg/src/lib.rs
src/tools/rust-analyzer/crates/flycheck/Cargo.toml
src/tools/rust-analyzer/crates/hir-def/Cargo.toml
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.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/data/adt.rs
src/tools/rust-analyzer/crates/hir-def/src/db.rs
src/tools/rust-analyzer/crates/hir-def/src/dyn_map/keys.rs
src/tools/rust-analyzer/crates/hir-def/src/expander.rs
src/tools/rust-analyzer/crates/hir-def/src/find_path.rs
src/tools/rust-analyzer/crates/hir-def/src/generics.rs
src/tools/rust-analyzer/crates/hir-def/src/hir.rs
src/tools/rust-analyzer/crates/hir-def/src/hir/type_ref.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/lang_item.rs
src/tools/rust-analyzer/crates/hir-def/src/lib.rs
src/tools/rust-analyzer/crates/hir-def/src/lower.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/builtin_derive_macro.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.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mod.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/diagnostics.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/pretty.rs
src/tools/rust-analyzer/crates/hir-def/src/resolver.rs
src/tools/rust-analyzer/crates/hir-expand/Cargo.toml
src/tools/rust-analyzer/crates/hir-expand/src/ast_id_map.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/name.rs
src/tools/rust-analyzer/crates/hir-ty/Cargo.toml
src/tools/rust-analyzer/crates/hir-ty/src/autoderef.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/consteval/tests/intrinsics.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/display.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/cast.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/infer/closure.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/mutability.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/pat.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/unify.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
src/tools/rust-analyzer/crates/hir-ty/src/mir/borrowck.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/eval.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/eval/shim.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/eval/shim/simd.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/mir/eval/tests.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/lower.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/lower/as_place.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/lower/pattern_matching.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/monomorphization.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/pretty.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/display_source_code.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/macros.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/method_resolution.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/never_type.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/traits.rs
src/tools/rust-analyzer/crates/hir-ty/src/utils.rs
src/tools/rust-analyzer/crates/hir/Cargo.toml
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/ide-assists/src/handlers/add_missing_impl_members.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_missing_match_arms.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_turbo_fish.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/change_visibility.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_two_arm_bool_match_to_matches_macro.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/destructure_tuple_binding.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/desugar_doc_comment.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/expand_glob_import.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_function.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_module.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/fix_visibility.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_default_from_new.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_delegate_methods.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_delegate_trait.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_derive.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_function.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_getter.rs [deleted file]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_getter_or_setter.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_setter.rs [deleted file]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_trait_from_impl.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/inline_call.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/inline_macro.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/move_const_to_impl.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/promote_local_to_const.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/pull_assignment_up.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/remove_unused_imports.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_derive_with_manual_impl.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_named_generic_with_impl.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/unwrap_result_return_type.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/wrap_return_type_in_result.rs
src/tools/rust-analyzer/crates/ide-assists/src/lib.rs
src/tools/rust-analyzer/crates/ide-assists/src/tests.rs
src/tools/rust-analyzer/crates/ide-assists/src/tests/generated.rs
src/tools/rust-analyzer/crates/ide-assists/src/utils.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/attribute/cfg.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/extern_abi.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/mod_.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/item.rs
src/tools/rust-analyzer/crates/ide-completion/src/lib.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/attribute.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/special.rs
src/tools/rust-analyzer/crates/ide-db/Cargo.toml
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/famous_defs.rs
src/tools/rust-analyzer/crates/ide-db/src/generated/lints.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/items_locator.rs
src/tools/rust-analyzer/crates/ide-db/src/lib.rs
src/tools/rust-analyzer/crates/ide-db/src/path_transform.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-diagnostics/Cargo.toml
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
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/field_shorthand.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/inactive_code.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/incoherent_impl.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/incorrect_case.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/invalid_derive_target.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/json_is_not_rust.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/macro_error.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/malformed_derive.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/mismatched_arg_count.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/moved_out_of_ref.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/mutability_errors.rs
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/typed_hole.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/undeclared_label.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unimplemented_builtin_macro.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unlinked_file.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unreachable_label.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_extern_crate.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_field.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_import.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_macro_call.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_method.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_module.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_proc_macro.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/useless_braces.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/lib.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/tests.rs
src/tools/rust-analyzer/crates/ide-ssr/src/search.rs
src/tools/rust-analyzer/crates/ide/src/doc_links.rs
src/tools/rust-analyzer/crates/ide/src/goto_declaration.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/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/chaining.rs
src/tools/rust-analyzer/crates/ide/src/interpret_function.rs
src/tools/rust-analyzer/crates/ide/src/lib.rs
src/tools/rust-analyzer/crates/ide/src/moniker.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/ssr.rs
src/tools/rust-analyzer/crates/ide/src/static_index.rs
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting.rs
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/escape.rs
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/highlight.rs
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/html.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_assoc_functions.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_attributes.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_crate_root.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_default_library.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_doctest.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_extern_crate.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_general.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_injection.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_keywords.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_lifetimes.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_macros.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_module_docs_inline.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_module_docs_outline.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_operators.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_rainbow.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_strings.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_unsafe.html
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/tests.rs
src/tools/rust-analyzer/crates/ide/src/view_memory_layout.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/intern/Cargo.toml
src/tools/rust-analyzer/crates/load-cargo/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/load-cargo/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/mbe/src/benchmark.rs
src/tools/rust-analyzer/crates/mbe/src/expander.rs
src/tools/rust-analyzer/crates/mbe/src/expander/matcher.rs
src/tools/rust-analyzer/crates/mbe/src/expander/transcriber.rs
src/tools/rust-analyzer/crates/mbe/src/lib.rs
src/tools/rust-analyzer/crates/mbe/src/syntax_bridge.rs
src/tools/rust-analyzer/crates/mbe/src/token_map.rs
src/tools/rust-analyzer/crates/mbe/src/tt_iter.rs
src/tools/rust-analyzer/crates/parser/src/grammar.rs
src/tools/rust-analyzer/crates/parser/src/grammar/generic_args.rs
src/tools/rust-analyzer/crates/parser/src/grammar/generic_params.rs
src/tools/rust-analyzer/crates/parser/src/grammar/items.rs
src/tools/rust-analyzer/crates/parser/src/lib.rs
src/tools/rust-analyzer/crates/parser/src/shortcuts.rs
src/tools/rust-analyzer/crates/parser/src/syntax_kind/generated.rs
src/tools/rust-analyzer/crates/parser/src/tests/prefix_entries.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0021_recover_from_missing_assoc_item_binding.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0021_recover_from_missing_assoc_item_binding.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0022_recover_from_missing_const_default.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0022_recover_from_missing_const_default.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0040_crate_keyword_vis.rast [deleted file]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0040_crate_keyword_vis.rs [deleted file]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0125_crate_keyword_path.rast [deleted file]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0125_crate_keyword_path.rs [deleted file]
src/tools/rust-analyzer/crates/paths/src/lib.rs
src/tools/rust-analyzer/crates/proc-macro-api/Cargo.toml
src/tools/rust-analyzer/crates/proc-macro-api/src/version.rs
src/tools/rust-analyzer/crates/proc-macro-srv/Cargo.toml
src/tools/rust-analyzer/crates/proc-macro-srv/src/server.rs
src/tools/rust-analyzer/crates/profile/Cargo.toml
src/tools/rust-analyzer/crates/profile/src/tree.rs
src/tools/rust-analyzer/crates/project-model/Cargo.toml
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/manifest_path.rs
src/tools/rust-analyzer/crates/project-model/src/rustc_cfg.rs
src/tools/rust-analyzer/crates/project-model/src/sysroot.rs
src/tools/rust-analyzer/crates/project-model/src/target_data_layout.rs
src/tools/rust-analyzer/crates/project-model/src/workspace.rs
src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml
src/tools/rust-analyzer/crates/rust-analyzer/src/bin/logger.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/bin/main.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli.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/flags.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/load_cargo.rs [deleted file]
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/lsif.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/run_tests.rs [new file with mode: 0644]
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/from_proto.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/global_state.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/notification.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/request.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/integrated_benchmarks.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/lib.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp_ext.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/semantic_tokens.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/to_proto.rs
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/support.rs
src/tools/rust-analyzer/crates/sourcegen/src/lib.rs
src/tools/rust-analyzer/crates/stdx/Cargo.toml
src/tools/rust-analyzer/crates/syntax/Cargo.toml
src/tools/rust-analyzer/crates/syntax/rust.ungram
src/tools/rust-analyzer/crates/syntax/src/ast/edit_in_place.rs
src/tools/rust-analyzer/crates/syntax/src/ast/generated/nodes.rs
src/tools/rust-analyzer/crates/syntax/src/ast/make.rs
src/tools/rust-analyzer/crates/syntax/src/ast/token_ext.rs
src/tools/rust-analyzer/crates/syntax/src/lib.rs
src/tools/rust-analyzer/crates/syntax/src/tests/ast_src.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/tt/src/buffer.rs
src/tools/rust-analyzer/crates/tt/src/lib.rs
src/tools/rust-analyzer/crates/vfs-notify/Cargo.toml
src/tools/rust-analyzer/crates/vfs/Cargo.toml
src/tools/rust-analyzer/crates/vfs/src/vfs_path.rs
src/tools/rust-analyzer/docs/dev/lsp-extensions.md
src/tools/rust-analyzer/docs/dev/style.md
src/tools/rust-analyzer/docs/user/manual.adoc
src/tools/rust-analyzer/lib/README.md
src/tools/rust-analyzer/lib/la-arena/Cargo.toml
src/tools/rust-analyzer/lib/line-index/Cargo.toml
src/tools/rust-analyzer/lib/line-index/src/lib.rs
src/tools/rust-analyzer/lib/line-index/src/tests.rs
src/tools/rust-analyzer/lib/line-index/tests/it.rs [deleted file]
src/tools/rust-analyzer/lib/lsp-server/Cargo.toml
src/tools/rust-analyzer/lib/lsp-server/src/msg.rs
src/tools/rust-analyzer/triagebot.toml
src/tools/rust-analyzer/xtask/Cargo.toml
src/tools/rust-analyzer/xtask/src/flags.rs
src/tools/rust-analyzer/xtask/src/install.rs
src/tools/rust-analyzer/xtask/src/metrics.rs
src/tools/rust-analyzer/xtask/src/publish.rs
src/tools/rust-installer/install-template.sh
src/tools/rustfmt/src/expr.rs
src/tools/rustfmt/src/macros.rs
src/tools/rustfmt/src/matches.rs
src/tools/rustfmt/src/parse/macros/mod.rs
src/tools/rustfmt/src/parse/session.rs
src/tools/rustfmt/src/test/mod.rs
src/tools/rustfmt/src/utils.rs
src/tools/tidy/config/black.toml [new file with mode: 0644]
src/tools/tidy/config/requirements.in [new file with mode: 0644]
src/tools/tidy/config/requirements.txt [new file with mode: 0644]
src/tools/tidy/config/ruff.toml [new file with mode: 0644]
src/tools/tidy/src/deps.rs
src/tools/tidy/src/ext_tool_checks.rs [new file with mode: 0644]
src/tools/tidy/src/features.rs
src/tools/tidy/src/fluent_alphabetical.rs
src/tools/tidy/src/lib.rs
src/tools/tidy/src/main.rs
src/tools/tidy/src/pal.rs
src/tools/tidy/src/style.rs
src/tools/tidy/src/ui_tests.rs
src/version
tests/assembly/is_aligned.rs
tests/assembly/slice-is_ascii.rs
tests/assembly/stack-protector/stack-protector-heuristics-effect.rs
tests/assembly/stack-protector/stack-protector-target-support.rs
tests/assembly/strict_provenance.rs
tests/assembly/wasm_exceptions.rs [new file with mode: 0644]
tests/codegen/aarch64-struct-align-128.rs [new file with mode: 0644]
tests/codegen/abi-main-signature-16bit-c-int.rs
tests/codegen/abi-main-signature-32bit-c-int.rs
tests/codegen/addr-of-mutate.rs
tests/codegen/adjustments.rs
tests/codegen/align-byval-vector.rs [new file with mode: 0644]
tests/codegen/align-byval.rs [new file with mode: 0644]
tests/codegen/align-enum.rs
tests/codegen/align-offset.rs
tests/codegen/align-struct.rs
tests/codegen/array-codegen.rs
tests/codegen/array-equality.rs
tests/codegen/array-map.rs
tests/codegen/atomic-operations.rs
tests/codegen/avr/avr-func-addrspace.rs
tests/codegen/box-maybe-uninit-llvm14.rs [deleted file]
tests/codegen/box-maybe-uninit.rs
tests/codegen/c-variadic-copy.rs [deleted file]
tests/codegen/c-variadic-opt.rs [deleted file]
tests/codegen/c-variadic.rs [deleted file]
tests/codegen/cffi/c-variadic-copy.rs [new file with mode: 0644]
tests/codegen/cffi/c-variadic-opt.rs [new file with mode: 0644]
tests/codegen/cffi/c-variadic.rs [new file with mode: 0644]
tests/codegen/cffi/ffi-const.rs [new file with mode: 0644]
tests/codegen/cffi/ffi-out-of-bounds-loads.rs [new file with mode: 0644]
tests/codegen/cffi/ffi-pure.rs [new file with mode: 0644]
tests/codegen/cffi/ffi-returns-twice.rs [new file with mode: 0644]
tests/codegen/comparison-operators-2-tuple.rs
tests/codegen/comparison-operators-newtype.rs
tests/codegen/consts.rs
tests/codegen/drop-in-place-noalias.rs
tests/codegen/enum-bounds-check-derived-idx.rs [deleted file]
tests/codegen/enum-bounds-check-issue-13926.rs [deleted file]
tests/codegen/enum-bounds-check-issue-82871.rs [deleted file]
tests/codegen/enum-bounds-check.rs [deleted file]
tests/codegen/enum-debug-clike.rs [deleted file]
tests/codegen/enum-debug-niche-2.rs [deleted file]
tests/codegen/enum-debug-niche.rs [deleted file]
tests/codegen/enum-debug-tagged.rs [deleted file]
tests/codegen/enum-discriminant-value.rs [deleted file]
tests/codegen/enum-match.rs [deleted file]
tests/codegen/enum-u128.rs [deleted file]
tests/codegen/enum/enum-bounds-check-derived-idx.rs [new file with mode: 0644]
tests/codegen/enum/enum-bounds-check-issue-13926.rs [new file with mode: 0644]
tests/codegen/enum/enum-bounds-check-issue-82871.rs [new file with mode: 0644]
tests/codegen/enum/enum-bounds-check.rs [new file with mode: 0644]
tests/codegen/enum/enum-debug-clike.rs [new file with mode: 0644]
tests/codegen/enum/enum-debug-niche-2.rs [new file with mode: 0644]
tests/codegen/enum/enum-debug-niche.rs [new file with mode: 0644]
tests/codegen/enum/enum-debug-tagged.rs [new file with mode: 0644]
tests/codegen/enum/enum-discriminant-value.rs [new file with mode: 0644]
tests/codegen/enum/enum-match.rs [new file with mode: 0644]
tests/codegen/enum/enum-u128.rs [new file with mode: 0644]
tests/codegen/fastcall-inreg.rs
tests/codegen/fewer-names.rs
tests/codegen/ffi-const.rs [deleted file]
tests/codegen/ffi-out-of-bounds-loads.rs [deleted file]
tests/codegen/ffi-pure.rs [deleted file]
tests/codegen/ffi-returns-twice.rs [deleted file]
tests/codegen/function-arguments-noopt.rs
tests/codegen/function-arguments.rs
tests/codegen/global_asm.rs
tests/codegen/global_asm_include.rs
tests/codegen/global_asm_x2.rs
tests/codegen/i686-macosx-deployment-target.rs [deleted file]
tests/codegen/i686-no-macosx-deployment-target.rs [deleted file]
tests/codegen/intrinsics/compare_bytes.rs [new file with mode: 0644]
tests/codegen/intrinsics/mask.rs
tests/codegen/intrinsics/nontemporal.rs
tests/codegen/intrinsics/offset.rs
tests/codegen/intrinsics/transmute-niched.rs
tests/codegen/intrinsics/transmute-x64.rs
tests/codegen/intrinsics/transmute.rs
tests/codegen/issues/issue-105386-ub-in-debuginfo.rs
tests/codegen/issues/issue-114312.rs
tests/codegen/issues/issue-37945.rs
tests/codegen/issues/issue-56267-2.rs
tests/codegen/issues/issue-56267.rs
tests/codegen/issues/issue-56927.rs
tests/codegen/issues/issue-58881.rs
tests/codegen/issues/issue-85872-multiple-reverse.rs
tests/codegen/issues/issue-86106.rs
tests/codegen/issues/issue-96274.rs
tests/codegen/issues/issue-96497-slice-size-nowrap.rs
tests/codegen/issues/issue-98294-get-mut-copy-from-slice-opt.rs
tests/codegen/iter-repeat-n-trivial-drop.rs
tests/codegen/lifetime_start_end.rs
tests/codegen/llvm-ident.rs [new file with mode: 0644]
tests/codegen/loads.rs
tests/codegen/macos/i686-macosx-deployment-target.rs [new file with mode: 0644]
tests/codegen/macos/i686-no-macosx-deployment-target.rs [new file with mode: 0644]
tests/codegen/macos/x86_64-macosx-deployment-target.rs [new file with mode: 0644]
tests/codegen/macos/x86_64-no-macosx-deployment-target.rs [new file with mode: 0644]
tests/codegen/match-optimized.rs
tests/codegen/mem-replace-big-type.rs
tests/codegen/mem-replace-simple-type.rs
tests/codegen/method-declaration.rs [new file with mode: 0644]
tests/codegen/move-operands.rs
tests/codegen/naked-fn/naked-functions.rs [new file with mode: 0644]
tests/codegen/naked-fn/naked-nocoverage.rs [new file with mode: 0644]
tests/codegen/naked-fn/naked-noinline.rs [new file with mode: 0644]
tests/codegen/naked-functions.rs [deleted file]
tests/codegen/naked-nocoverage.rs [deleted file]
tests/codegen/naked-noinline.rs [deleted file]
tests/codegen/no_builtins-at-crate.rs [new file with mode: 0644]
tests/codegen/option-nonzero-eq.rs
tests/codegen/packed.rs
tests/codegen/personality_lifetimes.rs
tests/codegen/ptr-arithmetic.rs [new file with mode: 0644]
tests/codegen/refs.rs
tests/codegen/repeat-trusted-len.rs
tests/codegen/repr-transparent-aggregates-1.rs [deleted file]
tests/codegen/repr-transparent-aggregates-2.rs [deleted file]
tests/codegen/repr-transparent-aggregates-3.rs [deleted file]
tests/codegen/repr-transparent-sysv64.rs [deleted file]
tests/codegen/repr-transparent.rs [deleted file]
tests/codegen/repr/transparent-imm-array.rs [new file with mode: 0644]
tests/codegen/repr/transparent-mips64.rs [new file with mode: 0644]
tests/codegen/repr/transparent-struct-ptr.rs [new file with mode: 0644]
tests/codegen/repr/transparent-sysv64.rs [new file with mode: 0644]
tests/codegen/repr/transparent.rs [new file with mode: 0644]
tests/codegen/riscv-abi/riscv64-lp64-lp64f-lp64d-abi.rs
tests/codegen/sanitizer-cfi-add-canonical-jump-tables-flag.rs [deleted file]
tests/codegen/sanitizer-cfi-add-enable-split-lto-unit-flag.rs [deleted file]
tests/codegen/sanitizer-cfi-emit-type-checks-attr-no-sanitize.rs [deleted file]
tests/codegen/sanitizer-cfi-emit-type-checks.rs [deleted file]
tests/codegen/sanitizer-cfi-emit-type-metadata-attr-cfi-encoding.rs [deleted file]
tests/codegen/sanitizer-cfi-emit-type-metadata-id-itanium-cxx-abi.rs [deleted file]
tests/codegen/sanitizer-cfi-emit-type-metadata-itanium-cxx-abi-generalized.rs [deleted file]
tests/codegen/sanitizer-cfi-emit-type-metadata-itanium-cxx-abi-normalized-generalized.rs [deleted file]
tests/codegen/sanitizer-cfi-emit-type-metadata-itanium-cxx-abi-normalized.rs [deleted file]
tests/codegen/sanitizer-cfi-emit-type-metadata-itanium-cxx-abi.rs [deleted file]
tests/codegen/sanitizer-cfi-emit-type-metadata-trait-objects.rs [deleted file]
tests/codegen/sanitizer-cfi-generalize-pointers.rs [deleted file]
tests/codegen/sanitizer-cfi-normalize-integers.rs [deleted file]
tests/codegen/sanitizer-kasan-emits-instrumentation.rs [deleted file]
tests/codegen/sanitizer-kcfi-add-kcfi-flag.rs [deleted file]
tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-attr-no-sanitize.rs [deleted file]
tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi-generalized.rs [deleted file]
tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi-normalized-generalized.rs [deleted file]
tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi-normalized.rs [deleted file]
tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi.rs [deleted file]
tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle.rs [deleted file]
tests/codegen/sanitizer-kcfi-emit-type-metadata-trait-objects.rs [deleted file]
tests/codegen/sanitizer-memory-track-orgins.rs [deleted file]
tests/codegen/sanitizer-no-sanitize-inlining.rs [deleted file]
tests/codegen/sanitizer-no-sanitize.rs [deleted file]
tests/codegen/sanitizer-recover.rs [deleted file]
tests/codegen/sanitizer-safestack-attr-check.rs [deleted file]
tests/codegen/sanitizer/cfi-add-canonical-jump-tables-flag.rs [new file with mode: 0644]
tests/codegen/sanitizer/cfi-add-enable-split-lto-unit-flag.rs [new file with mode: 0644]
tests/codegen/sanitizer/cfi-emit-type-checks-attr-no-sanitize.rs [new file with mode: 0644]
tests/codegen/sanitizer/cfi-emit-type-checks.rs [new file with mode: 0644]
tests/codegen/sanitizer/cfi-emit-type-metadata-attr-cfi-encoding.rs [new file with mode: 0644]
tests/codegen/sanitizer/cfi-emit-type-metadata-id-itanium-cxx-abi.rs [new file with mode: 0644]
tests/codegen/sanitizer/cfi-emit-type-metadata-itanium-cxx-abi-generalized.rs [new file with mode: 0644]
tests/codegen/sanitizer/cfi-emit-type-metadata-itanium-cxx-abi-normalized-generalized.rs [new file with mode: 0644]
tests/codegen/sanitizer/cfi-emit-type-metadata-itanium-cxx-abi-normalized.rs [new file with mode: 0644]
tests/codegen/sanitizer/cfi-emit-type-metadata-itanium-cxx-abi.rs [new file with mode: 0644]
tests/codegen/sanitizer/cfi-emit-type-metadata-trait-objects.rs [new file with mode: 0644]
tests/codegen/sanitizer/cfi-generalize-pointers.rs [new file with mode: 0644]
tests/codegen/sanitizer/cfi-normalize-integers.rs [new file with mode: 0644]
tests/codegen/sanitizer/kasan-emits-instrumentation.rs [new file with mode: 0644]
tests/codegen/sanitizer/kcfi-add-kcfi-flag.rs [new file with mode: 0644]
tests/codegen/sanitizer/kcfi-emit-kcfi-operand-bundle-attr-no-sanitize.rs [new file with mode: 0644]
tests/codegen/sanitizer/kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi-generalized.rs [new file with mode: 0644]
tests/codegen/sanitizer/kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi-normalized-generalized.rs [new file with mode: 0644]
tests/codegen/sanitizer/kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi-normalized.rs [new file with mode: 0644]
tests/codegen/sanitizer/kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi.rs [new file with mode: 0644]
tests/codegen/sanitizer/kcfi-emit-kcfi-operand-bundle.rs [new file with mode: 0644]
tests/codegen/sanitizer/kcfi-emit-type-metadata-trait-objects.rs [new file with mode: 0644]
tests/codegen/sanitizer/memory-track-origins.rs [new file with mode: 0644]
tests/codegen/sanitizer/memtag-attr-check.rs [new file with mode: 0644]
tests/codegen/sanitizer/no-sanitize-inlining.rs [new file with mode: 0644]
tests/codegen/sanitizer/no-sanitize.rs [new file with mode: 0644]
tests/codegen/sanitizer/safestack-attr-check.rs [new file with mode: 0644]
tests/codegen/sanitizer/sanitizer-recover.rs [new file with mode: 0644]
tests/codegen/sanitizer/scs-attr-check.rs [new file with mode: 0644]
tests/codegen/sanitizer_memtag_attr_check.rs [deleted file]
tests/codegen/sanitizer_scs_attr_check.rs [deleted file]
tests/codegen/simd-intrinsic/simd-intrinsic-generic-arithmetic-saturating.rs
tests/codegen/simd-intrinsic/simd-intrinsic-generic-extract-insert.rs
tests/codegen/simd-intrinsic/simd-intrinsic-generic-gather.rs
tests/codegen/simd-intrinsic/simd-intrinsic-generic-scatter.rs
tests/codegen/simd-intrinsic/simd-intrinsic-transmute-array.rs
tests/codegen/simd-wide-sum.rs [deleted file]
tests/codegen/simd/simd-wide-sum.rs [new file with mode: 0644]
tests/codegen/simd/simd_arith_offset.rs [new file with mode: 0644]
tests/codegen/simd/swap-simd-types.rs [new file with mode: 0644]
tests/codegen/simd/unpadded-simd.rs [new file with mode: 0644]
tests/codegen/simd_arith_offset.rs [deleted file]
tests/codegen/slice-init.rs
tests/codegen/slice-iter-len-eq-zero.rs
tests/codegen/slice-iter-nonnull.rs
tests/codegen/slice-ref-equality.rs
tests/codegen/slice_as_from_ptr_range.rs
tests/codegen/sroa-fragment-debuginfo.rs [new file with mode: 0644]
tests/codegen/stores.rs
tests/codegen/swap-large-types.rs
tests/codegen/swap-simd-types.rs [deleted file]
tests/codegen/target-feature-inline-closure.rs [new file with mode: 0644]
tests/codegen/trailing_zeros.rs [new file with mode: 0644]
tests/codegen/transmute-optimized.rs
tests/codegen/transmute-scalar.rs
tests/codegen/try_question_mark_nop.rs
tests/codegen/unchecked_shifts.rs
tests/codegen/uninit-consts.rs
tests/codegen/union-abi.rs
tests/codegen/unpadded-simd.rs [deleted file]
tests/codegen/unwind-abis/thiscall-unwind-abi.rs
tests/codegen/var-names.rs
tests/codegen/vec-as-ptr.rs
tests/codegen/vec-calloc-llvm14.rs [deleted file]
tests/codegen/vec-calloc.rs
tests/codegen/wasm_exceptions.rs [new file with mode: 0644]
tests/codegen/x86_64-macosx-deployment-target.rs [deleted file]
tests/codegen/x86_64-no-macosx-deployment-target.rs [deleted file]
tests/debuginfo/rc_arc.rs
tests/debuginfo/thread-names.rs
tests/debuginfo/thread.rs
tests/incremental/hashes/call_expressions.rs
tests/incremental/hashes/match_expressions.rs
tests/incremental/hashes/trait_defs.rs
tests/incremental/issue-61530.rs
tests/mir-opt/basic_assignment.main.ElaborateDrops.diff
tests/mir-opt/building/async_await.a-{closure#0}.generator_resume.0.mir
tests/mir-opt/building/async_await.b-{closure#0}.generator_resume.0.mir
tests/mir-opt/building/custom/terminators.rs
tests/mir-opt/casts.redundant.InstSimplify.diff
tests/mir-opt/const_allocation.main.ConstProp.after.32bit.mir
tests/mir-opt/const_allocation.main.ConstProp.after.64bit.mir
tests/mir-opt/const_prop/aggregate.main.ConstProp.panic-abort.diff
tests/mir-opt/const_prop/aggregate.main.ConstProp.panic-unwind.diff
tests/mir-opt/const_prop/aggregate.main.PreCodegen.after.panic-abort.mir
tests/mir-opt/const_prop/aggregate.main.PreCodegen.after.panic-unwind.mir
tests/mir-opt/const_prop/array_index.main.ConstProp.32bit.panic-abort.diff
tests/mir-opt/const_prop/array_index.main.ConstProp.32bit.panic-unwind.diff
tests/mir-opt/const_prop/array_index.main.ConstProp.64bit.panic-abort.diff
tests/mir-opt/const_prop/array_index.main.ConstProp.64bit.panic-unwind.diff
tests/mir-opt/const_prop/bad_op_div_by_zero.main.ConstProp.panic-abort.diff
tests/mir-opt/const_prop/bad_op_div_by_zero.main.ConstProp.panic-unwind.diff
tests/mir-opt/const_prop/bad_op_mod_by_zero.main.ConstProp.panic-abort.diff
tests/mir-opt/const_prop/bad_op_mod_by_zero.main.ConstProp.panic-unwind.diff
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.panic-abort.diff
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.panic-unwind.diff
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.panic-abort.diff
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.panic-unwind.diff
tests/mir-opt/const_prop/boxes.main.ConstProp.panic-abort.diff
tests/mir-opt/const_prop/boxes.main.ConstProp.panic-unwind.diff
tests/mir-opt/const_prop/control_flow_simplification.hello.ConstProp.panic-abort.diff
tests/mir-opt/const_prop/control_flow_simplification.hello.ConstProp.panic-unwind.diff
tests/mir-opt/const_prop/indirect.main.ConstProp.panic-abort.diff
tests/mir-opt/const_prop/indirect.main.ConstProp.panic-unwind.diff
tests/mir-opt/const_prop/inherit_overflow.main.ConstProp.panic-abort.diff
tests/mir-opt/const_prop/inherit_overflow.main.ConstProp.panic-unwind.diff
tests/mir-opt/const_prop/invalid_constant.main.ConstProp.diff
tests/mir-opt/const_prop/issue_66971.main.ConstProp.panic-abort.diff
tests/mir-opt/const_prop/issue_66971.main.ConstProp.panic-unwind.diff
tests/mir-opt/const_prop/issue_67019.main.ConstProp.panic-abort.diff
tests/mir-opt/const_prop/issue_67019.main.ConstProp.panic-unwind.diff
tests/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.panic-abort.diff
tests/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.panic-unwind.diff
tests/mir-opt/const_prop/large_array_index.main.ConstProp.64bit.panic-abort.diff
tests/mir-opt/const_prop/large_array_index.main.ConstProp.64bit.panic-unwind.diff
tests/mir-opt/const_prop/offset_of.concrete.ConstProp.panic-abort.diff
tests/mir-opt/const_prop/offset_of.concrete.ConstProp.panic-unwind.diff
tests/mir-opt/const_prop/repeat.main.ConstProp.32bit.panic-abort.diff
tests/mir-opt/const_prop/repeat.main.ConstProp.32bit.panic-unwind.diff
tests/mir-opt/const_prop/repeat.main.ConstProp.64bit.panic-abort.diff
tests/mir-opt/const_prop/repeat.main.ConstProp.64bit.panic-unwind.diff
tests/mir-opt/const_prop/scalar_literal_propagation.main.ConstProp.panic-abort.diff
tests/mir-opt/const_prop/scalar_literal_propagation.main.ConstProp.panic-unwind.diff
tests/mir-opt/const_prop/slice_len.main.ConstProp.32bit.panic-abort.diff
tests/mir-opt/const_prop/slice_len.main.ConstProp.32bit.panic-unwind.diff
tests/mir-opt/const_prop/slice_len.main.ConstProp.64bit.panic-abort.diff
tests/mir-opt/const_prop/slice_len.main.ConstProp.64bit.panic-unwind.diff
tests/mir-opt/const_prop/tuple_literal_propagation.main.ConstProp.panic-abort.diff
tests/mir-opt/const_prop/tuple_literal_propagation.main.ConstProp.panic-unwind.diff
tests/mir-opt/copy-prop/borrowed_local.rs
tests/mir-opt/copy-prop/custom_move_arg.rs
tests/mir-opt/copy-prop/move_projection.rs
tests/mir-opt/copy-prop/mutate_through_pointer.rs
tests/mir-opt/coverage_graphviz.bar.InstrumentCoverage.0.dot
tests/mir-opt/coverage_graphviz.main.InstrumentCoverage.0.dot
tests/mir-opt/dead-store-elimination/call_arg_copy.move_simple.DeadStoreElimination.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/call_arg_copy.move_simple.DeadStoreElimination.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/call_arg_copy.rs [new file with mode: 0644]
tests/mir-opt/inline/cycle.g.Inline.panic-abort.diff
tests/mir-opt/inline/cycle.g.Inline.panic-unwind.diff
tests/mir-opt/inline/cycle.main.Inline.panic-abort.diff
tests/mir-opt/inline/cycle.main.Inline.panic-unwind.diff
tests/mir-opt/inline/dont_ice_on_generic_rust_call.call.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/dont_ice_on_generic_rust_call.call.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/dont_ice_on_generic_rust_call.rs [new file with mode: 0644]
tests/mir-opt/inline/dyn_trait.get_query.Inline.panic-abort.diff
tests/mir-opt/inline/dyn_trait.get_query.Inline.panic-unwind.diff
tests/mir-opt/inline/dyn_trait.try_execute_query.Inline.panic-abort.diff
tests/mir-opt/inline/dyn_trait.try_execute_query.Inline.panic-unwind.diff
tests/mir-opt/inline/inline_box_fn.call.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_box_fn.call.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_box_fn.rs [new file with mode: 0644]
tests/mir-opt/inline/inline_cycle.two.Inline.panic-abort.diff
tests/mir-opt/inline/inline_cycle.two.Inline.panic-unwind.diff
tests/mir-opt/inline/inline_diverging.h.Inline.panic-abort.diff
tests/mir-opt/inline/inline_diverging.h.Inline.panic-unwind.diff
tests/mir-opt/inline/inline_into_box_place.main.Inline.panic-abort.diff
tests/mir-opt/inline/inline_into_box_place.main.Inline.panic-unwind.diff
tests/mir-opt/inline/inline_trait_method_2.test2.Inline.after.panic-abort.mir
tests/mir-opt/inline/inline_trait_method_2.test2.Inline.after.panic-unwind.mir
tests/mir-opt/inline/issue_78442.bar.Inline.panic-abort.diff
tests/mir-opt/inline/issue_78442.bar.Inline.panic-unwind.diff
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.Inline.panic-abort.diff
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.Inline.panic-unwind.diff
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.PreCodegen.after.panic-abort.mir
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.PreCodegen.after.panic-unwind.mir
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_smaller.Inline.panic-abort.diff
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_smaller.Inline.panic-unwind.diff
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_smaller.PreCodegen.after.panic-abort.mir
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_smaller.PreCodegen.after.panic-unwind.mir
tests/mir-opt/instrument_coverage.bar.InstrumentCoverage.diff
tests/mir-opt/instrument_coverage.main.InstrumentCoverage.diff
tests/mir-opt/issue_101973.inner.ConstProp.panic-abort.diff
tests/mir-opt/issue_101973.inner.ConstProp.panic-unwind.diff
tests/mir-opt/issue_41110.test.ElaborateDrops.panic-abort.diff
tests/mir-opt/issue_41110.test.ElaborateDrops.panic-unwind.diff
tests/mir-opt/issue_41888.main.ElaborateDrops.panic-abort.diff
tests/mir-opt/issue_41888.main.ElaborateDrops.panic-unwind.diff
tests/mir-opt/issue_76432.test.SimplifyComparisonIntegral.panic-abort.diff
tests/mir-opt/issue_76432.test.SimplifyComparisonIntegral.panic-unwind.diff
tests/mir-opt/issue_99325.main.built.after.mir
tests/mir-opt/issues/issue_59352.num_to_digit.PreCodegen.after.panic-abort.mir
tests/mir-opt/issues/issue_59352.num_to_digit.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/checked_ops.checked_shl.PreCodegen.after.mir
tests/mir-opt/pre-codegen/checked_ops.step_forward.PreCodegen.after.mir
tests/mir-opt/pre-codegen/intrinsics.f_u64.PreCodegen.after.mir
tests/mir-opt/pre-codegen/loops.filter_mapped.PreCodegen.after.mir
tests/mir-opt/pre-codegen/loops.int_range.PreCodegen.after.mir
tests/mir-opt/pre-codegen/loops.mapped.PreCodegen.after.mir
tests/mir-opt/pre-codegen/loops.vec_move.PreCodegen.after.mir
tests/mir-opt/pre-codegen/mem_replace.mem_replace.PreCodegen.after.mir
tests/mir-opt/pre-codegen/range_iter.forward_loop.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/range_iter.forward_loop.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/range_iter.inclusive_loop.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/range_iter.inclusive_loop.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/range_iter.range_inclusive_iter_next.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/range_iter.range_inclusive_iter_next.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/range_iter.range_iter_next.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/range_iter.range_iter_next.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/simple_option_map.ezmap.PreCodegen.after.mir
tests/mir-opt/pre-codegen/slice_filter.variant_a-{closure#0}.PreCodegen.after.mir
tests/mir-opt/pre-codegen/slice_index.slice_get_mut_usize.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_index.slice_get_mut_usize.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_index.slice_get_unchecked_mut_range.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_index.slice_get_unchecked_mut_range.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_index.slice_index_range.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_index.slice_index_range.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_iter.enumerated_loop.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_iter.enumerated_loop.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_iter.forward_loop.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_iter.forward_loop.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_iter.range_loop.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_iter.range_loop.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_iter.reverse_loop.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_iter.reverse_loop.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_iter.slice_iter_mut_next_back.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_iter.slice_iter_mut_next_back.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_iter.slice_iter_next.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_iter.slice_iter_next.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/spans.outer.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/spans.outer.PreCodegen.after.panic-unwind.mir
tests/mir-opt/reference_prop.debuginfo.ReferencePropagation.diff
tests/mir-opt/reference_prop.mut_raw_then_mut_shr.ReferencePropagation.diff
tests/mir-opt/reference_prop.reference_propagation.ReferencePropagation.diff
tests/mir-opt/reference_prop.reference_propagation_const_ptr.ReferencePropagation.diff
tests/mir-opt/reference_prop.reference_propagation_mut.ReferencePropagation.diff
tests/mir-opt/reference_prop.reference_propagation_mut_ptr.ReferencePropagation.diff
tests/mir-opt/reference_prop.rs
tests/run-coverage-rustdoc/doctest.coverage
tests/run-coverage/abort.coverage
tests/run-coverage/assert.coverage
tests/run-coverage/async.coverage
tests/run-coverage/async2.coverage
tests/run-coverage/closure.coverage
tests/run-coverage/closure_macro.coverage
tests/run-coverage/closure_macro_async.coverage
tests/run-coverage/conditions.coverage
tests/run-coverage/continue.coverage
tests/run-coverage/dead_code.coverage
tests/run-coverage/drop_trait.coverage
tests/run-coverage/generator.coverage
tests/run-coverage/generics.coverage
tests/run-coverage/if.coverage
tests/run-coverage/if_else.coverage
tests/run-coverage/inline-dead.coverage
tests/run-coverage/inline.coverage
tests/run-coverage/inner_items.coverage
tests/run-coverage/issue-83601.coverage
tests/run-coverage/issue-84561.coverage
tests/run-coverage/issue-85461.coverage
tests/run-coverage/issue-93054.coverage
tests/run-coverage/lazy_boolean.coverage
tests/run-coverage/loop_break_value.coverage
tests/run-coverage/loops_branches.coverage
tests/run-coverage/match_or_pattern.coverage
tests/run-coverage/nested_loops.coverage
tests/run-coverage/no_cov_crate.coverage
tests/run-coverage/overflow.coverage
tests/run-coverage/panic_unwind.coverage
tests/run-coverage/partial_eq.coverage
tests/run-coverage/partial_eq.rs
tests/run-coverage/simple_loop.coverage
tests/run-coverage/simple_match.coverage
tests/run-coverage/sort_groups.coverage
tests/run-coverage/test_harness.coverage
tests/run-coverage/tight_inf_loop.coverage
tests/run-coverage/try_error_result.coverage
tests/run-coverage/unused.coverage
tests/run-coverage/unused_mod.coverage
tests/run-coverage/uses_crate.coverage
tests/run-coverage/uses_crate.rs
tests/run-coverage/uses_inline_crate.coverage
tests/run-coverage/uses_inline_crate.rs
tests/run-coverage/while.coverage
tests/run-coverage/while_early_ret.coverage
tests/run-coverage/yield.coverage
tests/run-make-fulldeps/issue-19371/foo.rs
tests/run-make/comment-section/Makefile [new file with mode: 0644]
tests/run-make/coverage-llvmir/filecheck.testprog.txt
tests/run-make/doctests-keep-binaries/Makefile
tests/run-make/doctests-runtool/Makefile [new file with mode: 0644]
tests/run-make/doctests-runtool/runtool.rs [new file with mode: 0644]
tests/run-make/doctests-runtool/t.rs [new file with mode: 0644]
tests/run-make/dump-ice-to-disk/Makefile [new file with mode: 0644]
tests/run-make/dump-ice-to-disk/check.sh [new file with mode: 0644]
tests/run-make/dump-ice-to-disk/src/lib.rs [new file with mode: 0644]
tests/run-make/exit-code/Makefile
tests/run-make/extern-flag-pathless/Makefile
tests/run-make/extern-flag-pathless/bar-dynamic.rs [deleted file]
tests/run-make/extern-flag-pathless/bar-static.rs [deleted file]
tests/run-make/extern-flag-pathless/bar.rs [new file with mode: 0644]
tests/run-make/extern-fn-explicit-align/Makefile [new file with mode: 0644]
tests/run-make/extern-fn-explicit-align/test.c [new file with mode: 0644]
tests/run-make/extern-fn-explicit-align/test.rs [new file with mode: 0644]
tests/run-make/extern-fn-struct-passing-abi/test.c
tests/run-make/extern-fn-struct-passing-abi/test.rs
tests/run-make/libtest-json/output-default.json
tests/run-make/libtest-json/output-stdout-success.json
tests/run-make/libtest-junit/output-default.xml
tests/run-make/libtest-junit/output-stdout-success.xml
tests/run-make/llvm-ident/Makefile [new file with mode: 0644]
tests/run-make/mixing-libs/Makefile
tests/run-make/no-builtins-attribute/Makefile [new file with mode: 0644]
tests/run-make/no-builtins-attribute/filecheck.main.txt [new file with mode: 0644]
tests/run-make/no-builtins-attribute/main.rs [new file with mode: 0644]
tests/run-make/no-builtins-attribute/no_builtins.rs [new file with mode: 0644]
tests/run-make/no-cdylib-as-rdylib/Makefile [new file with mode: 0644]
tests/run-make/no-cdylib-as-rdylib/bar.rs [new file with mode: 0644]
tests/run-make/no-cdylib-as-rdylib/foo.rs [new file with mode: 0644]
tests/run-make/optimization-remarks-dir-pgo/Makefile [new file with mode: 0644]
tests/run-make/optimization-remarks-dir-pgo/foo.rs [new file with mode: 0644]
tests/run-make/panic-abort-eh_frame/Makefile
tests/run-make/panic-abort-eh_frame/foo.rs
tests/run-make/pgo-indirect-call-promotion/filecheck-patterns.txt
tests/run-make/pretty-print-with-dep-file/Makefile [new file with mode: 0644]
tests/run-make/pretty-print-with-dep-file/with-dep.rs [new file with mode: 0644]
tests/run-make/print-cfg/Makefile
tests/run-make/print-native-static-libs/Makefile
tests/run-make/print-native-static-libs/bar.rs
tests/run-make/rmeta-preferred/Makefile [new file with mode: 0644]
tests/run-make/rmeta-preferred/lib.rs [new file with mode: 0644]
tests/run-make/rmeta-preferred/rmeta_aux.rs [new file with mode: 0644]
tests/run-make/short-ice/Makefile
tests/run-make/short-ice/check.sh
tests/run-make/tools.mk
tests/run-make/unknown-mod-stdin/Makefile [new file with mode: 0644]
tests/run-make/unknown-mod-stdin/unknown-mod.stderr [new file with mode: 0644]
tests/run-make/unknown-mod-stdin/unknown-mod.stdout [new file with mode: 0644]
tests/run-make/wasm-exceptions-nostd/Makefile [new file with mode: 0644]
tests/run-make/wasm-exceptions-nostd/src/arena_alloc.rs [new file with mode: 0644]
tests/run-make/wasm-exceptions-nostd/src/lib.rs [new file with mode: 0644]
tests/run-make/wasm-exceptions-nostd/src/logging.rs [new file with mode: 0644]
tests/run-make/wasm-exceptions-nostd/src/panicking.rs [new file with mode: 0644]
tests/run-make/wasm-exceptions-nostd/verify.mjs [new file with mode: 0644]
tests/rustdoc-gui/anchors.goml
tests/rustdoc-gui/basic-code.goml
tests/rustdoc-gui/code-sidebar-toggle.goml
tests/rustdoc-gui/headings.goml
tests/rustdoc-gui/item-decl-colors.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/pocket-menu.goml
tests/rustdoc-gui/run-on-hover.goml
tests/rustdoc-gui/rust-logo.goml
tests/rustdoc-gui/scrape-examples-toggle.goml
tests/rustdoc-gui/search-error.goml
tests/rustdoc-gui/search-form-elements.goml
tests/rustdoc-gui/search-reexport.goml
tests/rustdoc-gui/search-result-color.goml
tests/rustdoc-gui/search-tab.goml
tests/rustdoc-gui/sidebar-links-color.goml
tests/rustdoc-gui/sidebar-source-code-display.goml
tests/rustdoc-gui/sidebar-source-code.goml
tests/rustdoc-gui/source-anchor-scroll.goml
tests/rustdoc-gui/source-code-page.goml
tests/rustdoc-gui/src-font-size.goml
tests/rustdoc-gui/src/staged_api/lib.rs
tests/rustdoc-gui/src/test_docs/lib.rs
tests/rustdoc-gui/unsafe-fn.goml
tests/rustdoc-json/enums/field_order.rs [new file with mode: 0644]
tests/rustdoc-json/enums/variant_order.rs [new file with mode: 0644]
tests/rustdoc-json/impls/issue-112852-dangling-trait-impl-id-2.rs [new file with mode: 0644]
tests/rustdoc-json/impls/issue-112852-dangling-trait-impl-id-3.rs [new file with mode: 0644]
tests/rustdoc-json/impls/issue-112852-dangling-trait-impl-id.rs [new file with mode: 0644]
tests/rustdoc-json/structs/field_order.rs [new file with mode: 0644]
tests/rustdoc-json/traits/private_supertrait.rs [new file with mode: 0644]
tests/rustdoc-json/type/inherent_associated_type_bound.rs
tests/rustdoc-json/type/inherent_associated_type_projections.rs
tests/rustdoc-json/unions/field_order.rs [new file with mode: 0644]
tests/rustdoc-ui/doctest/failed-doctest-output-windows.stdout
tests/rustdoc-ui/doctest/failed-doctest-output.stdout
tests/rustdoc-ui/ice-bug-report-url.rs
tests/rustdoc-ui/ice-bug-report-url.stderr
tests/rustdoc-ui/intra-doc/broken-link-in-unused-doc-string.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/broken-link-in-unused-doc-string.stderr [new file with mode: 0644]
tests/rustdoc-ui/issue-110629-private-type-cycle-dyn.stderr
tests/rustdoc-ui/lints/inline-doc-link.rs [new file with mode: 0644]
tests/rustdoc-ui/lints/invalid-doc-attr.rs
tests/rustdoc-ui/lints/invalid-doc-attr.stderr
tests/rustdoc-ui/lints/no-redundancy.rs [new file with mode: 0644]
tests/rustdoc-ui/lints/redundant_explicit_links-utf8.rs [new file with mode: 0644]
tests/rustdoc-ui/lints/redundant_explicit_links.fixed [new file with mode: 0644]
tests/rustdoc-ui/lints/redundant_explicit_links.rs [new file with mode: 0644]
tests/rustdoc-ui/lints/redundant_explicit_links.stderr [new file with mode: 0644]
tests/rustdoc-ui/unescaped_backticks.rs
tests/rustdoc-ui/unescaped_backticks.stderr
tests/rustdoc/alias-reexport.rs
tests/rustdoc/alias-reexport2.rs
tests/rustdoc/anchors.no_const_anchor.html
tests/rustdoc/anchors.no_const_anchor2.html
tests/rustdoc/anchors.no_method_anchor.html
tests/rustdoc/anchors.no_trait_method_anchor.html
tests/rustdoc/anchors.no_tymethod_anchor.html
tests/rustdoc/anchors.no_type_anchor.html
tests/rustdoc/auxiliary/issue-113982-doc_auto_cfg-reexport-foreign.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/jump-to-def-res-err-handling-aux.rs [new file with mode: 0644]
tests/rustdoc/check-source-code-urls-to-def.rs
tests/rustdoc/default-trait-method.rs
tests/rustdoc/description.rs
tests/rustdoc/display-hidden-items.rs [new file with mode: 0644]
tests/rustdoc/ensure-src-link.rs
tests/rustdoc/extern-impl-trait.rs
tests/rustdoc/generic-const-items.rs [new file with mode: 0644]
tests/rustdoc/impl-everywhere.rs
tests/rustdoc/inherent-projections.rs
tests/rustdoc/inline_cross/auxiliary/generic-const-items.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/impl-sized.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/ret-pos-impl-trait-in-trait.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/generic-const-items.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/impl-sized.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/ret-pos-impl-trait-in-trait.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/basic.rs
tests/rustdoc/intra-doc/generic-params.rs
tests/rustdoc/intra-doc/issue-108459.rs
tests/rustdoc/intra-doc/nested-use.rs [new file with mode: 0644]
tests/rustdoc/issue-105735-overlapping-reexport-2.rs [new file with mode: 0644]
tests/rustdoc/issue-105735-overlapping-reexport.rs [new file with mode: 0644]
tests/rustdoc/issue-113982-doc_auto_cfg-reexport-foreign.rs [new file with mode: 0644]
tests/rustdoc/issue-18199.rs
tests/rustdoc/issue-33178.rs
tests/rustdoc/issue-81141-private-reexport-in-public-api-2.rs [new file with mode: 0644]
tests/rustdoc/issue-81141-private-reexport-in-public-api-generics.rs [new file with mode: 0644]
tests/rustdoc/issue-81141-private-reexport-in-public-api-hidden.rs [new file with mode: 0644]
tests/rustdoc/issue-81141-private-reexport-in-public-api-private.rs [new file with mode: 0644]
tests/rustdoc/issue-81141-private-reexport-in-public-api.rs [new file with mode: 0644]
tests/rustdoc/jump-to-def-doc-links.rs [new file with mode: 0644]
tests/rustdoc/private-use.rs [new file with mode: 0644]
tests/rustdoc/source-file.rs
tests/rustdoc/src-links-auto-impls.rs
tests/rustdoc/static-root-path.rs
tests/ui-fulldeps/missing-rustc-driver-error.rs
tests/ui-fulldeps/missing-rustc-driver-error.stderr
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/abi/relocation_model_pic.rs [new file with mode: 0644]
tests/ui/abi/riscv-discoverability-guidance.riscv32.stderr [new file with mode: 0644]
tests/ui/abi/riscv-discoverability-guidance.riscv64.stderr [new file with mode: 0644]
tests/ui/abi/riscv-discoverability-guidance.rs [new file with mode: 0644]
tests/ui/abi/stack-probes-lto.rs
tests/ui/abi/stack-probes.rs
tests/ui/abi/stack-protector.rs
tests/ui/abi/unsupported.aarch64.stderr
tests/ui/abi/unsupported.arm.stderr
tests/ui/abi/unsupported.i686.stderr
tests/ui/abi/unsupported.riscv32.stderr [new file with mode: 0644]
tests/ui/abi/unsupported.riscv64.stderr [new file with mode: 0644]
tests/ui/abi/unsupported.rs
tests/ui/abi/unsupported.x64.stderr
tests/ui/annotate-snippet/auxiliary/other_file.rs [new file with mode: 0644]
tests/ui/annotate-snippet/multiple-files.rs [new file with mode: 0644]
tests/ui/annotate-snippet/multiple-files.stderr [new file with mode: 0644]
tests/ui/anonymous-higher-ranked-lifetime.stderr
tests/ui/argument-suggestions/extra_arguments.rs
tests/ui/argument-suggestions/extra_arguments.stderr
tests/ui/array-slice-vec/infer_array_len.rs
tests/ui/array-slice-vec/infer_array_len.stderr [deleted file]
tests/ui/array-slice-vec/slice-2.stderr
tests/ui/array-slice-vec/slice-pat-type-mismatches.rs
tests/ui/array-slice-vec/slice-pat-type-mismatches.stderr
tests/ui/array-slice-vec/vec-mut-iter-borrow.stderr
tests/ui/asm/issue-113788.rs [new file with mode: 0644]
tests/ui/asm/issue-113788.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/issue-96797.rs
tests/ui/associated-consts/defaults-cyclic-fail.stderr
tests/ui/associated-consts/issue-105330.stderr
tests/ui/associated-consts/issue-24949-assoc-const-static-recursion-impl.stderr
tests/ui/associated-consts/issue-24949-assoc-const-static-recursion-trait-default.stderr
tests/ui/associated-consts/issue-24949-assoc-const-static-recursion-trait.stderr
tests/ui/associated-inherent-types/bugs/cycle-iat-inside-of-adt.stderr
tests/ui/associated-inherent-types/bugs/cycle-iat-inside-of-where-predicate.stderr
tests/ui/associated-inherent-types/inference.rs
tests/ui/associated-inherent-types/issue-111879-0.rs
tests/ui/associated-inherent-types/issue-111879-0.stderr
tests/ui/associated-inherent-types/late-bound-regions.rs
tests/ui/associated-inherent-types/late-bound-regions.stderr
tests/ui/associated-inherent-types/not-found-self-type-differs.alias.stderr [deleted file]
tests/ui/associated-inherent-types/not-found-self-type-differs.local.stderr [deleted file]
tests/ui/associated-inherent-types/not-found-self-type-differs.rs
tests/ui/associated-inherent-types/not-found-self-type-differs.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/substitute-params-bad.rs
tests/ui/associated-inherent-types/substitute-params.rs
tests/ui/associated-inherent-types/type-alias-bounds-are-enforced.rs
tests/ui/associated-inherent-types/type-alias-bounds-are-enforced.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/ambiguous-associated-type2.rs
tests/ui/associated-type-bounds/ambiguous-associated-type2.stderr
tests/ui/associated-type-bounds/consts.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/consts.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/bad-inputs-and-output.rs
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
tests/ui/associated-type-bounds/return-type-notation/equality.rs
tests/ui/associated-type-bounds/return-type-notation/equality.stderr [new file with mode: 0644]
tests/ui/associated-types/dont-suggest-cyclic-constraint.rs
tests/ui/associated-types/issue-20825.stderr
tests/ui/async-await/await-keyword/incorrect-syntax-suggestions.rs
tests/ui/async-await/await-keyword/incorrect-syntax-suggestions.stderr
tests/ui/async-await/clone-suggestion.stderr
tests/ui/async-await/edition-deny-async-fns-2015.rs
tests/ui/async-await/edition-deny-async-fns-2015.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-associated-types.rs
tests/ui/async-await/in-trait/async-default-fn-overridden.rs
tests/ui/async-await/in-trait/async-example-desugared-boxed-in-trait.current.stderr [deleted file]
tests/ui/async-await/in-trait/async-example-desugared-boxed-in-trait.next.stderr [deleted file]
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 [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-boxed.current.stderr [deleted file]
tests/ui/async-await/in-trait/async-example-desugared-boxed.next.stderr [deleted file]
tests/ui/async-await/in-trait/async-example-desugared-boxed.rs
tests/ui/async-await/in-trait/async-example-desugared-boxed.stderr [new file with mode: 0644]
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 [deleted file]
tests/ui/async-await/in-trait/async-example-desugared-manual.next.stderr [deleted file]
tests/ui/async-await/in-trait/async-example-desugared-manual.rs
tests/ui/async-await/in-trait/async-example-desugared-manual.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared.rs
tests/ui/async-await/in-trait/async-generics-and-bounds.current.stderr [deleted file]
tests/ui/async-await/in-trait/async-generics-and-bounds.next.stderr [deleted file]
tests/ui/async-await/in-trait/async-generics-and-bounds.rs
tests/ui/async-await/in-trait/async-generics-and-bounds.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-generics.current.stderr [deleted file]
tests/ui/async-await/in-trait/async-generics.next.stderr [deleted file]
tests/ui/async-await/in-trait/async-generics.rs
tests/ui/async-await/in-trait/async-generics.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-lifetimes-and-bounds.rs
tests/ui/async-await/in-trait/async-lifetimes.rs
tests/ui/async-await/in-trait/async-recursive-generic.current.stderr [deleted file]
tests/ui/async-await/in-trait/async-recursive-generic.next.stderr [deleted file]
tests/ui/async-await/in-trait/async-recursive-generic.rs
tests/ui/async-await/in-trait/async-recursive-generic.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-recursive.current.stderr [deleted file]
tests/ui/async-await/in-trait/async-recursive.next.stderr [deleted file]
tests/ui/async-await/in-trait/async-recursive.rs
tests/ui/async-await/in-trait/async-recursive.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/bad-signatures.current.stderr [deleted file]
tests/ui/async-await/in-trait/bad-signatures.next.stderr [deleted file]
tests/ui/async-await/in-trait/bad-signatures.rs
tests/ui/async-await/in-trait/bad-signatures.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.current.stderr [deleted file]
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.next.stderr [deleted file]
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.rs
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.stderr [new file with mode: 0644]
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 [deleted file]
tests/ui/async-await/in-trait/fn-not-async-err2.next.stderr [deleted file]
tests/ui/async-await/in-trait/fn-not-async-err2.rs
tests/ui/async-await/in-trait/fn-not-async-err2.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/generics-mismatch.current.stderr [deleted file]
tests/ui/async-await/in-trait/generics-mismatch.next.stderr [deleted file]
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 [deleted file]
tests/ui/async-await/in-trait/lifetime-mismatch.next.stderr [deleted file]
tests/ui/async-await/in-trait/lifetime-mismatch.rs
tests/ui/async-await/in-trait/lifetime-mismatch.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/missing-feature-flag.current.stderr [deleted file]
tests/ui/async-await/in-trait/missing-feature-flag.next.stderr [deleted file]
tests/ui/async-await/in-trait/missing-feature-flag.rs
tests/ui/async-await/in-trait/missing-feature-flag.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/missing-send-bound.current.stderr [deleted file]
tests/ui/async-await/in-trait/missing-send-bound.next.stderr [deleted file]
tests/ui/async-await/in-trait/missing-send-bound.rs
tests/ui/async-await/in-trait/missing-send-bound.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/object-safety.current.stderr [deleted file]
tests/ui/async-await/in-trait/object-safety.next.stderr [deleted file]
tests/ui/async-await/in-trait/object-safety.rs
tests/ui/async-await/in-trait/object-safety.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/return-not-existing-pair.current.stderr [deleted file]
tests/ui/async-await/in-trait/return-not-existing-pair.next.stderr [deleted file]
tests/ui/async-await/in-trait/return-not-existing-pair.rs
tests/ui/async-await/in-trait/return-not-existing-pair.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/return-not-existing-type-wrapping-rpitit.current.stderr [deleted file]
tests/ui/async-await/in-trait/return-not-existing-type-wrapping-rpitit.next.stderr [deleted file]
tests/ui/async-await/in-trait/return-not-existing-type-wrapping-rpitit.rs
tests/ui/async-await/in-trait/return-not-existing-type-wrapping-rpitit.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/return-type-suggestion.current.stderr [deleted file]
tests/ui/async-await/in-trait/return-type-suggestion.next.stderr [deleted file]
tests/ui/async-await/in-trait/return-type-suggestion.rs
tests/ui/async-await/in-trait/return-type-suggestion.stderr [new file with mode: 0644]
tests/ui/async-await/issue-61452.stderr
tests/ui/async-await/issues/issue-61187.stderr
tests/ui/async-await/issues/issue-65419/issue-65419-async-fn-resume-after-completion.rs
tests/ui/async-await/issues/issue-65419/issue-65419-async-fn-resume-after-panic.rs
tests/ui/async-await/normalize-output-in-signature-deduction.rs [new file with mode: 0644]
tests/ui/async-await/return-type-notation/issue-110963-early.rs
tests/ui/async-await/return-type-notation/issue-110963-early.stderr [new file with mode: 0644]
tests/ui/async-await/return-type-notation/issue-110963-late.rs
tests/ui/async-await/return-type-notation/issue-110963-late.stderr [new file with mode: 0644]
tests/ui/async-await/return-type-notation/super-method-bound.rs
tests/ui/async-await/return-type-notation/super-method-bound.stderr [new file with mode: 0644]
tests/ui/async-await/return-type-notation/supertrait-bound.rs
tests/ui/async-await/return-type-notation/supertrait-bound.stderr [new file with mode: 0644]
tests/ui/async-await/return-type-notation/ty-or-ct-params.rs
tests/ui/async-await/return-type-notation/ty-or-ct-params.stderr [new file with mode: 0644]
tests/ui/async-await/track-caller/async-block.afn.stderr [new file with mode: 0644]
tests/ui/async-await/track-caller/async-block.nofeat.stderr [new file with mode: 0644]
tests/ui/async-await/track-caller/async-block.rs
tests/ui/async-await/track-caller/async-block.stderr [deleted file]
tests/ui/async-await/track-caller/async-closure-gate.afn.stderr [new file with mode: 0644]
tests/ui/async-await/track-caller/async-closure-gate.nofeat.stderr [new file with mode: 0644]
tests/ui/async-await/track-caller/async-closure-gate.rs
tests/ui/async-await/track-caller/async-closure-gate.stderr [deleted file]
tests/ui/async-await/track-caller/panic-track-caller.cls.stderr [new file with mode: 0644]
tests/ui/async-await/track-caller/panic-track-caller.nofeat.stderr
tests/ui/async-await/track-caller/panic-track-caller.rs
tests/ui/attributes/auxiliary/rustc_confusables_across_crate.rs [new file with mode: 0644]
tests/ui/attributes/invalid-doc-attr.rs [deleted file]
tests/ui/attributes/invalid-doc-attr.stderr [deleted file]
tests/ui/attributes/macro_export_on_decl_macro.rs [new file with mode: 0644]
tests/ui/attributes/macro_export_on_decl_macro.stderr [new file with mode: 0644]
tests/ui/attributes/rustc_confusables.rs [new file with mode: 0644]
tests/ui/attributes/rustc_confusables.stderr [new file with mode: 0644]
tests/ui/auto-traits/issue-83857-ub.rs [new file with mode: 0644]
tests/ui/auto-traits/issue-83857-ub.stderr [new file with mode: 0644]
tests/ui/binop/binop-move-semantics.stderr
tests/ui/binop/borrow-suggestion-109352-2.rs [new file with mode: 0644]
tests/ui/binop/borrow-suggestion-109352-2.stderr [new file with mode: 0644]
tests/ui/binop/borrow-suggestion-109352.fixed [new file with mode: 0644]
tests/ui/binop/borrow-suggestion-109352.rs [new file with mode: 0644]
tests/ui/binop/borrow-suggestion-109352.stderr [new file with mode: 0644]
tests/ui/borrowck/borrow-tuple-fields.stderr
tests/ui/borrowck/borrowck-argument.stderr
tests/ui/borrowck/borrowck-auto-mut-ref-to-immut-var.stderr
tests/ui/borrowck/borrowck-borrow-immut-deref-of-box-as-mut.stderr
tests/ui/borrowck/borrowck-borrow-mut-object-twice.stderr
tests/ui/borrowck/borrowck-borrow-overloaded-auto-deref.stderr
tests/ui/borrowck/borrowck-borrowed-uniq-rvalue-2.stderr
tests/ui/borrowck/borrowck-borrowed-uniq-rvalue.stderr
tests/ui/borrowck/borrowck-closures-unique-imm.stderr
tests/ui/borrowck/borrowck-describe-lvalue.stderr
tests/ui/borrowck/borrowck-insert-during-each.stderr
tests/ui/borrowck/borrowck-issue-2657-1.stderr
tests/ui/borrowck/borrowck-lend-flow-if.stderr
tests/ui/borrowck/borrowck-lend-flow.stderr
tests/ui/borrowck/borrowck-loan-blocks-move-cc.stderr
tests/ui/borrowck/borrowck-loan-blocks-move.stderr
tests/ui/borrowck/borrowck-loan-in-overloaded-op.stderr
tests/ui/borrowck/borrowck-loan-rcvr-overloaded-op.stderr
tests/ui/borrowck/borrowck-loan-rcvr.stderr
tests/ui/borrowck/borrowck-move-from-subpath-of-borrowed-path.stderr
tests/ui/borrowck/borrowck-move-mut-base-ptr.stderr
tests/ui/borrowck/borrowck-move-out-of-overloaded-auto-deref.stderr
tests/ui/borrowck/borrowck-mut-borrow-linear-errors.stderr
tests/ui/borrowck/borrowck-mut-borrow-of-mut-base-ptr.stderr
tests/ui/borrowck/borrowck-object-lifetime.stderr
tests/ui/borrowck/borrowck-overloaded-index-autoderef.stderr
tests/ui/borrowck/borrowck-report-with-custom-diagnostic.stderr
tests/ui/borrowck/borrowck-swap-mut-base-ptr.stderr
tests/ui/borrowck/borrowck-union-borrow-nested.stderr
tests/ui/borrowck/borrowck-uniq-via-lend.stderr
tests/ui/borrowck/borrowck-vec-pattern-loan-from-mut.stderr
tests/ui/borrowck/borrowck-vec-pattern-nesting.stderr
tests/ui/borrowck/clone-span-on-try-operator.fixed [new file with mode: 0644]
tests/ui/borrowck/clone-span-on-try-operator.rs [new file with mode: 0644]
tests/ui/borrowck/clone-span-on-try-operator.stderr [new file with mode: 0644]
tests/ui/borrowck/copy-suggestion-region-vid.rs
tests/ui/borrowck/copy-suggestion-region-vid.stderr
tests/ui/borrowck/index-mut-help-with-impl.stderr
tests/ui/borrowck/index-mut-help.stderr
tests/ui/borrowck/issue-109271-pass-self-into-closure.stderr
tests/ui/borrowck/issue-42344.stderr
tests/ui/borrowck/issue-47646.stderr
tests/ui/borrowck/issue-51117.stderr
tests/ui/borrowck/issue-81365-10.stderr
tests/ui/borrowck/issue-81365-5.stderr
tests/ui/borrowck/issue-82032.stderr
tests/ui/borrowck/issue-85581.stderr
tests/ui/borrowck/issue-85765-closure.rs [new file with mode: 0644]
tests/ui/borrowck/issue-85765-closure.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-85765.stderr
tests/ui/borrowck/issue-91206.stderr
tests/ui/borrowck/issue-93078.stderr
tests/ui/borrowck/many-mutable-borrows.stderr
tests/ui/borrowck/mut-borrow-of-mut-ref.stderr
tests/ui/borrowck/mut-borrow-outside-loop.stderr
tests/ui/borrowck/suggest-as-ref-on-mut-closure.stderr
tests/ui/borrowck/suggest-local-var-double-mut.stderr
tests/ui/borrowck/suggest-local-var-for-vector.stderr
tests/ui/borrowck/suggest-local-var-imm-and-mut.stderr
tests/ui/borrowck/suggest-storing-local-var-for-vector.stderr
tests/ui/borrowck/two-phase-across-loop.stderr
tests/ui/borrowck/two-phase-cannot-nest-mut-self-calls.stderr
tests/ui/borrowck/two-phase-multi-mut.stderr
tests/ui/borrowck/two-phase-nonrecv-autoref.base.stderr
tests/ui/borrowck/two-phase-sneaky.stderr
tests/ui/borrowck/two-phase-surprise-no-conflict.stderr
tests/ui/borrowck/unboxed-closures-move-upvar-from-non-once-ref-closure.stderr
tests/ui/box/leak-alloc.stderr
tests/ui/btreemap/btreemap-index-mut-2.rs [new file with mode: 0644]
tests/ui/btreemap/btreemap-index-mut-2.stderr [new file with mode: 0644]
tests/ui/cannot-mutate-captured-non-mut-var.stderr
tests/ui/check-cfg/compact-values.stderr
tests/ui/check-cfg/values-target-json.stderr
tests/ui/check-cfg/well-known-values.stderr
tests/ui/closures/binder/nested-closures-regions.stderr
tests/ui/closures/multiple-fn-bounds.stderr
tests/ui/closures/print/closure-print-generic-trim-off-verbose-2.stderr
tests/ui/closures/print/closure-print-generic-verbose-2.stderr
tests/ui/closures/print/closure-print-verbose.stderr
tests/ui/codegen/issue-55976.rs
tests/ui/codegen/target-cpus.rs [new file with mode: 0644]
tests/ui/codegen/target-cpus.stdout [new file with mode: 0644]
tests/ui/codemap_tests/issue-11715.stderr
tests/ui/codemap_tests/one_line.stderr
tests/ui/codemap_tests/tab_3.stderr
tests/ui/coercion/coerce-block-tail-83783.fixed [new file with mode: 0644]
tests/ui/coercion/coerce-block-tail-83783.rs
tests/ui/coercion/coerce-block-tail-83783.stderr
tests/ui/coherence/coherence-doesnt-use-infcx-evaluate.rs [new file with mode: 0644]
tests/ui/coherence/coherence-doesnt-use-infcx-evaluate.stderr [new file with mode: 0644]
tests/ui/coherence/coherence-inherited-assoc-ty-cycle-err.stderr
tests/ui/coherence/warn-when-cycle-is-error-in-coherence.rs [new file with mode: 0644]
tests/ui/coherence/warn-when-cycle-is-error-in-coherence.stderr [new file with mode: 0644]
tests/ui/command/need-crate-arg-ignore-tidy.x.rs [new file with mode: 0644]
tests/ui/command/need-crate-arg-ignore-tidy.x.stderr [new file with mode: 0644]
tests/ui/conditional-compilation/cfg-arg-invalid-1.rs
tests/ui/conditional-compilation/cfg-arg-invalid-2.rs
tests/ui/conditional-compilation/cfg-arg-invalid-4.rs
tests/ui/conditional-compilation/cfg-arg-invalid-6.rs
tests/ui/conditional-compilation/cfg-arg-invalid-8.rs
tests/ui/conditional-compilation/cfg-arg-invalid-9.rs
tests/ui/conditional-compilation/cfg-empty-codemap.rs
tests/ui/const-generics/const-generic-default-wont-borrowck.stderr
tests/ui/const-generics/const_trait_fn-issue-88433.rs
tests/ui/const-generics/generic_const_exprs/closures.stderr
tests/ui/const-generics/generic_const_exprs/issue-109141.stderr
tests/ui/const-generics/generic_const_exprs/issue-80742.rs
tests/ui/const-generics/generic_const_exprs/issue-80742.stderr
tests/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.stderr
tests/ui/const-generics/issue-93647.rs
tests/ui/const-generics/issue-93647.stderr
tests/ui/const-generics/issues/issue-100313.rs
tests/ui/const-generics/issues/issue-100313.stderr
tests/ui/const-generics/issues/issue-67375.full.stderr
tests/ui/const-generics/issues/issue-83765.stderr
tests/ui/const-generics/late-bound-vars/in_closure.rs
tests/ui/const-generics/late-bound-vars/in_closure.stderr
tests/ui/const-generics/late-bound-vars/simple.rs
tests/ui/const-generics/late-bound-vars/simple.stderr
tests/ui/const-generics/lifetime-in-const-param.rs [new file with mode: 0644]
tests/ui/const-generics/lifetime-in-const-param.stderr [new file with mode: 0644]
tests/ui/const-generics/slice-const-param.rs
tests/ui/const-generics/transmute-fail.stderr
tests/ui/const-generics/type_mismatch.stderr
tests/ui/const-ptr/forbidden_slices.stderr
tests/ui/const_prop/apfloat-f64-roundtrip.rs [new file with mode: 0644]
tests/ui/const_prop/apfloat-remainder-regression.rs [new file with mode: 0644]
tests/ui/const_prop/ice-issue-111353.rs [new file with mode: 0644]
tests/ui/const_prop/ice-issue-96944.rs [new file with mode: 0644]
tests/ui/consts/const-block-const-bound.rs
tests/ui/consts/const-block-const-bound.stderr
tests/ui/consts/const-compare-bytes-ub.rs [new file with mode: 0644]
tests/ui/consts/const-compare-bytes-ub.stderr [new file with mode: 0644]
tests/ui/consts/const-compare-bytes.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const-eval-query-stack.rs
tests/ui/consts/const-eval/const-pointer-values-in-various-types.64bit.stderr
tests/ui/consts/const-eval/const_fn_target_feature.rs [new file with mode: 0644]
tests/ui/consts/const-eval/const_fn_target_feature.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/heap/dealloc_intrinsic_dangling.stderr
tests/ui/consts/const-eval/heap/dealloc_intrinsic_duplicate.stderr
tests/ui/consts/const-eval/issue-49296.stderr
tests/ui/consts/const-eval/nonnull_as_ref.rs [new file with mode: 0644]
tests/ui/consts/const-eval/nonnull_as_ref_ub.rs [new file with mode: 0644]
tests/ui/consts/const-eval/nonnull_as_ref_ub.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/raw-bytes.32bit.stderr
tests/ui/consts/const-eval/raw-bytes.64bit.stderr
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/ub-enum.32bit.stderr
tests/ui/consts/const-eval/ub-enum.64bit.stderr
tests/ui/consts/const-eval/ub-enum.rs
tests/ui/consts/const-eval/ub-int-array.32bit.stderr
tests/ui/consts/const-eval/ub-int-array.64bit.stderr
tests/ui/consts/const-eval/ub-int-array.rs
tests/ui/consts/const-eval/ub-ref-ptr.stderr
tests/ui/consts/const-eval/ub-wide-ptr.stderr
tests/ui/consts/const-float-classify.rs
tests/ui/consts/const-float-classify.stderr [new file with mode: 0644]
tests/ui/consts/const-size_of-cycle.stderr
tests/ui/consts/const-try.stderr
tests/ui/consts/const_cmp_type_id.stderr
tests/ui/consts/const_discriminant.rs
tests/ui/consts/const_let_assign3.stderr
tests/ui/consts/constifconst-call-in-const-position.stderr
tests/ui/consts/drop-maybe_uninit.rs [new file with mode: 0644]
tests/ui/consts/extra-const-ub/detect-extra-ub.rs
tests/ui/consts/extra-const-ub/detect-extra-ub.with_flag.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-103790.stderr
tests/ui/consts/issue-28113.rs
tests/ui/consts/issue-28113.stderr
tests/ui/consts/issue-36163.stderr
tests/ui/consts/issue-44415.stderr
tests/ui/consts/issue-56164.rs
tests/ui/consts/issue-56164.stderr
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-monomorphic.stderr
tests/ui/consts/issue-83182.rs [deleted file]
tests/ui/consts/issue-83182.stderr [deleted file]
tests/ui/consts/issue-94675.rs
tests/ui/consts/issue-94675.stderr
tests/ui/consts/issue-miri-1910.stderr
tests/ui/consts/miri_unleashed/ptr_arith.rs
tests/ui/consts/miri_unleashed/ptr_arith.stderr
tests/ui/consts/precise-drop-with-promoted.rs
tests/ui/consts/precise-drop-with-promoted.stderr [new file with mode: 0644]
tests/ui/consts/promoted_const_call.rs
tests/ui/consts/promoted_const_call.stderr
tests/ui/consts/ptr_comparisons.rs
tests/ui/consts/ptr_comparisons.stderr [deleted file]
tests/ui/consts/ptr_is_null.rs
tests/ui/consts/recursive-zst-static.default.stderr
tests/ui/consts/recursive-zst-static.unleash.stderr
tests/ui/consts/rustc-impl-const-stability.rs
tests/ui/consts/rustc-impl-const-stability.stderr
tests/ui/consts/unstable-const-fn-in-libcore.rs
tests/ui/consts/unstable-const-fn-in-libcore.stderr
tests/ui/consts/write-to-static-mut-in-static.stderr
tests/ui/cross-crate/auxiliary/static_init_aux.rs
tests/ui/cross-crate/static-init.rs
tests/ui/cycle-trait/cycle-trait-default-type-trait.stderr
tests/ui/cycle-trait/cycle-trait-supertrait-direct.stderr
tests/ui/cycle-trait/cycle-trait-supertrait-indirect.stderr
tests/ui/cycle-trait/issue-12511.stderr
tests/ui/debuginfo/sroa-fragment-debuginfo.rs [new file with mode: 0644]
tests/ui/deriving/deriving-all-codegen.stdout
tests/ui/destructuring-assignment/slice_destructure_fail.rs
tests/ui/destructuring-assignment/slice_destructure_fail.stderr
tests/ui/diagnostic-flags/colored-session-opt-error.rs [new file with mode: 0644]
tests/ui/diagnostic-flags/colored-session-opt-error.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/E0271.stderr
tests/ui/diagnostic-width/long-E0308.rs
tests/ui/diagnostic_namespace/auxiliary/proc-macro-helper.rs [new file with mode: 0644]
tests/ui/diagnostic_namespace/can_use_the_diagnostic_name_in_other_places.rs [new file with mode: 0644]
tests/ui/diagnostic_namespace/existing_proc_macros.rs [new file with mode: 0644]
tests/ui/diagnostic_namespace/feature-gate-diagnostic_namespace.rs [new file with mode: 0644]
tests/ui/diagnostic_namespace/feature-gate-diagnostic_namespace.stderr [new file with mode: 0644]
tests/ui/diagnostic_namespace/non_existing_attributes_accepted.rs [new file with mode: 0644]
tests/ui/diagnostic_namespace/non_existing_attributes_accepted.stderr [new file with mode: 0644]
tests/ui/diagnostic_namespace/requires_path.rs [new file with mode: 0644]
tests/ui/diagnostic_namespace/requires_path.stderr [new file with mode: 0644]
tests/ui/did_you_mean/compatible-variants.stderr
tests/ui/did_you_mean/issue-114112.rs [new file with mode: 0644]
tests/ui/did_you_mean/issue-114112.stderr [new file with mode: 0644]
tests/ui/did_you_mean/issue-34126.stderr
tests/ui/did_you_mean/issue-35937.stderr
tests/ui/did_you_mean/issue-38147-1.stderr
tests/ui/did_you_mean/issue-38147-2.stderr
tests/ui/did_you_mean/issue-38147-3.stderr
tests/ui/did_you_mean/issue-38147-4.stderr
tests/ui/did_you_mean/issue-40823.stderr
tests/ui/dropck/drop-with-active-borrows-1.stderr
tests/ui/dropck/drop-with-active-borrows-2.stderr
tests/ui/dropck/explicit-drop-bounds.bad1.stderr
tests/ui/dropck/explicit-drop-bounds.bad2.stderr
tests/ui/dst/issue-113447.fixed [new file with mode: 0644]
tests/ui/dst/issue-113447.rs [new file with mode: 0644]
tests/ui/dst/issue-113447.stderr [new file with mode: 0644]
tests/ui/dst/issue-90528-unsizing-not-suggestion-110063.rs [new file with mode: 0644]
tests/ui/dst/issue-90528-unsizing-not-suggestion-110063.stderr [new file with mode: 0644]
tests/ui/dyn-star/llvm-old-style-ptrs.rs [deleted file]
tests/ui/dyn-star/param-env-region-infer.current.stderr
tests/ui/dyn-star/param-env-region-infer.next.stderr [deleted file]
tests/ui/dyn-star/param-env-region-infer.rs
tests/ui/error-codes/E0161.base.stderr
tests/ui/error-codes/E0275.stderr
tests/ui/error-codes/E0283.stderr
tests/ui/error-codes/E0499.stderr
tests/ui/error-codes/E0502.stderr
tests/ui/error-codes/E0503.stderr
tests/ui/error-codes/E0505.stderr
tests/ui/error-codes/E0507.stderr
tests/ui/error-codes/E0608.stderr
tests/ui/error-codes/E0790.stderr
tests/ui/extern/extern-thiscall.rs
tests/ui/feature-gates/feature-gate-abi-riscv-interrupt.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-abi-riscv-interrupt.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-relocation-model.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-relocation-model.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-extern_absolute_paths.stderr
tests/ui/feature-gates/feature-gate-return_type_notation.rs
tests/ui/feature-gates/feature-gate-thiscall.rs [deleted file]
tests/ui/feature-gates/feature-gate-thiscall.stderr [deleted file]
tests/ui/feature-gates/feature-gate-unsafe_pin_internals.rs
tests/ui/feature-gates/feature-gate-unsafe_pin_internals.stderr
tests/ui/feature-gates/print-with-path.cfg.stderr [new file with mode: 0644]
tests/ui/feature-gates/print-with-path.rs [new file with mode: 0644]
tests/ui/feature-gates/print-with-path.target-cpus.stderr [new file with mode: 0644]
tests/ui/feature-gates/print-with-path.target-features.stderr [new file with mode: 0644]
tests/ui/fmt/closing-brace-as-fill.rs [new file with mode: 0644]
tests/ui/fmt/closing-brace-as-fill.stderr [new file with mode: 0644]
tests/ui/fmt/format-string-error-2.stderr
tests/ui/fmt/format-string-error.stderr
tests/ui/fmt/format-string-wrong-order.stderr
tests/ui/fmt/ifmt-bad-arg.stderr
tests/ui/fmt/suggest-inline-args.rs [new file with mode: 0644]
tests/ui/fmt/suggest-inline-args.stderr [new file with mode: 0644]
tests/ui/for/issue-20605.next.stderr
tests/ui/generator/auto-trait-regions.rs
tests/ui/generator/dropck-resume.stderr
tests/ui/generator/dropck.stderr
tests/ui/generator/issue-113279.rs [new file with mode: 0644]
tests/ui/generator/issue-113279.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-102114.current.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-102114.next.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-102114.rs
tests/ui/generic-associated-types/issue-102114.stderr [deleted file]
tests/ui/generic-associated-types/issue-86218.rs
tests/ui/generic-associated-types/issue-90014-tait.rs
tests/ui/generic-associated-types/issue-90014-tait.stderr
tests/ui/generic-associated-types/issue-90014-tait2.rs
tests/ui/generic-associated-types/issue-90014-tait2.stderr
tests/ui/generic-associated-types/streaming_iterator.rs
tests/ui/generic-const-items/associated-const-equality.rs [new file with mode: 0644]
tests/ui/generic-const-items/basic.rs [new file with mode: 0644]
tests/ui/generic-const-items/compare-impl-item.rs [new file with mode: 0644]
tests/ui/generic-const-items/compare-impl-item.stderr [new file with mode: 0644]
tests/ui/generic-const-items/const-trait-impl.rs [new file with mode: 0644]
tests/ui/generic-const-items/const-trait-impl.stderr [new file with mode: 0644]
tests/ui/generic-const-items/duplicate-where-clause.rs [new file with mode: 0644]
tests/ui/generic-const-items/duplicate-where-clause.stderr [new file with mode: 0644]
tests/ui/generic-const-items/elided-lifetimes.rs [new file with mode: 0644]
tests/ui/generic-const-items/elided-lifetimes.stderr [new file with mode: 0644]
tests/ui/generic-const-items/evaluatable-bounds.rs [new file with mode: 0644]
tests/ui/generic-const-items/evaluatable-bounds.unconstrained.stderr [new file with mode: 0644]
tests/ui/generic-const-items/feature-gate-generic_const_items.rs [new file with mode: 0644]
tests/ui/generic-const-items/feature-gate-generic_const_items.stderr [new file with mode: 0644]
tests/ui/generic-const-items/inference-failure.rs [new file with mode: 0644]
tests/ui/generic-const-items/inference-failure.stderr [new file with mode: 0644]
tests/ui/generic-const-items/misplaced-where-clause.fixed [new file with mode: 0644]
tests/ui/generic-const-items/misplaced-where-clause.rs [new file with mode: 0644]
tests/ui/generic-const-items/misplaced-where-clause.stderr [new file with mode: 0644]
tests/ui/generic-const-items/parameter-defaults.rs [new file with mode: 0644]
tests/ui/generic-const-items/parameter-defaults.stderr [new file with mode: 0644]
tests/ui/generic-const-items/recursive.rs [new file with mode: 0644]
tests/ui/generic-const-items/reference-outlives-referent.rs [new file with mode: 0644]
tests/ui/generic-const-items/reference-outlives-referent.stderr [new file with mode: 0644]
tests/ui/generic-const-items/trivially-unsatisfied-bounds-0.rs [new file with mode: 0644]
tests/ui/generic-const-items/trivially-unsatisfied-bounds-0.stderr [new file with mode: 0644]
tests/ui/generic-const-items/trivially-unsatisfied-bounds-1.rs [new file with mode: 0644]
tests/ui/generic-const-items/trivially-unsatisfied-bounds-1.stderr [new file with mode: 0644]
tests/ui/generic-const-items/unsatisfied-bounds.rs [new file with mode: 0644]
tests/ui/generic-const-items/unsatisfied-bounds.stderr [new file with mode: 0644]
tests/ui/generic-const-items/unsatisfied-evaluatable-bounds.rs [new file with mode: 0644]
tests/ui/generic-const-items/unsatisfied-evaluatable-bounds.stderr [new file with mode: 0644]
tests/ui/generic-const-items/unsatisfied-outlives-bounds.rs [new file with mode: 0644]
tests/ui/generic-const-items/unsatisfied-outlives-bounds.stderr [new file with mode: 0644]
tests/ui/generics/issue-94923.rs
tests/ui/hashmap/hashmap-iter-value-lifetime.stderr
tests/ui/hashmap/hashmap-lifetimes.stderr
tests/ui/hello_world/main.rs
tests/ui/higher-ranked/subtype/placeholder-pattern-fail.stderr
tests/ui/higher-ranked/trait-bounds/future.rs
tests/ui/higher-ranked/trait-bounds/hang-on-deeply-nested-dyn.stderr
tests/ui/higher-ranked/trait-bounds/hrtb-debruijn-in-receiver.stderr
tests/ui/higher-ranked/trait-bounds/hrtb-exists-forall-fn.stderr
tests/ui/higher-ranked/trait-bounds/issue-30786.stderr
tests/ui/hygiene/extern-prelude-from-opaque-fail-2018.rs [new file with mode: 0644]
tests/ui/hygiene/extern-prelude-from-opaque-fail-2018.stderr [new file with mode: 0644]
tests/ui/hygiene/extern-prelude-from-opaque-fail.rs
tests/ui/hygiene/extern-prelude-from-opaque-fail.stderr
tests/ui/hygiene/fields-numeric-borrowck.stderr
tests/ui/hygiene/panic-location.run.stderr
tests/ui/impl-trait/auto-trait-leak.stderr
tests/ui/impl-trait/autoderef.rs
tests/ui/impl-trait/fresh-lifetime-from-bare-trait-obj-114664.rs [new file with mode: 0644]
tests/ui/impl-trait/fresh-lifetime-from-bare-trait-obj-114664.stderr [new file with mode: 0644]
tests/ui/impl-trait/hidden-type-is-opaque-2.rs
tests/ui/impl-trait/hidden-type-is-opaque-2.stderr
tests/ui/impl-trait/in-trait/assumed-wf-bounds-in-impl.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/auxiliary/rpitit.rs
tests/ui/impl-trait/in-trait/bad-item-bound-within-rpitit-2.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/bad-item-bound-within-rpitit-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/bad-item-bound-within-rpitit.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/bad-item-bound-within-rpitit.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/box-coerce-span-in-default.rs
tests/ui/impl-trait/in-trait/check-wf-on-non-defaulted-rpitit.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/check-wf-on-non-defaulted-rpitit.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/deep-match-works.rs
tests/ui/impl-trait/in-trait/deep-match.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/deep-match.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/deep-match.rs
tests/ui/impl-trait/in-trait/deep-match.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-type-err-2.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/default-body-type-err-2.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/default-body-type-err-2.rs
tests/ui/impl-trait/in-trait/default-body-type-err-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-type-err.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/default-body-type-err.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/default-body-type-err.rs
tests/ui/impl-trait/in-trait/default-body-type-err.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-body-with-rpit.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/default-body-with-rpit.next.stderr [deleted file]
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.rs
tests/ui/impl-trait/in-trait/default-method-constraint.rs
tests/ui/impl-trait/in-trait/doesnt-satisfy.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/doesnt-satisfy.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/doesnt-satisfy.rs
tests/ui/impl-trait/in-trait/doesnt-satisfy.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/dont-project-to-rpitit-with-no-value.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/dont-project-to-rpitit-with-no-value.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/dont-project-to-rpitit-with-no-value.rs
tests/ui/impl-trait/in-trait/dont-project-to-rpitit-with-no-value.stderr [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-dyn-error.stderr
tests/ui/impl-trait/in-trait/foreign.rs
tests/ui/impl-trait/in-trait/generics-mismatch.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/generics-mismatch.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/generics-mismatch.rs
tests/ui/impl-trait/in-trait/generics-mismatch.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/issue-102140.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/issue-102140.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/issue-102140.rs
tests/ui/impl-trait/in-trait/issue-102140.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/issue-102301.rs
tests/ui/impl-trait/in-trait/issue-102571.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/issue-102571.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/issue-102571.rs
tests/ui/impl-trait/in-trait/issue-102571.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/missing-lt-outlives-in-rpitit-114274.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/missing-lt-outlives-in-rpitit-114274.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/nested-rpitit.rs
tests/ui/impl-trait/in-trait/object-safety.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/object-safety.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/object-safety.rs
tests/ui/impl-trait/in-trait/object-safety.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/opaque-in-impl-is-opaque.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/opaque-in-impl-is-opaque.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/opaque-in-impl-is-opaque.rs
tests/ui/impl-trait/in-trait/opaque-in-impl-is-opaque.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/opaque-in-impl.rs
tests/ui/impl-trait/in-trait/outlives-in-nested-rpit.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/return-dont-satisfy-bounds.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/return-dont-satisfy-bounds.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/return-dont-satisfy-bounds.rs
tests/ui/impl-trait/in-trait/return-dont-satisfy-bounds.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/reveal.rs
tests/ui/impl-trait/in-trait/rpitit-shadowed-by-missing-adt.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/rpitit-shadowed-by-missing-adt.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/signature-mismatch.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/signature-mismatch.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/signature-mismatch.rs
tests/ui/impl-trait/in-trait/signature-mismatch.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/specialization-broken.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/specialization-broken.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/specialization-broken.rs
tests/ui/impl-trait/in-trait/specialization-broken.stderr [new file with mode: 0644]
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 [deleted file]
tests/ui/impl-trait/in-trait/trait-more-generics-than-impl.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/trait-more-generics-than-impl.rs
tests/ui/impl-trait/in-trait/trait-more-generics-than-impl.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/unconstrained-lt.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/unconstrained-lt.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/unconstrained-lt.rs
tests/ui/impl-trait/in-trait/unconstrained-lt.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/variances-of-gat.rs
tests/ui/impl-trait/in-trait/wf-bounds.current.stderr [deleted file]
tests/ui/impl-trait/in-trait/wf-bounds.next.stderr [deleted file]
tests/ui/impl-trait/in-trait/wf-bounds.rs
tests/ui/impl-trait/in-trait/wf-bounds.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/where-clause.rs
tests/ui/impl-trait/issue-102605.stderr
tests/ui/impl-trait/issue-99073-2.rs
tests/ui/impl-trait/issue-99073-2.stderr
tests/ui/impl-trait/issue-99073.rs
tests/ui/impl-trait/issue-99073.stderr
tests/ui/impl-trait/issues/issue-86800.rs
tests/ui/impl-trait/lifetime-ambiguity-regression.rs [new file with mode: 0644]
tests/ui/impl-trait/mapping-duplicated-lifetimes-issue-114597.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-rpit-hrtb-2.rs [new file with mode: 0644]
tests/ui/impl-trait/nested-rpit-hrtb-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/normalize-tait-in-const.rs
tests/ui/impl-trait/normalize-tait-in-const.stderr
tests/ui/impl-trait/opaque-cast-field-access-in-future.rs [new file with mode: 0644]
tests/ui/impl-trait/opaque-cast-field-access-in-future.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-auto-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/rpit/equal-lifetime-params-ok.rs [new file with mode: 0644]
tests/ui/impl-trait/rpit/non-defining-use.rs [new file with mode: 0644]
tests/ui/impl-trait/rpit/non-defining-use.stderr [new file with mode: 0644]
tests/ui/implied-bounds/implied-bounds-entailment-wf-vars-issue-114783-1.rs [new file with mode: 0644]
tests/ui/implied-bounds/implied-bounds-entailment-wf-vars-issue-114783-2.rs [new file with mode: 0644]
tests/ui/implied-bounds/implied_bounds_entailment_alias_var.rs [new file with mode: 0644]
tests/ui/implied-bounds/implied_bounds_entailment_skip_non_outlives.rs [new file with mode: 0644]
tests/ui/implied-bounds/trait-where-clause-implied.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-1.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-1.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-10.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-10.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-11.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-11.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-12.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-12.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-13.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-13.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-14.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-14.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-15.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-15.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-16.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-16.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-17.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-17.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-2.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-3.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-3.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-4-extern.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-4-extern.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-4.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-5.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-5.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-6.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-6.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-7.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-7.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-8.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-8.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-9.rs [new file with mode: 0644]
tests/ui/imports/ambiguous-9.stderr [new file with mode: 0644]
tests/ui/imports/auxiliary/ambiguous-11-extern.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/ambiguous-8-extern.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/extern-with-ambiguous-1-extern.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/extern-with-ambiguous-2-extern.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/extern-with-ambiguous-3-extern.rs [new file with mode: 0644]
tests/ui/imports/duplicate.rs
tests/ui/imports/duplicate.stderr
tests/ui/imports/extern-with-ambiguous-1.rs [new file with mode: 0644]
tests/ui/imports/extern-with-ambiguous-1.stderr [new file with mode: 0644]
tests/ui/imports/extern-with-ambiguous-2.rs [new file with mode: 0644]
tests/ui/imports/extern-with-ambiguous-3.rs [new file with mode: 0644]
tests/ui/imports/import-after-macro-expand-1.rs [new file with mode: 0644]
tests/ui/imports/import-after-macro-expand-2.rs [new file with mode: 0644]
tests/ui/imports/import-after-macro-expand-3.rs [new file with mode: 0644]
tests/ui/imports/import-after-macro-expand-4.rs [new file with mode: 0644]
tests/ui/imports/import-after-macro-expand-4.stderr [new file with mode: 0644]
tests/ui/imports/import-after-macro-expand-5.rs [new file with mode: 0644]
tests/ui/imports/import-after-macro-expand-6.rs [new file with mode: 0644]
tests/ui/imports/import-after-macro-expand-7.rs [new file with mode: 0644]
tests/ui/imports/import-after-macro-expand-8.rs [new file with mode: 0644]
tests/ui/imports/issue-113953.rs [new file with mode: 0644]
tests/ui/imports/issue-113953.stderr [new file with mode: 0644]
tests/ui/imports/issue-81413.rs [new file with mode: 0644]
tests/ui/imports/issue-81413.stderr [new file with mode: 0644]
tests/ui/imports/resolve-other-libc.rs [new file with mode: 0644]
tests/ui/imports/resolve-other-libc.stderr [new file with mode: 0644]
tests/ui/index-bot.rs [deleted file]
tests/ui/index-bot.stderr [deleted file]
tests/ui/index-help.rs [deleted file]
tests/ui/index-help.stderr [deleted file]
tests/ui/index_message.rs [deleted file]
tests/ui/index_message.stderr [deleted file]
tests/ui/indexing-requires-a-uint.rs [deleted file]
tests/ui/indexing-requires-a-uint.stderr [deleted file]
tests/ui/indexing/index-bot.rs [new file with mode: 0644]
tests/ui/indexing/index-bot.stderr [new file with mode: 0644]
tests/ui/indexing/index-help.rs [new file with mode: 0644]
tests/ui/indexing/index-help.stderr [new file with mode: 0644]
tests/ui/indexing/index_message.rs [new file with mode: 0644]
tests/ui/indexing/index_message.stderr [new file with mode: 0644]
tests/ui/indexing/indexing-requires-a-uint.rs [new file with mode: 0644]
tests/ui/indexing/indexing-requires-a-uint.stderr [new file with mode: 0644]
tests/ui/indexing/indexing-spans-caller-location.rs [new file with mode: 0644]
tests/ui/inference/issue-113354.fixed [new file with mode: 0644]
tests/ui/inference/issue-113354.rs [new file with mode: 0644]
tests/ui/inference/issue-113354.stderr [new file with mode: 0644]
tests/ui/inference/need_type_info/infer-var-for-self-param.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/infer-var-for-self-param.stderr [new file with mode: 0644]
tests/ui/inference/need_type_info/issue-113264-incorrect-impl-trait-in-path-suggestion.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/issue-113264-incorrect-impl-trait-in-path-suggestion.stderr [new file with mode: 0644]
tests/ui/inference/str-as-char.fixed
tests/ui/inference/str-as-char.rs
tests/ui/inference/str-as-char.stderr
tests/ui/inference/type-infer-generalize-ty-var.rs
tests/ui/infinite/infinite-trait-alias-recursion.stderr
tests/ui/infinite/infinite-type-alias-mutual-recursion.stderr
tests/ui/infinite/infinite-vec-type-recursion.stderr
tests/ui/inline-const/instance-doesnt-depend-on-type.rs [new file with mode: 0644]
tests/ui/inline-const/interpolated.rs [new file with mode: 0644]
tests/ui/inline-const/pat-match-fndef.rs [new file with mode: 0644]
tests/ui/inline-const/pat-match-fndef.stderr [new file with mode: 0644]
tests/ui/inline-const/required-const.rs [new file with mode: 0644]
tests/ui/inline-const/required-const.stderr [new file with mode: 0644]
tests/ui/internal/internal-unstable.rs
tests/ui/internal/internal-unstable.stderr
tests/ui/intrinsics/const-eval-select-backtrace-std.run.stderr
tests/ui/intrinsics/const-eval-select-backtrace.run.stderr
tests/ui/intrinsics/intrinsic-raw_eq-const-bad.rs [new file with mode: 0644]
tests/ui/intrinsics/intrinsic-raw_eq-const-bad.stderr [new file with mode: 0644]
tests/ui/intrinsics/intrinsic-raw_eq-const-padding.rs [deleted file]
tests/ui/intrinsics/intrinsic-raw_eq-const-padding.stderr [deleted file]
tests/ui/invalid/issue-114435-layout-type-err.rs [new file with mode: 0644]
tests/ui/invalid/issue-114435-layout-type-err.stderr [new file with mode: 0644]
tests/ui/issues/issue-100605.rs [deleted file]
tests/ui/issues/issue-100605.stderr [deleted file]
tests/ui/issues/issue-11515.rs [deleted file]
tests/ui/issues/issue-11515.stderr [deleted file]
tests/ui/issues/issue-11820.rs
tests/ui/issues/issue-13497-2.stderr
tests/ui/issues/issue-17252.stderr
tests/ui/issues/issue-20413.stderr
tests/ui/issues/issue-20772.stderr
tests/ui/issues/issue-21177.stderr
tests/ui/issues/issue-21600.stderr
tests/ui/issues/issue-23122-2.stderr
tests/ui/issues/issue-23302-1.stderr
tests/ui/issues/issue-23302-2.stderr
tests/ui/issues/issue-23302-3.stderr
tests/ui/issues/issue-27842.stderr
tests/ui/issues/issue-34373.stderr
tests/ui/issues/issue-40861.stderr
tests/ui/issues/issue-41726.stderr
tests/ui/issues/issue-42106.stderr
tests/ui/issues/issue-44405.stderr
tests/ui/issues/issue-48364.stderr
tests/ui/issues/issue-51632-try-desugar-incompatible-types.stderr
tests/ui/issues/issue-52126-assign-op-invariance.stderr
tests/ui/issues/issue-61108.stderr
tests/ui/issues/issue-81584.stderr
tests/ui/issues/issue-83190.rs [deleted file]
tests/ui/issues/issue-87707.run.stderr
tests/ui/layout/debug.stderr
tests/ui/layout/hexagon-enum.stderr
tests/ui/layout/issue-113941.rs [new file with mode: 0644]
tests/ui/layout/issue-96158-scalarpair-payload-might-be-uninit.stderr
tests/ui/layout/issue-96185-overaligned-enum.stderr
tests/ui/layout/malformed-unsized-type-in-union.rs [new file with mode: 0644]
tests/ui/layout/malformed-unsized-type-in-union.stderr [new file with mode: 0644]
tests/ui/layout/thumb-enum.stderr
tests/ui/layout/valid_range_oob.stderr
tests/ui/layout/zero-sized-array-enum-niche.stderr
tests/ui/lazy-type-alias/auxiliary/eager.rs [new file with mode: 0644]
tests/ui/lazy-type-alias/auxiliary/lazy.rs [new file with mode: 0644]
tests/ui/lazy-type-alias/coerce-behind-lazy.current.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias/coerce-behind-lazy.next.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias/coerce-behind-lazy.rs [new file with mode: 0644]
tests/ui/lazy-type-alias/enum-variant.rs [new file with mode: 0644]
tests/ui/lazy-type-alias/enum-variant.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias/extern-crate-has-eager-type-aliases.rs [new file with mode: 0644]
tests/ui/lazy-type-alias/extern-crate-has-lazy-type-aliases.locally_eager.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias/extern-crate-has-lazy-type-aliases.locally_lazy.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias/extern-crate-has-lazy-type-aliases.rs [new file with mode: 0644]
tests/ui/lazy-type-alias/leading-where-clause.fixed [new file with mode: 0644]
tests/ui/lazy-type-alias/leading-where-clause.rs [new file with mode: 0644]
tests/ui/lazy-type-alias/leading-where-clause.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias/trailing-where-clause.rs [new file with mode: 0644]
tests/ui/lazy-type-alias/trailing-where-clause.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias/type-alias-bounds-are-enforced.rs [new file with mode: 0644]
tests/ui/lazy-type-alias/unsatisfied-bounds-type-alias-body.rs [new file with mode: 0644]
tests/ui/lazy-type-alias/unsatisfied-bounds-type-alias-body.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias/variance.rs [new file with mode: 0644]
tests/ui/lexer/lex-emoji-identifiers.rs
tests/ui/lexer/lex-emoji-identifiers.stderr
tests/ui/lifetimes/borrowck-let-suggestion.stderr
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-using-fn-items.stderr
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-using-trait-objects.stderr
tests/ui/lifetimes/unusual-rib-combinations.stderr
tests/ui/limits/issue-17913.stderr
tests/ui/lint/clashing-extern-fn.stderr
tests/ui/lint/dead-code/allow-or-expect-dead_code-114557-2.rs [new file with mode: 0644]
tests/ui/lint/dead-code/allow-or-expect-dead_code-114557-2.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/allow-or-expect-dead_code-114557-3.rs [new file with mode: 0644]
tests/ui/lint/dead-code/allow-or-expect-dead_code-114557-3.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/allow-or-expect-dead_code-114557.rs [new file with mode: 0644]
tests/ui/lint/invalid-nan-comparison.stderr
tests/ui/lint/issue-111359.stderr
tests/ui/lint/issue-1866.stderr
tests/ui/lint/lint-attr-everywhere-late.stderr
tests/ui/lint/lint-cap-trait-bounds.rs [new file with mode: 0644]
tests/ui/lint/lint-missing-doc.stderr
tests/ui/lint/lint-qualification.fixed [new file with mode: 0644]
tests/ui/lint/lint-qualification.rs
tests/ui/lint/lint-qualification.stderr
tests/ui/lint/lint-struct-necessary.rs [new file with mode: 0644]
tests/ui/lint/lint-struct-necessary.stderr [new file with mode: 0644]
tests/ui/lint/lint-unconditional-drop-recursion.rs [new file with mode: 0644]
tests/ui/lint/lint-unconditional-drop-recursion.stderr [new file with mode: 0644]
tests/ui/lint/lint-unconditional-recursion.stderr
tests/ui/lint/missing-copy-implementations-negative-copy.rs [new file with mode: 0644]
tests/ui/lint/missing-doc-private-macro.stderr
tests/ui/lint/noop-method-call.fixed [new file with mode: 0644]
tests/ui/lint/noop-method-call.rs
tests/ui/lint/noop-method-call.stderr
tests/ui/lint/ptr_null_checks.rs [new file with mode: 0644]
tests/ui/lint/ptr_null_checks.stderr [new file with mode: 0644]
tests/ui/lint/reference_casting.rs
tests/ui/lint/reference_casting.stderr
tests/ui/lint/rfc-2457-non-ascii-idents/lint-confusable-idents.rs
tests/ui/lint/rfc-2457-non-ascii-idents/lint-confusable-idents.stderr
tests/ui/lint/suspicious-double-ref-op.rs
tests/ui/lint/suspicious-double-ref-op.stderr
tests/ui/lint/unaligned_references.stderr
tests/ui/lint/unknown-lints/allow-in-other-module.rs [new file with mode: 0644]
tests/ui/lint/unknown-lints/other.rs [new file with mode: 0644]
tests/ui/lint/unused/const-local-var.rs [new file with mode: 0644]
tests/ui/liveness/liveness-move-call-arg-2.rs [new file with mode: 0644]
tests/ui/liveness/liveness-move-call-arg-2.stderr [new file with mode: 0644]
tests/ui/lto/issue-100772.rs
tests/ui/macros/assert-eq-macro-msg.rs
tests/ui/macros/assert-eq-macro-panic.rs
tests/ui/macros/assert-macro-explicit.rs
tests/ui/macros/assert-macro-fmt.rs
tests/ui/macros/assert-macro-owned.rs
tests/ui/macros/assert-macro-static.rs
tests/ui/macros/assert-matches-macro-msg.rs
tests/ui/macros/assert-ne-macro-msg.rs
tests/ui/macros/assert-ne-macro-panic.rs
tests/ui/macros/builtin-env-issue-114010.rs [new file with mode: 0644]
tests/ui/macros/builtin-env-issue-114010.stderr [new file with mode: 0644]
tests/ui/macros/builtin-prelude-no-accidents.stderr
tests/ui/macros/format-args-temporaries-in-write.stderr
tests/ui/macros/issue-19163.stderr
tests/ui/macros/macro-interpolation.rs
tests/ui/macros/macro-interpolation.stderr [new file with mode: 0644]
tests/ui/macros/rfc-3086-metavar-expr/issue-111904.rs [new file with mode: 0644]
tests/ui/macros/rfc-3086-metavar-expr/issue-111904.stderr [new file with mode: 0644]
tests/ui/match/issue-114691.rs [new file with mode: 0644]
tests/ui/match/issue-115681.rs [new file with mode: 0644]
tests/ui/match/issue-74050-end-span.stderr
tests/ui/match/non-first-arm-doesnt-match-expected-return-type.rs [new file with mode: 0644]
tests/ui/match/non-first-arm-doesnt-match-expected-return-type.stderr [new file with mode: 0644]
tests/ui/methods/inherent-bound-in-probe.stderr
tests/ui/methods/method-self-arg-2.stderr
tests/ui/methods/suggest-method-on-call-with-macro-rcvr.rs [new file with mode: 0644]
tests/ui/methods/suggest-method-on-call-with-macro-rcvr.stderr [new file with mode: 0644]
tests/ui/mir/debug-ref-undef.rs [new file with mode: 0644]
tests/ui/mir/validate/storage-live.stderr
tests/ui/mismatched_types/closure-arg-type-mismatch-issue-45727.stderr
tests/ui/mismatched_types/closure-arg-type-mismatch.stderr
tests/ui/mismatched_types/closure-ref-114180.rs [new file with mode: 0644]
tests/ui/mismatched_types/closure-ref-114180.stderr [new file with mode: 0644]
tests/ui/mismatched_types/issue-36053-2.stderr
tests/ui/mismatched_types/ref-pat-suggestions.stderr
tests/ui/mismatched_types/suggest-option-asderef-inference-var.stderr
tests/ui/mismatched_types/suggest-option-asderef.fixed
tests/ui/mismatched_types/suggest-option-asderef.rs
tests/ui/mismatched_types/suggest-option-asderef.stderr
tests/ui/missing_debug_impls.rs
tests/ui/modules/issue-107649.stderr
tests/ui/moves/move-fn-self-receiver.stderr
tests/ui/moves/moves-based-on-type-access-to-field.stderr
tests/ui/moves/moves-based-on-type-exprs.stderr
tests/ui/moves/pin-mut-reborrow-infer-var-issue-107419.stderr
tests/ui/moves/pin-mut-reborrow.stderr
tests/ui/moves/suggest-clone.stderr
tests/ui/moves/use_of_moved_value_clone_suggestions.stderr
tests/ui/mut/mut-cant-alias.stderr
tests/ui/mut/mut-suggestion.stderr
tests/ui/nll/closure-access-spans.stderr
tests/ui/nll/closure-borrow-spans.stderr
tests/ui/nll/closure-requirements/escape-argument-callee.stderr
tests/ui/nll/closure-requirements/escape-argument.stderr
tests/ui/nll/closure-requirements/escape-upvar-nested.stderr
tests/ui/nll/closure-requirements/escape-upvar-ref.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/propagate-from-trait-match.stderr
tests/ui/nll/closure-requirements/return-wrong-bound-region.stderr
tests/ui/nll/closures-in-loops.stderr
tests/ui/nll/get_default.stderr
tests/ui/nll/guarantor-issue-46974.rs
tests/ui/nll/guarantor-issue-46974.stderr
tests/ui/nll/issue-46589.stderr
tests/ui/nll/issue-51191.stderr
tests/ui/nll/issue-51345-2.rs
tests/ui/nll/issue-52669.stderr
tests/ui/nll/issue-53773.stderr
tests/ui/nll/issue-54556-niconii.stderr
tests/ui/nll/issue-62007-assign-const-index.stderr
tests/ui/nll/issue-62007-assign-differing-fields.stderr
tests/ui/nll/loan_ends_mid_block_vec.stderr
tests/ui/nll/polonius/assignment-to-differing-field.stderr
tests/ui/nll/return_from_loop.stderr
tests/ui/nll/ty-outlives/projection-no-regions-closure.stderr
tests/ui/nll/ty-outlives/projection-one-region-closure.stderr
tests/ui/nll/ty-outlives/projection-one-region-trait-bound-closure.stderr
tests/ui/nll/ty-outlives/projection-one-region-trait-bound-static-closure.stderr
tests/ui/nll/ty-outlives/projection-two-region-trait-bound-closure.stderr
tests/ui/nll/ty-outlives/ty-param-closure-approximate-lower-bound.stderr
tests/ui/nll/ty-outlives/ty-param-closure-outlives-from-return-type.stderr
tests/ui/nll/ty-outlives/ty-param-closure-outlives-from-where-clause.stderr
tests/ui/nll/user-annotations/dump-adt-brace-struct.rs
tests/ui/nll/user-annotations/dump-adt-brace-struct.stderr
tests/ui/nll/user-annotations/dump-fn-method.rs
tests/ui/nll/user-annotations/dump-fn-method.stderr
tests/ui/numbers-arithmetic/apfloat-modulo-wrong.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/overflowing-add.rs
tests/ui/numbers-arithmetic/overflowing-mul.rs
tests/ui/numbers-arithmetic/overflowing-neg-nonzero.rs
tests/ui/numbers-arithmetic/overflowing-neg.rs
tests/ui/numbers-arithmetic/overflowing-pow-signed.rs
tests/ui/numbers-arithmetic/overflowing-pow-unsigned.rs
tests/ui/numbers-arithmetic/overflowing-sub.rs
tests/ui/object-safety/assoc_const_bounds.rs
tests/ui/object-safety/assoc_const_bounds.stderr [deleted file]
tests/ui/object-safety/assoc_const_bounds_sized.rs
tests/ui/object-safety/assoc_const_bounds_sized.stderr [deleted file]
tests/ui/object-safety/object-safety-by-value-self-use.stderr
tests/ui/or-patterns/missing-bindings.stderr
tests/ui/panic-handler/weak-lang-item-2.rs
tests/ui/panics/abort-on-panic.rs
tests/ui/panics/default-backtrace-ice.stderr
tests/ui/panics/fmt-only-once.run.stderr
tests/ui/panics/issue-47429-short-backtraces.legacy.run.stderr
tests/ui/panics/issue-47429-short-backtraces.v0.run.stderr
tests/ui/panics/location-detail-panic-no-column.run.stderr
tests/ui/panics/location-detail-panic-no-file.run.stderr
tests/ui/panics/location-detail-panic-no-line.run.stderr
tests/ui/panics/location-detail-panic-no-location-info.run.stderr
tests/ui/panics/location-detail-unwrap-no-file.run.stderr
tests/ui/panics/panic-macro-any-wrapped.rs
tests/ui/panics/panic-macro-any.rs
tests/ui/panics/panic-macro-explicit.rs
tests/ui/panics/panic-macro-fmt.rs
tests/ui/panics/panic-macro-owned.rs
tests/ui/panics/panic-macro-static.rs
tests/ui/panics/panic-set-unset-handler.rs
tests/ui/panics/panic-take-handler-nop.rs
tests/ui/panics/panic-task-name-none.rs
tests/ui/panics/panic-task-name-owned.rs
tests/ui/panics/runtime-switch.legacy.run.stderr
tests/ui/panics/runtime-switch.v0.run.stderr
tests/ui/panics/short-ice-remove-middle-frames-2.run.stderr
tests/ui/panics/short-ice-remove-middle-frames.run.stderr
tests/ui/parser/async-with-nonterminal-block.rs [new file with mode: 0644]
tests/ui/parser/generic-statics.rs [new file with mode: 0644]
tests/ui/parser/generic-statics.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-113203.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-113203.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-114219.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-114219.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-115780-pat-lt-bracket-in-macro-call.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-22647.rs
tests/ui/parser/issues/issue-22647.stderr
tests/ui/parser/issues/issue-22712.rs
tests/ui/parser/issues/issue-22712.stderr
tests/ui/parser/issues/issue-70583-block-is-empty-2.rs
tests/ui/parser/issues/issue-70583-block-is-empty-2.stderr
tests/ui/parser/macro/macro-expand-to-field.rs [new file with mode: 0644]
tests/ui/parser/macro/macro-expand-to-field.stderr [new file with mode: 0644]
tests/ui/parser/macro/macro-expand-to-match-arm.rs [new file with mode: 0644]
tests/ui/parser/macro/macro-expand-to-match-arm.stderr [new file with mode: 0644]
tests/ui/parser/pat-lt-bracket-3.rs
tests/ui/parser/pat-lt-bracket-3.stderr
tests/ui/parser/pat-lt-bracket-4.rs
tests/ui/parser/pat-lt-bracket-4.stderr
tests/ui/parser/ternary_operator.rs [new file with mode: 0644]
tests/ui/parser/ternary_operator.stderr [new file with mode: 0644]
tests/ui/parser/trait-object-delimiters.rs
tests/ui/parser/trait-object-delimiters.stderr
tests/ui/parser/try-with-nonterminal-block.rs [new file with mode: 0644]
tests/ui/parser/type-alias-where-fixable.fixed [deleted file]
tests/ui/parser/type-alias-where-fixable.rs [deleted file]
tests/ui/parser/type-alias-where-fixable.stderr [deleted file]
tests/ui/parser/type-alias-where.rs [deleted file]
tests/ui/parser/type-alias-where.stderr [deleted file]
tests/ui/pattern/slice-array-infer.rs [new file with mode: 0644]
tests/ui/pattern/slice-pattern-refutable.rs [new file with mode: 0644]
tests/ui/pattern/slice-pattern-refutable.stderr [new file with mode: 0644]
tests/ui/pattern/slice-patterns-ambiguity.rs [new file with mode: 0644]
tests/ui/pattern/slice-patterns-ambiguity.stderr [new file with mode: 0644]
tests/ui/pattern/slice-patterns-irrefutable.rs [new file with mode: 0644]
tests/ui/pattern/slice-patterns-irrefutable.stderr [new file with mode: 0644]
tests/ui/pattern/slice-patterns-nested.rs [new file with mode: 0644]
tests/ui/pin-macro/lifetime_errors_on_promotion_misusage.stderr
tests/ui/privacy/issue-113860-1.rs [new file with mode: 0644]
tests/ui/privacy/issue-113860-1.stderr [new file with mode: 0644]
tests/ui/privacy/issue-113860-2.rs [new file with mode: 0644]
tests/ui/privacy/issue-113860-2.stderr [new file with mode: 0644]
tests/ui/privacy/issue-113860.rs [new file with mode: 0644]
tests/ui/privacy/issue-113860.stderr [new file with mode: 0644]
tests/ui/privacy/privacy2.rs
tests/ui/privacy/privacy2.stderr
tests/ui/privacy/privacy3.rs
tests/ui/privacy/privacy3.stderr
tests/ui/privacy/sealed-traits/sealed-trait-local.stderr
tests/ui/privacy/unnameable_types.rs
tests/ui/privacy/unnameable_types.stderr
tests/ui/proc-macro/allowed-attr-stmt-expr.stdout
tests/ui/proc-macro/attr-stmt-expr.stdout
tests/ui/proc-macro/auxiliary/issue-107113.rs [new file with mode: 0644]
tests/ui/proc-macro/capture-macro-rules-invoke.stdout
tests/ui/proc-macro/capture-unglued-token.stdout
tests/ui/proc-macro/derive-helper-shadowed.rs
tests/ui/proc-macro/derive-in-mod.rs
tests/ui/proc-macro/dollar-crate-issue-57089.stdout
tests/ui/proc-macro/dollar-crate-issue-62325.stdout
tests/ui/proc-macro/dollar-crate.stdout
tests/ui/proc-macro/edition-imports-2018.rs
tests/ui/proc-macro/expand-to-derive.stdout
tests/ui/proc-macro/expr-stmt-nonterminal-tokens.stdout
tests/ui/proc-macro/extern-prelude-extern-crate-proc-macro.rs
tests/ui/proc-macro/helper-attr-blocked-by-import.rs
tests/ui/proc-macro/input-interpolated.stdout
tests/ui/proc-macro/issue-107113-wrap.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-107113-wrap.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-53481.rs
tests/ui/proc-macro/issue-75734-pp-paren.stdout
tests/ui/proc-macro/issue-78675-captured-inner-attrs.stdout
tests/ui/proc-macro/issue-80760-empty-stmt.stdout
tests/ui/proc-macro/load-panic-backtrace.stderr
tests/ui/proc-macro/macro-rules-derive-cfg.stdout
tests/ui/proc-macro/macro-use-attr.rs
tests/ui/proc-macro/macro-use-bang.rs
tests/ui/proc-macro/meta-macro-hygiene.rs
tests/ui/proc-macro/meta-macro-hygiene.stdout
tests/ui/proc-macro/meta-macro.stdout
tests/ui/proc-macro/nested-macro-rules.stdout
tests/ui/proc-macro/nested-nonterminal-tokens.stdout
tests/ui/proc-macro/nodelim-groups.stdout
tests/ui/proc-macro/nonterminal-expansion.stdout
tests/ui/proc-macro/nonterminal-recollect-attr.stdout
tests/ui/proc-macro/nonterminal-token-hygiene.rs
tests/ui/proc-macro/nonterminal-token-hygiene.stdout
tests/ui/process/multi-panic.rs
tests/ui/process/println-with-broken-pipe.rs [new file with mode: 0644]
tests/ui/process/println-with-broken-pipe.run.stderr [new file with mode: 0644]
tests/ui/process/println-with-broken-pipe.run.stdout [new file with mode: 0644]
tests/ui/recursion/issue-26548-recursion-via-normalize.rs
tests/ui/recursion/issue-26548-recursion-via-normalize.stderr
tests/ui/recursion/issue-83150.stderr
tests/ui/recursion/recursive-static-definition.stderr
tests/ui/regions/higher-ranked-implied.stderr
tests/ui/regions/issue-102374.stderr
tests/ui/regions/region-lifetime-bounds-on-fns-where-clause.stderr
tests/ui/regions/region-multiple-lifetime-bounds-on-fns-where-clause.stderr
tests/ui/regions/region-object-lifetime-5.rs
tests/ui/regions/region-object-lifetime-5.stderr
tests/ui/regions/regions-lifetime-bounds-on-fns.stderr
tests/ui/repr/repr-transparent.stderr
tests/ui/resolve/112590-2.fixed [new file with mode: 0644]
tests/ui/resolve/112590-2.rs [new file with mode: 0644]
tests/ui/resolve/112590-2.stderr [new file with mode: 0644]
tests/ui/resolve/bad-expr-path.stderr
tests/ui/resolve/bad-expr-path2.stderr
tests/ui/resolve/derive-macro-1.rs [new file with mode: 0644]
tests/ui/resolve/derive-macro-2.rs [new file with mode: 0644]
tests/ui/resolve/export-fully-qualified-2018.stderr
tests/ui/resolve/export-fully-qualified.stderr
tests/ui/resolve/issue-112831.rs [deleted file]
tests/ui/resolve/issue-113808-invalid-unused-qualifications-suggestion.fixed [new file with mode: 0644]
tests/ui/resolve/issue-113808-invalid-unused-qualifications-suggestion.rs [new file with mode: 0644]
tests/ui/resolve/issue-113808-invalid-unused-qualifications-suggestion.stderr [new file with mode: 0644]
tests/ui/resolve/issue-114433-invalid-unused-qualifications-suggestion.rs [new file with mode: 0644]
tests/ui/resolve/issue-2356.stderr
tests/ui/resolve/resolve-inconsistent-names.stderr
tests/ui/resolve/resolve-self-in-impl.stderr
tests/ui/resolve/unresolved-segments-visibility.rs [new file with mode: 0644]
tests/ui/resolve/unresolved-segments-visibility.stderr [new file with mode: 0644]
tests/ui/resolve/unused-qualifications-suggestion.fixed [new file with mode: 0644]
tests/ui/resolve/unused-qualifications-suggestion.rs [new file with mode: 0644]
tests/ui/resolve/unused-qualifications-suggestion.stderr [new file with mode: 0644]
tests/ui/return/return-struct.rs [new file with mode: 0644]
tests/ui/return/return-struct.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/issue-103052-2.rs
tests/ui/rfcs/rfc-1937-termination-trait/issue-103052-2.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/borrowck-issue-49631.stderr
tests/ui/rfcs/rfc-2027-object-safe-for-dispatch/manual-self-impl-for-unsafe-obj.rs
tests/ui/rfcs/rfc-2396-target_feature-11/issue-108655-inline-always-closure.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/dlltool-failed.rs
tests/ui/rfcs/rfc-2627-raw-dylib/dlltool-failed.stderr
tests/ui/rfcs/rfc-2627-raw-dylib/multiple-declarations.stderr
tests/ui/rfcs/rfc-2627-raw-dylib/unsupported-abi.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type-const-bound-usage.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type-const-bound-usage.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/auxiliary/cross-crate.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/auxiliary/staged-api.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/call-const-trait-method-fail.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/call-const-trait-method-fail.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/call-const-trait-method-pass.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-chain.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-dup-bound.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-fail.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-fail.stderr [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-nonconst.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-nonconst.stderr [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-pass.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-and-non-const-impl.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-check-fns-in-const-impl.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closure-trait-method-fail.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closure-trait-method.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closure-trait-method.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closures.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closures.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-default-method-bodies.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const-default-method-bodies.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-bound.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-bound.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail-2.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail-2.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail.precise.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail.stock.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop.precise.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop.stock.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-requires-const-trait.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-requires-const-trait.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-gate.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-gate.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-non-const-type.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-use.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-with-params.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/cross-crate.gatednc.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/cross-crate.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/cross-crate.stocknc.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/default-method-body-is-const-body-checking.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/default-method-body-is-const-body-checking.stderr [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/default-method-body-is-const-same-trait-ck.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/default-method-body-is-const-same-trait-ck.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/do-not-const-check-override.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/effects/helloworld.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/generic-bound.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/hir-const-check.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-102985.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-102985.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-88155.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-88155.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-92111.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-92111.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/match-non-const-eq.gated.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/match-non-const-eq.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/match-non-const-eq.stock.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/const-default-bound-non-const-specialized-bound.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/const-default-bound-non-const-specialized-bound.stderr [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/const-default-const-specialized.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/const-default-impl-non-const-specialized-impl.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/non-const-default-const-specialized.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/non-const-default-const-specialized.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specializing-constness-2.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/specializing-constness-2.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/specializing-constness.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/specializing-constness.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/staged-api.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.yn.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.yy.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.nn.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.ny.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.yn.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.yy.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail.stderr [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-and-const-params.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-and-const-params.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde_const_on_impl_bound.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde_const_on_impl_bound.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-default-body-stability.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-where-clause-const.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-where-clause-const.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-where-clause-run.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-where-clause-self-referential.rs
tests/ui/rfcs/rfc-3348-c-string-literals/auxiliary/count.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-3348-c-string-literals/basic.rs
tests/ui/rfcs/rfc-3348-c-string-literals/basic.stderr [deleted file]
tests/ui/rfcs/rfc-3348-c-string-literals/edition-spans.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-3348-c-string-literals/gate.stderr
tests/ui/rfcs/rfc-3348-c-string-literals/no-nuls.rs
tests/ui/rfcs/rfc-3348-c-string-literals/no-nuls.stderr
tests/ui/rfcs/rfc-3348-c-string-literals/non-ascii.rs
tests/ui/rfcs/rfc-3348-c-string-literals/non-ascii.stderr [deleted file]
tests/ui/rmeta/auxiliary/rmeta-rlib-rpass.rs [deleted file]
tests/ui/rmeta/auxiliary/rmeta-rmeta.rs [deleted file]
tests/ui/rmeta/rmeta-rpass.rs [deleted file]
tests/ui/sanitize/address.rs
tests/ui/sanitize/badfree.rs
tests/ui/sanitize/issue-111184-generator-witness.rs
tests/ui/sanitize/issue-114275-cfi-const-expr-in-arry-len.rs [new file with mode: 0644]
tests/ui/sanitize/issue-72154-lifetime-markers.rs
tests/ui/sanitize/new-llvm-pass-manager-thin-lto.rs
tests/ui/sanitize/sanitizer-cfi-requires-lto.rs
tests/ui/sanitize/sanitizer-cfi-requires-lto.stderr
tests/ui/sanitize/sanitizer-cfi-with-rustc-lto-requires-single-codegen-unit.rs [new file with mode: 0644]
tests/ui/sanitize/sanitizer-cfi-with-rustc-lto-requires-single-codegen-unit.stderr [new file with mode: 0644]
tests/ui/sanitize/use-after-scope.rs
tests/ui/self/arbitrary_self_type_mut_difference.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_type_mut_difference.stderr [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_needing_box_or_arc_wrapping.fixed [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_needing_box_or_arc_wrapping.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_needing_box_or_arc_wrapping.stderr [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_needing_mut_pin.fixed [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_needing_mut_pin.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_needing_mut_pin.stderr [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pin_needing_borrow.rs [new file with mode: 0644]
tests/ui/self/arbitrary_self_types_pin_needing_borrow.stderr [new file with mode: 0644]
tests/ui/simd/intrinsic/float-minmax-pass.rs
tests/ui/simd/intrinsic/generic-arithmetic-2.rs
tests/ui/simd/intrinsic/generic-arithmetic-2.stderr
tests/ui/simd/intrinsic/generic-arithmetic-pass.rs
tests/ui/simd/intrinsic/generic-bswap-byte.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-elements-pass.rs
tests/ui/simd/intrinsic/generic-elements.rs
tests/ui/simd/intrinsic/generic-elements.stderr
tests/ui/simd/intrinsic/inlining-issue67557-ice.rs
tests/ui/simd/intrinsic/inlining-issue67557.rs
tests/ui/simd/shuffle-not-out-of-bounds.rs
tests/ui/simd/shuffle-not-out-of-bounds.stderr
tests/ui/simd/shuffle.rs
tests/ui/sized/recursive-type-2.stderr
tests/ui/span/borrowck-borrow-overloaded-auto-deref-mut.stderr
tests/ui/span/borrowck-call-is-borrow-issue-12224.stderr
tests/ui/span/borrowck-call-method-from-mut-aliasable.stderr
tests/ui/span/borrowck-fn-in-const-b.stderr
tests/ui/span/borrowck-let-suggestion-suffixes.stderr
tests/ui/span/borrowck-object-mutability.stderr
tests/ui/span/destructor-restrictions.stderr
tests/ui/span/issue-23338-locals-die-before-temps-of-body.stderr
tests/ui/span/issue-36537.stderr
tests/ui/span/issue-39698.stderr
tests/ui/span/issue-40157.stderr
tests/ui/span/mut-arg-hint.stderr
tests/ui/span/mut-ptr-cant-outlive-ref.stderr
tests/ui/span/regionck-unboxed-closure-lifetimes.stderr
tests/ui/span/regions-escape-loop-via-vec.stderr
tests/ui/span/send-is-not-static-std-sync.stderr
tests/ui/span/slice-borrow.stderr
tests/ui/span/suggestion-non-ascii.stderr
tests/ui/span/visibility-ty-params.rs
tests/ui/span/visibility-ty-params.stderr
tests/ui/specialization/min_specialization/issue-79224.stderr
tests/ui/stability-attribute/missing-const-stability.rs
tests/ui/std/issue-15149.rs [deleted file]
tests/ui/std/switch-stdout.rs [deleted file]
tests/ui/suggestions/copied-and-cloned.fixed
tests/ui/suggestions/copied-and-cloned.rs
tests/ui/suggestions/copied-and-cloned.stderr
tests/ui/suggestions/crate-or-module-typo.stderr
tests/ui/suggestions/impl-on-dyn-trait-with-implicit-static-bound-needing-more-suggestions.rs
tests/ui/suggestions/impl-on-dyn-trait-with-implicit-static-bound-needing-more-suggestions.stderr
tests/ui/suggestions/issue-102972.stderr
tests/ui/suggestions/issue-114701.rs [new file with mode: 0644]
tests/ui/suggestions/issue-114701.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-114797-bad-parentheses-dyn-trait.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-114797-bad-parentheses-dyn-trait.rs [new file with mode: 0644]
tests/ui/suggestions/issue-114797-bad-parentheses-dyn-trait.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-51055-missing-semicolon-between-call-and-tuple.stderr
tests/ui/suggestions/late-bound-in-borrow-closure-sugg.stderr
tests/ui/suggestions/missing-lifetime-in-assoc-const-type.default.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-lifetime-in-assoc-const-type.generic_const_items.stderr [new file with mode: 0644]
tests/ui/suggestions/missing-lifetime-in-assoc-const-type.rs
tests/ui/suggestions/missing-lifetime-in-assoc-const-type.stderr [deleted file]
tests/ui/suggestions/missing-semicolon.fixed [new file with mode: 0644]
tests/ui/suggestions/missing-semicolon.rs [new file with mode: 0644]
tests/ui/suggestions/missing-semicolon.stderr [new file with mode: 0644]
tests/ui/suggestions/option-content-move.stderr
tests/ui/suggestions/remove-question-symbol-with-paren.rs [new file with mode: 0644]
tests/ui/suggestions/remove-question-symbol-with-paren.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-mut-method-for-loop-closure.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-mut-method-for-loop-closure.stderr [new file with mode: 0644]
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/test-attrs/test-panic-abort-nocapture.run.stderr
tests/ui/test-attrs/test-panic-abort.run.stdout
tests/ui/test-attrs/test-thread-capture.run.stdout
tests/ui/test-attrs/test-thread-nocapture.run.stderr
tests/ui/thir-print/thir-flat-const-variant.stdout
tests/ui/thir-print/thir-tree-match.stdout
tests/ui/threads-sendsync/issue-24313.rs
tests/ui/traits/dont-autoderef-ty-with-escaping-var.rs [new file with mode: 0644]
tests/ui/traits/dont-autoderef-ty-with-escaping-var.stderr [new file with mode: 0644]
tests/ui/traits/issue-105231.rs
tests/ui/traits/issue-105231.stderr
tests/ui/traits/issue-24010.rs
tests/ui/traits/issue-91949-hangs-on-recursion.stderr
tests/ui/traits/new-solver/alias-bound-preference.rs [new file with mode: 0644]
tests/ui/traits/new-solver/alias-bound-unsound.rs
tests/ui/traits/new-solver/alias-bound-unsound.stderr
tests/ui/traits/new-solver/assembly/assemble-normalizing-self-ty-impl-ambiguity.rs [new file with mode: 0644]
tests/ui/traits/new-solver/assembly/runaway-impl-candidate-selection.rs [new file with mode: 0644]
tests/ui/traits/new-solver/assembly/runaway-impl-candidate-selection.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/coherence/trait_ref_is_knowable-norm-overflow.rs [new file with mode: 0644]
tests/ui/traits/new-solver/coherence/trait_ref_is_knowable-norm-overflow.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/coherence/trait_ref_is_knowable-normalization-1.rs [new file with mode: 0644]
tests/ui/traits/new-solver/coherence/trait_ref_is_knowable-normalization-2.rs [new file with mode: 0644]
tests/ui/traits/new-solver/coherence/trait_ref_is_knowable-normalization-3.rs [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/coinduction/fixpoint-exponential-growth.rs [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/coinduction/fixpoint-exponential-growth.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/coinduction/incompleteness-unstable-result.rs [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/coinduction/incompleteness-unstable-result.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/double-cycle-inductive-coinductive.rs [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/double-cycle-inductive-coinductive.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/inductive-cycle-but-err.rs [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/inductive-cycle-but-err.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/inductive-cycle-but-ok.rs [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/inductive-cycle-discarded-coinductive-constraints.rs [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/inductive-not-on-stack.rs [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/inductive-not-on-stack.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/leak-check-coinductive-cycle.rs [new file with mode: 0644]
tests/ui/traits/new-solver/cycles/provisional-result-done.rs [new file with mode: 0644]
tests/ui/traits/new-solver/dont-coerce-infer-to-dyn.rs [new file with mode: 0644]
tests/ui/traits/new-solver/dont-loop-fulfill-on-region-constraints.rs [new file with mode: 0644]
tests/ui/traits/new-solver/dont-normalize-proj-with-error.rs [new file with mode: 0644]
tests/ui/traits/new-solver/dont-normalize-proj-with-error.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/dyn-any-dont-prefer-impl.rs
tests/ui/traits/new-solver/escaping-bound-vars-in-writeback-normalization.rs [new file with mode: 0644]
tests/ui/traits/new-solver/exponential-trait-goals.rs [deleted file]
tests/ui/traits/new-solver/exponential-trait-goals.stderr [deleted file]
tests/ui/traits/new-solver/generalize/generalize-proj-new-universe-index-1.rs [new file with mode: 0644]
tests/ui/traits/new-solver/generalize/generalize-proj-new-universe-index-2.rs [new file with mode: 0644]
tests/ui/traits/new-solver/generalize/generalize-proj-new-universe-index-2.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/lazy-nested-obligations-2.rs
tests/ui/traits/new-solver/lazy-nested-obligations-2.stderr [deleted file]
tests/ui/traits/new-solver/leak-check-coinductive-cycle.rs [deleted file]
tests/ui/traits/new-solver/more-object-bound.stderr
tests/ui/traits/new-solver/normalize-unsize-rhs.rs [new file with mode: 0644]
tests/ui/traits/new-solver/object-soundness-requires-generalization.rs [new file with mode: 0644]
tests/ui/traits/new-solver/overflow/exponential-trait-goals.rs [new file with mode: 0644]
tests/ui/traits/new-solver/overflow/exponential-trait-goals.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/overflow/global-cache.rs [new file with mode: 0644]
tests/ui/traits/new-solver/overflow/global-cache.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/overflow/recursive-self-normalization-2.rs [new file with mode: 0644]
tests/ui/traits/new-solver/overflow/recursive-self-normalization-2.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/overflow/recursive-self-normalization.rs [new file with mode: 0644]
tests/ui/traits/new-solver/overflow/recursive-self-normalization.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/provisional-result-done.rs [deleted file]
tests/ui/traits/new-solver/recursive-self-normalization-2.rs [deleted file]
tests/ui/traits/new-solver/recursive-self-normalization-2.stderr [deleted file]
tests/ui/traits/new-solver/recursive-self-normalization.rs [deleted file]
tests/ui/traits/new-solver/recursive-self-normalization.stderr [deleted file]
tests/ui/traits/new-solver/runaway-impl-candidate-selection.rs [deleted file]
tests/ui/traits/new-solver/runaway-impl-candidate-selection.stderr [deleted file]
tests/ui/traits/new-solver/trait-upcast-lhs-needs-normalization.rs [new file with mode: 0644]
tests/ui/traits/new-solver/unsize-although-ambiguous.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/sized-late-bound-issue-114872.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/sized-late-bound-issue-114872.stderr [new file with mode: 0644]
tests/ui/traits/object/print_vtable_sizes.rs
tests/ui/traits/object/print_vtable_sizes.stdout
tests/ui/traits/solver-cycles/cycle-via-builtin-auto-trait-impl.rs
tests/ui/traits/solver-cycles/cycle-via-builtin-auto-trait-impl.stderr
tests/ui/traits/trait-upcasting/cyclic-trait-resolution.stderr
tests/ui/traits/trait-upcasting/fewer-associated.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/illegal-upcast-from-impl.current.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/illegal-upcast-from-impl.next.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/illegal-upcast-from-impl.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/issue-11515.current.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/issue-11515.next.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/issue-11515.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/normalization.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-1.current.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-1.next.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/type-checking-test-1.rs
tests/ui/traits/trait-upcasting/type-checking-test-1.stderr [deleted file]
tests/ui/traits/trait-upcasting/type-checking-test-2.rs
tests/ui/traits/trait-upcasting/type-checking-test-2.stderr
tests/ui/traits/trait-upcasting/upcast-through-struct-tail.current.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/upcast-through-struct-tail.next.stderr [new file with mode: 0644]
tests/ui/traits/trait-upcasting/upcast-through-struct-tail.rs [new file with mode: 0644]
tests/ui/traits/vtable/multiple-markers.rs [new file with mode: 0644]
tests/ui/traits/vtable/multiple-markers.stderr [new file with mode: 0644]
tests/ui/transmutability/issue-110892.rs [new file with mode: 0644]
tests/ui/transmutability/issue-110892.stderr [new file with mode: 0644]
tests/ui/transmutability/references/recursive-wrapper-types-bit-compatible.rs
tests/ui/transmutability/references/recursive-wrapper-types-bit-compatible.stderr [deleted file]
tests/ui/transmutability/references/recursive-wrapper-types.rs
tests/ui/transmutability/references/recursive-wrapper-types.stderr [deleted file]
tests/ui/treat-err-as-bug/delay_span_bug.rs
tests/ui/treat-err-as-bug/err.rs
tests/ui/type-alias-enum-variants/self-in-enum-definition.stderr
tests/ui/type-alias-impl-trait/auto-trait-leakage3.stderr
tests/ui/type-alias-impl-trait/broken_mir.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/coherence.rs
tests/ui/type-alias-impl-trait/coherence.stderr
tests/ui/type-alias-impl-trait/coherence_generalization.rs
tests/ui/type-alias-impl-trait/hidden_type_mismatch.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/hidden_type_mismatch.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/inference-cycle.stderr
tests/ui/type-alias-impl-trait/issue-53092-2.stderr
tests/ui/type-alias-impl-trait/issue-96572-unconstrained.rs
tests/ui/type-alias-impl-trait/nested-rpit-with-lifetimes.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested-tait-hrtb.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested-tait-hrtb.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/recursive-tait-conflicting-defn-2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/recursive-tait-conflicting-defn-2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/recursive-tait-conflicting-defn.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/recursive-tait-conflicting-defn.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/reveal_local.stderr
tests/ui/type-alias-impl-trait/unconstrained-impl-param.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/unconstrained-impl-param.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/under-binder.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/under-binder.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/wf-check-rpit-lifetimes.rs [new file with mode: 0644]
tests/ui/type/option-ref-advice.rs [new file with mode: 0644]
tests/ui/type/option-ref-advice.stderr [new file with mode: 0644]
tests/ui/typeck/apit-with-error-type-in-sig.rs [new file with mode: 0644]
tests/ui/typeck/apit-with-error-type-in-sig.stderr [new file with mode: 0644]
tests/ui/typeck/explain_clone_autoref.rs
tests/ui/typeck/explain_clone_autoref.stderr
tests/ui/typeck/issue-110017-format-into-help-deletes-macro.fixed [new file with mode: 0644]
tests/ui/typeck/issue-110017-format-into-help-deletes-macro.rs [new file with mode: 0644]
tests/ui/typeck/issue-110017-format-into-help-deletes-macro.stderr [new file with mode: 0644]
tests/ui/typeck/issue-112007-leaked-writeln-macro-internals.fixed [new file with mode: 0644]
tests/ui/typeck/issue-112007-leaked-writeln-macro-internals.rs [new file with mode: 0644]
tests/ui/typeck/issue-112007-leaked-writeln-macro-internals.stderr [new file with mode: 0644]
tests/ui/typeck/issue-112252-ptr-arithmetics-help.stderr
tests/ui/typeck/issue-114423-ice-regression-in-suggestion.rs [new file with mode: 0644]
tests/ui/typeck/issue-114423-ice-regression-in-suggestion.stderr [new file with mode: 0644]
tests/ui/typeck/mismatched-map-under-self.rs [new file with mode: 0644]
tests/ui/typeck/mismatched-map-under-self.stderr [new file with mode: 0644]
tests/ui/underscore-imports/cycle.rs
tests/ui/underscore-imports/hygiene.rs
tests/ui/unop-move-semantics.stderr
tests/ui/unpretty/avoid-crash.stderr
tests/ui/unsafe/unsafe-not-inherited.mirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-not-inherited.rs
tests/ui/unsafe/unsafe-not-inherited.stderr [deleted file]
tests/ui/unsafe/unsafe-not-inherited.thirunsafeck.stderr [new file with mode: 0644]
tests/ui/unsized/issue-75899.rs
tests/ui/use/use-after-move-implicity-coerced-object.stderr
tests/ui/use/use-self-type.stderr
tests/ui/where-clauses/where-clause-bounds-inconsistency.rs
tests/ui/where-clauses/where-clause-placement-assoc-type-in-impl.fixed [new file with mode: 0644]
tests/ui/where-clauses/where-clause-placement-assoc-type-in-impl.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clause-placement-assoc-type-in-impl.stderr [new file with mode: 0644]
tests/ui/where-clauses/where-clause-placement-assoc-type-in-trait.fixed [new file with mode: 0644]
tests/ui/where-clauses/where-clause-placement-assoc-type-in-trait.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clause-placement-assoc-type-in-trait.stderr [new file with mode: 0644]
tests/ui/where-clauses/where-clause-placement-type-alias.rs [new file with mode: 0644]
tests/ui/where-clauses/where-clause-placement-type-alias.stderr [new file with mode: 0644]
vendor/ahash-0.7.6/.cargo-checksum.json [deleted file]
vendor/ahash-0.7.6/Cargo.toml [deleted file]
vendor/ahash-0.7.6/FAQ.md [deleted file]
vendor/ahash-0.7.6/LICENSE-APACHE [deleted file]
vendor/ahash-0.7.6/LICENSE-MIT [deleted file]
vendor/ahash-0.7.6/README.md [deleted file]
vendor/ahash-0.7.6/build.rs [deleted file]
vendor/ahash-0.7.6/rustfmt.toml [deleted file]
vendor/ahash-0.7.6/src/aes_hash.rs [deleted file]
vendor/ahash-0.7.6/src/convert.rs [deleted file]
vendor/ahash-0.7.6/src/fallback_hash.rs [deleted file]
vendor/ahash-0.7.6/src/hash_map.rs [deleted file]
vendor/ahash-0.7.6/src/hash_quality_test.rs [deleted file]
vendor/ahash-0.7.6/src/hash_set.rs [deleted file]
vendor/ahash-0.7.6/src/lib.rs [deleted file]
vendor/ahash-0.7.6/src/operations.rs [deleted file]
vendor/ahash-0.7.6/src/random_state.rs [deleted file]
vendor/ahash-0.7.6/src/specialize.rs [deleted file]
vendor/ahash-0.7.6/tests/bench.rs [deleted file]
vendor/ahash-0.7.6/tests/map_tests.rs [deleted file]
vendor/ahash-0.7.6/tests/nopanic.rs [deleted file]
vendor/anes/.cargo-checksum.json [new file with mode: 0644]
vendor/anes/Cargo.lock [new file with mode: 0644]
vendor/anes/Cargo.toml [new file with mode: 0644]
vendor/anes/README.md [new file with mode: 0644]
vendor/anes/benches/bench_main.rs [new file with mode: 0644]
vendor/anes/benches/benchmarks/mod.rs [new file with mode: 0644]
vendor/anes/benches/benchmarks/parser.rs [new file with mode: 0644]
vendor/anes/examples/execute.rs [new file with mode: 0644]
vendor/anes/examples/parser.rs [new file with mode: 0644]
vendor/anes/examples/queue.rs [new file with mode: 0644]
vendor/anes/examples/sequence.rs [new file with mode: 0644]
vendor/anes/examples/stdout.rs [new file with mode: 0644]
vendor/anes/examples/string.rs [new file with mode: 0644]
vendor/anes/src/lib.rs [new file with mode: 0644]
vendor/anes/src/macros.rs [new file with mode: 0644]
vendor/anes/src/parser.rs [new file with mode: 0644]
vendor/anes/src/parser/engine.rs [new file with mode: 0644]
vendor/anes/src/parser/parsers.rs [new file with mode: 0644]
vendor/anes/src/parser/types.rs [new file with mode: 0644]
vendor/anes/src/sequences.rs [new file with mode: 0644]
vendor/anes/src/sequences/attribute.rs [new file with mode: 0644]
vendor/anes/src/sequences/buffer.rs [new file with mode: 0644]
vendor/anes/src/sequences/color.rs [new file with mode: 0644]
vendor/anes/src/sequences/cursor.rs [new file with mode: 0644]
vendor/anes/src/sequences/terminal.rs [new file with mode: 0644]
vendor/anes/tests/parser/cursor.rs [new file with mode: 0644]
vendor/anes/tests/parser/key.rs [new file with mode: 0644]
vendor/anes/tests/parser/mod.rs [new file with mode: 0644]
vendor/anes/tests/parser/mouse/mod.rs [new file with mode: 0644]
vendor/anes/tests/parser/mouse/rxvt.rs [new file with mode: 0644]
vendor/anes/tests/parser/mouse/xterm.rs [new file with mode: 0644]
vendor/anes/tests/tests.rs [new file with mode: 0644]
vendor/anyhow/.cargo-checksum.json
vendor/anyhow/Cargo.toml
vendor/anyhow/build.rs
vendor/anyhow/src/backtrace.rs
vendor/anyhow/src/context.rs
vendor/anyhow/src/error.rs
vendor/anyhow/src/kind.rs
vendor/anyhow/src/lib.rs
vendor/anyhow/src/wrapper.rs
vendor/anyhow/tests/test_ensure.rs
vendor/ar_archive_writer/.cargo-checksum.json
vendor/ar_archive_writer/Cargo.toml
vendor/ciborium-io/.cargo-checksum.json [new file with mode: 0644]
vendor/ciborium-io/Cargo.toml [new file with mode: 0644]
vendor/ciborium-io/LICENSE [new file with mode: 0644]
vendor/ciborium-io/README.md [new file with mode: 0644]
vendor/ciborium-io/src/lib.rs [new file with mode: 0644]
vendor/ciborium-ll/.cargo-checksum.json [new file with mode: 0644]
vendor/ciborium-ll/Cargo.toml [new file with mode: 0644]
vendor/ciborium-ll/LICENSE [new file with mode: 0644]
vendor/ciborium-ll/README.md [new file with mode: 0644]
vendor/ciborium-ll/src/dec.rs [new file with mode: 0644]
vendor/ciborium-ll/src/enc.rs [new file with mode: 0644]
vendor/ciborium-ll/src/hdr.rs [new file with mode: 0644]
vendor/ciborium-ll/src/lib.rs [new file with mode: 0644]
vendor/ciborium-ll/src/seg.rs [new file with mode: 0644]
vendor/ciborium/.cargo-checksum.json [new file with mode: 0644]
vendor/ciborium/Cargo.toml [new file with mode: 0644]
vendor/ciborium/LICENSE [new file with mode: 0644]
vendor/ciborium/README.md [new file with mode: 0644]
vendor/ciborium/src/de/error.rs [new file with mode: 0644]
vendor/ciborium/src/de/mod.rs [new file with mode: 0644]
vendor/ciborium/src/lib.rs [new file with mode: 0644]
vendor/ciborium/src/ser/error.rs [new file with mode: 0644]
vendor/ciborium/src/ser/mod.rs [new file with mode: 0644]
vendor/ciborium/src/tag.rs [new file with mode: 0644]
vendor/ciborium/src/value/canonical.rs [new file with mode: 0644]
vendor/ciborium/src/value/de.rs [new file with mode: 0644]
vendor/ciborium/src/value/error.rs [new file with mode: 0644]
vendor/ciborium/src/value/integer.rs [new file with mode: 0644]
vendor/ciborium/src/value/mod.rs [new file with mode: 0644]
vendor/ciborium/src/value/ser.rs [new file with mode: 0644]
vendor/ciborium/tests/canonical.rs [new file with mode: 0644]
vendor/ciborium/tests/codec.rs [new file with mode: 0644]
vendor/ciborium/tests/error.rs [new file with mode: 0644]
vendor/ciborium/tests/fuzz.rs [new file with mode: 0644]
vendor/ciborium/tests/macro.rs [new file with mode: 0644]
vendor/ciborium/tests/no_std.rs [new file with mode: 0644]
vendor/ciborium/tests/recursion.rs [new file with mode: 0644]
vendor/ciborium/tests/tag.rs [new file with mode: 0644]
vendor/clap-2.34.0/.cargo-checksum.json [deleted file]
vendor/clap-2.34.0/CHANGELOG.md [deleted file]
vendor/clap-2.34.0/CONTRIBUTORS.md [deleted file]
vendor/clap-2.34.0/Cargo.toml [deleted file]
vendor/clap-2.34.0/LICENSE-MIT [deleted file]
vendor/clap-2.34.0/README.md [deleted file]
vendor/clap-2.34.0/SPONSORS.md [deleted file]
vendor/clap-2.34.0/clap-test.rs [deleted file]
vendor/clap-2.34.0/justfile [deleted file]
vendor/clap-2.34.0/src/app/help.rs [deleted file]
vendor/clap-2.34.0/src/app/meta.rs [deleted file]
vendor/clap-2.34.0/src/app/mod.rs [deleted file]
vendor/clap-2.34.0/src/app/parser.rs [deleted file]
vendor/clap-2.34.0/src/app/settings.rs [deleted file]
vendor/clap-2.34.0/src/app/usage.rs [deleted file]
vendor/clap-2.34.0/src/app/validator.rs [deleted file]
vendor/clap-2.34.0/src/args/any_arg.rs [deleted file]
vendor/clap-2.34.0/src/args/arg.rs [deleted file]
vendor/clap-2.34.0/src/args/arg_builder/base.rs [deleted file]
vendor/clap-2.34.0/src/args/arg_builder/flag.rs [deleted file]
vendor/clap-2.34.0/src/args/arg_builder/mod.rs [deleted file]
vendor/clap-2.34.0/src/args/arg_builder/option.rs [deleted file]
vendor/clap-2.34.0/src/args/arg_builder/positional.rs [deleted file]
vendor/clap-2.34.0/src/args/arg_builder/switched.rs [deleted file]
vendor/clap-2.34.0/src/args/arg_builder/valued.rs [deleted file]
vendor/clap-2.34.0/src/args/arg_matcher.rs [deleted file]
vendor/clap-2.34.0/src/args/arg_matches.rs [deleted file]
vendor/clap-2.34.0/src/args/group.rs [deleted file]
vendor/clap-2.34.0/src/args/macros.rs [deleted file]
vendor/clap-2.34.0/src/args/matched_arg.rs [deleted file]
vendor/clap-2.34.0/src/args/mod.rs [deleted file]
vendor/clap-2.34.0/src/args/settings.rs [deleted file]
vendor/clap-2.34.0/src/args/subcommand.rs [deleted file]
vendor/clap-2.34.0/src/completions/bash.rs [deleted file]
vendor/clap-2.34.0/src/completions/elvish.rs [deleted file]
vendor/clap-2.34.0/src/completions/fish.rs [deleted file]
vendor/clap-2.34.0/src/completions/macros.rs [deleted file]
vendor/clap-2.34.0/src/completions/mod.rs [deleted file]
vendor/clap-2.34.0/src/completions/powershell.rs [deleted file]
vendor/clap-2.34.0/src/completions/shell.rs [deleted file]
vendor/clap-2.34.0/src/completions/zsh.rs [deleted file]
vendor/clap-2.34.0/src/errors.rs [deleted file]
vendor/clap-2.34.0/src/fmt.rs [deleted file]
vendor/clap-2.34.0/src/lib.rs [deleted file]
vendor/clap-2.34.0/src/macros.rs [deleted file]
vendor/clap-2.34.0/src/map.rs [deleted file]
vendor/clap-2.34.0/src/osstringext.rs [deleted file]
vendor/clap-2.34.0/src/strext.rs [deleted file]
vendor/clap-2.34.0/src/suggestions.rs [deleted file]
vendor/clap-2.34.0/src/usage_parser.rs [deleted file]
vendor/clap-4.3.10/.cargo-checksum.json [new file with mode: 0644]
vendor/clap-4.3.10/Cargo.lock [new file with mode: 0644]
vendor/clap-4.3.10/Cargo.toml [new file with mode: 0644]
vendor/clap-4.3.10/LICENSE-APACHE [new file with mode: 0644]
vendor/clap-4.3.10/LICENSE-MIT [new file with mode: 0644]
vendor/clap-4.3.10/README.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/README.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/cargo-example-derive.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/cargo-example-derive.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/cargo-example.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/cargo-example.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/demo.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/demo.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/derive_ref/augment_args.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/derive_ref/augment_subcommands.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/derive_ref/flatten_hand_args.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/derive_ref/hand_subcommand.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/derive_ref/interop_tests.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/escaped-positional-derive.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/escaped-positional-derive.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/escaped-positional.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/escaped-positional.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/find.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/find.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/git-derive.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/git-derive.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/git.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/git.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/multicall-busybox.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/multicall-busybox.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/multicall-hostname.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/multicall-hostname.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/pacman.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/pacman.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/repl.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/01_quick.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/01_quick.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/02_app_settings.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/02_app_settings.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/02_apps.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/02_apps.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/02_crate.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/02_crate.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_01_flag_bool.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_01_flag_bool.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_01_flag_count.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_01_flag_count.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_02_option.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_02_option.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_02_option_mult.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_02_option_mult.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_03_positional.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_03_positional.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_03_positional_mult.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_03_positional_mult.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_04_subcommands.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_04_subcommands.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_05_default_values.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/03_05_default_values.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/04_01_enum.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/04_01_enum.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/04_01_possible.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/04_01_possible.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/04_02_parse.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/04_02_parse.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/04_02_validate.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/04_02_validate.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/04_03_relations.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/04_03_relations.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/04_04_custom.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/04_04_custom.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_builder/05_01_assert.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/01_quick.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/01_quick.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/02_app_settings.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/02_app_settings.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/02_apps.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/02_apps.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/02_crate.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/02_crate.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_01_flag_bool.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_01_flag_bool.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_01_flag_count.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_01_flag_count.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_02_option.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_02_option.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_02_option_mult.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_02_option_mult.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_03_positional.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_03_positional.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_03_positional_mult.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_03_positional_mult.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_04_subcommands.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_04_subcommands.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_04_subcommands_alt.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_05_default_values.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/03_05_default_values.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/04_01_enum.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/04_01_enum.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/04_02_parse.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/04_02_parse.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/04_02_validate.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/04_02_validate.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/04_03_relations.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/04_03_relations.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/04_04_custom.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/04_04_custom.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/tutorial_derive/05_01_assert.rs [new file with mode: 0644]
vendor/clap-4.3.10/examples/typed-derive.md [new file with mode: 0644]
vendor/clap-4.3.10/examples/typed-derive.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/cargo_example.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/cargo_example_derive.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/escaped_positional.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/escaped_positional_derive.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/find.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/git.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/git_derive.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/mod.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/multicall_busybox.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/multicall_hostname.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/pacman.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/repl.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_cookbook/typed_derive.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_derive/_tutorial.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_derive/mod.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_faq.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_features.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/_tutorial.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/bin/stdio-fixture.rs [new file with mode: 0644]
vendor/clap-4.3.10/src/lib.rs [new file with mode: 0644]
vendor/clap/.cargo-checksum.json
vendor/clap/Cargo.lock
vendor/clap/Cargo.toml
vendor/clap/examples/typed-derive.md
vendor/clap/examples/typed-derive.rs
vendor/clap/src/bin/stdio-fixture.rs
vendor/clap_builder-4.3.10/.cargo-checksum.json [new file with mode: 0644]
vendor/clap_builder-4.3.10/Cargo.toml [new file with mode: 0644]
vendor/clap_builder-4.3.10/LICENSE-APACHE [new file with mode: 0644]
vendor/clap_builder-4.3.10/LICENSE-MIT [new file with mode: 0644]
vendor/clap_builder-4.3.10/README.md [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/action.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/app_settings.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/arg.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/arg_group.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/arg_predicate.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/arg_settings.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/command.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/debug_asserts.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/ext.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/mod.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/os_str.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/possible_value.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/range.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/resettable.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/str.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/styled_str.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/tests.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/value_hint.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/builder/value_parser.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/derive.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/error/context.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/error/format.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/error/kind.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/error/mod.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/lib.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/macros.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/mkeymap.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/output/fmt.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/output/help.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/output/help_template.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/output/mod.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/output/textwrap/core.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/output/textwrap/mod.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/output/textwrap/word_separators.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/output/textwrap/wrap_algorithms.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/output/usage.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/parser/arg_matcher.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/parser/error.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/parser/features/mod.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/parser/features/suggestions.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/parser/matches/arg_matches.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/parser/matches/matched_arg.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/parser/matches/mod.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/parser/matches/value_source.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/parser/mod.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/parser/parser.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/parser/validator.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/util/any_value.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/util/color.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/util/flat_map.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/util/flat_set.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/util/graph.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/util/id.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/util/mod.rs [new file with mode: 0644]
vendor/clap_builder-4.3.10/src/util/str_to_bool.rs [new file with mode: 0644]
vendor/clap_builder/.cargo-checksum.json
vendor/clap_builder/Cargo.toml
vendor/clap_builder/src/builder/action.rs
vendor/clap_builder/src/builder/arg.rs
vendor/clap_builder/src/builder/command.rs
vendor/clap_builder/src/builder/debug_asserts.rs
vendor/clap_builder/src/builder/mod.rs
vendor/clap_builder/src/builder/styled_str.rs
vendor/clap_builder/src/builder/styling.rs [new file with mode: 0644]
vendor/clap_builder/src/builder/value_parser.rs
vendor/clap_builder/src/error/mod.rs
vendor/clap_builder/src/output/help_template.rs
vendor/clap_builder/src/output/usage.rs
vendor/clap_builder/src/parser/parser.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/examples/intrinsics.rs
vendor/compiler_builtins/src/aarch64.rs [new file with mode: 0644]
vendor/compiler_builtins/src/arm.rs
vendor/compiler_builtins/src/float/add.rs
vendor/compiler_builtins/src/float/cmp.rs
vendor/compiler_builtins/src/float/div.rs
vendor/compiler_builtins/src/float/extend.rs
vendor/compiler_builtins/src/float/mul.rs
vendor/compiler_builtins/src/float/pow.rs
vendor/compiler_builtins/src/float/sub.rs
vendor/compiler_builtins/src/float/trunc.rs
vendor/compiler_builtins/src/int/addsub.rs
vendor/compiler_builtins/src/int/mul.rs
vendor/compiler_builtins/src/int/sdiv.rs
vendor/compiler_builtins/src/int/shift.rs
vendor/compiler_builtins/src/int/specialized_div_rem/binary_long.rs
vendor/compiler_builtins/src/int/specialized_div_rem/mod.rs
vendor/compiler_builtins/src/int/udiv.rs
vendor/compiler_builtins/src/lib.rs
vendor/compiler_builtins/src/macros.rs
vendor/compiler_builtins/src/math.rs
vendor/compiler_builtins/src/x86_64.rs
vendor/core-foundation/.cargo-checksum.json [new file with mode: 0644]
vendor/core-foundation/Cargo.toml [new file with mode: 0644]
vendor/core-foundation/LICENSE-APACHE [new file with mode: 0644]
vendor/core-foundation/LICENSE-MIT [new file with mode: 0644]
vendor/core-foundation/src/array.rs [new file with mode: 0644]
vendor/core-foundation/src/attributed_string.rs [new file with mode: 0644]
vendor/core-foundation/src/base.rs [new file with mode: 0644]
vendor/core-foundation/src/boolean.rs [new file with mode: 0644]
vendor/core-foundation/src/bundle.rs [new file with mode: 0644]
vendor/core-foundation/src/characterset.rs [new file with mode: 0644]
vendor/core-foundation/src/data.rs [new file with mode: 0644]
vendor/core-foundation/src/date.rs [new file with mode: 0644]
vendor/core-foundation/src/dictionary.rs [new file with mode: 0644]
vendor/core-foundation/src/error.rs [new file with mode: 0644]
vendor/core-foundation/src/filedescriptor.rs [new file with mode: 0644]
vendor/core-foundation/src/lib.rs [new file with mode: 0644]
vendor/core-foundation/src/mach_port.rs [new file with mode: 0644]
vendor/core-foundation/src/number.rs [new file with mode: 0644]
vendor/core-foundation/src/propertylist.rs [new file with mode: 0644]
vendor/core-foundation/src/runloop.rs [new file with mode: 0644]
vendor/core-foundation/src/set.rs [new file with mode: 0644]
vendor/core-foundation/src/string.rs [new file with mode: 0644]
vendor/core-foundation/src/timezone.rs [new file with mode: 0644]
vendor/core-foundation/src/url.rs [new file with mode: 0644]
vendor/core-foundation/src/uuid.rs [new file with mode: 0644]
vendor/core-foundation/tests/use_macro_outside_crate.rs [new file with mode: 0644]
vendor/criterion-plot/.cargo-checksum.json
vendor/criterion-plot/Cargo.toml
vendor/criterion-plot/src/data.rs
vendor/criterion/.cargo-checksum.json
vendor/criterion/CHANGELOG.md [changed mode: 0755->0644]
vendor/criterion/CONTRIBUTING.md [changed mode: 0755->0644]
vendor/criterion/Cargo.toml
vendor/criterion/LICENSE-APACHE [changed mode: 0755->0644]
vendor/criterion/LICENSE-MIT [changed mode: 0755->0644]
vendor/criterion/README.md [changed mode: 0755->0644]
vendor/criterion/appveyor.yml [changed mode: 0755->0644]
vendor/criterion/benches/bench_main.rs [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/async_measurement_overhead.rs [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/compare_functions.rs [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/custom_measurement.rs [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/external_process.py [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/external_process.rs [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/iter_with_large_drop.rs [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/iter_with_large_setup.rs [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/iter_with_setup.rs [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/measurement_overhead.rs [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/mod.rs [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/sampling_mode.rs [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/special_characters.rs [changed mode: 0755->0644]
vendor/criterion/benches/benchmarks/with_inputs.rs [changed mode: 0755->0644]
vendor/criterion/ci/install.sh [changed mode: 0755->0644]
vendor/criterion/ci/nextest-compat.sh [new file with mode: 0755]
vendor/criterion/ci/script.sh [changed mode: 0755->0644]
vendor/criterion/src/analysis/compare.rs [changed mode: 0755->0644]
vendor/criterion/src/analysis/mod.rs [changed mode: 0755->0644]
vendor/criterion/src/async_executor.rs [changed mode: 0755->0644]
vendor/criterion/src/bencher.rs [changed mode: 0755->0644]
vendor/criterion/src/benchmark.rs [changed mode: 0755->0644]
vendor/criterion/src/benchmark_group.rs [changed mode: 0755->0644]
vendor/criterion/src/connection.rs [changed mode: 0755->0644]
vendor/criterion/src/csv_report.rs [changed mode: 0755->0644]
vendor/criterion/src/error.rs [changed mode: 0755->0644]
vendor/criterion/src/estimate.rs [changed mode: 0755->0644]
vendor/criterion/src/format.rs [changed mode: 0755->0644]
vendor/criterion/src/fs.rs [changed mode: 0755->0644]
vendor/criterion/src/html/benchmark_report.html.tt [changed mode: 0755->0644]
vendor/criterion/src/html/index.html.tt [changed mode: 0755->0644]
vendor/criterion/src/html/mod.rs [changed mode: 0755->0644]
vendor/criterion/src/html/report_link.html.tt [changed mode: 0755->0644]
vendor/criterion/src/html/summary_report.html.tt [changed mode: 0755->0644]
vendor/criterion/src/kde.rs [changed mode: 0755->0644]
vendor/criterion/src/lib.rs [changed mode: 0755->0644]
vendor/criterion/src/macros.rs [changed mode: 0755->0644]
vendor/criterion/src/macros_private.rs [changed mode: 0755->0644]
vendor/criterion/src/measurement.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/gnuplot_backend/distributions.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/gnuplot_backend/iteration_times.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/gnuplot_backend/mod.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/gnuplot_backend/pdf.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/gnuplot_backend/regression.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/gnuplot_backend/summary.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/gnuplot_backend/t_test.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/mod.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/plotters_backend/distributions.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/plotters_backend/iteration_times.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/plotters_backend/mod.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/plotters_backend/pdf.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/plotters_backend/regression.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/plotters_backend/summary.rs [changed mode: 0755->0644]
vendor/criterion/src/plot/plotters_backend/t_test.rs [changed mode: 0755->0644]
vendor/criterion/src/profiler.rs [changed mode: 0755->0644]
vendor/criterion/src/report.rs [changed mode: 0755->0644]
vendor/criterion/src/routine.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/bivariate/bootstrap.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/bivariate/mod.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/bivariate/regression.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/bivariate/resamples.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/float.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/mod.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/rand_util.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/test.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/tuple.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/univariate/bootstrap.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/univariate/kde/kernel.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/univariate/kde/mod.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/univariate/mixed.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/univariate/mod.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/univariate/outliers/mod.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/univariate/outliers/tukey.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/univariate/percentiles.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/univariate/resamples.rs [changed mode: 0755->0644]
vendor/criterion/src/stats/univariate/sample.rs [changed mode: 0755->0644]
vendor/criterion/tests/criterion_tests.rs [changed mode: 0755->0644]
vendor/csv-core/.cargo-checksum.json [deleted file]
vendor/csv-core/COPYING [deleted file]
vendor/csv-core/Cargo.toml [deleted file]
vendor/csv-core/LICENSE-MIT [deleted file]
vendor/csv-core/README.md [deleted file]
vendor/csv-core/UNLICENSE [deleted file]
vendor/csv-core/benches/bench.rs [deleted file]
vendor/csv-core/src/lib.rs [deleted file]
vendor/csv-core/src/reader.rs [deleted file]
vendor/csv-core/src/writer.rs [deleted file]
vendor/csv/.cargo-checksum.json [deleted file]
vendor/csv/COPYING [deleted file]
vendor/csv/Cargo.lock [deleted file]
vendor/csv/Cargo.toml [deleted file]
vendor/csv/ISSUE_TEMPLATE.md [deleted file]
vendor/csv/LICENSE-MIT [deleted file]
vendor/csv/README.md [deleted file]
vendor/csv/UNLICENSE [deleted file]
vendor/csv/benches/bench.rs [deleted file]
vendor/csv/examples/cookbook-read-basic.rs [deleted file]
vendor/csv/examples/cookbook-read-colon.rs [deleted file]
vendor/csv/examples/cookbook-read-no-headers.rs [deleted file]
vendor/csv/examples/cookbook-read-serde.rs [deleted file]
vendor/csv/examples/cookbook-write-basic.rs [deleted file]
vendor/csv/examples/cookbook-write-serde.rs [deleted file]
vendor/csv/examples/data/bench/game.csv [deleted file]
vendor/csv/examples/data/bench/gtfs-mbta-stop-times.csv [deleted file]
vendor/csv/examples/data/bench/nfl.csv [deleted file]
vendor/csv/examples/data/bench/worldcitiespop.csv [deleted file]
vendor/csv/examples/data/smallpop-colon.csv [deleted file]
vendor/csv/examples/data/smallpop-no-headers.csv [deleted file]
vendor/csv/examples/data/smallpop.csv [deleted file]
vendor/csv/examples/data/strange.csv [deleted file]
vendor/csv/examples/data/uspop-latin1.csv [deleted file]
vendor/csv/examples/data/uspop-null.csv [deleted file]
vendor/csv/examples/data/uspop.csv [deleted file]
vendor/csv/examples/tutorial-error-01.rs [deleted file]
vendor/csv/examples/tutorial-error-02.rs [deleted file]
vendor/csv/examples/tutorial-error-03.rs [deleted file]
vendor/csv/examples/tutorial-error-04.rs [deleted file]
vendor/csv/examples/tutorial-perf-alloc-01.rs [deleted file]
vendor/csv/examples/tutorial-perf-alloc-02.rs [deleted file]
vendor/csv/examples/tutorial-perf-alloc-03.rs [deleted file]
vendor/csv/examples/tutorial-perf-core-01.rs [deleted file]
vendor/csv/examples/tutorial-perf-serde-01.rs [deleted file]
vendor/csv/examples/tutorial-perf-serde-02.rs [deleted file]
vendor/csv/examples/tutorial-perf-serde-03.rs [deleted file]
vendor/csv/examples/tutorial-pipeline-pop-01.rs [deleted file]
vendor/csv/examples/tutorial-pipeline-search-01.rs [deleted file]
vendor/csv/examples/tutorial-pipeline-search-02.rs [deleted file]
vendor/csv/examples/tutorial-read-01.rs [deleted file]
vendor/csv/examples/tutorial-read-delimiter-01.rs [deleted file]
vendor/csv/examples/tutorial-read-headers-01.rs [deleted file]
vendor/csv/examples/tutorial-read-headers-02.rs [deleted file]
vendor/csv/examples/tutorial-read-serde-01.rs [deleted file]
vendor/csv/examples/tutorial-read-serde-02.rs [deleted file]
vendor/csv/examples/tutorial-read-serde-03.rs [deleted file]
vendor/csv/examples/tutorial-read-serde-04.rs [deleted file]
vendor/csv/examples/tutorial-read-serde-invalid-01.rs [deleted file]
vendor/csv/examples/tutorial-read-serde-invalid-02.rs [deleted file]
vendor/csv/examples/tutorial-setup-01.rs [deleted file]
vendor/csv/examples/tutorial-write-01.rs [deleted file]
vendor/csv/examples/tutorial-write-02.rs [deleted file]
vendor/csv/examples/tutorial-write-delimiter-01.rs [deleted file]
vendor/csv/examples/tutorial-write-serde-01.rs [deleted file]
vendor/csv/examples/tutorial-write-serde-02.rs [deleted file]
vendor/csv/rustfmt.toml [deleted file]
vendor/csv/src/byte_record.rs [deleted file]
vendor/csv/src/cookbook.rs [deleted file]
vendor/csv/src/debug.rs [deleted file]
vendor/csv/src/deserializer.rs [deleted file]
vendor/csv/src/error.rs [deleted file]
vendor/csv/src/lib.rs [deleted file]
vendor/csv/src/reader.rs [deleted file]
vendor/csv/src/serializer.rs [deleted file]
vendor/csv/src/string_record.rs [deleted file]
vendor/csv/src/tutorial.rs [deleted file]
vendor/csv/src/writer.rs [deleted file]
vendor/csv/tests/tests.rs [deleted file]
vendor/curl-sys/.cargo-checksum.json
vendor/curl-sys/Cargo.toml
vendor/curl-sys/build.rs
vendor/curl-sys/lib.rs
vendor/darling/.cargo-checksum.json [new file with mode: 0644]
vendor/darling/CHANGELOG.md [new file with mode: 0644]
vendor/darling/Cargo.lock [new file with mode: 0644]
vendor/darling/Cargo.toml [new file with mode: 0644]
vendor/darling/LICENSE [new file with mode: 0644]
vendor/darling/README.md [new file with mode: 0644]
vendor/darling/clippy.toml [new file with mode: 0644]
vendor/darling/compiletests.sh [new file with mode: 0755]
vendor/darling/examples/automatic_bounds.rs [new file with mode: 0644]
vendor/darling/examples/consume_fields.rs [new file with mode: 0644]
vendor/darling/examples/expr_with.rs [new file with mode: 0644]
vendor/darling/examples/fallible_read.rs [new file with mode: 0644]
vendor/darling/examples/shorthand_or_long_field.rs [new file with mode: 0644]
vendor/darling/examples/supports_struct.rs [new file with mode: 0644]
vendor/darling/src/lib.rs [new file with mode: 0644]
vendor/darling/src/macros_public.rs [new file with mode: 0644]
vendor/darling/tests/accrue_errors.rs [new file with mode: 0644]
vendor/darling/tests/compile-fail/default_expr_wrong_type.rs [new file with mode: 0644]
vendor/darling/tests/compile-fail/default_expr_wrong_type.stderr [new file with mode: 0644]
vendor/darling/tests/compile-fail/not_impl_from_meta.rs [new file with mode: 0644]
vendor/darling/tests/compile-fail/not_impl_from_meta.stderr [new file with mode: 0644]
vendor/darling/tests/compile-fail/skip_field_not_impl_default.rs [new file with mode: 0644]
vendor/darling/tests/compile-fail/skip_field_not_impl_default.stderr [new file with mode: 0644]
vendor/darling/tests/compiletests.rs [new file with mode: 0644]
vendor/darling/tests/computed_bound.rs [new file with mode: 0644]
vendor/darling/tests/custom_bound.rs [new file with mode: 0644]
vendor/darling/tests/defaults.rs [new file with mode: 0644]
vendor/darling/tests/enums_newtype.rs [new file with mode: 0644]
vendor/darling/tests/enums_struct.rs [new file with mode: 0644]
vendor/darling/tests/enums_unit.rs [new file with mode: 0644]
vendor/darling/tests/error.rs [new file with mode: 0644]
vendor/darling/tests/from_generics.rs [new file with mode: 0644]
vendor/darling/tests/from_meta.rs [new file with mode: 0644]
vendor/darling/tests/from_type_param.rs [new file with mode: 0644]
vendor/darling/tests/from_type_param_default.rs [new file with mode: 0644]
vendor/darling/tests/from_variant.rs [new file with mode: 0644]
vendor/darling/tests/generics.rs [new file with mode: 0644]
vendor/darling/tests/happy_path.rs [new file with mode: 0644]
vendor/darling/tests/hash_map.rs [new file with mode: 0644]
vendor/darling/tests/multiple.rs [new file with mode: 0644]
vendor/darling/tests/newtype.rs [new file with mode: 0644]
vendor/darling/tests/skip.rs [new file with mode: 0644]
vendor/darling/tests/split_declaration.rs [new file with mode: 0644]
vendor/darling/tests/suggestions.rs [new file with mode: 0644]
vendor/darling/tests/supports.rs [new file with mode: 0644]
vendor/darling/tests/unsupported_attributes.rs [new file with mode: 0644]
vendor/darling_core/.cargo-checksum.json [new file with mode: 0644]
vendor/darling_core/Cargo.toml [new file with mode: 0644]
vendor/darling_core/LICENSE [new file with mode: 0644]
vendor/darling_core/src/ast/data.rs [new file with mode: 0644]
vendor/darling_core/src/ast/generics.rs [new file with mode: 0644]
vendor/darling_core/src/ast/mod.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/attr_extractor.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/default_expr.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/error.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/field.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/from_attributes_impl.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/from_derive_impl.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/from_field.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/from_meta_impl.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/from_type_param.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/from_variant_impl.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/mod.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/outer_from_impl.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/postfix_transform.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/trait_impl.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/variant.rs [new file with mode: 0644]
vendor/darling_core/src/codegen/variant_data.rs [new file with mode: 0644]
vendor/darling_core/src/derive.rs [new file with mode: 0644]
vendor/darling_core/src/error/child.rs [new file with mode: 0644]
vendor/darling_core/src/error/kind.rs [new file with mode: 0644]
vendor/darling_core/src/error/mod.rs [new file with mode: 0644]
vendor/darling_core/src/from_attributes.rs [new file with mode: 0644]
vendor/darling_core/src/from_derive_input.rs [new file with mode: 0644]
vendor/darling_core/src/from_field.rs [new file with mode: 0644]
vendor/darling_core/src/from_generic_param.rs [new file with mode: 0644]
vendor/darling_core/src/from_generics.rs [new file with mode: 0644]
vendor/darling_core/src/from_meta.rs [new file with mode: 0644]
vendor/darling_core/src/from_type_param.rs [new file with mode: 0644]
vendor/darling_core/src/from_variant.rs [new file with mode: 0644]
vendor/darling_core/src/lib.rs [new file with mode: 0644]
vendor/darling_core/src/macros_private.rs [new file with mode: 0644]
vendor/darling_core/src/macros_public.rs [new file with mode: 0644]
vendor/darling_core/src/options/core.rs [new file with mode: 0644]
vendor/darling_core/src/options/forward_attrs.rs [new file with mode: 0644]
vendor/darling_core/src/options/from_attributes.rs [new file with mode: 0644]
vendor/darling_core/src/options/from_derive.rs [new file with mode: 0644]
vendor/darling_core/src/options/from_field.rs [new file with mode: 0644]
vendor/darling_core/src/options/from_meta.rs [new file with mode: 0644]
vendor/darling_core/src/options/from_type_param.rs [new file with mode: 0644]
vendor/darling_core/src/options/from_variant.rs [new file with mode: 0644]
vendor/darling_core/src/options/input_field.rs [new file with mode: 0644]
vendor/darling_core/src/options/input_variant.rs [new file with mode: 0644]
vendor/darling_core/src/options/mod.rs [new file with mode: 0644]
vendor/darling_core/src/options/outer_from.rs [new file with mode: 0644]
vendor/darling_core/src/options/shape.rs [new file with mode: 0644]
vendor/darling_core/src/usage/generics_ext.rs [new file with mode: 0644]
vendor/darling_core/src/usage/ident_set.rs [new file with mode: 0644]
vendor/darling_core/src/usage/lifetimes.rs [new file with mode: 0644]
vendor/darling_core/src/usage/mod.rs [new file with mode: 0644]
vendor/darling_core/src/usage/options.rs [new file with mode: 0644]
vendor/darling_core/src/usage/type_params.rs [new file with mode: 0644]
vendor/darling_core/src/util/flag.rs [new file with mode: 0644]
vendor/darling_core/src/util/ident_string.rs [new file with mode: 0644]
vendor/darling_core/src/util/ignored.rs [new file with mode: 0644]
vendor/darling_core/src/util/mod.rs [new file with mode: 0644]
vendor/darling_core/src/util/over_ride.rs [new file with mode: 0644]
vendor/darling_core/src/util/parse_attribute.rs [new file with mode: 0644]
vendor/darling_core/src/util/parse_expr.rs [new file with mode: 0644]
vendor/darling_core/src/util/path_list.rs [new file with mode: 0644]
vendor/darling_core/src/util/path_to_string.rs [new file with mode: 0644]
vendor/darling_core/src/util/shape.rs [new file with mode: 0644]
vendor/darling_core/src/util/spanned_value.rs [new file with mode: 0644]
vendor/darling_core/src/util/with_original.rs [new file with mode: 0644]
vendor/darling_macro/.cargo-checksum.json [new file with mode: 0644]
vendor/darling_macro/Cargo.toml [new file with mode: 0644]
vendor/darling_macro/LICENSE [new file with mode: 0644]
vendor/darling_macro/src/lib.rs [new file with mode: 0644]
vendor/derive_setters/.cargo-checksum.json [new file with mode: 0644]
vendor/derive_setters/Cargo.toml [new file with mode: 0644]
vendor/derive_setters/README.md [new file with mode: 0644]
vendor/derive_setters/src/lib.rs [new file with mode: 0644]
vendor/derive_setters/tests/basics.rs [new file with mode: 0644]
vendor/derive_setters/tests/ref.rs [new file with mode: 0644]
vendor/encoding_rs/.cargo-checksum.json [new file with mode: 0644]
vendor/encoding_rs/CONTRIBUTING.md [new file with mode: 0644]
vendor/encoding_rs/COPYRIGHT [new file with mode: 0644]
vendor/encoding_rs/Cargo.toml [new file with mode: 0644]
vendor/encoding_rs/Ideas.md [new file with mode: 0644]
vendor/encoding_rs/LICENSE-APACHE [new file with mode: 0644]
vendor/encoding_rs/LICENSE-MIT [new file with mode: 0644]
vendor/encoding_rs/LICENSE-WHATWG [new file with mode: 0644]
vendor/encoding_rs/README.md [new file with mode: 0644]
vendor/encoding_rs/ci/miri.sh [new file with mode: 0644]
vendor/encoding_rs/doc/Big5.txt [new file with mode: 0644]
vendor/encoding_rs/doc/EUC-JP.txt [new file with mode: 0644]
vendor/encoding_rs/doc/EUC-KR.txt [new file with mode: 0644]
vendor/encoding_rs/doc/GBK.txt [new file with mode: 0644]
vendor/encoding_rs/doc/IBM866.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-2022-JP.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-10.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-13.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-14.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-15.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-16.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-2.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-3.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-4.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-5.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-6.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-7.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-8-I.txt [new file with mode: 0644]
vendor/encoding_rs/doc/ISO-8859-8.txt [new file with mode: 0644]
vendor/encoding_rs/doc/KOI8-R.txt [new file with mode: 0644]
vendor/encoding_rs/doc/KOI8-U.txt [new file with mode: 0644]
vendor/encoding_rs/doc/Shift_JIS.txt [new file with mode: 0644]
vendor/encoding_rs/doc/UTF-16BE.txt [new file with mode: 0644]
vendor/encoding_rs/doc/UTF-16LE.txt [new file with mode: 0644]
vendor/encoding_rs/doc/UTF-8.txt [new file with mode: 0644]
vendor/encoding_rs/doc/gb18030.txt [new file with mode: 0644]
vendor/encoding_rs/doc/macintosh.txt [new file with mode: 0644]
vendor/encoding_rs/doc/replacement.txt [new file with mode: 0644]
vendor/encoding_rs/doc/windows-1250.txt [new file with mode: 0644]
vendor/encoding_rs/doc/windows-1251.txt [new file with mode: 0644]
vendor/encoding_rs/doc/windows-1252.txt [new file with mode: 0644]
vendor/encoding_rs/doc/windows-1253.txt [new file with mode: 0644]
vendor/encoding_rs/doc/windows-1254.txt [new file with mode: 0644]
vendor/encoding_rs/doc/windows-1255.txt [new file with mode: 0644]
vendor/encoding_rs/doc/windows-1256.txt [new file with mode: 0644]
vendor/encoding_rs/doc/windows-1257.txt [new file with mode: 0644]
vendor/encoding_rs/doc/windows-1258.txt [new file with mode: 0644]
vendor/encoding_rs/doc/windows-874.txt [new file with mode: 0644]
vendor/encoding_rs/doc/x-mac-cyrillic.txt [new file with mode: 0644]
vendor/encoding_rs/doc/x-user-defined.txt [new file with mode: 0644]
vendor/encoding_rs/generate-encoding-data.py [new file with mode: 0644]
vendor/encoding_rs/rustfmt.toml [new file with mode: 0644]
vendor/encoding_rs/src/ascii.rs [new file with mode: 0644]
vendor/encoding_rs/src/big5.rs [new file with mode: 0644]
vendor/encoding_rs/src/data.rs [new file with mode: 0644]
vendor/encoding_rs/src/euc_jp.rs [new file with mode: 0644]
vendor/encoding_rs/src/euc_kr.rs [new file with mode: 0644]
vendor/encoding_rs/src/gb18030.rs [new file with mode: 0644]
vendor/encoding_rs/src/handles.rs [new file with mode: 0644]
vendor/encoding_rs/src/iso_2022_jp.rs [new file with mode: 0644]
vendor/encoding_rs/src/lib.rs [new file with mode: 0644]
vendor/encoding_rs/src/macros.rs [new file with mode: 0644]
vendor/encoding_rs/src/mem.rs [new file with mode: 0644]
vendor/encoding_rs/src/replacement.rs [new file with mode: 0644]
vendor/encoding_rs/src/shift_jis.rs [new file with mode: 0644]
vendor/encoding_rs/src/simd_funcs.rs [new file with mode: 0644]
vendor/encoding_rs/src/single_byte.rs [new file with mode: 0644]
vendor/encoding_rs/src/test_data/big5_in.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/big5_in_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/big5_out.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/big5_out_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/euc_kr_in.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/euc_kr_in_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/euc_kr_out.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/euc_kr_out_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/gb18030_in.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/gb18030_in_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/gb18030_out.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/gb18030_out_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/iso_2022_jp_in.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/iso_2022_jp_in_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/iso_2022_jp_out.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/iso_2022_jp_out_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/jis0208_in.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/jis0208_in_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/jis0208_out.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/jis0208_out_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/jis0212_in.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/jis0212_in_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/shift_jis_in.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/shift_jis_in_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/shift_jis_out.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_data/shift_jis_out_ref.txt [new file with mode: 0644]
vendor/encoding_rs/src/test_labels_names.rs [new file with mode: 0644]
vendor/encoding_rs/src/testing.rs [new file with mode: 0644]
vendor/encoding_rs/src/utf_16.rs [new file with mode: 0644]
vendor/encoding_rs/src/utf_8.rs [new file with mode: 0644]
vendor/encoding_rs/src/variant.rs [new file with mode: 0644]
vendor/encoding_rs/src/x_user_defined.rs [new file with mode: 0644]
vendor/equivalent/.cargo-checksum.json
vendor/equivalent/Cargo.toml
vendor/equivalent/src/lib.rs [changed mode: 0755->0644]
vendor/escargot/.cargo-checksum.json [new file with mode: 0644]
vendor/escargot/Cargo.lock [new file with mode: 0644]
vendor/escargot/Cargo.toml [new file with mode: 0644]
vendor/escargot/LICENSE-APACHE [new file with mode: 0644]
vendor/escargot/LICENSE-MIT [new file with mode: 0644]
vendor/escargot/README.md [new file with mode: 0644]
vendor/escargot/build.rs [new file with mode: 0644]
vendor/escargot/examples/example_fixture.rs [new file with mode: 0644]
vendor/escargot/src/bin/bin_fixture.rs [new file with mode: 0644]
vendor/escargot/src/build.rs [new file with mode: 0644]
vendor/escargot/src/cargo.rs [new file with mode: 0644]
vendor/escargot/src/error.rs [new file with mode: 0644]
vendor/escargot/src/format/diagnostic.rs [new file with mode: 0644]
vendor/escargot/src/format/mod.rs [new file with mode: 0644]
vendor/escargot/src/format/test.rs [new file with mode: 0644]
vendor/escargot/src/lib.rs [new file with mode: 0644]
vendor/escargot/src/msg.rs [new file with mode: 0644]
vendor/escargot/src/run.rs [new file with mode: 0644]
vendor/escargot/src/test.rs [new file with mode: 0644]
vendor/escargot/tests/build.rs [new file with mode: 0644]
vendor/fallible-iterator/.cargo-checksum.json
vendor/fallible-iterator/CHANGELOG.md
vendor/fallible-iterator/Cargo.toml
vendor/fallible-iterator/README.md
vendor/fallible-iterator/src/lib.rs
vendor/fallible-iterator/src/test.rs
vendor/fastrand-1.9.0/.cargo-checksum.json [new file with mode: 0644]
vendor/fastrand-1.9.0/CHANGELOG.md [new file with mode: 0644]
vendor/fastrand-1.9.0/Cargo.toml [new file with mode: 0644]
vendor/fastrand-1.9.0/LICENSE-APACHE [new file with mode: 0644]
vendor/fastrand-1.9.0/LICENSE-MIT [new file with mode: 0644]
vendor/fastrand-1.9.0/README.md [new file with mode: 0644]
vendor/fastrand-1.9.0/benches/bench.rs [new file with mode: 0644]
vendor/fastrand-1.9.0/src/lib.rs [new file with mode: 0644]
vendor/fastrand-1.9.0/tests/char.rs [new file with mode: 0644]
vendor/fastrand-1.9.0/tests/smoke.rs [new file with mode: 0644]
vendor/fastrand/.cargo-checksum.json
vendor/fastrand/CHANGELOG.md
vendor/fastrand/Cargo.toml
vendor/fastrand/README.md
vendor/fastrand/benches/bench.rs
vendor/fastrand/src/global_rng.rs [new file with mode: 0644]
vendor/fastrand/src/lib.rs
vendor/fastrand/tests/smoke.rs
vendor/fs_extra/.cargo-checksum.json [new file with mode: 0644]
vendor/fs_extra/Cargo.toml [new file with mode: 0644]
vendor/fs_extra/LICENSE [new file with mode: 0644]
vendor/fs_extra/README.md [new file with mode: 0644]
vendor/fs_extra/src/dir.rs [new file with mode: 0644]
vendor/fs_extra/src/error.rs [new file with mode: 0644]
vendor/fs_extra/src/file.rs [new file with mode: 0644]
vendor/fs_extra/src/lib.rs [new file with mode: 0644]
vendor/fs_extra/tests/dir.rs [new file with mode: 0644]
vendor/fs_extra/tests/file.rs [new file with mode: 0644]
vendor/fs_extra/tests/lib.rs [new file with mode: 0644]
vendor/gimli-0.26.2/.cargo-checksum.json [deleted file]
vendor/gimli-0.26.2/CHANGELOG.md [deleted file]
vendor/gimli-0.26.2/CONTRIBUTING.md [deleted file]
vendor/gimli-0.26.2/Cargo.lock [deleted file]
vendor/gimli-0.26.2/Cargo.toml [deleted file]
vendor/gimli-0.26.2/LICENSE-APACHE [deleted file]
vendor/gimli-0.26.2/LICENSE-MIT [deleted file]
vendor/gimli-0.26.2/README.md [deleted file]
vendor/gimli-0.26.2/benches/bench.rs [deleted file]
vendor/gimli-0.26.2/examples/dwarf-validate.rs [deleted file]
vendor/gimli-0.26.2/examples/dwarfdump.rs [deleted file]
vendor/gimli-0.26.2/examples/simple.rs [deleted file]
vendor/gimli-0.26.2/examples/simple_line.rs [deleted file]
vendor/gimli-0.26.2/fixtures/self/README.md [deleted file]
vendor/gimli-0.26.2/fixtures/self/debug_abbrev [deleted file]
vendor/gimli-0.26.2/fixtures/self/debug_aranges [deleted file]
vendor/gimli-0.26.2/fixtures/self/debug_info [deleted file]
vendor/gimli-0.26.2/fixtures/self/debug_inlined [deleted file]
vendor/gimli-0.26.2/fixtures/self/debug_line [deleted file]
vendor/gimli-0.26.2/fixtures/self/debug_loc [deleted file]
vendor/gimli-0.26.2/fixtures/self/debug_pubnames [deleted file]
vendor/gimli-0.26.2/fixtures/self/debug_pubtypes [deleted file]
vendor/gimli-0.26.2/fixtures/self/debug_ranges [deleted file]
vendor/gimli-0.26.2/fixtures/self/debug_str [deleted file]
vendor/gimli-0.26.2/fixtures/self/eh_frame [deleted file]
vendor/gimli-0.26.2/fixtures/self/eh_frame_hdr [deleted file]
vendor/gimli-0.26.2/rustfmt.toml [deleted file]
vendor/gimli-0.26.2/src/arch.rs [deleted file]
vendor/gimli-0.26.2/src/common.rs [deleted file]
vendor/gimli-0.26.2/src/constants.rs [deleted file]
vendor/gimli-0.26.2/src/endianity.rs [deleted file]
vendor/gimli-0.26.2/src/leb128.rs [deleted file]
vendor/gimli-0.26.2/src/lib.rs [deleted file]
vendor/gimli-0.26.2/src/read/abbrev.rs [deleted file]
vendor/gimli-0.26.2/src/read/addr.rs [deleted file]
vendor/gimli-0.26.2/src/read/aranges.rs [deleted file]
vendor/gimli-0.26.2/src/read/cfi.rs [deleted file]
vendor/gimli-0.26.2/src/read/dwarf.rs [deleted file]
vendor/gimli-0.26.2/src/read/endian_reader.rs [deleted file]
vendor/gimli-0.26.2/src/read/endian_slice.rs [deleted file]
vendor/gimli-0.26.2/src/read/index.rs [deleted file]
vendor/gimli-0.26.2/src/read/line.rs [deleted file]
vendor/gimli-0.26.2/src/read/lists.rs [deleted file]
vendor/gimli-0.26.2/src/read/loclists.rs [deleted file]
vendor/gimli-0.26.2/src/read/lookup.rs [deleted file]
vendor/gimli-0.26.2/src/read/mod.rs [deleted file]
vendor/gimli-0.26.2/src/read/op.rs [deleted file]
vendor/gimli-0.26.2/src/read/pubnames.rs [deleted file]
vendor/gimli-0.26.2/src/read/pubtypes.rs [deleted file]
vendor/gimli-0.26.2/src/read/reader.rs [deleted file]
vendor/gimli-0.26.2/src/read/rnglists.rs [deleted file]
vendor/gimli-0.26.2/src/read/str.rs [deleted file]
vendor/gimli-0.26.2/src/read/unit.rs [deleted file]
vendor/gimli-0.26.2/src/read/util.rs [deleted file]
vendor/gimli-0.26.2/src/read/value.rs [deleted file]
vendor/gimli-0.26.2/src/test_util.rs [deleted file]
vendor/gimli-0.26.2/src/write/abbrev.rs [deleted file]
vendor/gimli-0.26.2/src/write/cfi.rs [deleted file]
vendor/gimli-0.26.2/src/write/dwarf.rs [deleted file]
vendor/gimli-0.26.2/src/write/endian_vec.rs [deleted file]
vendor/gimli-0.26.2/src/write/line.rs [deleted file]
vendor/gimli-0.26.2/src/write/loc.rs [deleted file]
vendor/gimli-0.26.2/src/write/mod.rs [deleted file]
vendor/gimli-0.26.2/src/write/op.rs [deleted file]
vendor/gimli-0.26.2/src/write/range.rs [deleted file]
vendor/gimli-0.26.2/src/write/section.rs [deleted file]
vendor/gimli-0.26.2/src/write/str.rs [deleted file]
vendor/gimli-0.26.2/src/write/unit.rs [deleted file]
vendor/gimli-0.26.2/src/write/writer.rs [deleted file]
vendor/gimli-0.26.2/tests/convert_self.rs [deleted file]
vendor/gimli-0.26.2/tests/parse_self.rs [deleted file]
vendor/gix-hash/.cargo-checksum.json
vendor/gix-hash/CHANGELOG.md
vendor/gix-hash/Cargo.toml
vendor/gix-hashtable/.cargo-checksum.json
vendor/gix-hashtable/CHANGELOG.md
vendor/gix-hashtable/Cargo.toml
vendor/h2/.cargo-checksum.json [new file with mode: 0644]
vendor/h2/CHANGELOG.md [new file with mode: 0644]
vendor/h2/CONTRIBUTING.md [new file with mode: 0644]
vendor/h2/Cargo.lock [new file with mode: 0644]
vendor/h2/Cargo.toml [new file with mode: 0644]
vendor/h2/LICENSE [new file with mode: 0644]
vendor/h2/README.md [new file with mode: 0644]
vendor/h2/examples/akamai.rs [new file with mode: 0644]
vendor/h2/examples/client.rs [new file with mode: 0644]
vendor/h2/examples/server.rs [new file with mode: 0644]
vendor/h2/src/client.rs [new file with mode: 0644]
vendor/h2/src/codec/error.rs [new file with mode: 0644]
vendor/h2/src/codec/framed_read.rs [new file with mode: 0644]
vendor/h2/src/codec/framed_write.rs [new file with mode: 0644]
vendor/h2/src/codec/mod.rs [new file with mode: 0644]
vendor/h2/src/error.rs [new file with mode: 0644]
vendor/h2/src/ext.rs [new file with mode: 0644]
vendor/h2/src/frame/data.rs [new file with mode: 0644]
vendor/h2/src/frame/go_away.rs [new file with mode: 0644]
vendor/h2/src/frame/head.rs [new file with mode: 0644]
vendor/h2/src/frame/headers.rs [new file with mode: 0644]
vendor/h2/src/frame/mod.rs [new file with mode: 0644]
vendor/h2/src/frame/ping.rs [new file with mode: 0644]
vendor/h2/src/frame/priority.rs [new file with mode: 0644]
vendor/h2/src/frame/reason.rs [new file with mode: 0644]
vendor/h2/src/frame/reset.rs [new file with mode: 0644]
vendor/h2/src/frame/settings.rs [new file with mode: 0644]
vendor/h2/src/frame/stream_id.rs [new file with mode: 0644]
vendor/h2/src/frame/util.rs [new file with mode: 0644]
vendor/h2/src/frame/window_update.rs [new file with mode: 0644]
vendor/h2/src/fuzz_bridge.rs [new file with mode: 0644]
vendor/h2/src/hpack/decoder.rs [new file with mode: 0644]
vendor/h2/src/hpack/encoder.rs [new file with mode: 0644]
vendor/h2/src/hpack/header.rs [new file with mode: 0644]
vendor/h2/src/hpack/huffman/mod.rs [new file with mode: 0644]
vendor/h2/src/hpack/huffman/table.rs [new file with mode: 0644]
vendor/h2/src/hpack/mod.rs [new file with mode: 0644]
vendor/h2/src/hpack/table.rs [new file with mode: 0644]
vendor/h2/src/hpack/test/fixture.rs [new file with mode: 0644]
vendor/h2/src/hpack/test/fuzz.rs [new file with mode: 0644]
vendor/h2/src/hpack/test/mod.rs [new file with mode: 0644]
vendor/h2/src/lib.rs [new file with mode: 0644]
vendor/h2/src/proto/connection.rs [new file with mode: 0644]
vendor/h2/src/proto/error.rs [new file with mode: 0644]
vendor/h2/src/proto/go_away.rs [new file with mode: 0644]
vendor/h2/src/proto/mod.rs [new file with mode: 0644]
vendor/h2/src/proto/peer.rs [new file with mode: 0644]
vendor/h2/src/proto/ping_pong.rs [new file with mode: 0644]
vendor/h2/src/proto/settings.rs [new file with mode: 0644]
vendor/h2/src/proto/streams/buffer.rs [new file with mode: 0644]
vendor/h2/src/proto/streams/counts.rs [new file with mode: 0644]
vendor/h2/src/proto/streams/flow_control.rs [new file with mode: 0644]
vendor/h2/src/proto/streams/mod.rs [new file with mode: 0644]
vendor/h2/src/proto/streams/prioritize.rs [new file with mode: 0644]
vendor/h2/src/proto/streams/recv.rs [new file with mode: 0644]
vendor/h2/src/proto/streams/send.rs [new file with mode: 0644]
vendor/h2/src/proto/streams/state.rs [new file with mode: 0644]
vendor/h2/src/proto/streams/store.rs [new file with mode: 0644]
vendor/h2/src/proto/streams/stream.rs [new file with mode: 0644]
vendor/h2/src/proto/streams/streams.rs [new file with mode: 0644]
vendor/h2/src/server.rs [new file with mode: 0644]
vendor/h2/src/share.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/.cargo-checksum.json [deleted file]
vendor/hashbrown-0.13.2/CHANGELOG.md [deleted file]
vendor/hashbrown-0.13.2/Cargo.toml [deleted file]
vendor/hashbrown-0.13.2/LICENSE-APACHE [deleted file]
vendor/hashbrown-0.13.2/LICENSE-MIT [deleted file]
vendor/hashbrown-0.13.2/README.md [deleted file]
vendor/hashbrown-0.13.2/benches/bench.rs [deleted file]
vendor/hashbrown-0.13.2/benches/insert_unique_unchecked.rs [deleted file]
vendor/hashbrown-0.13.2/clippy.toml [deleted file]
vendor/hashbrown-0.13.2/src/external_trait_impls/mod.rs [deleted file]
vendor/hashbrown-0.13.2/src/external_trait_impls/rayon/helpers.rs [deleted file]
vendor/hashbrown-0.13.2/src/external_trait_impls/rayon/map.rs [deleted file]
vendor/hashbrown-0.13.2/src/external_trait_impls/rayon/mod.rs [deleted file]
vendor/hashbrown-0.13.2/src/external_trait_impls/rayon/raw.rs [deleted file]
vendor/hashbrown-0.13.2/src/external_trait_impls/rayon/set.rs [deleted file]
vendor/hashbrown-0.13.2/src/external_trait_impls/serde.rs [deleted file]
vendor/hashbrown-0.13.2/src/lib.rs [deleted file]
vendor/hashbrown-0.13.2/src/macros.rs [deleted file]
vendor/hashbrown-0.13.2/src/map.rs [deleted file]
vendor/hashbrown-0.13.2/src/raw/alloc.rs [deleted file]
vendor/hashbrown-0.13.2/src/raw/bitmask.rs [deleted file]
vendor/hashbrown-0.13.2/src/raw/generic.rs [deleted file]
vendor/hashbrown-0.13.2/src/raw/mod.rs [deleted file]
vendor/hashbrown-0.13.2/src/raw/sse2.rs [deleted file]
vendor/hashbrown-0.13.2/src/rustc_entry.rs [deleted file]
vendor/hashbrown-0.13.2/src/scopeguard.rs [deleted file]
vendor/hashbrown-0.13.2/src/set.rs [deleted file]
vendor/hashbrown-0.13.2/tests/equivalent_trait.rs [deleted file]
vendor/hashbrown-0.13.2/tests/hasher.rs [deleted file]
vendor/hashbrown-0.13.2/tests/raw.rs [deleted file]
vendor/hashbrown-0.13.2/tests/rayon.rs [deleted file]
vendor/hashbrown-0.13.2/tests/serde.rs [deleted file]
vendor/hashbrown-0.13.2/tests/set.rs [deleted file]
vendor/hermit-abi/.cargo-checksum.json
vendor/hermit-abi/Cargo.toml
vendor/hermit-abi/src/lib.rs
vendor/http-body/.cargo-checksum.json [new file with mode: 0644]
vendor/http-body/CHANGELOG.md [new file with mode: 0644]
vendor/http-body/Cargo.toml [new file with mode: 0644]
vendor/http-body/LICENSE [new file with mode: 0644]
vendor/http-body/README.md [new file with mode: 0644]
vendor/http-body/src/combinators/box_body.rs [new file with mode: 0644]
vendor/http-body/src/combinators/map_data.rs [new file with mode: 0644]
vendor/http-body/src/combinators/map_err.rs [new file with mode: 0644]
vendor/http-body/src/combinators/mod.rs [new file with mode: 0644]
vendor/http-body/src/empty.rs [new file with mode: 0644]
vendor/http-body/src/full.rs [new file with mode: 0644]
vendor/http-body/src/lib.rs [new file with mode: 0644]
vendor/http-body/src/limited.rs [new file with mode: 0644]
vendor/http-body/src/next.rs [new file with mode: 0644]
vendor/http-body/src/size_hint.rs [new file with mode: 0644]
vendor/http-body/tests/is_end_stream.rs [new file with mode: 0644]
vendor/http/.cargo-checksum.json [new file with mode: 0644]
vendor/http/CHANGELOG.md [new file with mode: 0644]
vendor/http/Cargo.toml [new file with mode: 0644]
vendor/http/LICENSE-APACHE [new file with mode: 0644]
vendor/http/LICENSE-MIT [new file with mode: 0644]
vendor/http/README.md [new file with mode: 0644]
vendor/http/src/byte_str.rs [new file with mode: 0644]
vendor/http/src/convert.rs [new file with mode: 0644]
vendor/http/src/error.rs [new file with mode: 0644]
vendor/http/src/extensions.rs [new file with mode: 0644]
vendor/http/src/header/map.rs [new file with mode: 0644]
vendor/http/src/header/mod.rs [new file with mode: 0644]
vendor/http/src/header/name.rs [new file with mode: 0644]
vendor/http/src/header/value.rs [new file with mode: 0644]
vendor/http/src/lib.rs [new file with mode: 0644]
vendor/http/src/method.rs [new file with mode: 0644]
vendor/http/src/request.rs [new file with mode: 0644]
vendor/http/src/response.rs [new file with mode: 0644]
vendor/http/src/status.rs [new file with mode: 0644]
vendor/http/src/uri/authority.rs [new file with mode: 0644]
vendor/http/src/uri/builder.rs [new file with mode: 0644]
vendor/http/src/uri/mod.rs [new file with mode: 0644]
vendor/http/src/uri/path.rs [new file with mode: 0644]
vendor/http/src/uri/port.rs [new file with mode: 0644]
vendor/http/src/uri/scheme.rs [new file with mode: 0644]
vendor/http/src/uri/tests.rs [new file with mode: 0644]
vendor/http/src/version.rs [new file with mode: 0644]
vendor/http/tests/header_map.rs [new file with mode: 0644]
vendor/http/tests/header_map_fuzz.rs [new file with mode: 0644]
vendor/http/tests/status_code.rs [new file with mode: 0644]
vendor/httparse/.cargo-checksum.json [new file with mode: 0644]
vendor/httparse/Cargo.toml [new file with mode: 0644]
vendor/httparse/LICENSE-APACHE [new file with mode: 0644]
vendor/httparse/LICENSE-MIT [new file with mode: 0644]
vendor/httparse/README.md [new file with mode: 0644]
vendor/httparse/benches/parse.rs [new file with mode: 0644]
vendor/httparse/build.rs [new file with mode: 0644]
vendor/httparse/src/iter.rs [new file with mode: 0644]
vendor/httparse/src/lib.rs [new file with mode: 0644]
vendor/httparse/src/macros.rs [new file with mode: 0644]
vendor/httparse/src/simd/avx2.rs [new file with mode: 0644]
vendor/httparse/src/simd/fallback.rs [new file with mode: 0644]
vendor/httparse/src/simd/mod.rs [new file with mode: 0644]
vendor/httparse/src/simd/sse42.rs [new file with mode: 0644]
vendor/httparse/tests/uri.rs [new file with mode: 0644]
vendor/httpdate/.cargo-checksum.json [new file with mode: 0644]
vendor/httpdate/Cargo.toml [new file with mode: 0644]
vendor/httpdate/LICENSE-APACHE [new file with mode: 0644]
vendor/httpdate/LICENSE-MIT [new file with mode: 0644]
vendor/httpdate/README.md [new file with mode: 0644]
vendor/httpdate/benches/benchmarks.rs [new file with mode: 0644]
vendor/httpdate/src/date.rs [new file with mode: 0644]
vendor/httpdate/src/lib.rs [new file with mode: 0644]
vendor/humansize/.cargo-checksum.json [new file with mode: 0644]
vendor/humansize/Cargo.lock [new file with mode: 0644]
vendor/humansize/Cargo.toml [new file with mode: 0644]
vendor/humansize/LICENSE-APACHE [new file with mode: 0644]
vendor/humansize/LICENSE-MIT [new file with mode: 0644]
vendor/humansize/README.md [new file with mode: 0644]
vendor/humansize/changelog.md [new file with mode: 0644]
vendor/humansize/examples/custom_options.rs [new file with mode: 0644]
vendor/humansize/examples/sizes.rs [new file with mode: 0644]
vendor/humansize/src/allocating.rs [new file with mode: 0644]
vendor/humansize/src/formatters.rs [new file with mode: 0644]
vendor/humansize/src/impl_style.rs [new file with mode: 0644]
vendor/humansize/src/lib.rs [new file with mode: 0644]
vendor/humansize/src/numeric_traits.rs [new file with mode: 0644]
vendor/humansize/src/options/defaults.rs [new file with mode: 0644]
vendor/humansize/src/options/mod.rs [new file with mode: 0644]
vendor/humansize/src/scales.rs [new file with mode: 0644]
vendor/humansize/src/utils.rs [new file with mode: 0644]
vendor/humansize/tests/test.rs [new file with mode: 0644]
vendor/hyper-tls/.cargo-checksum.json [new file with mode: 0644]
vendor/hyper-tls/Cargo.lock [new file with mode: 0644]
vendor/hyper-tls/Cargo.toml [new file with mode: 0644]
vendor/hyper-tls/LICENSE-APACHE [new file with mode: 0644]
vendor/hyper-tls/LICENSE-MIT [new file with mode: 0644]
vendor/hyper-tls/README.md [new file with mode: 0644]
vendor/hyper-tls/examples/client.rs [new file with mode: 0644]
vendor/hyper-tls/src/client.rs [new file with mode: 0644]
vendor/hyper-tls/src/lib.rs [new file with mode: 0644]
vendor/hyper-tls/src/stream.rs [new file with mode: 0644]
vendor/hyper/.cargo-checksum.json [new file with mode: 0644]
vendor/hyper/Cargo.lock [new file with mode: 0644]
vendor/hyper/Cargo.toml [new file with mode: 0644]
vendor/hyper/LICENSE [new file with mode: 0644]
vendor/hyper/src/body/aggregate.rs [new file with mode: 0644]
vendor/hyper/src/body/body.rs [new file with mode: 0644]
vendor/hyper/src/body/length.rs [new file with mode: 0644]
vendor/hyper/src/body/mod.rs [new file with mode: 0644]
vendor/hyper/src/body/to_bytes.rs [new file with mode: 0644]
vendor/hyper/src/cfg.rs [new file with mode: 0644]
vendor/hyper/src/client/client.rs [new file with mode: 0644]
vendor/hyper/src/client/conn.rs [new file with mode: 0644]
vendor/hyper/src/client/connect/dns.rs [new file with mode: 0644]
vendor/hyper/src/client/connect/http.rs [new file with mode: 0644]
vendor/hyper/src/client/connect/mod.rs [new file with mode: 0644]
vendor/hyper/src/client/dispatch.rs [new file with mode: 0644]
vendor/hyper/src/client/mod.rs [new file with mode: 0644]
vendor/hyper/src/client/pool.rs [new file with mode: 0644]
vendor/hyper/src/client/service.rs [new file with mode: 0644]
vendor/hyper/src/client/tests.rs [new file with mode: 0644]
vendor/hyper/src/common/buf.rs [new file with mode: 0644]
vendor/hyper/src/common/date.rs [new file with mode: 0644]
vendor/hyper/src/common/drain.rs [new file with mode: 0644]
vendor/hyper/src/common/exec.rs [new file with mode: 0644]
vendor/hyper/src/common/io/mod.rs [new file with mode: 0644]
vendor/hyper/src/common/io/rewind.rs [new file with mode: 0644]
vendor/hyper/src/common/lazy.rs [new file with mode: 0644]
vendor/hyper/src/common/mod.rs [new file with mode: 0644]
vendor/hyper/src/common/never.rs [new file with mode: 0644]
vendor/hyper/src/common/sync_wrapper.rs [new file with mode: 0644]
vendor/hyper/src/common/task.rs [new file with mode: 0644]
vendor/hyper/src/common/watch.rs [new file with mode: 0644]
vendor/hyper/src/error.rs [new file with mode: 0644]
vendor/hyper/src/ext.rs [new file with mode: 0644]
vendor/hyper/src/ext/h1_reason_phrase.rs [new file with mode: 0644]
vendor/hyper/src/ffi/body.rs [new file with mode: 0644]
vendor/hyper/src/ffi/client.rs [new file with mode: 0644]
vendor/hyper/src/ffi/error.rs [new file with mode: 0644]
vendor/hyper/src/ffi/http_types.rs [new file with mode: 0644]
vendor/hyper/src/ffi/io.rs [new file with mode: 0644]
vendor/hyper/src/ffi/macros.rs [new file with mode: 0644]
vendor/hyper/src/ffi/mod.rs [new file with mode: 0644]
vendor/hyper/src/ffi/task.rs [new file with mode: 0644]
vendor/hyper/src/headers.rs [new file with mode: 0644]
vendor/hyper/src/lib.rs [new file with mode: 0644]
vendor/hyper/src/mock.rs [new file with mode: 0644]
vendor/hyper/src/proto/h1/conn.rs [new file with mode: 0644]
vendor/hyper/src/proto/h1/decode.rs [new file with mode: 0644]
vendor/hyper/src/proto/h1/dispatch.rs [new file with mode: 0644]
vendor/hyper/src/proto/h1/encode.rs [new file with mode: 0644]
vendor/hyper/src/proto/h1/io.rs [new file with mode: 0644]
vendor/hyper/src/proto/h1/mod.rs [new file with mode: 0644]
vendor/hyper/src/proto/h1/role.rs [new file with mode: 0644]
vendor/hyper/src/proto/h2/client.rs [new file with mode: 0644]
vendor/hyper/src/proto/h2/mod.rs [new file with mode: 0644]
vendor/hyper/src/proto/h2/ping.rs [new file with mode: 0644]
vendor/hyper/src/proto/h2/server.rs [new file with mode: 0644]
vendor/hyper/src/proto/mod.rs [new file with mode: 0644]
vendor/hyper/src/rt.rs [new file with mode: 0644]
vendor/hyper/src/server/accept.rs [new file with mode: 0644]
vendor/hyper/src/server/conn.rs [new file with mode: 0644]
vendor/hyper/src/server/mod.rs [new file with mode: 0644]
vendor/hyper/src/server/server.rs [new file with mode: 0644]
vendor/hyper/src/server/server_stub.rs [new file with mode: 0644]
vendor/hyper/src/server/shutdown.rs [new file with mode: 0644]
vendor/hyper/src/server/tcp.rs [new file with mode: 0644]
vendor/hyper/src/service/http.rs [new file with mode: 0644]
vendor/hyper/src/service/make.rs [new file with mode: 0644]
vendor/hyper/src/service/mod.rs [new file with mode: 0644]
vendor/hyper/src/service/oneshot.rs [new file with mode: 0644]
vendor/hyper/src/service/util.rs [new file with mode: 0644]
vendor/hyper/src/upgrade.rs [new file with mode: 0644]
vendor/ident_case/.cargo-checksum.json [new file with mode: 0644]
vendor/ident_case/CHANGELOG.md [new file with mode: 0644]
vendor/ident_case/Cargo.toml [new file with mode: 0644]
vendor/ident_case/LICENSE [new file with mode: 0644]
vendor/ident_case/README.md [new file with mode: 0644]
vendor/ident_case/src/lib.rs [new file with mode: 0644]
vendor/ipnet/.cargo-checksum.json [new file with mode: 0644]
vendor/ipnet/Cargo.toml [new file with mode: 0644]
vendor/ipnet/LICENSE-APACHE [new file with mode: 0644]
vendor/ipnet/LICENSE-MIT [new file with mode: 0644]
vendor/ipnet/README.md [new file with mode: 0644]
vendor/ipnet/RELEASES.md [new file with mode: 0644]
vendor/ipnet/src/ipext.rs [new file with mode: 0644]
vendor/ipnet/src/ipnet.rs [new file with mode: 0644]
vendor/ipnet/src/ipnet_schemars.rs [new file with mode: 0644]
vendor/ipnet/src/ipnet_serde.rs [new file with mode: 0644]
vendor/ipnet/src/lib.rs [new file with mode: 0644]
vendor/ipnet/src/mask.rs [new file with mode: 0644]
vendor/ipnet/src/parser.rs [new file with mode: 0644]
vendor/la-arena/.cargo-checksum.json [new file with mode: 0644]
vendor/la-arena/Cargo.toml [new file with mode: 0644]
vendor/la-arena/src/lib.rs [new file with mode: 0644]
vendor/la-arena/src/map.rs [new file with mode: 0644]
vendor/libloading-0.7.4/.cargo-checksum.json [new file with mode: 0644]
vendor/libloading-0.7.4/Cargo.toml [new file with mode: 0644]
vendor/libloading-0.7.4/LICENSE [new file with mode: 0644]
vendor/libloading-0.7.4/README.mkd [new file with mode: 0644]
vendor/libloading-0.7.4/src/changelog.rs [new file with mode: 0644]
vendor/libloading-0.7.4/src/error.rs [new file with mode: 0644]
vendor/libloading-0.7.4/src/lib.rs [new file with mode: 0644]
vendor/libloading-0.7.4/src/os/mod.rs [new file with mode: 0644]
vendor/libloading-0.7.4/src/os/unix/consts.rs [new file with mode: 0644]
vendor/libloading-0.7.4/src/os/unix/mod.rs [new file with mode: 0644]
vendor/libloading-0.7.4/src/os/windows/mod.rs [new file with mode: 0644]
vendor/libloading-0.7.4/src/safe.rs [new file with mode: 0644]
vendor/libloading-0.7.4/src/test_helpers.rs [new file with mode: 0644]
vendor/libloading-0.7.4/src/util.rs [new file with mode: 0644]
vendor/libloading-0.7.4/tests/constants.rs [new file with mode: 0644]
vendor/libloading-0.7.4/tests/functions.rs [new file with mode: 0644]
vendor/libloading-0.7.4/tests/library_filename.rs [new file with mode: 0644]
vendor/libloading-0.7.4/tests/markers.rs [new file with mode: 0644]
vendor/libloading-0.7.4/tests/windows.rs [new file with mode: 0644]
vendor/libloading/.cargo-checksum.json
vendor/libloading/Cargo.toml
vendor/libloading/README.mkd
vendor/libloading/src/changelog.rs
vendor/libloading/src/lib.rs
vendor/libloading/src/os/unix/consts.rs
vendor/libloading/src/os/windows/mod.rs
vendor/libloading/tests/functions.rs
vendor/libloading/tests/nagisa32.dll [deleted file]
vendor/libloading/tests/nagisa64.dll [deleted file]
vendor/line-index/.cargo-checksum.json [new file with mode: 0644]
vendor/line-index/Cargo.toml [new file with mode: 0644]
vendor/line-index/src/lib.rs [new file with mode: 0644]
vendor/line-index/src/tests.rs [new file with mode: 0644]
vendor/line-index/tests/it.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/errno.rs
vendor/linux-raw-sys/src/aarch64/general.rs
vendor/linux-raw-sys/src/aarch64/if_ether.rs
vendor/linux-raw-sys/src/aarch64/io_uring.rs
vendor/linux-raw-sys/src/aarch64/ioctl.rs
vendor/linux-raw-sys/src/aarch64/net.rs
vendor/linux-raw-sys/src/aarch64/netlink.rs
vendor/linux-raw-sys/src/aarch64/prctl.rs
vendor/linux-raw-sys/src/aarch64/system.rs
vendor/linux-raw-sys/src/arm/errno.rs
vendor/linux-raw-sys/src/arm/general.rs
vendor/linux-raw-sys/src/arm/if_ether.rs
vendor/linux-raw-sys/src/arm/io_uring.rs
vendor/linux-raw-sys/src/arm/ioctl.rs
vendor/linux-raw-sys/src/arm/net.rs
vendor/linux-raw-sys/src/arm/netlink.rs
vendor/linux-raw-sys/src/arm/prctl.rs
vendor/linux-raw-sys/src/arm/system.rs
vendor/linux-raw-sys/src/lib.rs
vendor/linux-raw-sys/src/loongarch64/errno.rs
vendor/linux-raw-sys/src/loongarch64/general.rs
vendor/linux-raw-sys/src/loongarch64/if_ether.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/loongarch64/io_uring.rs
vendor/linux-raw-sys/src/loongarch64/ioctl.rs
vendor/linux-raw-sys/src/loongarch64/net.rs
vendor/linux-raw-sys/src/loongarch64/netlink.rs
vendor/linux-raw-sys/src/loongarch64/prctl.rs
vendor/linux-raw-sys/src/loongarch64/system.rs
vendor/linux-raw-sys/src/mips/errno.rs
vendor/linux-raw-sys/src/mips/general.rs
vendor/linux-raw-sys/src/mips/if_ether.rs
vendor/linux-raw-sys/src/mips/io_uring.rs
vendor/linux-raw-sys/src/mips/ioctl.rs
vendor/linux-raw-sys/src/mips/net.rs
vendor/linux-raw-sys/src/mips/netlink.rs
vendor/linux-raw-sys/src/mips/prctl.rs
vendor/linux-raw-sys/src/mips/system.rs
vendor/linux-raw-sys/src/mips32r6/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips32r6/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips32r6/if_ether.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips32r6/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips32r6/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips32r6/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips32r6/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips32r6/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips32r6/system.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64/errno.rs
vendor/linux-raw-sys/src/mips64/general.rs
vendor/linux-raw-sys/src/mips64/if_ether.rs
vendor/linux-raw-sys/src/mips64/io_uring.rs
vendor/linux-raw-sys/src/mips64/ioctl.rs
vendor/linux-raw-sys/src/mips64/net.rs
vendor/linux-raw-sys/src/mips64/netlink.rs
vendor/linux-raw-sys/src/mips64/prctl.rs
vendor/linux-raw-sys/src/mips64/system.rs
vendor/linux-raw-sys/src/mips64r6/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64r6/general.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64r6/if_ether.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64r6/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64r6/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64r6/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64r6/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64r6/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64r6/system.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc/errno.rs
vendor/linux-raw-sys/src/powerpc/general.rs
vendor/linux-raw-sys/src/powerpc/if_ether.rs
vendor/linux-raw-sys/src/powerpc/io_uring.rs
vendor/linux-raw-sys/src/powerpc/ioctl.rs
vendor/linux-raw-sys/src/powerpc/net.rs
vendor/linux-raw-sys/src/powerpc/netlink.rs
vendor/linux-raw-sys/src/powerpc/prctl.rs
vendor/linux-raw-sys/src/powerpc/system.rs
vendor/linux-raw-sys/src/powerpc64/errno.rs
vendor/linux-raw-sys/src/powerpc64/general.rs
vendor/linux-raw-sys/src/powerpc64/if_ether.rs
vendor/linux-raw-sys/src/powerpc64/io_uring.rs
vendor/linux-raw-sys/src/powerpc64/ioctl.rs
vendor/linux-raw-sys/src/powerpc64/net.rs
vendor/linux-raw-sys/src/powerpc64/netlink.rs
vendor/linux-raw-sys/src/powerpc64/prctl.rs
vendor/linux-raw-sys/src/powerpc64/system.rs
vendor/linux-raw-sys/src/riscv32/errno.rs
vendor/linux-raw-sys/src/riscv32/general.rs
vendor/linux-raw-sys/src/riscv32/if_ether.rs
vendor/linux-raw-sys/src/riscv32/io_uring.rs
vendor/linux-raw-sys/src/riscv32/ioctl.rs
vendor/linux-raw-sys/src/riscv32/net.rs
vendor/linux-raw-sys/src/riscv32/netlink.rs
vendor/linux-raw-sys/src/riscv32/prctl.rs
vendor/linux-raw-sys/src/riscv32/system.rs
vendor/linux-raw-sys/src/riscv64/errno.rs
vendor/linux-raw-sys/src/riscv64/general.rs
vendor/linux-raw-sys/src/riscv64/if_ether.rs
vendor/linux-raw-sys/src/riscv64/io_uring.rs
vendor/linux-raw-sys/src/riscv64/ioctl.rs
vendor/linux-raw-sys/src/riscv64/net.rs
vendor/linux-raw-sys/src/riscv64/netlink.rs
vendor/linux-raw-sys/src/riscv64/prctl.rs
vendor/linux-raw-sys/src/riscv64/system.rs
vendor/linux-raw-sys/src/s390x/errno.rs
vendor/linux-raw-sys/src/s390x/general.rs
vendor/linux-raw-sys/src/s390x/if_ether.rs
vendor/linux-raw-sys/src/s390x/io_uring.rs
vendor/linux-raw-sys/src/s390x/ioctl.rs
vendor/linux-raw-sys/src/s390x/net.rs
vendor/linux-raw-sys/src/s390x/netlink.rs
vendor/linux-raw-sys/src/s390x/prctl.rs
vendor/linux-raw-sys/src/s390x/system.rs
vendor/linux-raw-sys/src/sparc/errno.rs
vendor/linux-raw-sys/src/sparc/general.rs
vendor/linux-raw-sys/src/sparc/if_ether.rs
vendor/linux-raw-sys/src/sparc/io_uring.rs
vendor/linux-raw-sys/src/sparc/ioctl.rs
vendor/linux-raw-sys/src/sparc/net.rs
vendor/linux-raw-sys/src/sparc/netlink.rs
vendor/linux-raw-sys/src/sparc/prctl.rs
vendor/linux-raw-sys/src/sparc/system.rs
vendor/linux-raw-sys/src/sparc64/errno.rs
vendor/linux-raw-sys/src/sparc64/general.rs
vendor/linux-raw-sys/src/sparc64/if_ether.rs
vendor/linux-raw-sys/src/sparc64/io_uring.rs
vendor/linux-raw-sys/src/sparc64/ioctl.rs
vendor/linux-raw-sys/src/sparc64/net.rs
vendor/linux-raw-sys/src/sparc64/netlink.rs
vendor/linux-raw-sys/src/sparc64/prctl.rs
vendor/linux-raw-sys/src/sparc64/system.rs
vendor/linux-raw-sys/src/x32/errno.rs
vendor/linux-raw-sys/src/x32/general.rs
vendor/linux-raw-sys/src/x32/if_ether.rs
vendor/linux-raw-sys/src/x32/io_uring.rs
vendor/linux-raw-sys/src/x32/ioctl.rs
vendor/linux-raw-sys/src/x32/net.rs
vendor/linux-raw-sys/src/x32/netlink.rs
vendor/linux-raw-sys/src/x32/prctl.rs
vendor/linux-raw-sys/src/x32/system.rs
vendor/linux-raw-sys/src/x86/errno.rs
vendor/linux-raw-sys/src/x86/general.rs
vendor/linux-raw-sys/src/x86/if_ether.rs
vendor/linux-raw-sys/src/x86/io_uring.rs
vendor/linux-raw-sys/src/x86/ioctl.rs
vendor/linux-raw-sys/src/x86/net.rs
vendor/linux-raw-sys/src/x86/netlink.rs
vendor/linux-raw-sys/src/x86/prctl.rs
vendor/linux-raw-sys/src/x86/system.rs
vendor/linux-raw-sys/src/x86_64/errno.rs
vendor/linux-raw-sys/src/x86_64/general.rs
vendor/linux-raw-sys/src/x86_64/if_ether.rs
vendor/linux-raw-sys/src/x86_64/io_uring.rs
vendor/linux-raw-sys/src/x86_64/ioctl.rs
vendor/linux-raw-sys/src/x86_64/net.rs
vendor/linux-raw-sys/src/x86_64/netlink.rs
vendor/linux-raw-sys/src/x86_64/prctl.rs
vendor/linux-raw-sys/src/x86_64/system.rs
vendor/mio/.cargo-checksum.json [new file with mode: 0644]
vendor/mio/CHANGELOG.md [new file with mode: 0644]
vendor/mio/Cargo.lock [new file with mode: 0644]
vendor/mio/Cargo.toml [new file with mode: 0644]
vendor/mio/LICENSE [new file with mode: 0644]
vendor/mio/README.md [new file with mode: 0644]
vendor/mio/examples/tcp_listenfd_server.rs [new file with mode: 0644]
vendor/mio/examples/tcp_server.rs [new file with mode: 0644]
vendor/mio/examples/udp_server.rs [new file with mode: 0644]
vendor/mio/src/event/event.rs [new file with mode: 0644]
vendor/mio/src/event/events.rs [new file with mode: 0644]
vendor/mio/src/event/mod.rs [new file with mode: 0644]
vendor/mio/src/event/source.rs [new file with mode: 0644]
vendor/mio/src/interest.rs [new file with mode: 0644]
vendor/mio/src/io_source.rs [new file with mode: 0644]
vendor/mio/src/lib.rs [new file with mode: 0644]
vendor/mio/src/macros.rs [new file with mode: 0644]
vendor/mio/src/net/mod.rs [new file with mode: 0644]
vendor/mio/src/net/tcp/listener.rs [new file with mode: 0644]
vendor/mio/src/net/tcp/mod.rs [new file with mode: 0644]
vendor/mio/src/net/tcp/stream.rs [new file with mode: 0644]
vendor/mio/src/net/udp.rs [new file with mode: 0644]
vendor/mio/src/net/uds/datagram.rs [new file with mode: 0644]
vendor/mio/src/net/uds/listener.rs [new file with mode: 0644]
vendor/mio/src/net/uds/mod.rs [new file with mode: 0644]
vendor/mio/src/net/uds/stream.rs [new file with mode: 0644]
vendor/mio/src/poll.rs [new file with mode: 0644]
vendor/mio/src/sys/mod.rs [new file with mode: 0644]
vendor/mio/src/sys/shell/mod.rs [new file with mode: 0644]
vendor/mio/src/sys/shell/selector.rs [new file with mode: 0644]
vendor/mio/src/sys/shell/tcp.rs [new file with mode: 0644]
vendor/mio/src/sys/shell/udp.rs [new file with mode: 0644]
vendor/mio/src/sys/shell/uds.rs [new file with mode: 0644]
vendor/mio/src/sys/shell/waker.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/mod.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/net.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/pipe.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/selector/epoll.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/selector/kqueue.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/selector/mod.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/sourcefd.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/tcp.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/udp.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/uds/datagram.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/uds/listener.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/uds/mod.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/uds/socketaddr.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/uds/stream.rs [new file with mode: 0644]
vendor/mio/src/sys/unix/waker.rs [new file with mode: 0644]
vendor/mio/src/sys/wasi/mod.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/afd.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/event.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/handle.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/io_status_block.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/iocp.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/mod.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/named_pipe.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/net.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/overlapped.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/selector.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/tcp.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/udp.rs [new file with mode: 0644]
vendor/mio/src/sys/windows/waker.rs [new file with mode: 0644]
vendor/mio/src/token.rs [new file with mode: 0644]
vendor/mio/src/waker.rs [new file with mode: 0644]
vendor/native-tls/.cargo-checksum.json [new file with mode: 0644]
vendor/native-tls/CHANGELOG.md [new file with mode: 0644]
vendor/native-tls/Cargo.lock [new file with mode: 0644]
vendor/native-tls/Cargo.toml [new file with mode: 0644]
vendor/native-tls/LICENSE-APACHE [new file with mode: 0644]
vendor/native-tls/LICENSE-MIT [new file with mode: 0644]
vendor/native-tls/README.md [new file with mode: 0644]
vendor/native-tls/build.rs [new file with mode: 0644]
vendor/native-tls/examples/google-connect.rs [new file with mode: 0644]
vendor/native-tls/examples/simple-server-pkcs8.rs [new file with mode: 0644]
vendor/native-tls/examples/simple-server.rs [new file with mode: 0644]
vendor/native-tls/src/imp/openssl.rs [new file with mode: 0644]
vendor/native-tls/src/imp/schannel.rs [new file with mode: 0644]
vendor/native-tls/src/imp/security_framework.rs [new file with mode: 0644]
vendor/native-tls/src/lib.rs [new file with mode: 0644]
vendor/native-tls/src/test.rs [new file with mode: 0644]
vendor/object-0.30.4/.cargo-checksum.json [deleted file]
vendor/object-0.30.4/CHANGELOG.md [deleted file]
vendor/object-0.30.4/Cargo.toml [deleted file]
vendor/object-0.30.4/LICENSE-APACHE [deleted file]
vendor/object-0.30.4/LICENSE-MIT [deleted file]
vendor/object-0.30.4/README.md [deleted file]
vendor/object-0.30.4/clippy.toml [deleted file]
vendor/object-0.30.4/src/archive.rs [deleted file]
vendor/object-0.30.4/src/common.rs [deleted file]
vendor/object-0.30.4/src/elf.rs [deleted file]
vendor/object-0.30.4/src/endian.rs [deleted file]
vendor/object-0.30.4/src/lib.rs [deleted file]
vendor/object-0.30.4/src/macho.rs [deleted file]
vendor/object-0.30.4/src/pe.rs [deleted file]
vendor/object-0.30.4/src/pod.rs [deleted file]
vendor/object-0.30.4/src/read/any.rs [deleted file]
vendor/object-0.30.4/src/read/archive.rs [deleted file]
vendor/object-0.30.4/src/read/coff/comdat.rs [deleted file]
vendor/object-0.30.4/src/read/coff/file.rs [deleted file]
vendor/object-0.30.4/src/read/coff/mod.rs [deleted file]
vendor/object-0.30.4/src/read/coff/relocation.rs [deleted file]
vendor/object-0.30.4/src/read/coff/section.rs [deleted file]
vendor/object-0.30.4/src/read/coff/symbol.rs [deleted file]
vendor/object-0.30.4/src/read/elf/comdat.rs [deleted file]
vendor/object-0.30.4/src/read/elf/compression.rs [deleted file]
vendor/object-0.30.4/src/read/elf/dynamic.rs [deleted file]
vendor/object-0.30.4/src/read/elf/file.rs [deleted file]
vendor/object-0.30.4/src/read/elf/hash.rs [deleted file]
vendor/object-0.30.4/src/read/elf/mod.rs [deleted file]
vendor/object-0.30.4/src/read/elf/note.rs [deleted file]
vendor/object-0.30.4/src/read/elf/relocation.rs [deleted file]
vendor/object-0.30.4/src/read/elf/section.rs [deleted file]
vendor/object-0.30.4/src/read/elf/segment.rs [deleted file]
vendor/object-0.30.4/src/read/elf/symbol.rs [deleted file]
vendor/object-0.30.4/src/read/elf/version.rs [deleted file]
vendor/object-0.30.4/src/read/macho/dyld_cache.rs [deleted file]
vendor/object-0.30.4/src/read/macho/fat.rs [deleted file]
vendor/object-0.30.4/src/read/macho/file.rs [deleted file]
vendor/object-0.30.4/src/read/macho/load_command.rs [deleted file]
vendor/object-0.30.4/src/read/macho/mod.rs [deleted file]
vendor/object-0.30.4/src/read/macho/relocation.rs [deleted file]
vendor/object-0.30.4/src/read/macho/section.rs [deleted file]
vendor/object-0.30.4/src/read/macho/segment.rs [deleted file]
vendor/object-0.30.4/src/read/macho/symbol.rs [deleted file]
vendor/object-0.30.4/src/read/mod.rs [deleted file]
vendor/object-0.30.4/src/read/pe/data_directory.rs [deleted file]
vendor/object-0.30.4/src/read/pe/export.rs [deleted file]
vendor/object-0.30.4/src/read/pe/file.rs [deleted file]
vendor/object-0.30.4/src/read/pe/import.rs [deleted file]
vendor/object-0.30.4/src/read/pe/mod.rs [deleted file]
vendor/object-0.30.4/src/read/pe/relocation.rs [deleted file]
vendor/object-0.30.4/src/read/pe/resource.rs [deleted file]
vendor/object-0.30.4/src/read/pe/rich.rs [deleted file]
vendor/object-0.30.4/src/read/pe/section.rs [deleted file]
vendor/object-0.30.4/src/read/read_cache.rs [deleted file]
vendor/object-0.30.4/src/read/read_ref.rs [deleted file]
vendor/object-0.30.4/src/read/traits.rs [deleted file]
vendor/object-0.30.4/src/read/util.rs [deleted file]
vendor/object-0.30.4/src/read/wasm.rs [deleted file]
vendor/object-0.30.4/src/read/xcoff/comdat.rs [deleted file]
vendor/object-0.30.4/src/read/xcoff/file.rs [deleted file]
vendor/object-0.30.4/src/read/xcoff/mod.rs [deleted file]
vendor/object-0.30.4/src/read/xcoff/relocation.rs [deleted file]
vendor/object-0.30.4/src/read/xcoff/section.rs [deleted file]
vendor/object-0.30.4/src/read/xcoff/segment.rs [deleted file]
vendor/object-0.30.4/src/read/xcoff/symbol.rs [deleted file]
vendor/object-0.30.4/src/write/coff.rs [deleted file]
vendor/object-0.30.4/src/write/elf/mod.rs [deleted file]
vendor/object-0.30.4/src/write/elf/object.rs [deleted file]
vendor/object-0.30.4/src/write/elf/writer.rs [deleted file]
vendor/object-0.30.4/src/write/macho.rs [deleted file]
vendor/object-0.30.4/src/write/mod.rs [deleted file]
vendor/object-0.30.4/src/write/pe.rs [deleted file]
vendor/object-0.30.4/src/write/string.rs [deleted file]
vendor/object-0.30.4/src/write/util.rs [deleted file]
vendor/object-0.30.4/src/xcoff.rs [deleted file]
vendor/object-0.30.4/tests/integration.rs [deleted file]
vendor/object-0.30.4/tests/parse_self.rs [deleted file]
vendor/object-0.30.4/tests/read/coff.rs [deleted file]
vendor/object-0.30.4/tests/read/mod.rs [deleted file]
vendor/object-0.30.4/tests/round_trip/bss.rs [deleted file]
vendor/object-0.30.4/tests/round_trip/coff.rs [deleted file]
vendor/object-0.30.4/tests/round_trip/comdat.rs [deleted file]
vendor/object-0.30.4/tests/round_trip/common.rs [deleted file]
vendor/object-0.30.4/tests/round_trip/elf.rs [deleted file]
vendor/object-0.30.4/tests/round_trip/macho.rs [deleted file]
vendor/object-0.30.4/tests/round_trip/mod.rs [deleted file]
vendor/object-0.30.4/tests/round_trip/section_flags.rs [deleted file]
vendor/object-0.30.4/tests/round_trip/tls.rs [deleted file]
vendor/opener-0.5.2/.cargo-checksum.json [new file with mode: 0644]
vendor/opener-0.5.2/Cargo.toml [new file with mode: 0644]
vendor/opener-0.5.2/Drakefile.ts [new file with mode: 0644]
vendor/opener-0.5.2/LICENSE-APACHE [new file with mode: 0644]
vendor/opener-0.5.2/LICENSE-MIT [new file with mode: 0644]
vendor/opener-0.5.2/LICENSE-THIRD-PARTY [new file with mode: 0644]
vendor/opener-0.5.2/README.md [new file with mode: 0644]
vendor/opener-0.5.2/src/lib.rs [new file with mode: 0644]
vendor/opener-0.5.2/src/linux_and_more.rs [new file with mode: 0644]
vendor/opener-0.5.2/src/macos.rs [new file with mode: 0644]
vendor/opener-0.5.2/src/windows.rs [new file with mode: 0644]
vendor/opener-0.5.2/src/xdg-open [new file with mode: 0644]
vendor/opener-0.5.2/tests/version-numbers.rs [new file with mode: 0644]
vendor/opener/.cargo-checksum.json
vendor/opener/Cargo.toml
vendor/opener/src/freedesktop.rs [new file with mode: 0644]
vendor/opener/src/lib.rs
vendor/opener/src/linux_and_more.rs
vendor/opener/src/macos.rs
vendor/opener/src/windows.rs
vendor/opener/src/windows/reveal.rs [new file with mode: 0644]
vendor/opener/tests/version-numbers.rs
vendor/pretty_assertions/.cargo-checksum.json
vendor/pretty_assertions/Cargo.lock
vendor/pretty_assertions/Cargo.toml
vendor/pretty_assertions/README.md
vendor/pretty_assertions/src/lib.rs
vendor/pretty_env_logger/.cargo-checksum.json [deleted file]
vendor/pretty_env_logger/Cargo.toml [deleted file]
vendor/pretty_env_logger/LICENSE-APACHE [deleted file]
vendor/pretty_env_logger/LICENSE-MIT [deleted file]
vendor/pretty_env_logger/src/lib.rs [deleted file]
vendor/proc-macro2/.cargo-checksum.json
vendor/proc-macro2/Cargo.toml
vendor/proc-macro2/README.md
vendor/proc-macro2/build.rs
vendor/proc-macro2/src/convert.rs [deleted file]
vendor/proc-macro2/src/extra.rs
vendor/proc-macro2/src/fallback.rs
vendor/proc-macro2/src/lib.rs
vendor/proc-macro2/src/marker.rs
vendor/proc-macro2/src/parse.rs
vendor/proc-macro2/src/rcvec.rs
vendor/proc-macro2/src/wrapper.rs
vendor/proc-macro2/tests/marker.rs
vendor/proc-macro2/tests/test.rs
vendor/proc-macro2/tests/test_fmt.rs
vendor/quote/.cargo-checksum.json
vendor/quote/Cargo.toml
vendor/quote/README.md
vendor/quote/build.rs [deleted file]
vendor/quote/src/ident_fragment.rs
vendor/quote/src/lib.rs
vendor/quote/src/runtime.rs
vendor/quote/src/spanned.rs
vendor/quote/src/to_tokens.rs
vendor/quote/tests/ui/not-quotable.stderr
vendor/reqwest/.cargo-checksum.json [new file with mode: 0644]
vendor/reqwest/CHANGELOG.md [new file with mode: 0644]
vendor/reqwest/Cargo.lock [new file with mode: 0644]
vendor/reqwest/Cargo.toml [new file with mode: 0644]
vendor/reqwest/LICENSE-APACHE [new file with mode: 0644]
vendor/reqwest/LICENSE-MIT [new file with mode: 0644]
vendor/reqwest/README.md [new file with mode: 0644]
vendor/reqwest/examples/blocking.rs [new file with mode: 0644]
vendor/reqwest/examples/form.rs [new file with mode: 0644]
vendor/reqwest/examples/h3_simple.rs [new file with mode: 0644]
vendor/reqwest/examples/json_dynamic.rs [new file with mode: 0644]
vendor/reqwest/examples/json_typed.rs [new file with mode: 0644]
vendor/reqwest/examples/simple.rs [new file with mode: 0644]
vendor/reqwest/examples/tor_socks.rs [new file with mode: 0644]
vendor/reqwest/src/async_impl/body.rs [new file with mode: 0644]
vendor/reqwest/src/async_impl/client.rs [new file with mode: 0644]
vendor/reqwest/src/async_impl/decoder.rs [new file with mode: 0644]
vendor/reqwest/src/async_impl/h3_client/connect.rs [new file with mode: 0644]
vendor/reqwest/src/async_impl/h3_client/dns.rs [new file with mode: 0644]
vendor/reqwest/src/async_impl/h3_client/mod.rs [new file with mode: 0644]
vendor/reqwest/src/async_impl/h3_client/pool.rs [new file with mode: 0644]
vendor/reqwest/src/async_impl/mod.rs [new file with mode: 0644]
vendor/reqwest/src/async_impl/multipart.rs [new file with mode: 0644]
vendor/reqwest/src/async_impl/request.rs [new file with mode: 0644]
vendor/reqwest/src/async_impl/response.rs [new file with mode: 0644]
vendor/reqwest/src/async_impl/upgrade.rs [new file with mode: 0644]
vendor/reqwest/src/blocking/body.rs [new file with mode: 0644]
vendor/reqwest/src/blocking/client.rs [new file with mode: 0644]
vendor/reqwest/src/blocking/mod.rs [new file with mode: 0644]
vendor/reqwest/src/blocking/multipart.rs [new file with mode: 0644]
vendor/reqwest/src/blocking/request.rs [new file with mode: 0644]
vendor/reqwest/src/blocking/response.rs [new file with mode: 0644]
vendor/reqwest/src/blocking/wait.rs [new file with mode: 0644]
vendor/reqwest/src/connect.rs [new file with mode: 0644]
vendor/reqwest/src/cookie.rs [new file with mode: 0644]
vendor/reqwest/src/dns/gai.rs [new file with mode: 0644]
vendor/reqwest/src/dns/mod.rs [new file with mode: 0644]
vendor/reqwest/src/dns/resolve.rs [new file with mode: 0644]
vendor/reqwest/src/dns/trust_dns.rs [new file with mode: 0644]
vendor/reqwest/src/error.rs [new file with mode: 0644]
vendor/reqwest/src/into_url.rs [new file with mode: 0644]
vendor/reqwest/src/lib.rs [new file with mode: 0644]
vendor/reqwest/src/proxy.rs [new file with mode: 0644]
vendor/reqwest/src/redirect.rs [new file with mode: 0644]
vendor/reqwest/src/response.rs [new file with mode: 0644]
vendor/reqwest/src/tls.rs [new file with mode: 0644]
vendor/reqwest/src/util.rs [new file with mode: 0644]
vendor/reqwest/src/wasm/body.rs [new file with mode: 0644]
vendor/reqwest/src/wasm/client.rs [new file with mode: 0644]
vendor/reqwest/src/wasm/mod.rs [new file with mode: 0644]
vendor/reqwest/src/wasm/multipart.rs [new file with mode: 0644]
vendor/reqwest/src/wasm/request.rs [new file with mode: 0644]
vendor/reqwest/src/wasm/response.rs [new file with mode: 0644]
vendor/reqwest/tests/badssl.rs [new file with mode: 0644]
vendor/reqwest/tests/blocking.rs [new file with mode: 0644]
vendor/reqwest/tests/brotli.rs [new file with mode: 0644]
vendor/reqwest/tests/client.rs [new file with mode: 0644]
vendor/reqwest/tests/cookie.rs [new file with mode: 0644]
vendor/reqwest/tests/deflate.rs [new file with mode: 0644]
vendor/reqwest/tests/gzip.rs [new file with mode: 0644]
vendor/reqwest/tests/multipart.rs [new file with mode: 0644]
vendor/reqwest/tests/proxy.rs [new file with mode: 0644]
vendor/reqwest/tests/redirect.rs [new file with mode: 0644]
vendor/reqwest/tests/support/mod.rs [new file with mode: 0644]
vendor/reqwest/tests/support/server.rs [new file with mode: 0644]
vendor/reqwest/tests/timeouts.rs [new file with mode: 0644]
vendor/reqwest/tests/upgrade.rs [new file with mode: 0644]
vendor/reqwest/tests/wasm_simple.rs [new file with mode: 0644]
vendor/rustc_apfloat/.cargo-checksum.json [new file with mode: 0644]
vendor/rustc_apfloat/Cargo.toml [new file with mode: 0644]
vendor/rustc_apfloat/LICENSE-DETAILS.md [new file with mode: 0644]
vendor/rustc_apfloat/LICENSE.txt [new file with mode: 0644]
vendor/rustc_apfloat/README.md [new file with mode: 0644]
vendor/rustc_apfloat/benches/decimal.rs [new file with mode: 0644]
vendor/rustc_apfloat/build.rs [new file with mode: 0644]
vendor/rustc_apfloat/rustfmt.toml [new file with mode: 0644]
vendor/rustc_apfloat/src/ieee.rs [new file with mode: 0644]
vendor/rustc_apfloat/src/lib.rs [new file with mode: 0644]
vendor/rustc_apfloat/src/ppc.rs [new file with mode: 0644]
vendor/rustc_apfloat/tests/downstream.rs [new file with mode: 0644]
vendor/rustc_apfloat/tests/ieee.rs [new file with mode: 0644]
vendor/rustc_apfloat/tests/ppc.rs [new file with mode: 0644]
vendor/rustix-0.37.11/.cargo-checksum.json [deleted file]
vendor/rustix-0.37.11/CODE_OF_CONDUCT.md [deleted file]
vendor/rustix-0.37.11/CONTRIBUTING.md [deleted file]
vendor/rustix-0.37.11/COPYRIGHT [deleted file]
vendor/rustix-0.37.11/Cargo.toml [deleted file]
vendor/rustix-0.37.11/LICENSE-APACHE [deleted file]
vendor/rustix-0.37.11/LICENSE-Apache-2.0_WITH_LLVM-exception [deleted file]
vendor/rustix-0.37.11/LICENSE-MIT [deleted file]
vendor/rustix-0.37.11/ORG_CODE_OF_CONDUCT.md [deleted file]
vendor/rustix-0.37.11/README.md [deleted file]
vendor/rustix-0.37.11/SECURITY.md [deleted file]
vendor/rustix-0.37.11/benches/mod.rs [deleted file]
vendor/rustix-0.37.11/build.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/c.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/conv.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/fs/dir.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/fs/inotify.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/fs/makedev.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/fs/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/fs/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/fs/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/io/epoll.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/io/errno.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/io/io_slice.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/io/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/io/poll_fd.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/io/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/io/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/io/windows_syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/io_lifetimes.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/io_uring/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/io_uring/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/mm/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/mm/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/mm/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/net/addr.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/net/ext.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/net/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/net/read_sockaddr.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/net/send_recv.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/net/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/net/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/net/write_sockaddr.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/offset.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/param/auxv.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/param/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/process/cpu_set.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/process/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/process/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/process/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/process/wait.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/rand/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/rand/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/rand/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/termios/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/termios/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/termios/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/thread/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/thread/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/time/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/time/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/time/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/weak.rs [deleted file]
vendor/rustix-0.37.11/src/backend/libc/winsock_c.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/aarch64.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/arm.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/mips.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/mips64.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/powerpc64.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/riscv64.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/thumb.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/x86.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/x86_64.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/aarch64.s [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/arm.s [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/mips.s [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/mips64.s [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/nr_last.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/powerpc64.s [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/riscv64.s [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/x86.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/x86.s [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/x86_64.s [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/c.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/conv.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/elf.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/fs/dir.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/fs/inotify.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/fs/makedev.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/fs/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/fs/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/fs/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/io/epoll.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/io/errno.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/io/io_slice.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/io/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/io/poll_fd.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/io/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/io/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/io_uring/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/io_uring/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/mm/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/mm/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/mm/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/net/addr.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/net/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/net/read_sockaddr.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/net/send_recv.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/net/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/net/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/net/write_sockaddr.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/param/auxv.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/param/libc_auxv.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/param/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/param/mustang_auxv.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/process/cpu_set.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/process/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/process/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/process/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/process/wait.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/rand/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/rand/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/rand/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/reg.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/runtime/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/runtime/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/runtime/tls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/termios/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/termios/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/termios/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/thread/futex.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/thread/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/thread/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/time/mod.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/time/syscalls.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/time/types.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/vdso.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/vdso_wrappers.rs [deleted file]
vendor/rustix-0.37.11/src/backend/linux_raw/weak.rs [deleted file]
vendor/rustix-0.37.11/src/const_assert.rs [deleted file]
vendor/rustix-0.37.11/src/cstr.rs [deleted file]
vendor/rustix-0.37.11/src/ffi/mod.rs [deleted file]
vendor/rustix-0.37.11/src/fs/abs.rs [deleted file]
vendor/rustix-0.37.11/src/fs/at.rs [deleted file]
vendor/rustix-0.37.11/src/fs/constants.rs [deleted file]
vendor/rustix-0.37.11/src/fs/copy_file_range.rs [deleted file]
vendor/rustix-0.37.11/src/fs/cwd.rs [deleted file]
vendor/rustix-0.37.11/src/fs/dir.rs [deleted file]
vendor/rustix-0.37.11/src/fs/fadvise.rs [deleted file]
vendor/rustix-0.37.11/src/fs/fcntl.rs [deleted file]
vendor/rustix-0.37.11/src/fs/fcntl_apple.rs [deleted file]
vendor/rustix-0.37.11/src/fs/fcopyfile.rs [deleted file]
vendor/rustix-0.37.11/src/fs/fd.rs [deleted file]
vendor/rustix-0.37.11/src/fs/file_type.rs [deleted file]
vendor/rustix-0.37.11/src/fs/getpath.rs [deleted file]
vendor/rustix-0.37.11/src/fs/makedev.rs [deleted file]
vendor/rustix-0.37.11/src/fs/memfd_create.rs [deleted file]
vendor/rustix-0.37.11/src/fs/mod.rs [deleted file]
vendor/rustix-0.37.11/src/fs/mount.rs [deleted file]
vendor/rustix-0.37.11/src/fs/openat2.rs [deleted file]
vendor/rustix-0.37.11/src/fs/raw_dir.rs [deleted file]
vendor/rustix-0.37.11/src/fs/sendfile.rs [deleted file]
vendor/rustix-0.37.11/src/fs/statx.rs [deleted file]
vendor/rustix-0.37.11/src/fs/sync.rs [deleted file]
vendor/rustix-0.37.11/src/io/close.rs [deleted file]
vendor/rustix-0.37.11/src/io/dup.rs [deleted file]
vendor/rustix-0.37.11/src/io/errno.rs [deleted file]
vendor/rustix-0.37.11/src/io/eventfd.rs [deleted file]
vendor/rustix-0.37.11/src/io/fcntl.rs [deleted file]
vendor/rustix-0.37.11/src/io/fd/mod.rs [deleted file]
vendor/rustix-0.37.11/src/io/fd/owned.rs [deleted file]
vendor/rustix-0.37.11/src/io/fd/raw.rs [deleted file]
vendor/rustix-0.37.11/src/io/ioctl.rs [deleted file]
vendor/rustix-0.37.11/src/io/is_read_write.rs [deleted file]
vendor/rustix-0.37.11/src/io/kqueue.rs [deleted file]
vendor/rustix-0.37.11/src/io/mod.rs [deleted file]
vendor/rustix-0.37.11/src/io/pipe.rs [deleted file]
vendor/rustix-0.37.11/src/io/poll.rs [deleted file]
vendor/rustix-0.37.11/src/io/port.rs [deleted file]
vendor/rustix-0.37.11/src/io/procfs.rs [deleted file]
vendor/rustix-0.37.11/src/io/read_write.rs [deleted file]
vendor/rustix-0.37.11/src/io/seek_from.rs [deleted file]
vendor/rustix-0.37.11/src/io/stdio.rs [deleted file]
vendor/rustix-0.37.11/src/io_uring.rs [deleted file]
vendor/rustix-0.37.11/src/lib.rs [deleted file]
vendor/rustix-0.37.11/src/mm/madvise.rs [deleted file]
vendor/rustix-0.37.11/src/mm/mmap.rs [deleted file]
vendor/rustix-0.37.11/src/mm/mod.rs [deleted file]
vendor/rustix-0.37.11/src/mm/msync.rs [deleted file]
vendor/rustix-0.37.11/src/mm/userfaultfd.rs [deleted file]
vendor/rustix-0.37.11/src/net/addr.rs [deleted file]
vendor/rustix-0.37.11/src/net/ip.rs [deleted file]
vendor/rustix-0.37.11/src/net/mod.rs [deleted file]
vendor/rustix-0.37.11/src/net/send_recv.rs [deleted file]
vendor/rustix-0.37.11/src/net/socket.rs [deleted file]
vendor/rustix-0.37.11/src/net/socket_addr_any.rs [deleted file]
vendor/rustix-0.37.11/src/net/socketpair.rs [deleted file]
vendor/rustix-0.37.11/src/net/sockopt.rs [deleted file]
vendor/rustix-0.37.11/src/net/wsa.rs [deleted file]
vendor/rustix-0.37.11/src/param/auxv.rs [deleted file]
vendor/rustix-0.37.11/src/param/init.rs [deleted file]
vendor/rustix-0.37.11/src/param/mod.rs [deleted file]
vendor/rustix-0.37.11/src/path/arg.rs [deleted file]
vendor/rustix-0.37.11/src/path/dec_int.rs [deleted file]
vendor/rustix-0.37.11/src/path/mod.rs [deleted file]
vendor/rustix-0.37.11/src/process/chdir.rs [deleted file]
vendor/rustix-0.37.11/src/process/exit.rs [deleted file]
vendor/rustix-0.37.11/src/process/id.rs [deleted file]
vendor/rustix-0.37.11/src/process/kill.rs [deleted file]
vendor/rustix-0.37.11/src/process/membarrier.rs [deleted file]
vendor/rustix-0.37.11/src/process/mod.rs [deleted file]
vendor/rustix-0.37.11/src/process/pidfd.rs [deleted file]
vendor/rustix-0.37.11/src/process/prctl.rs [deleted file]
vendor/rustix-0.37.11/src/process/priority.rs [deleted file]
vendor/rustix-0.37.11/src/process/procctl.rs [deleted file]
vendor/rustix-0.37.11/src/process/rlimit.rs [deleted file]
vendor/rustix-0.37.11/src/process/sched.rs [deleted file]
vendor/rustix-0.37.11/src/process/sched_yield.rs [deleted file]
vendor/rustix-0.37.11/src/process/umask.rs [deleted file]
vendor/rustix-0.37.11/src/process/uname.rs [deleted file]
vendor/rustix-0.37.11/src/process/wait.rs [deleted file]
vendor/rustix-0.37.11/src/rand/getrandom.rs [deleted file]
vendor/rustix-0.37.11/src/rand/mod.rs [deleted file]
vendor/rustix-0.37.11/src/runtime.rs [deleted file]
vendor/rustix-0.37.11/src/termios/cf.rs [deleted file]
vendor/rustix-0.37.11/src/termios/constants.rs [deleted file]
vendor/rustix-0.37.11/src/termios/mod.rs [deleted file]
vendor/rustix-0.37.11/src/termios/tc.rs [deleted file]
vendor/rustix-0.37.11/src/termios/tty.rs [deleted file]
vendor/rustix-0.37.11/src/thread/clock.rs [deleted file]
vendor/rustix-0.37.11/src/thread/futex.rs [deleted file]
vendor/rustix-0.37.11/src/thread/id.rs [deleted file]
vendor/rustix-0.37.11/src/thread/libcap.rs [deleted file]
vendor/rustix-0.37.11/src/thread/mod.rs [deleted file]
vendor/rustix-0.37.11/src/thread/prctl.rs [deleted file]
vendor/rustix-0.37.11/src/thread/setns.rs [deleted file]
vendor/rustix-0.37.11/src/time/clock.rs [deleted file]
vendor/rustix-0.37.11/src/time/mod.rs [deleted file]
vendor/rustix-0.37.11/src/time/timerfd.rs [deleted file]
vendor/rustix-0.37.11/src/utils.rs [deleted file]
vendor/rustix-0.37.20/.cargo-checksum.json [deleted file]
vendor/rustix-0.37.20/CODE_OF_CONDUCT.md [deleted file]
vendor/rustix-0.37.20/CONTRIBUTING.md [deleted file]
vendor/rustix-0.37.20/COPYRIGHT [deleted file]
vendor/rustix-0.37.20/Cargo.toml [deleted file]
vendor/rustix-0.37.20/LICENSE-APACHE [deleted file]
vendor/rustix-0.37.20/LICENSE-Apache-2.0_WITH_LLVM-exception [deleted file]
vendor/rustix-0.37.20/LICENSE-MIT [deleted file]
vendor/rustix-0.37.20/ORG_CODE_OF_CONDUCT.md [deleted file]
vendor/rustix-0.37.20/README.md [deleted file]
vendor/rustix-0.37.20/SECURITY.md [deleted file]
vendor/rustix-0.37.20/benches/mod.rs [deleted file]
vendor/rustix-0.37.20/build.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/c.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/conv.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/fs/dir.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/fs/inotify.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/fs/makedev.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/fs/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/fs/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/fs/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/io/epoll.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/io/errno.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/io/io_slice.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/io/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/io/poll_fd.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/io/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/io/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/io/windows_syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/io_lifetimes.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/io_uring/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/io_uring/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/mm/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/mm/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/mm/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/net/addr.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/net/ext.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/net/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/net/msghdr.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/net/read_sockaddr.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/net/send_recv.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/net/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/net/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/net/write_sockaddr.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/offset.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/param/auxv.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/param/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/process/cpu_set.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/process/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/process/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/process/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/process/wait.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/pty/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/pty/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/rand/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/rand/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/rand/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/termios/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/termios/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/termios/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/thread/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/thread/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/time/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/time/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/time/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/libc/winsock_c.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/aarch64.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/arm.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/mips.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/mips64.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/powerpc64.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/riscv64.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/thumb.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/x86.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/x86_64.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/aarch64.s [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/arm.s [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/mips.s [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/mips64.s [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/nr_last.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/powerpc64.s [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/riscv64.s [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/x86.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/x86.s [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/x86_64.s [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/c.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/conv.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/elf.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/fs/dir.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/fs/inotify.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/fs/makedev.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/fs/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/fs/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/fs/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/io/epoll.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/io/errno.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/io/io_slice.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/io/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/io/poll_fd.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/io/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/io/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/io_uring/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/io_uring/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/mm/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/mm/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/mm/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/net/addr.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/net/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/net/msghdr.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/net/read_sockaddr.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/net/send_recv.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/net/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/net/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/net/write_sockaddr.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/param/auxv.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/param/libc_auxv.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/param/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/param/mustang_auxv.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/process/cpu_set.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/process/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/process/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/process/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/process/wait.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/pty/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/pty/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/rand/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/rand/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/rand/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/reg.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/runtime/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/runtime/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/runtime/tls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/termios/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/termios/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/termios/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/thread/futex.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/thread/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/thread/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/time/mod.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/time/syscalls.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/time/types.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/vdso.rs [deleted file]
vendor/rustix-0.37.20/src/backend/linux_raw/vdso_wrappers.rs [deleted file]
vendor/rustix-0.37.20/src/const_assert.rs [deleted file]
vendor/rustix-0.37.20/src/cstr.rs [deleted file]
vendor/rustix-0.37.20/src/ffi/mod.rs [deleted file]
vendor/rustix-0.37.20/src/fs/abs.rs [deleted file]
vendor/rustix-0.37.20/src/fs/at.rs [deleted file]
vendor/rustix-0.37.20/src/fs/constants.rs [deleted file]
vendor/rustix-0.37.20/src/fs/copy_file_range.rs [deleted file]
vendor/rustix-0.37.20/src/fs/cwd.rs [deleted file]
vendor/rustix-0.37.20/src/fs/dir.rs [deleted file]
vendor/rustix-0.37.20/src/fs/fadvise.rs [deleted file]
vendor/rustix-0.37.20/src/fs/fcntl.rs [deleted file]
vendor/rustix-0.37.20/src/fs/fcntl_apple.rs [deleted file]
vendor/rustix-0.37.20/src/fs/fcopyfile.rs [deleted file]
vendor/rustix-0.37.20/src/fs/fd.rs [deleted file]
vendor/rustix-0.37.20/src/fs/file_type.rs [deleted file]
vendor/rustix-0.37.20/src/fs/getpath.rs [deleted file]
vendor/rustix-0.37.20/src/fs/makedev.rs [deleted file]
vendor/rustix-0.37.20/src/fs/memfd_create.rs [deleted file]
vendor/rustix-0.37.20/src/fs/mod.rs [deleted file]
vendor/rustix-0.37.20/src/fs/mount.rs [deleted file]
vendor/rustix-0.37.20/src/fs/openat2.rs [deleted file]
vendor/rustix-0.37.20/src/fs/raw_dir.rs [deleted file]
vendor/rustix-0.37.20/src/fs/sendfile.rs [deleted file]
vendor/rustix-0.37.20/src/fs/statx.rs [deleted file]
vendor/rustix-0.37.20/src/fs/sync.rs [deleted file]
vendor/rustix-0.37.20/src/fs/xattr.rs [deleted file]
vendor/rustix-0.37.20/src/io/close.rs [deleted file]
vendor/rustix-0.37.20/src/io/dup.rs [deleted file]
vendor/rustix-0.37.20/src/io/errno.rs [deleted file]
vendor/rustix-0.37.20/src/io/eventfd.rs [deleted file]
vendor/rustix-0.37.20/src/io/fcntl.rs [deleted file]
vendor/rustix-0.37.20/src/io/fd/mod.rs [deleted file]
vendor/rustix-0.37.20/src/io/fd/owned.rs [deleted file]
vendor/rustix-0.37.20/src/io/fd/raw.rs [deleted file]
vendor/rustix-0.37.20/src/io/ioctl.rs [deleted file]
vendor/rustix-0.37.20/src/io/is_read_write.rs [deleted file]
vendor/rustix-0.37.20/src/io/kqueue.rs [deleted file]
vendor/rustix-0.37.20/src/io/mod.rs [deleted file]
vendor/rustix-0.37.20/src/io/pipe.rs [deleted file]
vendor/rustix-0.37.20/src/io/poll.rs [deleted file]
vendor/rustix-0.37.20/src/io/port.rs [deleted file]
vendor/rustix-0.37.20/src/io/procfs.rs [deleted file]
vendor/rustix-0.37.20/src/io/read_write.rs [deleted file]
vendor/rustix-0.37.20/src/io/seek_from.rs [deleted file]
vendor/rustix-0.37.20/src/io/stdio.rs [deleted file]
vendor/rustix-0.37.20/src/io_uring.rs [deleted file]
vendor/rustix-0.37.20/src/lib.rs [deleted file]
vendor/rustix-0.37.20/src/mm/madvise.rs [deleted file]
vendor/rustix-0.37.20/src/mm/mmap.rs [deleted file]
vendor/rustix-0.37.20/src/mm/mod.rs [deleted file]
vendor/rustix-0.37.20/src/mm/msync.rs [deleted file]
vendor/rustix-0.37.20/src/mm/userfaultfd.rs [deleted file]
vendor/rustix-0.37.20/src/net/addr.rs [deleted file]
vendor/rustix-0.37.20/src/net/ip.rs [deleted file]
vendor/rustix-0.37.20/src/net/mod.rs [deleted file]
vendor/rustix-0.37.20/src/net/send_recv/mod.rs [deleted file]
vendor/rustix-0.37.20/src/net/send_recv/msg.rs [deleted file]
vendor/rustix-0.37.20/src/net/socket.rs [deleted file]
vendor/rustix-0.37.20/src/net/socket_addr_any.rs [deleted file]
vendor/rustix-0.37.20/src/net/socketpair.rs [deleted file]
vendor/rustix-0.37.20/src/net/sockopt.rs [deleted file]
vendor/rustix-0.37.20/src/net/wsa.rs [deleted file]
vendor/rustix-0.37.20/src/param/auxv.rs [deleted file]
vendor/rustix-0.37.20/src/param/init.rs [deleted file]
vendor/rustix-0.37.20/src/param/mod.rs [deleted file]
vendor/rustix-0.37.20/src/path/arg.rs [deleted file]
vendor/rustix-0.37.20/src/path/dec_int.rs [deleted file]
vendor/rustix-0.37.20/src/path/mod.rs [deleted file]
vendor/rustix-0.37.20/src/process/chdir.rs [deleted file]
vendor/rustix-0.37.20/src/process/chroot.rs [deleted file]
vendor/rustix-0.37.20/src/process/exit.rs [deleted file]
vendor/rustix-0.37.20/src/process/id.rs [deleted file]
vendor/rustix-0.37.20/src/process/ioctl.rs [deleted file]
vendor/rustix-0.37.20/src/process/kill.rs [deleted file]
vendor/rustix-0.37.20/src/process/membarrier.rs [deleted file]
vendor/rustix-0.37.20/src/process/mod.rs [deleted file]
vendor/rustix-0.37.20/src/process/pidfd.rs [deleted file]
vendor/rustix-0.37.20/src/process/prctl.rs [deleted file]
vendor/rustix-0.37.20/src/process/priority.rs [deleted file]
vendor/rustix-0.37.20/src/process/procctl.rs [deleted file]
vendor/rustix-0.37.20/src/process/rlimit.rs [deleted file]
vendor/rustix-0.37.20/src/process/sched.rs [deleted file]
vendor/rustix-0.37.20/src/process/sched_yield.rs [deleted file]
vendor/rustix-0.37.20/src/process/system.rs [deleted file]
vendor/rustix-0.37.20/src/process/umask.rs [deleted file]
vendor/rustix-0.37.20/src/process/wait.rs [deleted file]
vendor/rustix-0.37.20/src/pty.rs [deleted file]
vendor/rustix-0.37.20/src/rand/getrandom.rs [deleted file]
vendor/rustix-0.37.20/src/rand/mod.rs [deleted file]
vendor/rustix-0.37.20/src/runtime.rs [deleted file]
vendor/rustix-0.37.20/src/termios/cf.rs [deleted file]
vendor/rustix-0.37.20/src/termios/constants.rs [deleted file]
vendor/rustix-0.37.20/src/termios/mod.rs [deleted file]
vendor/rustix-0.37.20/src/termios/tc.rs [deleted file]
vendor/rustix-0.37.20/src/termios/tty.rs [deleted file]
vendor/rustix-0.37.20/src/thread/clock.rs [deleted file]
vendor/rustix-0.37.20/src/thread/futex.rs [deleted file]
vendor/rustix-0.37.20/src/thread/id.rs [deleted file]
vendor/rustix-0.37.20/src/thread/libcap.rs [deleted file]
vendor/rustix-0.37.20/src/thread/mod.rs [deleted file]
vendor/rustix-0.37.20/src/thread/prctl.rs [deleted file]
vendor/rustix-0.37.20/src/thread/setns.rs [deleted file]
vendor/rustix-0.37.20/src/time/clock.rs [deleted file]
vendor/rustix-0.37.20/src/time/mod.rs [deleted file]
vendor/rustix-0.37.20/src/time/timerfd.rs [deleted file]
vendor/rustix-0.37.20/src/utils.rs [deleted file]
vendor/rustix-0.37.20/src/weak.rs [deleted file]
vendor/rustix-0.37.22/.cargo-checksum.json [new file with mode: 0644]
vendor/rustix-0.37.22/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/rustix-0.37.22/CONTRIBUTING.md [new file with mode: 0644]
vendor/rustix-0.37.22/COPYRIGHT [new file with mode: 0644]
vendor/rustix-0.37.22/Cargo.toml [new file with mode: 0644]
vendor/rustix-0.37.22/LICENSE-APACHE [new file with mode: 0644]
vendor/rustix-0.37.22/LICENSE-Apache-2.0_WITH_LLVM-exception [new file with mode: 0644]
vendor/rustix-0.37.22/LICENSE-MIT [new file with mode: 0644]
vendor/rustix-0.37.22/ORG_CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/rustix-0.37.22/README.md [new file with mode: 0644]
vendor/rustix-0.37.22/SECURITY.md [new file with mode: 0644]
vendor/rustix-0.37.22/benches/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/build.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/c.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/conv.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/fs/dir.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/fs/inotify.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/fs/makedev.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/fs/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/fs/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/fs/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/io/epoll.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/io/errno.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/io/io_slice.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/io/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/io/poll_fd.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/io/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/io/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/io/windows_syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/io_lifetimes.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/io_uring/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/io_uring/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/mm/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/mm/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/mm/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/net/addr.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/net/ext.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/net/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/net/msghdr.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/net/read_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/net/send_recv.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/net/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/net/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/net/write_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/offset.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/param/auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/param/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/process/cpu_set.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/process/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/process/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/process/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/process/wait.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/pty/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/pty/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/rand/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/rand/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/rand/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/termios/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/termios/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/termios/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/thread/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/thread/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/time/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/time/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/time/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/libc/winsock_c.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/inline/aarch64.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/inline/arm.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/inline/mips.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/inline/mips64.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/inline/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/inline/powerpc64.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/inline/riscv64.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/inline/thumb.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/inline/x86.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/inline/x86_64.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/outline/aarch64.s [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/outline/arm.s [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/outline/mips.s [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/outline/mips64.s [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/outline/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/outline/nr_last.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/outline/powerpc64.s [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/outline/riscv64.s [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/outline/x86.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/outline/x86.s [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/arch/outline/x86_64.s [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/c.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/conv.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/elf.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/fs/dir.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/fs/inotify.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/fs/makedev.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/fs/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/fs/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/fs/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/io/epoll.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/io/errno.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/io/io_slice.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/io/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/io/poll_fd.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/io/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/io/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/io_uring/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/io_uring/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/mm/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/mm/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/mm/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/net/addr.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/net/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/net/msghdr.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/net/read_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/net/send_recv.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/net/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/net/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/net/write_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/param/auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/param/libc_auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/param/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/param/mustang_auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/process/cpu_set.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/process/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/process/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/process/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/process/wait.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/pty/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/pty/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/rand/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/rand/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/rand/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/reg.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/runtime/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/runtime/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/runtime/tls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/termios/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/termios/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/termios/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/thread/futex.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/thread/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/thread/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/time/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/time/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/time/types.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/vdso.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/backend/linux_raw/vdso_wrappers.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/const_assert.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/cstr.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/ffi/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/abs.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/at.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/constants.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/copy_file_range.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/cwd.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/dir.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/fadvise.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/fcntl.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/fcntl_apple.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/fcopyfile.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/fd.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/file_type.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/getpath.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/makedev.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/memfd_create.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/mount.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/openat2.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/raw_dir.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/sendfile.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/statx.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/sync.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/fs/xattr.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/close.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/dup.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/errno.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/eventfd.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/fcntl.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/fd/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/fd/owned.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/fd/raw.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/ioctl.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/is_read_write.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/kqueue.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/pipe.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/poll.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/port.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/procfs.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/read_write.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/seek_from.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io/stdio.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/io_uring.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/lib.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/mm/madvise.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/mm/mmap.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/mm/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/mm/msync.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/mm/userfaultfd.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/net/addr.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/net/ip.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/net/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/net/send_recv/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/net/send_recv/msg.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/net/socket.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/net/socket_addr_any.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/net/socketpair.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/net/sockopt.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/net/wsa.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/param/auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/param/init.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/param/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/path/arg.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/path/dec_int.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/path/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/chdir.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/chroot.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/exit.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/id.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/ioctl.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/kill.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/membarrier.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/pidfd.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/prctl.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/priority.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/procctl.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/rlimit.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/sched.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/sched_yield.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/system.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/umask.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/process/wait.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/pty.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/rand/getrandom.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/rand/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/runtime.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/termios/cf.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/termios/constants.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/termios/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/termios/tc.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/termios/tty.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/thread/clock.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/thread/futex.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/thread/id.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/thread/libcap.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/thread/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/thread/prctl.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/thread/setns.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/time/clock.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/time/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/time/timerfd.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/utils.rs [new file with mode: 0644]
vendor/rustix-0.37.22/src/weak.rs [new file with mode: 0644]
vendor/rustix/.cargo-checksum.json
vendor/rustix/Cargo.toml
vendor/rustix/README.md
vendor/rustix/build.rs
vendor/rustix/src/backend/libc/c.rs
vendor/rustix/src/backend/libc/conv.rs
vendor/rustix/src/backend/libc/event/poll_fd.rs
vendor/rustix/src/backend/libc/event/syscalls.rs
vendor/rustix/src/backend/libc/fs/dir.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/errno.rs
vendor/rustix/src/backend/libc/io/syscalls.rs
vendor/rustix/src/backend/libc/mm/types.rs
vendor/rustix/src/backend/libc/mod.rs
vendor/rustix/src/backend/libc/mount/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/mount/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/mount/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/net/addr.rs
vendor/rustix/src/backend/libc/net/ext.rs
vendor/rustix/src/backend/libc/net/mod.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/write_sockaddr.rs
vendor/rustix/src/backend/libc/pipe/syscalls.rs
vendor/rustix/src/backend/libc/pipe/types.rs
vendor/rustix/src/backend/libc/process/mod.rs
vendor/rustix/src/backend/libc/process/syscalls.rs
vendor/rustix/src/backend/libc/process/types.rs
vendor/rustix/src/backend/libc/pty/syscalls.rs
vendor/rustix/src/backend/libc/system/syscalls.rs
vendor/rustix/src/backend/libc/termios/syscalls.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/linux_raw/arch/asm/aarch64.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/asm/arm.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/asm/mips.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/asm/mips32r6.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/asm/mips64.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/asm/mips64r6.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/asm/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/asm/powerpc64.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/asm/riscv64.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/asm/thumb.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/asm/x86.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/asm/x86_64.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/arch/inline/aarch64.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/inline/arm.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/inline/mips.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/inline/mips64.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/inline/mod.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/inline/powerpc64.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/inline/riscv64.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/inline/thumb.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/inline/x86.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/inline/x86_64.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/mod.rs
vendor/rustix/src/backend/linux_raw/arch/outline/mips.s [deleted file]
vendor/rustix/src/backend/linux_raw/arch/outline/mips64.s [deleted file]
vendor/rustix/src/backend/linux_raw/arch/outline/mod.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/outline/nr_last.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/outline/powerpc64.s [deleted file]
vendor/rustix/src/backend/linux_raw/arch/outline/x86.rs [deleted file]
vendor/rustix/src/backend/linux_raw/arch/outline/x86.s [deleted file]
vendor/rustix/src/backend/linux_raw/c.rs
vendor/rustix/src/backend/linux_raw/conv.rs
vendor/rustix/src/backend/linux_raw/elf.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/syscalls.rs
vendor/rustix/src/backend/linux_raw/mm/types.rs
vendor/rustix/src/backend/linux_raw/mod.rs
vendor/rustix/src/backend/linux_raw/mount/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/mount/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/mount/types.rs [new file with mode: 0644]
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/pipe/syscalls.rs
vendor/rustix/src/backend/linux_raw/process/syscalls.rs
vendor/rustix/src/backend/linux_raw/pty/syscalls.rs
vendor/rustix/src/backend/linux_raw/reg.rs
vendor/rustix/src/backend/linux_raw/runtime/syscalls.rs
vendor/rustix/src/backend/linux_raw/termios/syscalls.rs
vendor/rustix/src/backend/linux_raw/vdso_wrappers.rs
vendor/rustix/src/check_types.rs
vendor/rustix/src/clockid.rs
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/cwd.rs
vendor/rustix/src/fs/fcntl.rs
vendor/rustix/src/fs/fcntl_apple.rs
vendor/rustix/src/fs/fd.rs
vendor/rustix/src/fs/mod.rs
vendor/rustix/src/fs/mount.rs
vendor/rustix/src/io/dup.rs
vendor/rustix/src/io/errno.rs
vendor/rustix/src/io/fcntl.rs
vendor/rustix/src/io/ioctl.rs
vendor/rustix/src/io/read_write.rs
vendor/rustix/src/lib.rs
vendor/rustix/src/mm/mmap.rs
vendor/rustix/src/mount/fsopen.rs [new file with mode: 0644]
vendor/rustix/src/mount/mod.rs [new file with mode: 0644]
vendor/rustix/src/mount/mount_unmount.rs [new file with mode: 0644]
vendor/rustix/src/mount/types.rs [new file with mode: 0644]
vendor/rustix/src/net/send_recv/mod.rs
vendor/rustix/src/net/send_recv/msg.rs
vendor/rustix/src/net/sockopt.rs
vendor/rustix/src/net/types.rs
vendor/rustix/src/pid.rs
vendor/rustix/src/pipe.rs
vendor/rustix/src/process/exit.rs
vendor/rustix/src/process/ioctl.rs
vendor/rustix/src/process/mod.rs
vendor/rustix/src/process/priority.rs
vendor/rustix/src/process/wait.rs
vendor/rustix/src/procfs.rs
vendor/rustix/src/pty.rs
vendor/rustix/src/signal.rs
vendor/rustix/src/static_assertions.rs [new file with mode: 0644]
vendor/rustix/src/system.rs
vendor/rustix/src/termios/ioctl.rs
vendor/rustix/src/termios/mod.rs
vendor/rustix/src/termios/tc.rs
vendor/rustix/src/termios/types.rs
vendor/rustix/src/thread/clock.rs
vendor/rustix/src/thread/id.rs
vendor/rustix/src/thread/setns.rs
vendor/rustix/src/timespec.rs
vendor/rustix/src/ugid.rs
vendor/rustix/src/utils.rs
vendor/ruzstd/.cargo-checksum.json
vendor/ruzstd/Cargo.lock
vendor/ruzstd/Cargo.toml
vendor/ruzstd/src/blocks/block.rs
vendor/ruzstd/src/blocks/literals_section.rs
vendor/ruzstd/src/blocks/sequence_section.rs
vendor/ruzstd/src/decoding/block_decoder.rs
vendor/ruzstd/src/decoding/decodebuffer.rs
vendor/ruzstd/src/decoding/dictionary.rs
vendor/ruzstd/src/decoding/literals_section_decoder.rs
vendor/ruzstd/src/decoding/ringbuffer.rs
vendor/ruzstd/src/decoding/scratch.rs
vendor/ruzstd/src/decoding/sequence_execution.rs
vendor/ruzstd/src/decoding/sequence_section_decoder.rs
vendor/ruzstd/src/frame.rs
vendor/ruzstd/src/frame_decoder.rs
vendor/ruzstd/src/fse/fse_decoder.rs
vendor/ruzstd/src/huff0/huff0_decoder.rs
vendor/ruzstd/src/io.rs [new file with mode: 0644]
vendor/ruzstd/src/io_nostd.rs [new file with mode: 0644]
vendor/ruzstd/src/lib.rs
vendor/ruzstd/src/streaming_decoder.rs
vendor/ruzstd/src/tests/decode_corpus.rs
vendor/ruzstd/src/tests/dict_test.rs
vendor/ruzstd/src/tests/fuzz_regressions.rs
vendor/ruzstd/src/tests/mod.rs
vendor/security-framework-sys/.cargo-checksum.json [new file with mode: 0644]
vendor/security-framework-sys/Cargo.toml [new file with mode: 0644]
vendor/security-framework-sys/LICENSE-APACHE [new file with mode: 0644]
vendor/security-framework-sys/LICENSE-MIT [new file with mode: 0644]
vendor/security-framework-sys/README.md [new file with mode: 0644]
vendor/security-framework-sys/src/access.rs [new file with mode: 0644]
vendor/security-framework-sys/src/access_control.rs [new file with mode: 0644]
vendor/security-framework-sys/src/authorization.rs [new file with mode: 0644]
vendor/security-framework-sys/src/base.rs [new file with mode: 0644]
vendor/security-framework-sys/src/certificate.rs [new file with mode: 0644]
vendor/security-framework-sys/src/certificate_oids.rs [new file with mode: 0644]
vendor/security-framework-sys/src/cipher_suite.rs [new file with mode: 0644]
vendor/security-framework-sys/src/code_signing.rs [new file with mode: 0644]
vendor/security-framework-sys/src/digest_transform.rs [new file with mode: 0644]
vendor/security-framework-sys/src/encrypt_transform.rs [new file with mode: 0644]
vendor/security-framework-sys/src/identity.rs [new file with mode: 0644]
vendor/security-framework-sys/src/import_export.rs [new file with mode: 0644]
vendor/security-framework-sys/src/item.rs [new file with mode: 0644]
vendor/security-framework-sys/src/key.rs [new file with mode: 0644]
vendor/security-framework-sys/src/keychain.rs [new file with mode: 0644]
vendor/security-framework-sys/src/keychain_item.rs [new file with mode: 0644]
vendor/security-framework-sys/src/lib.rs [new file with mode: 0644]
vendor/security-framework-sys/src/policy.rs [new file with mode: 0644]
vendor/security-framework-sys/src/random.rs [new file with mode: 0644]
vendor/security-framework-sys/src/secure_transport.rs [new file with mode: 0644]
vendor/security-framework-sys/src/transform.rs [new file with mode: 0644]
vendor/security-framework-sys/src/trust.rs [new file with mode: 0644]
vendor/security-framework-sys/src/trust_settings.rs [new file with mode: 0644]
vendor/security-framework/.cargo-checksum.json [new file with mode: 0644]
vendor/security-framework/Cargo.lock [new file with mode: 0644]
vendor/security-framework/Cargo.toml [new file with mode: 0644]
vendor/security-framework/LICENSE-APACHE [new file with mode: 0644]
vendor/security-framework/LICENSE-MIT [new file with mode: 0644]
vendor/security-framework/README.md [new file with mode: 0644]
vendor/security-framework/THIRD_PARTY [new file with mode: 0644]
vendor/security-framework/examples/client.rs [new file with mode: 0644]
vendor/security-framework/examples/find_internet_password.rs [new file with mode: 0644]
vendor/security-framework/examples/set_internet_password.rs [new file with mode: 0644]
vendor/security-framework/src/access_control.rs [new file with mode: 0644]
vendor/security-framework/src/authorization.rs [new file with mode: 0644]
vendor/security-framework/src/base.rs [new file with mode: 0644]
vendor/security-framework/src/certificate.rs [new file with mode: 0644]
vendor/security-framework/src/cipher_suite.rs [new file with mode: 0644]
vendor/security-framework/src/dlsym.rs [new file with mode: 0644]
vendor/security-framework/src/identity.rs [new file with mode: 0644]
vendor/security-framework/src/import_export.rs [new file with mode: 0644]
vendor/security-framework/src/item.rs [new file with mode: 0644]
vendor/security-framework/src/key.rs [new file with mode: 0644]
vendor/security-framework/src/lib.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/access.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/certificate.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/certificate_oids.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/code_signing.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/digest_transform.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/encrypt_transform.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/identity.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/import_export.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/item.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/key.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/keychain.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/keychain_item.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/mod.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/passwords.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/secure_transport.rs [new file with mode: 0644]
vendor/security-framework/src/os/macos/transform.rs [new file with mode: 0644]
vendor/security-framework/src/os/mod.rs [new file with mode: 0644]
vendor/security-framework/src/passwords.rs [new file with mode: 0644]
vendor/security-framework/src/passwords_options.rs [new file with mode: 0644]
vendor/security-framework/src/policy.rs [new file with mode: 0644]
vendor/security-framework/src/random.rs [new file with mode: 0644]
vendor/security-framework/src/secure_transport.rs [new file with mode: 0644]
vendor/security-framework/src/trust.rs [new file with mode: 0644]
vendor/security-framework/src/trust_settings.rs [new file with mode: 0644]
vendor/semver/.cargo-checksum.json
vendor/semver/Cargo.toml
vendor/semver/src/lib.rs
vendor/serde-1.0.156/.cargo-checksum.json [deleted file]
vendor/serde-1.0.156/Cargo.toml [deleted file]
vendor/serde-1.0.156/LICENSE-APACHE [deleted file]
vendor/serde-1.0.156/LICENSE-MIT [deleted file]
vendor/serde-1.0.156/README.md [deleted file]
vendor/serde-1.0.156/build.rs [deleted file]
vendor/serde-1.0.156/crates-io.md [deleted file]
vendor/serde-1.0.156/src/de/format.rs [deleted file]
vendor/serde-1.0.156/src/de/ignored_any.rs [deleted file]
vendor/serde-1.0.156/src/de/impls.rs [deleted file]
vendor/serde-1.0.156/src/de/mod.rs [deleted file]
vendor/serde-1.0.156/src/de/seed.rs [deleted file]
vendor/serde-1.0.156/src/de/utf8.rs [deleted file]
vendor/serde-1.0.156/src/de/value.rs [deleted file]
vendor/serde-1.0.156/src/integer128.rs [deleted file]
vendor/serde-1.0.156/src/lib.rs [deleted file]
vendor/serde-1.0.156/src/macros.rs [deleted file]
vendor/serde-1.0.156/src/private/de.rs [deleted file]
vendor/serde-1.0.156/src/private/doc.rs [deleted file]
vendor/serde-1.0.156/src/private/mod.rs [deleted file]
vendor/serde-1.0.156/src/private/ser.rs [deleted file]
vendor/serde-1.0.156/src/private/size_hint.rs [deleted file]
vendor/serde-1.0.156/src/ser/fmt.rs [deleted file]
vendor/serde-1.0.156/src/ser/impls.rs [deleted file]
vendor/serde-1.0.156/src/ser/impossible.rs [deleted file]
vendor/serde-1.0.156/src/ser/mod.rs [deleted file]
vendor/serde-1.0.156/src/std_error.rs [deleted file]
vendor/serde/.cargo-checksum.json
vendor/serde/Cargo.toml
vendor/serde/README.md
vendor/serde/crates-io.md
vendor/serde/src/de/ignored_any.rs
vendor/serde/src/de/impls.rs
vendor/serde/src/de/mod.rs
vendor/serde/src/de/utf8.rs
vendor/serde/src/de/value.rs
vendor/serde/src/integer128.rs
vendor/serde/src/lib.rs
vendor/serde/src/macros.rs
vendor/serde/src/private/de.rs
vendor/serde/src/private/ser.rs
vendor/serde/src/private/size_hint.rs
vendor/serde/src/ser/fmt.rs
vendor/serde/src/ser/impls.rs
vendor/serde/src/ser/impossible.rs
vendor/serde/src/ser/mod.rs
vendor/serde/src/std_error.rs
vendor/serde_cbor/.cargo-checksum.json [deleted file]
vendor/serde_cbor/CONTRIBUTING.md [deleted file]
vendor/serde_cbor/Cargo.lock [deleted file]
vendor/serde_cbor/Cargo.toml [deleted file]
vendor/serde_cbor/LICENSE-APACHE [deleted file]
vendor/serde_cbor/LICENSE-MIT [deleted file]
vendor/serde_cbor/README.md [deleted file]
vendor/serde_cbor/examples/readme.rs [deleted file]
vendor/serde_cbor/examples/tags.rs [deleted file]
vendor/serde_cbor/examples/tux.cbor [deleted file]
vendor/serde_cbor/src/de.rs [deleted file]
vendor/serde_cbor/src/error.rs [deleted file]
vendor/serde_cbor/src/lib.rs [deleted file]
vendor/serde_cbor/src/read.rs [deleted file]
vendor/serde_cbor/src/ser.rs [deleted file]
vendor/serde_cbor/src/tags.rs [deleted file]
vendor/serde_cbor/src/value/de.rs [deleted file]
vendor/serde_cbor/src/value/mod.rs [deleted file]
vendor/serde_cbor/src/value/ser.rs [deleted file]
vendor/serde_cbor/src/write.rs [deleted file]
vendor/serde_cbor/tests/bennofs.rs [deleted file]
vendor/serde_cbor/tests/canonical.rs [deleted file]
vendor/serde_cbor/tests/crash.cbor [deleted file]
vendor/serde_cbor/tests/de.rs [deleted file]
vendor/serde_cbor/tests/enum.rs [deleted file]
vendor/serde_cbor/tests/kietaub.cbor [deleted file]
vendor/serde_cbor/tests/ser.rs [deleted file]
vendor/serde_cbor/tests/std_types.rs [deleted file]
vendor/serde_cbor/tests/tags.rs [deleted file]
vendor/serde_cbor/tests/value.rs [deleted file]
vendor/serde_derive-1.0.156/.cargo-checksum.json [deleted file]
vendor/serde_derive-1.0.156/Cargo.toml [deleted file]
vendor/serde_derive-1.0.156/LICENSE-APACHE [deleted file]
vendor/serde_derive-1.0.156/LICENSE-MIT [deleted file]
vendor/serde_derive-1.0.156/README.md [deleted file]
vendor/serde_derive-1.0.156/build.rs [deleted file]
vendor/serde_derive-1.0.156/crates-io.md [deleted file]
vendor/serde_derive-1.0.156/src/bound.rs [deleted file]
vendor/serde_derive-1.0.156/src/de.rs [deleted file]
vendor/serde_derive-1.0.156/src/dummy.rs [deleted file]
vendor/serde_derive-1.0.156/src/fragment.rs [deleted file]
vendor/serde_derive-1.0.156/src/internals/ast.rs [deleted file]
vendor/serde_derive-1.0.156/src/internals/attr.rs [deleted file]
vendor/serde_derive-1.0.156/src/internals/case.rs [deleted file]
vendor/serde_derive-1.0.156/src/internals/check.rs [deleted file]
vendor/serde_derive-1.0.156/src/internals/ctxt.rs [deleted file]
vendor/serde_derive-1.0.156/src/internals/mod.rs [deleted file]
vendor/serde_derive-1.0.156/src/internals/receiver.rs [deleted file]
vendor/serde_derive-1.0.156/src/internals/respan.rs [deleted file]
vendor/serde_derive-1.0.156/src/internals/symbol.rs [deleted file]
vendor/serde_derive-1.0.156/src/lib.rs [deleted file]
vendor/serde_derive-1.0.156/src/pretend.rs [deleted file]
vendor/serde_derive-1.0.156/src/ser.rs [deleted file]
vendor/serde_derive-1.0.156/src/this.rs [deleted file]
vendor/serde_derive-1.0.156/src/try.rs [deleted file]
vendor/serde_derive/.cargo-checksum.json
vendor/serde_derive/Cargo.toml
vendor/serde_derive/README.md
vendor/serde_derive/crates-io.md
vendor/serde_derive/src/bound.rs
vendor/serde_derive/src/de.rs
vendor/serde_derive/src/internals/attr.rs
vendor/serde_derive/src/internals/check.rs
vendor/serde_derive/src/lib.rs
vendor/serde_ignored/.cargo-checksum.json
vendor/serde_ignored/Cargo.toml
vendor/serde_ignored/src/lib.rs
vendor/serde_json/.cargo-checksum.json
vendor/serde_json/Cargo.toml
vendor/serde_json/src/de.rs
vendor/serde_json/src/error.rs
vendor/serde_json/src/lexical/algorithm.rs
vendor/serde_json/src/lexical/digit.rs
vendor/serde_json/src/lexical/errors.rs
vendor/serde_json/src/lexical/math.rs
vendor/serde_json/src/lib.rs
vendor/serde_json/src/map.rs
vendor/serde_json/src/number.rs
vendor/serde_json/src/raw.rs
vendor/serde_json/src/ser.rs
vendor/serde_json/src/value/de.rs
vendor/serde_json/src/value/from.rs
vendor/serde_json/src/value/mod.rs
vendor/serde_json/src/value/ser.rs
vendor/serde_json/tests/regression/issue845.rs
vendor/serde_json/tests/test.rs
vendor/serde_repr/.cargo-checksum.json
vendor/serde_repr/Cargo.toml
vendor/serde_repr/src/lib.rs
vendor/serde_repr/src/parse.rs
vendor/serde_urlencoded/.cargo-checksum.json [new file with mode: 0644]
vendor/serde_urlencoded/Cargo.toml [new file with mode: 0644]
vendor/serde_urlencoded/LICENSE-APACHE [new file with mode: 0644]
vendor/serde_urlencoded/LICENSE-MIT [new file with mode: 0644]
vendor/serde_urlencoded/README.md [new file with mode: 0644]
vendor/serde_urlencoded/rustfmt.toml [new file with mode: 0644]
vendor/serde_urlencoded/src/de.rs [new file with mode: 0644]
vendor/serde_urlencoded/src/lib.rs [new file with mode: 0644]
vendor/serde_urlencoded/src/ser/key.rs [new file with mode: 0644]
vendor/serde_urlencoded/src/ser/mod.rs [new file with mode: 0644]
vendor/serde_urlencoded/src/ser/pair.rs [new file with mode: 0644]
vendor/serde_urlencoded/src/ser/part.rs [new file with mode: 0644]
vendor/serde_urlencoded/src/ser/value.rs [new file with mode: 0644]
vendor/serde_urlencoded/tests/test_deserialize.rs [new file with mode: 0644]
vendor/serde_urlencoded/tests/test_serialize.rs [new file with mode: 0644]
vendor/smallvec/.cargo-checksum.json
vendor/smallvec/Cargo.toml
vendor/smallvec/debug_metadata/README.md
vendor/smallvec/debug_metadata/smallvec.natvis
vendor/smallvec/src/lib.rs
vendor/smallvec/src/tests.rs
vendor/smallvec/tests/debugger_visualizer.rs
vendor/syn-2.0.8/.cargo-checksum.json [deleted file]
vendor/syn-2.0.8/Cargo.toml [deleted file]
vendor/syn-2.0.8/LICENSE-APACHE [deleted file]
vendor/syn-2.0.8/LICENSE-MIT [deleted file]
vendor/syn-2.0.8/README.md [deleted file]
vendor/syn-2.0.8/benches/file.rs [deleted file]
vendor/syn-2.0.8/benches/rust.rs [deleted file]
vendor/syn-2.0.8/src/attr.rs [deleted file]
vendor/syn-2.0.8/src/bigint.rs [deleted file]
vendor/syn-2.0.8/src/buffer.rs [deleted file]
vendor/syn-2.0.8/src/custom_keyword.rs [deleted file]
vendor/syn-2.0.8/src/custom_punctuation.rs [deleted file]
vendor/syn-2.0.8/src/data.rs [deleted file]
vendor/syn-2.0.8/src/derive.rs [deleted file]
vendor/syn-2.0.8/src/discouraged.rs [deleted file]
vendor/syn-2.0.8/src/drops.rs [deleted file]
vendor/syn-2.0.8/src/error.rs [deleted file]
vendor/syn-2.0.8/src/export.rs [deleted file]
vendor/syn-2.0.8/src/expr.rs [deleted file]
vendor/syn-2.0.8/src/ext.rs [deleted file]
vendor/syn-2.0.8/src/file.rs [deleted file]
vendor/syn-2.0.8/src/gen/clone.rs [deleted file]
vendor/syn-2.0.8/src/gen/debug.rs [deleted file]
vendor/syn-2.0.8/src/gen/eq.rs [deleted file]
vendor/syn-2.0.8/src/gen/fold.rs [deleted file]
vendor/syn-2.0.8/src/gen/hash.rs [deleted file]
vendor/syn-2.0.8/src/gen/visit.rs [deleted file]
vendor/syn-2.0.8/src/gen/visit_mut.rs [deleted file]
vendor/syn-2.0.8/src/gen_helper.rs [deleted file]
vendor/syn-2.0.8/src/generics.rs [deleted file]
vendor/syn-2.0.8/src/group.rs [deleted file]
vendor/syn-2.0.8/src/ident.rs [deleted file]
vendor/syn-2.0.8/src/item.rs [deleted file]
vendor/syn-2.0.8/src/lib.rs [deleted file]
vendor/syn-2.0.8/src/lifetime.rs [deleted file]
vendor/syn-2.0.8/src/lit.rs [deleted file]
vendor/syn-2.0.8/src/lookahead.rs [deleted file]
vendor/syn-2.0.8/src/mac.rs [deleted file]
vendor/syn-2.0.8/src/macros.rs [deleted file]
vendor/syn-2.0.8/src/meta.rs [deleted file]
vendor/syn-2.0.8/src/op.rs [deleted file]
vendor/syn-2.0.8/src/parse.rs [deleted file]
vendor/syn-2.0.8/src/parse_macro_input.rs [deleted file]
vendor/syn-2.0.8/src/parse_quote.rs [deleted file]
vendor/syn-2.0.8/src/pat.rs [deleted file]
vendor/syn-2.0.8/src/path.rs [deleted file]
vendor/syn-2.0.8/src/print.rs [deleted file]
vendor/syn-2.0.8/src/punctuated.rs [deleted file]
vendor/syn-2.0.8/src/restriction.rs [deleted file]
vendor/syn-2.0.8/src/sealed.rs [deleted file]
vendor/syn-2.0.8/src/span.rs [deleted file]
vendor/syn-2.0.8/src/spanned.rs [deleted file]
vendor/syn-2.0.8/src/stmt.rs [deleted file]
vendor/syn-2.0.8/src/thread.rs [deleted file]
vendor/syn-2.0.8/src/token.rs [deleted file]
vendor/syn-2.0.8/src/tt.rs [deleted file]
vendor/syn-2.0.8/src/ty.rs [deleted file]
vendor/syn-2.0.8/src/verbatim.rs [deleted file]
vendor/syn-2.0.8/src/whitespace.rs [deleted file]
vendor/syn-2.0.8/tests/common/eq.rs [deleted file]
vendor/syn-2.0.8/tests/common/mod.rs [deleted file]
vendor/syn-2.0.8/tests/common/parse.rs [deleted file]
vendor/syn-2.0.8/tests/debug/gen.rs [deleted file]
vendor/syn-2.0.8/tests/debug/mod.rs [deleted file]
vendor/syn-2.0.8/tests/macros/mod.rs [deleted file]
vendor/syn-2.0.8/tests/regression.rs [deleted file]
vendor/syn-2.0.8/tests/regression/issue1108.rs [deleted file]
vendor/syn-2.0.8/tests/regression/issue1235.rs [deleted file]
vendor/syn-2.0.8/tests/repo/mod.rs [deleted file]
vendor/syn-2.0.8/tests/repo/progress.rs [deleted file]
vendor/syn-2.0.8/tests/test_asyncness.rs [deleted file]
vendor/syn-2.0.8/tests/test_attribute.rs [deleted file]
vendor/syn-2.0.8/tests/test_derive_input.rs [deleted file]
vendor/syn-2.0.8/tests/test_expr.rs [deleted file]
vendor/syn-2.0.8/tests/test_generics.rs [deleted file]
vendor/syn-2.0.8/tests/test_grouping.rs [deleted file]
vendor/syn-2.0.8/tests/test_ident.rs [deleted file]
vendor/syn-2.0.8/tests/test_item.rs [deleted file]
vendor/syn-2.0.8/tests/test_iterators.rs [deleted file]
vendor/syn-2.0.8/tests/test_lit.rs [deleted file]
vendor/syn-2.0.8/tests/test_meta.rs [deleted file]
vendor/syn-2.0.8/tests/test_parse_buffer.rs [deleted file]
vendor/syn-2.0.8/tests/test_parse_stream.rs [deleted file]
vendor/syn-2.0.8/tests/test_pat.rs [deleted file]
vendor/syn-2.0.8/tests/test_path.rs [deleted file]
vendor/syn-2.0.8/tests/test_precedence.rs [deleted file]
vendor/syn-2.0.8/tests/test_receiver.rs [deleted file]
vendor/syn-2.0.8/tests/test_round_trip.rs [deleted file]
vendor/syn-2.0.8/tests/test_shebang.rs [deleted file]
vendor/syn-2.0.8/tests/test_should_parse.rs [deleted file]
vendor/syn-2.0.8/tests/test_size.rs [deleted file]
vendor/syn-2.0.8/tests/test_stmt.rs [deleted file]
vendor/syn-2.0.8/tests/test_token_trees.rs [deleted file]
vendor/syn-2.0.8/tests/test_ty.rs [deleted file]
vendor/syn-2.0.8/tests/test_visibility.rs [deleted file]
vendor/syn-2.0.8/tests/zzz_stable.rs [deleted file]
vendor/syn/.cargo-checksum.json
vendor/syn/Cargo.toml
vendor/syn/README.md
vendor/syn/benches/rust.rs
vendor/syn/src/error.rs
vendor/syn/src/expr.rs
vendor/syn/src/gen/fold.rs
vendor/syn/src/gen/visit.rs
vendor/syn/src/gen/visit_mut.rs
vendor/syn/src/generics.rs
vendor/syn/src/ident.rs
vendor/syn/src/item.rs
vendor/syn/src/lib.rs
vendor/syn/src/lit.rs
vendor/syn/src/pat.rs
vendor/syn/src/path.rs
vendor/syn/src/punctuated.rs
vendor/syn/src/spanned.rs
vendor/syn/src/stmt.rs
vendor/syn/src/thread.rs
vendor/syn/src/ty.rs
vendor/syn/src/verbatim.rs
vendor/syn/tests/common/eq.rs
vendor/syn/tests/macros/mod.rs
vendor/syn/tests/repo/mod.rs
vendor/syn/tests/test_expr.rs
vendor/syn/tests/test_round_trip.rs
vendor/sysinfo-0.26.7/.cargo-checksum.json [new file with mode: 0644]
vendor/sysinfo-0.26.7/ADDING_NEW_PLATFORMS.md [new file with mode: 0644]
vendor/sysinfo-0.26.7/CHANGELOG.md [new file with mode: 0644]
vendor/sysinfo-0.26.7/Cargo.lock [new file with mode: 0644]
vendor/sysinfo-0.26.7/Cargo.toml [new file with mode: 0644]
vendor/sysinfo-0.26.7/LICENSE [new file with mode: 0644]
vendor/sysinfo-0.26.7/Makefile [new file with mode: 0644]
vendor/sysinfo-0.26.7/README.md [new file with mode: 0644]
vendor/sysinfo-0.26.7/benches/basic.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/examples/simple.c [new file with mode: 0644]
vendor/sysinfo-0.26.7/examples/simple.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/md_doc/component.md [new file with mode: 0644]
vendor/sysinfo-0.26.7/md_doc/cpu.md [new file with mode: 0644]
vendor/sysinfo-0.26.7/md_doc/disk.md [new file with mode: 0644]
vendor/sysinfo-0.26.7/md_doc/network_data.md [new file with mode: 0644]
vendor/sysinfo-0.26.7/md_doc/networks.md [new file with mode: 0644]
vendor/sysinfo-0.26.7/md_doc/pid.md [new file with mode: 0644]
vendor/sysinfo-0.26.7/md_doc/process.md [new file with mode: 0644]
vendor/sysinfo-0.26.7/md_doc/system.md [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/app_store/component.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/app_store/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/app_store/process.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/component.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/disk.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/ffi.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/ios.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/macos/component/arm.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/macos/component/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/macos/component/x86.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/macos/disk.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/macos/ffi.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/macos/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/macos/process.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/macos/system.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/macos/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/network.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/process.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/system.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/users.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/apple/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/c_interface.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/common.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/debug.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/freebsd/component.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/freebsd/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/freebsd/disk.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/freebsd/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/freebsd/network.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/freebsd/process.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/freebsd/system.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/freebsd/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/lib.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/linux/component.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/linux/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/linux/disk.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/linux/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/linux/network.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/linux/process.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/linux/system.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/linux/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/macros.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/sysinfo.h [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/system.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/traits.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/unknown/component.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/unknown/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/unknown/disk.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/unknown/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/unknown/network.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/unknown/process.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/unknown/system.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/users.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/windows/component.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/windows/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/windows/disk.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/windows/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/windows/network.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/windows/process.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/windows/system.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/windows/tools.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/windows/users.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/src/windows/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/tests/code_checkers/docs.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/tests/code_checkers/headers.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/tests/code_checkers/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/tests/code_checkers/signals.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/tests/code_checkers/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/tests/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/tests/disk_list.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/tests/extras.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/tests/network.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/tests/process.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/tests/send_sync.rs [new file with mode: 0644]
vendor/sysinfo-0.26.7/tests/uptime.rs [new file with mode: 0644]
vendor/sysinfo/.cargo-checksum.json
vendor/sysinfo/CHANGELOG.md
vendor/sysinfo/Cargo.lock
vendor/sysinfo/Cargo.toml
vendor/sysinfo/Makefile
vendor/sysinfo/README.md
vendor/sysinfo/examples/simple.c
vendor/sysinfo/examples/simple.rs
vendor/sysinfo/md_doc/pid.md
vendor/sysinfo/md_doc/serde.md [new file with mode: 0644]
vendor/sysinfo/md_doc/sid.md [new file with mode: 0644]
vendor/sysinfo/src/apple/app_store/process.rs
vendor/sysinfo/src/apple/cpu.rs
vendor/sysinfo/src/apple/disk.rs
vendor/sysinfo/src/apple/macos/disk.rs
vendor/sysinfo/src/apple/macos/ffi.rs
vendor/sysinfo/src/apple/macos/process.rs
vendor/sysinfo/src/apple/macos/system.rs
vendor/sysinfo/src/apple/network.rs
vendor/sysinfo/src/apple/process.rs
vendor/sysinfo/src/apple/system.rs
vendor/sysinfo/src/apple/users.rs
vendor/sysinfo/src/c_interface.rs
vendor/sysinfo/src/common.rs
vendor/sysinfo/src/debug.rs
vendor/sysinfo/src/freebsd/disk.rs
vendor/sysinfo/src/freebsd/network.rs
vendor/sysinfo/src/freebsd/process.rs
vendor/sysinfo/src/freebsd/system.rs
vendor/sysinfo/src/freebsd/utils.rs
vendor/sysinfo/src/lib.rs
vendor/sysinfo/src/linux/component.rs
vendor/sysinfo/src/linux/cpu.rs
vendor/sysinfo/src/linux/disk.rs
vendor/sysinfo/src/linux/network.rs
vendor/sysinfo/src/linux/process.rs
vendor/sysinfo/src/linux/system.rs
vendor/sysinfo/src/linux/utils.rs
vendor/sysinfo/src/macros.rs
vendor/sysinfo/src/network.rs [new file with mode: 0644]
vendor/sysinfo/src/network_helper_nix.rs [new file with mode: 0644]
vendor/sysinfo/src/network_helper_win.rs [new file with mode: 0644]
vendor/sysinfo/src/serde.rs [new file with mode: 0644]
vendor/sysinfo/src/sysinfo.h
vendor/sysinfo/src/system.rs
vendor/sysinfo/src/traits.rs
vendor/sysinfo/src/unknown/disk.rs
vendor/sysinfo/src/unknown/network.rs
vendor/sysinfo/src/unknown/process.rs
vendor/sysinfo/src/unknown/system.rs
vendor/sysinfo/src/users.rs
vendor/sysinfo/src/utils.rs
vendor/sysinfo/src/windows/cpu.rs
vendor/sysinfo/src/windows/disk.rs
vendor/sysinfo/src/windows/mod.rs
vendor/sysinfo/src/windows/network.rs
vendor/sysinfo/src/windows/process.rs
vendor/sysinfo/src/windows/sid.rs [new file with mode: 0644]
vendor/sysinfo/src/windows/system.rs
vendor/sysinfo/src/windows/users.rs
vendor/sysinfo/src/windows/utils.rs
vendor/sysinfo/tests/code_checkers/docs.rs
vendor/sysinfo/tests/code_checkers/headers.rs
vendor/sysinfo/tests/code_checkers/utils.rs
vendor/sysinfo/tests/process.rs
vendor/sysinfo/tests/send_sync.rs
vendor/tempfile/.cargo-checksum.json
vendor/tempfile/CHANGELOG.md [new file with mode: 0644]
vendor/tempfile/Cargo.toml
vendor/tempfile/NEWS [deleted file]
vendor/tempfile/README.md
vendor/tempfile/build.rs [deleted file]
vendor/tempfile/src/file/imp/unix.rs
vendor/tempfile/src/file/mod.rs
vendor/textwrap/.cargo-checksum.json [deleted file]
vendor/textwrap/Cargo.toml [deleted file]
vendor/textwrap/LICENSE [deleted file]
vendor/textwrap/README.md [deleted file]
vendor/textwrap/benches/linear.rs [deleted file]
vendor/textwrap/examples/layout.rs [deleted file]
vendor/textwrap/examples/termwidth.rs [deleted file]
vendor/textwrap/src/indentation.rs [deleted file]
vendor/textwrap/src/lib.rs [deleted file]
vendor/textwrap/src/splitting.rs [deleted file]
vendor/textwrap/tests/version-numbers.rs [deleted file]
vendor/thiserror-core-impl/.cargo-checksum.json [new file with mode: 0644]
vendor/thiserror-core-impl/Cargo.toml [new file with mode: 0644]
vendor/thiserror-core-impl/LICENSE-APACHE [new file with mode: 0644]
vendor/thiserror-core-impl/LICENSE-MIT [new file with mode: 0644]
vendor/thiserror-core-impl/src/ast.rs [new file with mode: 0644]
vendor/thiserror-core-impl/src/attr.rs [new file with mode: 0644]
vendor/thiserror-core-impl/src/expand.rs [new file with mode: 0644]
vendor/thiserror-core-impl/src/fmt.rs [new file with mode: 0644]
vendor/thiserror-core-impl/src/generics.rs [new file with mode: 0644]
vendor/thiserror-core-impl/src/lib.rs [new file with mode: 0644]
vendor/thiserror-core-impl/src/prop.rs [new file with mode: 0644]
vendor/thiserror-core-impl/src/valid.rs [new file with mode: 0644]
vendor/thiserror-core/.cargo-checksum.json [new file with mode: 0644]
vendor/thiserror-core/Cargo.toml [new file with mode: 0644]
vendor/thiserror-core/LICENSE-APACHE [new file with mode: 0644]
vendor/thiserror-core/LICENSE-MIT [new file with mode: 0644]
vendor/thiserror-core/README.md [new file with mode: 0644]
vendor/thiserror-core/build.rs [new file with mode: 0644]
vendor/thiserror-core/rust-toolchain.toml [new file with mode: 0644]
vendor/thiserror-core/src/aserror.rs [new file with mode: 0644]
vendor/thiserror-core/src/display.rs [new file with mode: 0644]
vendor/thiserror-core/src/lib.rs [new file with mode: 0644]
vendor/thiserror-core/src/provide.rs [new file with mode: 0644]
vendor/thiserror-core/tests/compiletest.rs [new file with mode: 0644]
vendor/thiserror-core/tests/test_backtrace.rs [new file with mode: 0644]
vendor/thiserror-core/tests/test_deprecated.rs [new file with mode: 0644]
vendor/thiserror-core/tests/test_display.rs [new file with mode: 0644]
vendor/thiserror-core/tests/test_error.rs [new file with mode: 0644]
vendor/thiserror-core/tests/test_expr.rs [new file with mode: 0644]
vendor/thiserror-core/tests/test_from.rs [new file with mode: 0644]
vendor/thiserror-core/tests/test_generics.rs [new file with mode: 0644]
vendor/thiserror-core/tests/test_lints.rs [new file with mode: 0644]
vendor/thiserror-core/tests/test_option.rs [new file with mode: 0644]
vendor/thiserror-core/tests/test_path.rs [new file with mode: 0644]
vendor/thiserror-core/tests/test_source.rs [new file with mode: 0644]
vendor/thiserror-core/tests/test_transparent.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/bad-field-attr.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/bad-field-attr.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/concat-display.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/concat-display.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/duplicate-enum-source.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/duplicate-enum-source.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/duplicate-fmt.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/duplicate-fmt.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/duplicate-struct-source.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/duplicate-struct-source.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/duplicate-transparent.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/duplicate-transparent.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/from-backtrace-backtrace.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/from-backtrace-backtrace.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/from-not-source.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/from-not-source.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/lifetime.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/lifetime.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/missing-fmt.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/missing-fmt.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/no-display.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/no-display.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/source-enum-not-error.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/source-enum-not-error.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/source-struct-not-error.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/source-struct-not-error.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/transparent-display.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/transparent-display.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/transparent-enum-many.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/transparent-enum-many.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/transparent-enum-source.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/transparent-enum-source.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/transparent-struct-many.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/transparent-struct-many.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/transparent-struct-source.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/transparent-struct-source.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/unexpected-field-fmt.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/unexpected-field-fmt.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/unexpected-struct-source.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/unexpected-struct-source.stderr [new file with mode: 0644]
vendor/thiserror-core/tests/ui/union.rs [new file with mode: 0644]
vendor/thiserror-core/tests/ui/union.stderr [new file with mode: 0644]
vendor/thiserror-impl/.cargo-checksum.json
vendor/thiserror-impl/Cargo.toml
vendor/thiserror-impl/src/attr.rs
vendor/thiserror-impl/src/expand.rs
vendor/thiserror/.cargo-checksum.json
vendor/thiserror/Cargo.toml
vendor/thiserror/build.rs
vendor/thiserror/src/aserror.rs
vendor/thiserror/src/display.rs
vendor/thiserror/src/lib.rs
vendor/thiserror/src/provide.rs
vendor/thiserror/tests/test_backtrace.rs
vendor/thiserror/tests/test_option.rs
vendor/thorin-dwp/.cargo-checksum.json
vendor/thorin-dwp/Cargo.toml
vendor/thorin-dwp/README.md
vendor/thorin-dwp/src/package.rs
vendor/tokio-native-tls/.cargo-checksum.json [new file with mode: 0644]
vendor/tokio-native-tls/CHANGELOG.md [new file with mode: 0644]
vendor/tokio-native-tls/Cargo.lock [new file with mode: 0644]
vendor/tokio-native-tls/Cargo.toml [new file with mode: 0644]
vendor/tokio-native-tls/LICENSE [new file with mode: 0644]
vendor/tokio-native-tls/README.md [new file with mode: 0644]
vendor/tokio-native-tls/examples/download-rust-lang.rs [new file with mode: 0644]
vendor/tokio-native-tls/examples/echo.rs [new file with mode: 0644]
vendor/tokio-native-tls/examples/identity.p12 [new file with mode: 0644]
vendor/tokio-native-tls/scripts/generate-certificate.sh [new file with mode: 0755]
vendor/tokio-native-tls/src/lib.rs [new file with mode: 0644]
vendor/tokio-native-tls/tests/bad.rs [new file with mode: 0644]
vendor/tokio-native-tls/tests/cert.der [new file with mode: 0644]
vendor/tokio-native-tls/tests/google.rs [new file with mode: 0644]
vendor/tokio-native-tls/tests/identity.p12 [new file with mode: 0644]
vendor/tokio-native-tls/tests/root-ca.der [new file with mode: 0644]
vendor/tokio-native-tls/tests/smoke.rs [new file with mode: 0644]
vendor/tokio-util/.cargo-checksum.json [new file with mode: 0644]
vendor/tokio-util/CHANGELOG.md [new file with mode: 0644]
vendor/tokio-util/Cargo.toml [new file with mode: 0644]
vendor/tokio-util/LICENSE [new file with mode: 0644]
vendor/tokio-util/README.md [new file with mode: 0644]
vendor/tokio-util/src/cfg.rs [new file with mode: 0644]
vendor/tokio-util/src/codec/any_delimiter_codec.rs [new file with mode: 0644]
vendor/tokio-util/src/codec/bytes_codec.rs [new file with mode: 0644]
vendor/tokio-util/src/codec/decoder.rs [new file with mode: 0644]
vendor/tokio-util/src/codec/encoder.rs [new file with mode: 0644]
vendor/tokio-util/src/codec/framed.rs [new file with mode: 0644]
vendor/tokio-util/src/codec/framed_impl.rs [new file with mode: 0644]
vendor/tokio-util/src/codec/framed_read.rs [new file with mode: 0644]
vendor/tokio-util/src/codec/framed_write.rs [new file with mode: 0644]
vendor/tokio-util/src/codec/length_delimited.rs [new file with mode: 0644]
vendor/tokio-util/src/codec/lines_codec.rs [new file with mode: 0644]
vendor/tokio-util/src/codec/mod.rs [new file with mode: 0644]
vendor/tokio-util/src/compat.rs [new file with mode: 0644]
vendor/tokio-util/src/context.rs [new file with mode: 0644]
vendor/tokio-util/src/either.rs [new file with mode: 0644]
vendor/tokio-util/src/io/mod.rs [new file with mode: 0644]
vendor/tokio-util/src/io/read_buf.rs [new file with mode: 0644]
vendor/tokio-util/src/io/reader_stream.rs [new file with mode: 0644]
vendor/tokio-util/src/io/stream_reader.rs [new file with mode: 0644]
vendor/tokio-util/src/io/sync_bridge.rs [new file with mode: 0644]
vendor/tokio-util/src/lib.rs [new file with mode: 0644]
vendor/tokio-util/src/loom.rs [new file with mode: 0644]
vendor/tokio-util/src/net/mod.rs [new file with mode: 0644]
vendor/tokio-util/src/net/unix/mod.rs [new file with mode: 0644]
vendor/tokio-util/src/sync/cancellation_token.rs [new file with mode: 0644]
vendor/tokio-util/src/sync/cancellation_token/guard.rs [new file with mode: 0644]
vendor/tokio-util/src/sync/cancellation_token/tree_node.rs [new file with mode: 0644]
vendor/tokio-util/src/sync/mod.rs [new file with mode: 0644]
vendor/tokio-util/src/sync/mpsc.rs [new file with mode: 0644]
vendor/tokio-util/src/sync/poll_semaphore.rs [new file with mode: 0644]
vendor/tokio-util/src/sync/reusable_box.rs [new file with mode: 0644]
vendor/tokio-util/src/sync/tests/loom_cancellation_token.rs [new file with mode: 0644]
vendor/tokio-util/src/sync/tests/mod.rs [new file with mode: 0644]
vendor/tokio-util/src/task/mod.rs [new file with mode: 0644]
vendor/tokio-util/src/task/spawn_pinned.rs [new file with mode: 0644]
vendor/tokio-util/src/time/delay_queue.rs [new file with mode: 0644]
vendor/tokio-util/src/time/mod.rs [new file with mode: 0644]
vendor/tokio-util/src/time/wheel/level.rs [new file with mode: 0644]
vendor/tokio-util/src/time/wheel/mod.rs [new file with mode: 0644]
vendor/tokio-util/src/time/wheel/stack.rs [new file with mode: 0644]
vendor/tokio-util/src/udp/frame.rs [new file with mode: 0644]
vendor/tokio-util/src/udp/mod.rs [new file with mode: 0644]
vendor/tokio-util/tests/_require_full.rs [new file with mode: 0644]
vendor/tokio-util/tests/codecs.rs [new file with mode: 0644]
vendor/tokio-util/tests/context.rs [new file with mode: 0644]
vendor/tokio-util/tests/framed.rs [new file with mode: 0644]
vendor/tokio-util/tests/framed_read.rs [new file with mode: 0644]
vendor/tokio-util/tests/framed_stream.rs [new file with mode: 0644]
vendor/tokio-util/tests/framed_write.rs [new file with mode: 0644]
vendor/tokio-util/tests/io_reader_stream.rs [new file with mode: 0644]
vendor/tokio-util/tests/io_stream_reader.rs [new file with mode: 0644]
vendor/tokio-util/tests/io_sync_bridge.rs [new file with mode: 0644]
vendor/tokio-util/tests/length_delimited.rs [new file with mode: 0644]
vendor/tokio-util/tests/mpsc.rs [new file with mode: 0644]
vendor/tokio-util/tests/poll_semaphore.rs [new file with mode: 0644]
vendor/tokio-util/tests/reusable_box.rs [new file with mode: 0644]
vendor/tokio-util/tests/spawn_pinned.rs [new file with mode: 0644]
vendor/tokio-util/tests/sync_cancellation_token.rs [new file with mode: 0644]
vendor/tokio-util/tests/time_delay_queue.rs [new file with mode: 0644]
vendor/tokio-util/tests/udp.rs [new file with mode: 0644]
vendor/toml/.cargo-checksum.json
vendor/toml/Cargo.lock
vendor/toml/Cargo.toml
vendor/toml/src/map.rs
vendor/toml_edit/.cargo-checksum.json
vendor/toml_edit/Cargo.lock
vendor/toml_edit/Cargo.toml
vendor/toml_edit/src/array.rs
vendor/toml_edit/src/array_of_tables.rs
vendor/toml_edit/src/inline_table.rs
vendor/toml_edit/src/item.rs
vendor/toml_edit/src/key.rs
vendor/toml_edit/src/parser/array.rs
vendor/toml_edit/src/parser/datetime.rs
vendor/toml_edit/src/parser/document.rs
vendor/toml_edit/src/parser/errors.rs
vendor/toml_edit/src/parser/inline_table.rs
vendor/toml_edit/src/parser/key.rs
vendor/toml_edit/src/parser/macros.rs [deleted file]
vendor/toml_edit/src/parser/mod.rs
vendor/toml_edit/src/parser/numbers.rs
vendor/toml_edit/src/parser/strings.rs
vendor/toml_edit/src/parser/table.rs
vendor/toml_edit/src/parser/trivia.rs
vendor/toml_edit/src/parser/value.rs
vendor/toml_edit/src/table.rs
vendor/tower-service/.cargo-checksum.json [new file with mode: 0644]
vendor/tower-service/CHANGELOG.md [new file with mode: 0644]
vendor/tower-service/Cargo.toml [new file with mode: 0644]
vendor/tower-service/LICENSE [new file with mode: 0644]
vendor/tower-service/README.md [new file with mode: 0644]
vendor/tower-service/src/lib.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/.cargo-checksum.json [new file with mode: 0644]
vendor/tracing-core-0.1.30/CHANGELOG.md [new file with mode: 0644]
vendor/tracing-core-0.1.30/Cargo.toml [new file with mode: 0644]
vendor/tracing-core-0.1.30/LICENSE [new file with mode: 0644]
vendor/tracing-core-0.1.30/README.md [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/callsite.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/dispatcher.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/event.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/field.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/lazy.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/lib.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/metadata.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/parent.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/span.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/spin/LICENSE [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/spin/mod.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/spin/mutex.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/spin/once.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/stdlib.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/src/subscriber.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/tests/common/mod.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/tests/dispatch.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/tests/global_dispatch.rs [new file with mode: 0644]
vendor/tracing-core-0.1.30/tests/macros.rs [new file with mode: 0644]
vendor/tracing-core/.cargo-checksum.json
vendor/tracing-core/CHANGELOG.md
vendor/tracing-core/Cargo.toml
vendor/tracing-core/README.md
vendor/tracing-core/src/dispatcher.rs
vendor/tracing-core/src/field.rs
vendor/tracing-core/src/lib.rs
vendor/tracing-core/src/metadata.rs
vendor/tracing-core/src/subscriber.rs
vendor/tracing-core/tests/local_dispatch_before_init.rs [new file with mode: 0644]
vendor/try-lock/.cargo-checksum.json [new file with mode: 0644]
vendor/try-lock/Cargo.toml [new file with mode: 0644]
vendor/try-lock/LICENSE [new file with mode: 0644]
vendor/try-lock/README.md [new file with mode: 0644]
vendor/try-lock/src/lib.rs [new file with mode: 0644]
vendor/ui_test/.cargo-checksum.json
vendor/ui_test/Cargo.toml
vendor/ui_test/src/config.rs
vendor/ui_test/src/lib.rs
vendor/ui_test/src/parser.rs
vendor/unicode-properties/.cargo-checksum.json [new file with mode: 0644]
vendor/unicode-properties/COPYRIGHT [new file with mode: 0644]
vendor/unicode-properties/Cargo.toml [new file with mode: 0644]
vendor/unicode-properties/LICENSE-APACHE [new file with mode: 0644]
vendor/unicode-properties/LICENSE-MIT [new file with mode: 0644]
vendor/unicode-properties/README.md [new file with mode: 0644]
vendor/unicode-properties/scripts/unicode.py [new file with mode: 0644]
vendor/unicode-properties/src/lib.rs [new file with mode: 0644]
vendor/unicode-properties/src/tables.rs [new file with mode: 0644]
vendor/unicode-properties/tests/emoji.rs [new file with mode: 0644]
vendor/unicode-properties/tests/general_category.rs [new file with mode: 0644]
vendor/vcpkg/.cargo-checksum.json [deleted file]
vendor/vcpkg/CHANGELOG.md [deleted file]
vendor/vcpkg/Cargo.toml [deleted file]
vendor/vcpkg/LICENSE-APACHE [deleted file]
vendor/vcpkg/LICENSE-MIT [deleted file]
vendor/vcpkg/README.md [deleted file]
vendor/vcpkg/notes.md [deleted file]
vendor/vcpkg/rustfmt.toml [deleted file]
vendor/vcpkg/setup_vcp.sh [deleted file]
vendor/vcpkg/src/lib.rs [deleted file]
vendor/vcpkg/test-data/multiline-description/installed/vcpkg/info/graphite2_1.3.10_x86-windows.list [deleted file]
vendor/vcpkg/test-data/multiline-description/installed/vcpkg/updates/status [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-algorithm_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-any_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-array_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-assert_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-atomic_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-bimap_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-bind_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-build_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-chrono_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-compatibility_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-concept-check_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-config_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-container-hash_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-container_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-conversion_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-core_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-date-time_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-detail_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-endian_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-exception_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-filesystem_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-foreach_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-format_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-function-types_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-function_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-functional_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-fusion_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-geometry_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-graph_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-integer_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-intrusive_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-io_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-iostreams_1.67.0-1_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-iterator_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-lambda_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-lexical-cast_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-locale_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-math_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-modular-build-helper_2018-05-14_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-move_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-mpl_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-multi-index_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-multiprecision_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-numeric-conversion_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-optional_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-parameter_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-phoenix_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-polygon_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-pool_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-predef_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-preprocessor_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-property-map_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-property-tree_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-proto_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-qvm_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-random_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-range_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-ratio_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-rational_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-regex_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-serialization_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-smart-ptr_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-spirit_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-static-assert_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-system_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-test_1.67.0-2_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-thread_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-throw-exception_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-timer_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-tokenizer_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-tti_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-tuple_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-type-index_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-type-traits_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-typeof_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-unordered_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-utility_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-variant_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-vcpkg-helpers_4_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-winapi_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/boost-xpressive_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/bzip2_1.0.6-2_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/icu_61.1-1_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/libevent_2.1.8-3_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/liblzma_5.2.3-2_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/libmysql_8.0.4-2_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/lz4_1.8.2_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/openssl_1.0.2o-3_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/info/zlib_1.2.11-3_x64-windows.list [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000000 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000001 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000002 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000003 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000004 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000005 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000006 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000007 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000008 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000009 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000010 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000011 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000012 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000013 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000014 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000015 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000016 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000017 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000018 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000019 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000020 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000021 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000022 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000023 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000024 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000025 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000026 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000027 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000028 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000029 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000030 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000031 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000032 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000033 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000034 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000035 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000036 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000037 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000038 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000039 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000040 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000041 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000042 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000043 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000044 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000045 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000046 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000047 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000048 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000049 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000050 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000051 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000052 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000053 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000054 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000055 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000056 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000057 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000058 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000059 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000060 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000061 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000062 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000063 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000064 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000065 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000066 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000067 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000068 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000069 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000070 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000071 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000072 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000073 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000074 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000075 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000076 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000077 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000078 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000079 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000080 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000081 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000082 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000083 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000084 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000085 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000086 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000087 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000088 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000089 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000090 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000091 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000092 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000093 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000094 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000095 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000096 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000097 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000098 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000099 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000100 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000101 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000102 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000103 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000104 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000105 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000106 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000107 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000108 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000109 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000110 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000111 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000112 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000113 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000114 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000115 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000116 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000117 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000118 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000119 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000120 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000121 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000122 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000123 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000124 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000125 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000126 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000127 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000128 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000129 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000130 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000131 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000132 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000133 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000134 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000135 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000136 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000137 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000138 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000139 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000140 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000141 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000142 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000143 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000144 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000145 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000146 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000147 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000148 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000149 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000150 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000151 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000152 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000153 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000154 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000155 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000156 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000157 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000158 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000159 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000160 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000161 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000162 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000163 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000164 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000165 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000166 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000167 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000168 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000169 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000170 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000171 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000172 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000173 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000174 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000175 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000176 [deleted file]
vendor/vcpkg/test-data/no-status/installed/vcpkg/updates/0000000177 [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_atomic-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_chrono-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_container-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_date_time-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_filesystem-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_graph-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_iostreams-vc141-mt-x32-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_locale-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_math_c99-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_math_c99f-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_math_c99l-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_math_tr1-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_math_tr1f-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_math_tr1l-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_prg_exec_monitor-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_random-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_regex-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_serialization-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_system-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_thread-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_timer-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_unit_test_framework-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/boost_wserialization-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/icudt61.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/icuin61.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/icuio61.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/icutu61.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/icuuc61.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/libbz2.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/libeay32.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/libmysql.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/lz4.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/lzma.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/ssleay32.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/bin/zlib1.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_atomic-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_chrono-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_container-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_date_time-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_exception-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_filesystem-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_graph-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_iostreams-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_locale-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_math_c99-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_math_c99f-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_math_c99l-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_math_tr1-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_math_tr1f-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_math_tr1l-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_random-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_regex-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_serialization-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_system-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_thread-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_timer-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_unit_test_framework-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/boost_wserialization-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/bz2.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/event.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/event_core.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/event_extra.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/icudt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/icuin.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/icuio.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/icutu.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/icuuc.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/libeay32.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/libmysql.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/lz4.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/lzma.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/manual-link/boost_prg_exec_monitor-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/manual-link/boost_test_exec_monitor-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/ssleay32.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/lib/zlib.lib [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/tools/openssl/LIBEAY32.dll [deleted file]
vendor/vcpkg/test-data/no-status/installed/x64-windows/tools/openssl/SSLEAY32.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/arm64-ios/lib/libbz2.a [deleted file]
vendor/vcpkg/test-data/normalized/installed/arm64-ios/lib/libfreetype.a [deleted file]
vendor/vcpkg/test-data/normalized/installed/arm64-ios/lib/libharfbuzz.a [deleted file]
vendor/vcpkg/test-data/normalized/installed/arm64-ios/lib/libpng16.a [deleted file]
vendor/vcpkg/test-data/normalized/installed/arm64-ios/lib/libz.a [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-algorithm_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-algorithm_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-any_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-any_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-array_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-array_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-assert_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-assert_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-atomic_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-atomic_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-bimap_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-bimap_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-bind_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-bind_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-build_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-build_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-chrono_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-chrono_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-compatibility_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-compatibility_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-concept-check_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-concept-check_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-config_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-config_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-container-hash_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-container-hash_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-container_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-container_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-conversion_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-conversion_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-core_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-core_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-date-time_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-date-time_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-detail_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-detail_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-endian_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-endian_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-exception_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-exception_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-filesystem_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-filesystem_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-foreach_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-foreach_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-format_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-format_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-function-types_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-function-types_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-function_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-function_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-functional_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-functional_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-fusion_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-fusion_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-geometry_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-geometry_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-graph_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-graph_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-integer_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-integer_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-intrusive_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-intrusive_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-io_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-io_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-iostreams_1.67.0-1_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-iostreams_1.67.0-1_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-iterator_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-iterator_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-lambda_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-lambda_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-lexical-cast_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-lexical-cast_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-locale_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-locale_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-math_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-math_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-modular-build-helper_2018-05-14_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-modular-build-helper_2018-05-14_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-move_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-move_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-mpl_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-mpl_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-multi-index_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-multi-index_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-multiprecision_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-multiprecision_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-numeric-conversion_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-numeric-conversion_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-optional_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-optional_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-parameter_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-parameter_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-phoenix_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-phoenix_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-polygon_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-polygon_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-pool_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-pool_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-predef_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-predef_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-preprocessor_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-preprocessor_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-property-map_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-property-map_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-property-tree_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-property-tree_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-proto_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-proto_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-qvm_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-qvm_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-random_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-random_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-range_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-range_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-ratio_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-ratio_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-rational_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-rational_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-regex_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-regex_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-serialization_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-serialization_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-smart-ptr_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-smart-ptr_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-spirit_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-spirit_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-static-assert_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-static-assert_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-system_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-system_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-test_1.67.0-2_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-test_1.67.0-2_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-thread_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-thread_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-throw-exception_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-throw-exception_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-timer_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-timer_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-tokenizer_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-tokenizer_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-tti_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-tti_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-tuple_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-tuple_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-type-index_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-type-index_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-type-traits_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-type-traits_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-typeof_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-typeof_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-unordered_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-unordered_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-utility_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-utility_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-variant_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-variant_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-vcpkg-helpers_4_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-vcpkg-helpers_4_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-winapi_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-winapi_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-xpressive_1.67.0_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/boost-xpressive_1.67.0_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/bzip2_1.0.6-2_arm64-ios.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/bzip2_1.0.6-2_x64-osx.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/bzip2_1.0.6-2_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/bzip2_1.0.6-2_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/bzip2_1.0.6-2_x86-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/freetype_2.8.1-3_arm64-ios.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/freetype_2.8.1-3_x64-osx.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/freetype_2.8.1-3_x86-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/graphite2_1.3.10_x86-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/harfbuzz_1.8.4_arm64-ios.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/harfbuzz_1.8.4_x64-osx.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/harfbuzz_1.8.4_x86-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/icu_61.1-1_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/icu_61.1-1_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/icu_61.1-1_x86-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/icu_61.1-2_x64-osx.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/libevent_2.1.8-3_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/libevent_2.1.8-3_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/liblzma_5.2.3-2_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/liblzma_5.2.3-2_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/libmysql_8.0.4-2_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/libmysql_8.0.4-2_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/libpng_1.6.35_arm64-ios.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/libpng_1.6.35_x64-osx.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/libpng_1.6.35_x86-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/lz4_1.8.2_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/lz4_1.8.2_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/openssl_1.0.2o-3_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/openssl_1.0.2o-3_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/ragel_6.10-1_arm64-ios.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/ragel_6.10-1_x64-osx.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/ragel_6.10-1_x86-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/zlib_1.2.11-3_arm64-ios.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/zlib_1.2.11-3_x64-osx.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/zlib_1.2.11-3_x64-windows-static.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/zlib_1.2.11-3_x64-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/info/zlib_1.2.11-3_x86-windows.list [deleted file]
vendor/vcpkg/test-data/normalized/installed/vcpkg/updates/status [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-osx/lib/libbz2.a [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-osx/lib/libfreetype.a [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-osx/lib/libharfbuzz.a [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-osx/lib/libpng16.a [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-osx/lib/libz.a [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_atomic-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_chrono-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_container-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_date_time-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_exception-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_filesystem-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_graph-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_iostreams-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_locale-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_c99-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_c99f-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_c99l-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_tr1-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_tr1f-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_tr1l-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_random-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_regex-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_serialization-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_system-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_thread-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_timer-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_unit_test_framework-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/boost_wserialization-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/bz2d.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/event.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/event_core.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/event_extra.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/icudtd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/icuind.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/icuiod.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/icutud.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/icuucd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/libeay32.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/lz4d.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/lzma.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/manual-link/boost_prg_exec_monitor-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/manual-link/boost_test_exec_monitor-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/mysqlclient.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/ssleay32.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/debug/lib/zlibd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_atomic-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_chrono-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_container-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_date_time-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_exception-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_filesystem-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_graph-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_iostreams-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_locale-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_math_c99-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_math_c99f-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_math_c99l-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_math_tr1-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_math_tr1f-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_math_tr1l-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_random-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_regex-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_serialization-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_system-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_thread-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_timer-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_unit_test_framework-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/boost_wserialization-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/bz2.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/event.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/event_core.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/event_extra.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/icudt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/icuin.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/icuio.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/icutu.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/icuuc.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/libeay32.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/lz4.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/lzma.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/manual-link/boost_prg_exec_monitor-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/manual-link/boost_test_exec_monitor-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/mysqlclient.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/ssleay32.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows-static/lib/zlib.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_atomic-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_chrono-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_container-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_date_time-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_filesystem-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_graph-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_iostreams-vc141-mt-x32-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_locale-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_math_c99-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_math_c99f-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_math_c99l-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_math_tr1-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_math_tr1f-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_math_tr1l-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_prg_exec_monitor-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_random-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_regex-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_serialization-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_system-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_thread-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_timer-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_unit_test_framework-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/boost_wserialization-vc141-mt-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/icudt61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/icuin61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/icuio61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/icutu61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/icuuc61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/libbz2.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/libeay32.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/libmysql.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/lz4.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/lzma.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/ssleay32.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/bin/zlib1.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_atomic-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_chrono-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_container-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_date_time-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_filesystem-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_graph-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_iostreams-vc141-mt-gd-x32-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_locale-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_math_c99-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_math_c99f-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_math_c99l-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_math_tr1-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_math_tr1f-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_math_tr1l-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_prg_exec_monitor-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_random-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_regex-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_serialization-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_system-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_thread-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_timer-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_unit_test_framework-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/boost_wserialization-vc141-mt-gd-x64-1_67.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/icudtd61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/icuind61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/icuiod61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/icutud61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/icuucd61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/libbz2d.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/libeay32.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/libmysql.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/lz4d.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/lzma.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/ssleay32.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/bin/zlibd1.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_atomic-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_chrono-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_container-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_date_time-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_exception-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_filesystem-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_graph-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_iostreams-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_locale-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_math_c99-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_math_c99f-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_math_c99l-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_math_tr1-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_math_tr1f-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_math_tr1l-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_random-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_regex-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_serialization-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_system-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_thread-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_timer-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_unit_test_framework-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/boost_wserialization-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/bz2d.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/event.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/event_core.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/event_extra.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/icudtd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/icuind.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/icuiod.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/icutud.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/icuucd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/libeay32.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/libmysql.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/lz4d.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/lzma.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/manual-link/boost_prg_exec_monitor-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/manual-link/boost_test_exec_monitor-vc140-mt-gd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/ssleay32.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/debug/lib/zlibd.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_atomic-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_chrono-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_container-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_date_time-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_exception-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_filesystem-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_graph-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_iostreams-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_locale-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_math_c99-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_math_c99f-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_math_c99l-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_math_tr1-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_math_tr1f-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_math_tr1l-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_random-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_regex-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_serialization-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_system-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_thread-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_timer-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_unit_test_framework-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/boost_wserialization-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/bz2.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/event.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/event_core.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/event_extra.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/icudt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/icuin.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/icuio.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/icutu.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/icuuc.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/libeay32.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/libmysql.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/lz4.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/lzma.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/manual-link/boost_prg_exec_monitor-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/manual-link/boost_test_exec_monitor-vc140-mt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/ssleay32.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/lib/zlib.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/tools/openssl/LIBEAY32.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x64-windows/tools/openssl/SSLEAY32.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/bin/freetype.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/bin/graphite2.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/bin/harfbuzz.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/bin/icudt61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/bin/icuin61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/bin/icuio61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/bin/icutu61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/bin/icuuc61.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/bin/libbz2.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/bin/libpng16.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/bin/zlib1.dll [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/lib/bz2.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/lib/freetype.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/lib/graphite2.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/lib/harfbuzz.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/lib/icudt.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/lib/icuin.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/lib/icuio.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/lib/icutu.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/lib/icuuc.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/lib/libpng16.lib [deleted file]
vendor/vcpkg/test-data/normalized/installed/x86-windows/lib/zlib.lib [deleted file]
vendor/vcpkg/tests/README.md [deleted file]
vendor/vcpkg/tests/run.sh [deleted file]
vendor/vcpkg/tests/vcpkgrs_target.sh [deleted file]
vendor/want/.cargo-checksum.json [new file with mode: 0644]
vendor/want/Cargo.toml [new file with mode: 0644]
vendor/want/LICENSE [new file with mode: 0644]
vendor/want/README.md [new file with mode: 0644]
vendor/want/benches/throughput.rs [new file with mode: 0644]
vendor/want/src/lib.rs [new file with mode: 0644]
vendor/wasm-bindgen-futures/.cargo-checksum.json [new file with mode: 0644]
vendor/wasm-bindgen-futures/Cargo.toml [new file with mode: 0644]
vendor/wasm-bindgen-futures/LICENSE-APACHE [new file with mode: 0644]
vendor/wasm-bindgen-futures/LICENSE-MIT [new file with mode: 0644]
vendor/wasm-bindgen-futures/README.md [new file with mode: 0644]
vendor/wasm-bindgen-futures/src/lib.rs [new file with mode: 0644]
vendor/wasm-bindgen-futures/src/queue.rs [new file with mode: 0644]
vendor/wasm-bindgen-futures/src/stream.rs [new file with mode: 0644]
vendor/wasm-bindgen-futures/src/task/multithread.rs [new file with mode: 0644]
vendor/wasm-bindgen-futures/src/task/singlethread.rs [new file with mode: 0644]
vendor/wasm-bindgen-futures/src/task/wait_async_polyfill.rs [new file with mode: 0644]
vendor/wasm-bindgen-futures/src/task/worker.js [new file with mode: 0644]
vendor/wasm-bindgen-futures/tests/tests.rs [new file with mode: 0644]
vendor/winnow/.cargo-checksum.json
vendor/winnow/Cargo.lock
vendor/winnow/Cargo.toml
vendor/winnow/benches/contains_token.rs
vendor/winnow/benches/number.rs
vendor/winnow/examples/arithmetic/bench.rs
vendor/winnow/examples/arithmetic/parser.rs
vendor/winnow/examples/arithmetic/parser_ast.rs
vendor/winnow/examples/css/main.rs
vendor/winnow/examples/css/parser.rs
vendor/winnow/examples/custom_error.rs
vendor/winnow/examples/http/parser.rs
vendor/winnow/examples/http/parser_streaming.rs
vendor/winnow/examples/ini/bench.rs
vendor/winnow/examples/ini/parser.rs
vendor/winnow/examples/ini/parser_str.rs
vendor/winnow/examples/iterator.rs
vendor/winnow/examples/json/bench.rs
vendor/winnow/examples/json/main.rs
vendor/winnow/examples/json/parser.rs
vendor/winnow/examples/json/parser_dispatch.rs
vendor/winnow/examples/json/parser_partial.rs
vendor/winnow/examples/json_iterator.rs
vendor/winnow/examples/ndjson/main.rs
vendor/winnow/examples/ndjson/parser.rs
vendor/winnow/examples/s_expression/parser.rs
vendor/winnow/examples/string/parser.rs
vendor/winnow/src/_topic/error.rs
vendor/winnow/src/_topic/language.rs
vendor/winnow/src/_topic/performance.rs
vendor/winnow/src/_topic/stream.rs
vendor/winnow/src/_tutorial/chapter_1.rs
vendor/winnow/src/_tutorial/chapter_2.rs
vendor/winnow/src/_tutorial/chapter_3.rs
vendor/winnow/src/_tutorial/chapter_4.rs
vendor/winnow/src/_tutorial/chapter_5.rs
vendor/winnow/src/_tutorial/chapter_6.rs
vendor/winnow/src/_tutorial/chapter_7.rs
vendor/winnow/src/ascii/mod.rs
vendor/winnow/src/ascii/tests.rs
vendor/winnow/src/binary/bits/mod.rs
vendor/winnow/src/binary/bits/tests.rs
vendor/winnow/src/binary/mod.rs
vendor/winnow/src/binary/tests.rs
vendor/winnow/src/bits.rs [deleted file]
vendor/winnow/src/branch.rs [deleted file]
vendor/winnow/src/bytes.rs [deleted file]
vendor/winnow/src/character.rs [deleted file]
vendor/winnow/src/combinator/branch.rs
vendor/winnow/src/combinator/core.rs
vendor/winnow/src/combinator/multi.rs
vendor/winnow/src/combinator/parser.rs
vendor/winnow/src/combinator/sequence.rs
vendor/winnow/src/combinator/tests.rs
vendor/winnow/src/error.rs
vendor/winnow/src/lib.rs
vendor/winnow/src/macros.rs
vendor/winnow/src/multi.rs [deleted file]
vendor/winnow/src/number.rs [deleted file]
vendor/winnow/src/parser.rs
vendor/winnow/src/sequence.rs [deleted file]
vendor/winnow/src/stream/mod.rs
vendor/winnow/src/stream/tests.rs
vendor/winnow/src/token/mod.rs
vendor/winnow/src/token/tests.rs
vendor/winnow/src/trace/internals.rs
vendor/winnow/src/trace/mod.rs
vendor/xz/.cargo-checksum.json [new file with mode: 0644]
vendor/xz/COPYRIGHT [new file with mode: 0644]
vendor/xz/Cargo.toml [new file with mode: 0644]
vendor/xz/LICENSE-APACHE [new file with mode: 0644]
vendor/xz/LICENSE-MIT [new file with mode: 0644]
vendor/xz/README.md [new file with mode: 0644]
vendor/xz/src/lib.rs [new file with mode: 0644]
vendor/zip/.cargo-checksum.json
vendor/zip/CHANGELOG.md
vendor/zip/Cargo.lock
vendor/zip/Cargo.toml
vendor/zip/README.md
vendor/zip/src/aes_ctr.rs
vendor/zip/src/lib.rs
vendor/zip/src/read.rs
vendor/zip/src/read/stream.rs [new file with mode: 0644]
vendor/zip/src/types.rs
vendor/zip/src/unstable.rs [new file with mode: 0644]
vendor/zip/src/write.rs
vendor/zip/src/zipcrypto.rs
vendor/zip/tests/issue_234.rs
vendor/zip/tests/zip_crypto.rs
version
x.py