]> git.proxmox.com Git - rustc.git/commit - src/tools/clippy/tests/ui/unneeded_wildcard_pattern.rs
New upstream version 1.72.1+dfsg1
authorFabian Grünbichler <debian@fabian.gruenbichler.email>
Thu, 23 May 2024 19:15:29 +0000 (21:15 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Thu, 23 May 2024 19:15:29 +0000 (21:15 +0200)
commitfe692bf9c3b4cb4c0d50d687dfe7a7d8c0e66721
tree81f003dbe29c17ada884039c349537de011c8254
parent49aad94119d25b430197b727bebdda4d621b54f6
New upstream version 1.72.1+dfsg1
14521 files changed:
Cargo.lock
Cargo.toml
README.md
RELEASES.md
compiler/rustc_abi/src/layout.rs
compiler/rustc_abi/src/lib.rs
compiler/rustc_arena/src/lib.rs
compiler/rustc_ast/src/ast.rs
compiler/rustc_ast/src/expand/mod.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/parser.rs
compiler/rustc_ast/src/visit.rs
compiler/rustc_ast_lowering/src/asm.rs
compiler/rustc_ast_lowering/src/expr.rs
compiler/rustc_ast_lowering/src/index.rs
compiler/rustc_ast_lowering/src/item.rs
compiler/rustc_ast_lowering/src/lib.rs
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/mod.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_borrowck/src/borrow_set.rs
compiler/rustc_borrowck/src/borrowck_errors.rs
compiler/rustc_borrowck/src/constraint_generation.rs
compiler/rustc_borrowck/src/dataflow.rs
compiler/rustc_borrowck/src/diagnostics/bound_region_errors.rs
compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs
compiler/rustc_borrowck/src/diagnostics/explain_borrow.rs
compiler/rustc_borrowck/src/diagnostics/mod.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/invalidation.rs
compiler/rustc_borrowck/src/lib.rs
compiler/rustc_borrowck/src/nll.rs
compiler/rustc_borrowck/src/place_ext.rs
compiler/rustc_borrowck/src/places_conflict.rs
compiler/rustc_borrowck/src/region_infer/mod.rs
compiler/rustc_borrowck/src/region_infer/opaque_types.rs
compiler/rustc_borrowck/src/type_check/canonical.rs
compiler/rustc_borrowck/src/type_check/free_region_relations.rs
compiler/rustc_borrowck/src/type_check/input_output.rs
compiler/rustc_borrowck/src/type_check/mod.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/context.rs
compiler/rustc_builtin_macros/src/cmdline_attrs.rs
compiler/rustc_builtin_macros/src/compile_error.rs
compiler/rustc_builtin_macros/src/concat.rs
compiler/rustc_builtin_macros/src/concat_bytes.rs
compiler/rustc_builtin_macros/src/derive.rs
compiler/rustc_builtin_macros/src/deriving/clone.rs
compiler/rustc_builtin_macros/src/deriving/cmp/eq.rs
compiler/rustc_builtin_macros/src/deriving/cmp/ord.rs
compiler/rustc_builtin_macros/src/deriving/cmp/partial_eq.rs
compiler/rustc_builtin_macros/src/deriving/cmp/partial_ord.rs
compiler/rustc_builtin_macros/src/deriving/default.rs
compiler/rustc_builtin_macros/src/deriving/hash.rs
compiler/rustc_builtin_macros/src/errors.rs
compiler/rustc_builtin_macros/src/format.rs
compiler/rustc_builtin_macros/src/global_allocator.rs
compiler/rustc_builtin_macros/src/proc_macro_harness.rs
compiler/rustc_builtin_macros/src/test.rs
compiler/rustc_builtin_macros/src/test_harness.rs
compiler/rustc_builtin_macros/src/trace_macros.rs
compiler/rustc_codegen_cranelift/.cirrus.yml
compiler/rustc_codegen_cranelift/.github/workflows/abi-cafe.yml
compiler/rustc_codegen_cranelift/.github/workflows/main.yml
compiler/rustc_codegen_cranelift/.github/workflows/rustc.yml
compiler/rustc_codegen_cranelift/.vscode/settings.json
compiler/rustc_codegen_cranelift/Cargo.lock
compiler/rustc_codegen_cranelift/Cargo.toml
compiler/rustc_codegen_cranelift/Readme.md
compiler/rustc_codegen_cranelift/build_sysroot/Cargo.lock [deleted file]
compiler/rustc_codegen_cranelift/build_sysroot/Cargo.toml [deleted file]
compiler/rustc_codegen_cranelift/build_sysroot/src/lib.rs [deleted file]
compiler/rustc_codegen_cranelift/build_system/Cargo.lock [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/Cargo.toml [new file with mode: 0644]
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 [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/mod.rs [deleted file]
compiler/rustc_codegen_cranelift/build_system/path.rs
compiler/rustc_codegen_cranelift/build_system/prepare.rs
compiler/rustc_codegen_cranelift/build_system/rustc_info.rs
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/clean_all.sh
compiler/rustc_codegen_cranelift/docs/usage.md
compiler/rustc_codegen_cranelift/example/alloc_example.rs
compiler/rustc_codegen_cranelift/example/mini_core.rs
compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs
compiler/rustc_codegen_cranelift/example/std_example.rs
compiler/rustc_codegen_cranelift/patches/0023-coretests-Ignore-failing-tests.patch
compiler/rustc_codegen_cranelift/patches/coretests-lock.toml [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/portable-simd-lock.toml [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/rand-lock.toml [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/regex-lock.toml [new file with mode: 0644]
compiler/rustc_codegen_cranelift/patches/stdlib-lock.toml [new file with mode: 0644]
compiler/rustc_codegen_cranelift/rust-toolchain
compiler/rustc_codegen_cranelift/scripts/cargo-clif.rs
compiler/rustc_codegen_cranelift/scripts/rustc-clif.rs
compiler/rustc_codegen_cranelift/scripts/rustdoc-clif.rs
compiler/rustc_codegen_cranelift/scripts/rustup.sh
compiler/rustc_codegen_cranelift/scripts/setup_rust_fork.sh
compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
compiler/rustc_codegen_cranelift/src/abi/mod.rs
compiler/rustc_codegen_cranelift/src/allocator.rs
compiler/rustc_codegen_cranelift/src/base.rs
compiler/rustc_codegen_cranelift/src/codegen_i128.rs
compiler/rustc_codegen_cranelift/src/common.rs
compiler/rustc_codegen_cranelift/src/config.rs
compiler/rustc_codegen_cranelift/src/constant.rs
compiler/rustc_codegen_cranelift/src/debuginfo/line_info.rs
compiler/rustc_codegen_cranelift/src/driver/aot.rs
compiler/rustc_codegen_cranelift/src/driver/jit.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/num.rs
compiler/rustc_codegen_cranelift/src/pretty_clif.rs
compiler/rustc_codegen_cranelift/src/trap.rs
compiler/rustc_codegen_cranelift/src/unsize.rs
compiler/rustc_codegen_cranelift/src/value_and_place.rs
compiler/rustc_codegen_cranelift/test.sh
compiler/rustc_codegen_cranelift/y.rs
compiler/rustc_codegen_cranelift/y.sh [new file with mode: 0755]
compiler/rustc_codegen_gcc/.github/workflows/stdarch.yml
compiler/rustc_codegen_gcc/Cargo.lock
compiler/rustc_codegen_gcc/Readme.md
compiler/rustc_codegen_gcc/build_sysroot/Cargo.toml
compiler/rustc_codegen_gcc/build_sysroot/prepare_sysroot_src.sh
compiler/rustc_codegen_gcc/example/mini_core.rs
compiler/rustc_codegen_gcc/example/mini_core_hello_world.rs
compiler/rustc_codegen_gcc/example/std_example.rs
compiler/rustc_codegen_gcc/failing-ui-tests.txt
compiler/rustc_codegen_gcc/patches/0023-core-Ignore-failing-tests.patch [deleted file]
compiler/rustc_codegen_gcc/rust-toolchain
compiler/rustc_codegen_gcc/src/asm.rs
compiler/rustc_codegen_gcc/src/attributes.rs
compiler/rustc_codegen_gcc/src/builder.rs
compiler/rustc_codegen_gcc/src/common.rs
compiler/rustc_codegen_gcc/src/consts.rs
compiler/rustc_codegen_gcc/src/context.rs
compiler/rustc_codegen_gcc/src/coverageinfo.rs
compiler/rustc_codegen_gcc/src/declare.rs
compiler/rustc_codegen_gcc/src/intrinsic/archs.rs
compiler/rustc_codegen_gcc/src/intrinsic/llvm.rs
compiler/rustc_codegen_gcc/src/intrinsic/mod.rs
compiler/rustc_codegen_gcc/src/intrinsic/simd.rs
compiler/rustc_codegen_gcc/src/lib.rs
compiler/rustc_codegen_gcc/src/type_of.rs
compiler/rustc_codegen_gcc/test.sh
compiler/rustc_codegen_gcc/tools/generate_intrinsics.py
compiler/rustc_codegen_llvm/messages.ftl
compiler/rustc_codegen_llvm/src/abi.rs
compiler/rustc_codegen_llvm/src/attributes.rs
compiler/rustc_codegen_llvm/src/back/lto.rs
compiler/rustc_codegen_llvm/src/back/write.rs
compiler/rustc_codegen_llvm/src/builder.rs
compiler/rustc_codegen_llvm/src/common.rs
compiler/rustc_codegen_llvm/src/consts.rs
compiler/rustc_codegen_llvm/src/context.rs
compiler/rustc_codegen_llvm/src/coverageinfo/ffi.rs [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs [new file with mode: 0644]
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/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/namespace.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/ffi.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/write.rs
compiler/rustc_codegen_ssa/src/base.rs
compiler/rustc_codegen_ssa/src/common.rs
compiler/rustc_codegen_ssa/src/coverageinfo/ffi.rs [deleted file]
compiler/rustc_codegen_ssa/src/coverageinfo/map.rs [deleted file]
compiler/rustc_codegen_ssa/src/coverageinfo/mod.rs [deleted file]
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/mir/block.rs
compiler/rustc_codegen_ssa/src/mir/constant.rs
compiler/rustc_codegen_ssa/src/mir/coverageinfo.rs
compiler/rustc_codegen_ssa/src/mir/debuginfo.rs
compiler/rustc_codegen_ssa/src/mir/intrinsic.rs
compiler/rustc_codegen_ssa/src/mir/locals.rs [new file with mode: 0644]
compiler/rustc_codegen_ssa/src/mir/mod.rs
compiler/rustc_codegen_ssa/src/mir/operand.rs
compiler/rustc_codegen_ssa/src/mir/place.rs
compiler/rustc_codegen_ssa/src/mir/rvalue.rs
compiler/rustc_codegen_ssa/src/mir/statement.rs
compiler/rustc_codegen_ssa/src/target_features.rs
compiler/rustc_codegen_ssa/src/traits/backend.rs
compiler/rustc_codegen_ssa/src/traits/consts.rs
compiler/rustc_codegen_ssa/src/traits/coverageinfo.rs
compiler/rustc_codegen_ssa/src/traits/mod.rs
compiler/rustc_codegen_ssa/src/traits/type_.rs
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/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/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/memory.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/validity.rs
compiler/rustc_const_eval/src/lib.rs
compiler/rustc_const_eval/src/transform/check_consts/check.rs
compiler/rustc_const_eval/src/transform/check_consts/ops.rs
compiler/rustc_const_eval/src/transform/check_consts/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/check_validity_requirement.rs
compiler/rustc_const_eval/src/util/mod.rs
compiler/rustc_const_eval/src/util/type_name.rs
compiler/rustc_data_structures/Cargo.toml
compiler/rustc_data_structures/src/intern.rs
compiler/rustc_data_structures/src/lib.rs
compiler/rustc_data_structures/src/sharded.rs
compiler/rustc_data_structures/src/small_str.rs [deleted file]
compiler/rustc_data_structures/src/small_str/tests.rs [deleted file]
compiler/rustc_data_structures/src/stable_hasher.rs
compiler/rustc_data_structures/src/sync.rs
compiler/rustc_data_structures/src/temp_dir.rs
compiler/rustc_data_structures/src/unord.rs
compiler/rustc_driver/Cargo.toml
compiler/rustc_driver/src/lib.rs
compiler/rustc_driver_impl/src/args.rs
compiler/rustc_driver_impl/src/lib.rs
compiler/rustc_driver_impl/src/pretty.rs
compiler/rustc_error_codes/src/error_codes/E0133.md
compiler/rustc_error_codes/src/error_codes/E0741.md
compiler/rustc_error_messages/src/lib.rs
compiler/rustc_errors/Cargo.toml
compiler/rustc_errors/messages.ftl
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/lib.rs
compiler/rustc_errors/src/markdown/mod.rs [new file with mode: 0644]
compiler/rustc_errors/src/markdown/parse.rs [new file with mode: 0644]
compiler/rustc_errors/src/markdown/term.rs [new file with mode: 0644]
compiler/rustc_errors/src/markdown/tests/input.md [new file with mode: 0644]
compiler/rustc_errors/src/markdown/tests/output.stdout [new file with mode: 0644]
compiler/rustc_errors/src/markdown/tests/parse.rs [new file with mode: 0644]
compiler/rustc_errors/src/markdown/tests/term.rs [new file with mode: 0644]
compiler/rustc_expand/src/base.rs
compiler/rustc_expand/src/config.rs
compiler/rustc_expand/src/expand.rs
compiler/rustc_expand/src/mbe/diagnostics.rs
compiler/rustc_expand/src/mbe/macro_parser.rs
compiler/rustc_expand/src/mbe/macro_rules.rs
compiler/rustc_expand/src/mbe/quoted.rs
compiler/rustc_expand/src/proc_macro_server.rs
compiler/rustc_feature/src/active.rs
compiler/rustc_feature/src/builtin_attrs.rs
compiler/rustc_feature/src/removed.rs
compiler/rustc_fluent_macro/src/fluent.rs
compiler/rustc_hir/src/hir.rs
compiler/rustc_hir/src/hir_id.rs
compiler/rustc_hir/src/intravisit.rs
compiler/rustc_hir/src/lang_items.rs
compiler/rustc_hir_analysis/messages.ftl
compiler/rustc_hir_analysis/src/astconv/bounds.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/astconv/errors.rs
compiler/rustc_hir_analysis/src/astconv/lint.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/astconv/mod.rs
compiler/rustc_hir_analysis/src/astconv/object_safety.rs [new file with mode: 0644]
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/intrinsic.rs
compiler/rustc_hir_analysis/src/check/mod.rs
compiler/rustc_hir_analysis/src/check/region.rs
compiler/rustc_hir_analysis/src/check/wfcheck.rs
compiler/rustc_hir_analysis/src/coherence/builtin.rs
compiler/rustc_hir_analysis/src/coherence/inherent_impls_overlap.rs
compiler/rustc_hir_analysis/src/coherence/mod.rs
compiler/rustc_hir_analysis/src/coherence/orphan.rs
compiler/rustc_hir_analysis/src/collect.rs
compiler/rustc_hir_analysis/src/collect/generics_of.rs
compiler/rustc_hir_analysis/src/collect/item_bounds.rs
compiler/rustc_hir_analysis/src/collect/predicates_of.rs
compiler/rustc_hir_analysis/src/collect/resolve_bound_vars.rs
compiler/rustc_hir_analysis/src/collect/type_of.rs
compiler/rustc_hir_analysis/src/collect/type_of/opaque.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/explicit.rs
compiler/rustc_hir_analysis/src/outlives/implicit_infer.rs
compiler/rustc_hir_analysis/src/outlives/mod.rs
compiler/rustc_hir_analysis/src/variance/mod.rs
compiler/rustc_hir_pretty/src/lib.rs
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/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/arg_matrix.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/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/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/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/lib.rs
compiler/rustc_incremental/src/persist/dirty_clean.rs
compiler/rustc_incremental/src/persist/fs.rs
compiler/rustc_incremental/src/persist/fs/tests.rs
compiler/rustc_incremental/src/persist/load.rs
compiler/rustc_incremental/src/persist/save.rs
compiler/rustc_incremental/src/persist/work_product.rs
compiler/rustc_infer/messages.ftl
compiler/rustc_infer/src/errors/mod.rs
compiler/rustc_infer/src/infer/at.rs
compiler/rustc_infer/src/infer/canonical/canonicalizer.rs
compiler/rustc_infer/src/infer/canonical/mod.rs
compiler/rustc_infer/src/infer/canonical/query_response.rs
compiler/rustc_infer/src/infer/combine.rs
compiler/rustc_infer/src/infer/equate.rs
compiler/rustc_infer/src/infer/error_reporting/mod.rs
compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/placeholder_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/trait_impl_difference.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/higher_ranked/mod.rs
compiler/rustc_infer/src/infer/lattice.rs
compiler/rustc_infer/src/infer/lexical_region_resolve/mod.rs
compiler/rustc_infer/src/infer/mod.rs
compiler/rustc_infer/src/infer/nll_relate/mod.rs
compiler/rustc_infer/src/infer/opaque_types.rs
compiler/rustc_infer/src/infer/opaque_types/table.rs
compiler/rustc_infer/src/infer/outlives/mod.rs
compiler/rustc_infer/src/infer/outlives/obligations.rs
compiler/rustc_infer/src/infer/outlives/verify.rs
compiler/rustc_infer/src/infer/projection.rs
compiler/rustc_infer/src/infer/region_constraints/leak_check.rs
compiler/rustc_infer/src/infer/region_constraints/mod.rs
compiler/rustc_infer/src/infer/sub.rs
compiler/rustc_infer/src/infer/type_variable.rs
compiler/rustc_infer/src/infer/undo_log.rs
compiler/rustc_infer/src/traits/error_reporting/mod.rs
compiler/rustc_infer/src/traits/mod.rs
compiler/rustc_infer/src/traits/util.rs
compiler/rustc_interface/Cargo.toml
compiler/rustc_interface/messages.ftl
compiler/rustc_interface/src/errors.rs
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_lint/messages.ftl
compiler/rustc_lint/src/builtin.rs
compiler/rustc_lint/src/context.rs
compiler/rustc_lint/src/drop_forget_useless.rs
compiler/rustc_lint/src/errors.rs
compiler/rustc_lint/src/invalid_from_utf8.rs [new file with mode: 0644]
compiler/rustc_lint/src/late.rs
compiler/rustc_lint/src/lib.rs
compiler/rustc_lint/src/lints.rs
compiler/rustc_lint/src/multiple_supertrait_upcastable.rs
compiler/rustc_lint/src/nonstandard_style.rs
compiler/rustc_lint/src/opaque_hidden_inferred_bound.rs
compiler/rustc_lint/src/reference_casting.rs [new file with mode: 0644]
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/llvm-wrapper/LLVMWrapper.h
compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
compiler/rustc_log/Cargo.toml
compiler/rustc_macros/Cargo.toml
compiler/rustc_macros/src/diagnostics/diagnostic.rs
compiler/rustc_macros/src/diagnostics/diagnostic_builder.rs
compiler/rustc_macros/src/diagnostics/error.rs
compiler/rustc_macros/src/diagnostics/subdiagnostic.rs
compiler/rustc_macros/src/diagnostics/utils.rs
compiler/rustc_metadata/messages.ftl
compiler/rustc_metadata/src/creader.rs
compiler/rustc_metadata/src/errors.rs
compiler/rustc_metadata/src/fs.rs
compiler/rustc_metadata/src/lib.rs
compiler/rustc_metadata/src/locator.rs
compiler/rustc_metadata/src/native_libs.rs
compiler/rustc_metadata/src/rmeta/decoder.rs
compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs
compiler/rustc_metadata/src/rmeta/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/error.rs
compiler/rustc_middle/src/hir/map/mod.rs
compiler/rustc_middle/src/infer/canonical.rs
compiler/rustc_middle/src/infer/unify_key.rs
compiler/rustc_middle/src/lib.rs
compiler/rustc_middle/src/lint.rs
compiler/rustc_middle/src/middle/limits.rs
compiler/rustc_middle/src/middle/privacy.rs
compiler/rustc_middle/src/middle/stability.rs
compiler/rustc_middle/src/mir/basic_blocks.rs
compiler/rustc_middle/src/mir/interpret/allocation.rs
compiler/rustc_middle/src/mir/interpret/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/traversal.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/thir.rs
compiler/rustc_middle/src/thir/visit.rs
compiler/rustc_middle/src/traits/chalk.rs [deleted file]
compiler/rustc_middle/src/traits/mod.rs
compiler/rustc_middle/src/traits/query.rs
compiler/rustc_middle/src/traits/solve.rs
compiler/rustc_middle/src/traits/solve/inspect.rs [new file with mode: 0644]
compiler/rustc_middle/src/traits/solve/inspect/format.rs [new file with mode: 0644]
compiler/rustc_middle/src/traits/specialization_graph.rs
compiler/rustc_middle/src/traits/structural_impls.rs
compiler/rustc_middle/src/traits/util.rs
compiler/rustc_middle/src/ty/_match.rs
compiler/rustc_middle/src/ty/abstract_const.rs
compiler/rustc_middle/src/ty/adjustment.rs
compiler/rustc_middle/src/ty/adt.rs
compiler/rustc_middle/src/ty/assoc.rs
compiler/rustc_middle/src/ty/closure.rs
compiler/rustc_middle/src/ty/codec.rs
compiler/rustc_middle/src/ty/consts.rs
compiler/rustc_middle/src/ty/consts/int.rs
compiler/rustc_middle/src/ty/consts/kind.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/flags.rs
compiler/rustc_middle/src/ty/fold.rs
compiler/rustc_middle/src/ty/generics.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/mod.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/structural_impls.rs
compiler/rustc_middle/src/ty/sty.rs
compiler/rustc_middle/src/ty/subst.rs
compiler/rustc_middle/src/ty/trait_def.rs
compiler/rustc_middle/src/ty/typeck_results.rs
compiler/rustc_middle/src/ty/util.rs
compiler/rustc_middle/src/ty/vtable.rs
compiler/rustc_middle/src/values.rs
compiler/rustc_mir_build/messages.ftl
compiler/rustc_mir_build/src/build/custom/mod.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/category.rs
compiler/rustc_mir_build/src/build/expr/into.rs
compiler/rustc_mir_build/src/build/expr/stmt.rs
compiler/rustc_mir_build/src/build/matches/mod.rs
compiler/rustc_mir_build/src/build/matches/test.rs
compiler/rustc_mir_build/src/build/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/thir/constant.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/print.rs
compiler/rustc_mir_dataflow/src/elaborate_drops.rs
compiler/rustc_mir_dataflow/src/framework/cursor.rs
compiler/rustc_mir_dataflow/src/framework/direction.rs
compiler/rustc_mir_dataflow/src/framework/engine.rs
compiler/rustc_mir_dataflow/src/framework/graphviz.rs
compiler/rustc_mir_dataflow/src/framework/mod.rs
compiler/rustc_mir_dataflow/src/framework/tests.rs
compiler/rustc_mir_dataflow/src/framework/visitor.rs
compiler/rustc_mir_dataflow/src/impls/borrowed_locals.rs
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 [deleted file]
compiler/rustc_mir_dataflow/src/value_analysis.rs
compiler/rustc_mir_transform/messages.ftl
compiler/rustc_mir_transform/src/add_retag.rs
compiler/rustc_mir_transform/src/check_alignment.rs
compiler/rustc_mir_transform/src/check_unsafety.rs
compiler/rustc_mir_transform/src/const_goto.rs
compiler/rustc_mir_transform/src/const_prop.rs
compiler/rustc_mir_transform/src/const_prop_lint.rs
compiler/rustc_mir_transform/src/coverage/debug.rs
compiler/rustc_mir_transform/src/coverage/graph.rs
compiler/rustc_mir_transform/src/coverage/spans.rs
compiler/rustc_mir_transform/src/coverage/tests.rs
compiler/rustc_mir_transform/src/dataflow_const_prop.rs
compiler/rustc_mir_transform/src/deduce_param_attrs.rs
compiler/rustc_mir_transform/src/deref_separator.rs
compiler/rustc_mir_transform/src/dest_prop.rs
compiler/rustc_mir_transform/src/dump_mir.rs
compiler/rustc_mir_transform/src/elaborate_box_derefs.rs
compiler/rustc_mir_transform/src/elaborate_drops.rs
compiler/rustc_mir_transform/src/errors.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/large_enums.rs
compiler/rustc_mir_transform/src/lib.rs
compiler/rustc_mir_transform/src/lower_intrinsics.rs
compiler/rustc_mir_transform/src/lower_slice_len.rs
compiler/rustc_mir_transform/src/match_branches.rs
compiler/rustc_mir_transform/src/normalize_array_len.rs
compiler/rustc_mir_transform/src/prettify.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/remove_uninit_drops.rs
compiler/rustc_mir_transform/src/required_consts.rs
compiler/rustc_mir_transform/src/separate_const_switch.rs
compiler/rustc_mir_transform/src/shim.rs
compiler/rustc_mir_transform/src/sroa.rs
compiler/rustc_mir_transform/src/ssa.rs
compiler/rustc_monomorphize/src/collector.rs
compiler/rustc_monomorphize/src/lib.rs
compiler/rustc_monomorphize/src/partitioning.rs [new file with mode: 0644]
compiler/rustc_monomorphize/src/partitioning/default.rs [deleted file]
compiler/rustc_monomorphize/src/partitioning/mod.rs [deleted file]
compiler/rustc_monomorphize/src/util.rs
compiler/rustc_parse/messages.ftl
compiler/rustc_parse/src/errors.rs
compiler/rustc_parse/src/lexer/unescape_error_reporting.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/pat.rs
compiler/rustc_parse/src/parser/stmt.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/errors.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_privacy/messages.ftl
compiler/rustc_privacy/src/errors.rs
compiler/rustc_privacy/src/lib.rs
compiler/rustc_query_impl/Cargo.toml
compiler/rustc_query_impl/src/plumbing.rs
compiler/rustc_query_system/src/dep_graph/dep_node.rs
compiler/rustc_query_system/src/dep_graph/graph.rs
compiler/rustc_query_system/src/query/plumbing.rs
compiler/rustc_query_system/src/values.rs
compiler/rustc_resolve/messages.ftl
compiler/rustc_resolve/src/build_reduced_graph.rs
compiler/rustc_resolve/src/diagnostics.rs
compiler/rustc_resolve/src/effective_visibilities.rs
compiler/rustc_resolve/src/errors.rs
compiler/rustc_resolve/src/ident.rs
compiler/rustc_resolve/src/imports.rs
compiler/rustc_resolve/src/late.rs
compiler/rustc_resolve/src/late/diagnostics.rs
compiler/rustc_resolve/src/lib.rs
compiler/rustc_resolve/src/macros.rs
compiler/rustc_serialize/Cargo.toml
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/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/search_paths.rs
compiler/rustc_session/src/session.rs
compiler/rustc_smir/Cargo.toml
compiler/rustc_smir/src/lib.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/Cargo.toml
compiler/rustc_span/src/hygiene.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/typeid/typeid_itanium_cxx_abi.rs
compiler/rustc_symbol_mangling/src/v0.rs
compiler/rustc_target/Cargo.toml
compiler/rustc_target/src/abi/call/mod.rs
compiler/rustc_target/src/abi/call/x86_64.rs
compiler/rustc_target/src/lib.rs
compiler/rustc_target/src/spec/aarch64_apple_tvos.rs
compiler/rustc_target/src/spec/aarch64_be_unknown_netbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/apple/tests.rs
compiler/rustc_target/src/spec/apple_base.rs
compiler/rustc_target/src/spec/armv7_sony_vita_newlibeabihf.rs
compiler/rustc_target/src/spec/avr_gnu_base.rs
compiler/rustc_target/src/spec/loongarch64_unknown_none.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/loongarch64_unknown_none_softfloat.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/mips64_unknown_linux_gnuabi64.rs
compiler/rustc_target/src/spec/mips64el_unknown_linux_gnuabi64.rs
compiler/rustc_target/src/spec/mod.rs
compiler/rustc_target/src/spec/riscv32imac_esp_espidf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/riscv64gc_unknown_netbsd.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/x86_64_apple_ios.rs
compiler/rustc_target/src/spec/x86_64_apple_ios_macabi.rs
compiler/rustc_target/src/spec/x86_64_apple_tvos.rs
compiler/rustc_target/src/spec/x86_64_apple_watchos_sim.rs
compiler/rustc_target/src/spec/x86_64_fortanix_unknown_sgx.rs
compiler/rustc_target/src/spec/x86_64_linux_android.rs
compiler/rustc_target/src/spec/x86_64_pc_nto_qnx710.rs
compiler/rustc_target/src/spec/x86_64_pc_solaris.rs
compiler/rustc_target/src/spec/x86_64_pc_windows_gnu.rs
compiler/rustc_target/src/spec/x86_64_pc_windows_gnullvm.rs
compiler/rustc_target/src/spec/x86_64_pc_windows_msvc.rs
compiler/rustc_target/src/spec/x86_64_sun_solaris.rs
compiler/rustc_target/src/spec/x86_64_unknown_dragonfly.rs
compiler/rustc_target/src/spec/x86_64_unknown_freebsd.rs
compiler/rustc_target/src/spec/x86_64_unknown_fuchsia.rs
compiler/rustc_target/src/spec/x86_64_unknown_haiku.rs
compiler/rustc_target/src/spec/x86_64_unknown_hermit.rs
compiler/rustc_target/src/spec/x86_64_unknown_illumos.rs
compiler/rustc_target/src/spec/x86_64_unknown_l4re_uclibc.rs
compiler/rustc_target/src/spec/x86_64_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/x86_64_unknown_linux_gnux32.rs
compiler/rustc_target/src/spec/x86_64_unknown_linux_musl.rs
compiler/rustc_target/src/spec/x86_64_unknown_netbsd.rs
compiler/rustc_target/src/spec/x86_64_unknown_none.rs
compiler/rustc_target/src/spec/x86_64_unknown_openbsd.rs
compiler/rustc_target/src/spec/x86_64_unknown_redox.rs
compiler/rustc_target/src/spec/x86_64_unknown_uefi.rs
compiler/rustc_target/src/spec/x86_64_uwp_windows_gnu.rs
compiler/rustc_target/src/spec/x86_64_uwp_windows_msvc.rs
compiler/rustc_target/src/spec/x86_64_wrs_vxworks.rs
compiler/rustc_trait_selection/src/infer.rs
compiler/rustc_trait_selection/src/lib.rs
compiler/rustc_trait_selection/src/solve/alias_relate.rs [new file with mode: 0644]
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 [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/eval_ctxt/select.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/fulfill.rs
compiler/rustc_trait_selection/src/solve/inspect.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/mod.rs
compiler/rustc_trait_selection/src/solve/normalize.rs [new file with mode: 0644]
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/mod.rs
compiler/rustc_trait_selection/src/solve/trait_goals.rs
compiler/rustc_trait_selection/src/solve/weak_types.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/traits/auto_trait.rs
compiler/rustc_trait_selection/src/traits/chalk_fulfill.rs [deleted file]
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/implied_outlives_bounds.rs
compiler/rustc_trait_selection/src/traits/query/type_op/mod.rs
compiler/rustc_trait_selection/src/traits/query/type_op/normalize.rs
compiler/rustc_trait_selection/src/traits/query/type_op/prove_predicate.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/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/Cargo.toml
compiler/rustc_traits/src/chalk/db.rs [deleted file]
compiler/rustc_traits/src/chalk/lowering.rs [deleted file]
compiler/rustc_traits/src/chalk/mod.rs [deleted file]
compiler/rustc_traits/src/codegen.rs
compiler/rustc_traits/src/evaluate_obligation.rs
compiler/rustc_traits/src/lib.rs
compiler/rustc_traits/src/normalize_erasing_regions.rs
compiler/rustc_traits/src/normalize_projection_ty.rs
compiler/rustc_traits/src/type_op.rs
compiler/rustc_transmute/src/layout/mod.rs
compiler/rustc_transmute/src/layout/tree.rs
compiler/rustc_transmute/src/lib.rs
compiler/rustc_transmute/src/maybe_transmutable/mod.rs
compiler/rustc_transmute/src/maybe_transmutable/tests.rs
compiler/rustc_ty_utils/Cargo.toml
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/errors.rs
compiler/rustc_ty_utils/src/implied_bounds.rs
compiler/rustc_ty_utils/src/instance.rs
compiler/rustc_ty_utils/src/layout.rs
compiler/rustc_ty_utils/src/needs_drop.rs
compiler/rustc_ty_utils/src/opaque_types.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/Cargo.toml
library/alloc/benches/btree/map.rs
library/alloc/benches/btree/set.rs
library/alloc/benches/lib.rs
library/alloc/src/alloc.rs
library/alloc/src/boxed.rs
library/alloc/src/collections/binary_heap/mod.rs
library/alloc/src/collections/binary_heap/tests.rs
library/alloc/src/collections/btree/map.rs
library/alloc/src/collections/btree/map/tests.rs
library/alloc/src/collections/btree/set.rs
library/alloc/src/collections/btree/set/tests.rs
library/alloc/src/collections/linked_list.rs
library/alloc/src/collections/linked_list/tests.rs
library/alloc/src/ffi/c_str.rs
library/alloc/src/lib.rs
library/alloc/src/rc.rs
library/alloc/src/rc/tests.rs
library/alloc/src/slice/tests.rs
library/alloc/src/string.rs
library/alloc/src/sync.rs
library/alloc/src/vec/drain_filter.rs [deleted file]
library/alloc/src/vec/extract_if.rs [new file with mode: 0644]
library/alloc/src/vec/mod.rs
library/alloc/src/vec/spec_from_elem.rs
library/alloc/tests/autotraits.rs
library/alloc/tests/lib.rs
library/alloc/tests/slice.rs
library/alloc/tests/str.rs
library/alloc/tests/string.rs
library/alloc/tests/vec.rs
library/alloc/tests/vec_deque.rs
library/backtrace/.github/workflows/main.yml
library/backtrace/Cargo.toml
library/backtrace/ci/android-ndk.sh
library/backtrace/ci/docker/aarch64-linux-android/Dockerfile
library/backtrace/ci/docker/arm-linux-androideabi/Dockerfile
library/backtrace/ci/docker/armv7-linux-androideabi/Dockerfile
library/backtrace/ci/docker/i686-linux-android/Dockerfile
library/backtrace/ci/docker/x86_64-linux-android/Dockerfile
library/backtrace/crates/as-if-std/Cargo.toml
library/backtrace/crates/as-if-std/src/lib.rs
library/backtrace/src/backtrace/libunwind.rs
library/backtrace/src/backtrace/mod.rs
library/backtrace/src/dbghelp.rs
library/backtrace/src/lib.rs
library/backtrace/src/print.rs
library/backtrace/src/symbolize/gimli.rs
library/backtrace/src/symbolize/gimli/coff.rs
library/backtrace/src/symbolize/gimli/elf.rs
library/backtrace/src/symbolize/gimli/macho.rs
library/backtrace/src/symbolize/gimli/mmap_unix.rs
library/backtrace/src/symbolize/gimli/parse_running_mmaps_unix.rs
library/backtrace/src/symbolize/gimli/stash.rs
library/backtrace/tests/current-exe-mismatch.rs
library/core/benches/iter.rs
library/core/benches/slice.rs
library/core/src/alloc/mod.rs
library/core/src/any.rs
library/core/src/array/mod.rs
library/core/src/cell.rs
library/core/src/convert/mod.rs
library/core/src/default.rs
library/core/src/ffi/c_str.rs
library/core/src/ffi/mod.rs
library/core/src/future/poll_fn.rs
library/core/src/intrinsics.rs
library/core/src/iter/adapters/flatten.rs
library/core/src/iter/adapters/step_by.rs
library/core/src/iter/range.rs
library/core/src/iter/sources/successors.rs
library/core/src/iter/traits/iterator.rs
library/core/src/iter/traits/marker.rs
library/core/src/lib.rs
library/core/src/macros/mod.rs
library/core/src/marker.rs
library/core/src/mem/mod.rs
library/core/src/mem/transmutability.rs
library/core/src/net/ip_addr.rs
library/core/src/num/f32.rs
library/core/src/num/f64.rs
library/core/src/num/mod.rs
library/core/src/num/nonzero.rs
library/core/src/ops/index.rs
library/core/src/ops/try_trait.rs
library/core/src/option.rs
library/core/src/panicking.rs
library/core/src/primitive_docs.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/unique.rs
library/core/src/slice/index.rs
library/core/src/slice/iter/macros.rs
library/core/src/slice/mod.rs
library/core/src/slice/raw.rs
library/core/src/str/converts.rs
library/core/src/str/mod.rs
library/core/src/task/wake.rs
library/core/src/tuple.rs
library/core/src/unicode/printable.py
library/core/tests/array.rs
library/core/tests/clone.rs
library/core/tests/future.rs
library/core/tests/iter/adapters/step_by.rs
library/core/tests/lib.rs
library/core/tests/manually_drop.rs
library/core/tests/mem.rs
library/core/tests/net/ip_addr.rs
library/core/tests/net/socket_addr.rs
library/core/tests/ptr.rs
library/portable-simd/.github/workflows/ci.yml
library/portable-simd/Cargo.toml
library/portable-simd/crates/core_simd/src/cast.rs
library/portable-simd/crates/core_simd/src/elements/const_ptr.rs
library/portable-simd/crates/core_simd/src/elements/float.rs
library/portable-simd/crates/core_simd/src/elements/int.rs
library/portable-simd/crates/core_simd/src/elements/mut_ptr.rs
library/portable-simd/crates/core_simd/src/elements/uint.rs
library/portable-simd/crates/core_simd/src/iter.rs
library/portable-simd/crates/core_simd/src/lib.rs
library/portable-simd/crates/core_simd/src/masks.rs
library/portable-simd/crates/core_simd/src/mod.rs
library/portable-simd/crates/core_simd/src/ops.rs
library/portable-simd/crates/core_simd/src/ord.rs
library/portable-simd/crates/core_simd/src/simd/prelude.rs [new file with mode: 0644]
library/portable-simd/crates/core_simd/src/swizzle_dyn.rs
library/portable-simd/crates/core_simd/src/vector.rs
library/portable-simd/crates/core_simd/tests/cast.rs
library/portable-simd/crates/core_simd/tests/round.rs
library/proc_macro/src/bridge/mod.rs
library/proc_macro/src/lib.rs
library/std/Cargo.toml
library/std/build.rs
library/std/src/collections/hash/map.rs
library/std/src/collections/hash/map/tests.rs
library/std/src/collections/hash/set.rs
library/std/src/collections/hash/set/tests.rs
library/std/src/f32.rs
library/std/src/f64.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/buffered/bufreader.rs
library/std/src/io/buffered/bufwriter.rs
library/std/src/io/buffered/linewriter.rs
library/std/src/io/buffered/linewritershim.rs
library/std/src/io/copy.rs
library/std/src/io/copy/tests.rs [new file with mode: 0644]
library/std/src/io/mod.rs
library/std/src/io/util/tests.rs
library/std/src/lib.rs
library/std/src/macros.rs
library/std/src/net/socket_addr/tests.rs
library/std/src/net/tcp/tests.rs
library/std/src/os/ios/fs.rs
library/std/src/os/mod.rs
library/std/src/os/unix/mod.rs
library/std/src/os/unix/net/ancillary.rs
library/std/src/os/unix/net/stream.rs
library/std/src/os/unix/process.rs
library/std/src/os/unix/ucred.rs
library/std/src/os/unix/ucred/tests.rs
library/std/src/path.rs
library/std/src/personality.rs
library/std/src/personality/gcc.rs
library/std/src/primitive_docs.rs
library/std/src/process.rs
library/std/src/process/tests.rs
library/std/src/sync/barrier.rs
library/std/src/sync/mpmc/waker.rs
library/std/src/sync/mpsc/mod.rs
library/std/src/sync/once.rs
library/std/src/sys/common/small_c_string.rs
library/std/src/sys/common/tests.rs
library/std/src/sys/common/thread_local/fast_local.rs
library/std/src/sys/common/thread_local/mod.rs
library/std/src/sys/unix/args.rs
library/std/src/sys/unix/env.rs
library/std/src/sys/unix/fd.rs
library/std/src/sys/unix/fs.rs
library/std/src/sys/unix/kernel_copy.rs
library/std/src/sys/unix/l4re.rs
library/std/src/sys/unix/locks/pthread_condvar.rs
library/std/src/sys/unix/mod.rs
library/std/src/sys/unix/net.rs
library/std/src/sys/unix/os.rs
library/std/src/sys/unix/os_str.rs
library/std/src/sys/unix/os_str/tests.rs
library/std/src/sys/unix/path.rs
library/std/src/sys/unix/process/process_common.rs
library/std/src/sys/unix/process/process_unix.rs
library/std/src/sys/unix/process/process_vxworks.rs
library/std/src/sys/unix/rand.rs
library/std/src/sys/unix/thread.rs
library/std/src/sys/unix/thread_parking/pthread.rs
library/std/src/sys/unix/time.rs
library/std/src/sys/unix/weak.rs
library/std/src/sys/wasi/fd.rs
library/std/src/sys/wasi/fs.rs
library/std/src/sys/windows/args.rs
library/std/src/sys/windows/c.rs
library/std/src/sys/windows/c/windows_sys.lst
library/std/src/sys/windows/c/windows_sys.rs
library/std/src/sys/windows/net.rs
library/std/src/sys/windows/os_str.rs
library/std/src/sys/windows/path.rs
library/std/src/sys/windows/process.rs
library/std/src/sys/windows/rand.rs
library/std/src/sys/windows/stdio.rs
library/std/src/sys/windows/stdio/tests.rs [new file with mode: 0644]
library/std/src/sys_common/net.rs
library/std/src/sys_common/wtf8.rs
library/std/src/sys_common/wtf8/tests.rs
library/std/src/thread/mod.rs
library/std/src/thread/tests.rs
library/std/tests/common/mod.rs
library/stdarch/Cargo.toml
library/stdarch/ci/docker/aarch64-unknown-linux-gnu/Dockerfile
library/stdarch/ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile
library/stdarch/ci/run.sh
library/stdarch/crates/core_arch/src/arm_shared/crypto.rs
library/stdarch/crates/core_arch/src/powerpc/altivec.rs
library/stdarch/crates/core_arch/src/powerpc/macros.rs
library/stdarch/crates/core_arch/src/x86/mod.rs
library/stdarch/crates/core_arch/src/x86/pclmulqdq.rs
library/stdarch/crates/core_arch/src/x86/vpclmulqdq.rs
library/stdarch/crates/intrinsic-test/Cargo.toml
library/stdarch/crates/intrinsic-test/missing_aarch64.txt
library/stdarch/crates/intrinsic-test/missing_arm.txt
library/stdarch/crates/intrinsic-test/src/acle_csv_parser.rs [deleted file]
library/stdarch/crates/intrinsic-test/src/argument.rs
library/stdarch/crates/intrinsic-test/src/json_parser.rs [new file with mode: 0644]
library/stdarch/crates/intrinsic-test/src/main.rs
library/stdarch/crates/intrinsic-test/src/types.rs
library/stdarch/crates/stdarch-test/src/lib.rs
library/stdarch/crates/stdarch-verify/Cargo.toml
library/stdarch/crates/stdarch-verify/arm-intrinsics.html [deleted file]
library/stdarch/crates/stdarch-verify/src/lib.rs
library/stdarch/crates/stdarch-verify/tests/arm.rs
library/stdarch/crates/stdarch-verify/tests/x86-intel.rs
library/stdarch/intrinsics_data/arm_intrinsics.json [new file with mode: 0644]
library/sysroot/Cargo.toml
library/test/src/console.rs
library/test/src/lib.rs
library/test/src/tests.rs
library/test/src/types.rs
library/unwind/src/libunwind.rs
src/bootstrap/CHANGELOG.md
src/bootstrap/Cargo.lock
src/bootstrap/Cargo.toml
src/bootstrap/bin/main.rs
src/bootstrap/bootstrap.py
src/bootstrap/bootstrap_test.py
src/bootstrap/builder.rs
src/bootstrap/builder/tests.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/defaults/config.dist.toml [new file with mode: 0644]
src/bootstrap/defaults/config.tools.toml
src/bootstrap/defaults/config.user.toml [deleted file]
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/metadata.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/synthetic_targets.rs [new file with mode: 0644]
src/bootstrap/test.rs
src/bootstrap/tool.rs
src/bootstrap/toolstate.rs
src/bootstrap/util.rs
src/ci/cpu-usage-over-time.py [changed mode: 0644->0755]
src/ci/docker/README.md
src/ci/docker/host-x86_64/arm-android/Dockerfile
src/ci/docker/host-x86_64/dist-android/Dockerfile
src/ci/docker/host-x86_64/dist-various-1/install-x86_64-redox.sh
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/mingw-check/Dockerfile
src/ci/docker/host-x86_64/test-various/uefi_qemu_test/Cargo.toml
src/ci/docker/host-x86_64/test-various/uefi_qemu_test/run.py [changed mode: 0644->0755]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-14-stage1/Dockerfile [deleted file]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/script.sh [new file with mode: 0755]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version
src/ci/docker/run.sh
src/ci/docker/scripts/android-sdk-manager.py
src/ci/docker/scripts/crosstool-ng-git.sh
src/ci/docker/scripts/fuchsia-test-runner.py
src/ci/github-actions/ci.yml
src/ci/github-actions/problem_matchers.json
src/ci/run.sh
src/ci/scripts/create-doc-artifacts.sh [new file with mode: 0755]
src/ci/stage-build.py [changed mode: 0644->0755]
src/doc/book/src/ch19-05-advanced-functions-and-closures.md
src/doc/nomicon/src/phantom-data.md
src/doc/nomicon/src/subtyping.md
src/doc/reference/src/comments.md
src/doc/reference/src/conditional-compilation.md
src/doc/reference/src/expressions/call-expr.md
src/doc/reference/src/inline-assembly.md
src/doc/reference/src/paths.md
src/doc/rust-by-example/CONTRIBUTING.md
src/doc/rust-by-example/src/conversion/from_into.md
src/doc/rust-by-example/src/conversion/string.md
src/doc/rust-by-example/src/error/option_unwrap/and_then.md
src/doc/rust-by-example/src/flow_control/let_else.md
src/doc/rust-by-example/src/flow_control/match/destructuring/destructure_structures.md
src/doc/rust-by-example/src/fn/closures/closure_examples/iter_find.md
src/doc/rust-by-example/src/hello/print.md
src/doc/rust-by-example/src/types/cast.md
src/doc/rust-by-example/src/unsafe/asm.md
src/doc/rustc-dev-guide/src/SUMMARY.md
src/doc/rustc-dev-guide/src/backend/implicit-caller-location.md
src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
src/doc/rustc-dev-guide/src/compiler-team.md
src/doc/rustc-dev-guide/src/const-eval.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/rustbot.md
src/doc/rustc-dev-guide/src/solve/proof-trees.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tests/compiletest.md
src/doc/rustc-dev-guide/src/thir.md
src/doc/rustc-dev-guide/src/traits/resolution.md
src/doc/rustc/src/SUMMARY.md
src/doc/rustc/src/codegen-options/index.md
src/doc/rustc/src/command-line-arguments.md
src/doc/rustc/src/exploit-mitigations.md
src/doc/rustc/src/platform-support.md
src/doc/rustc/src/platform-support/apple-tvos.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/armv7-sony-vita-newlibeabihf.md
src/doc/rustc/src/platform-support/esp-idf.md
src/doc/rustc/src/platform-support/fuchsia.md
src/doc/rustc/src/platform-support/loongarch-linux.md
src/doc/rustc/src/platform-support/loongarch-none.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/netbsd.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/nto-qnx.md
src/doc/rustdoc/src/SUMMARY.md
src/doc/rustdoc/src/how-to-read-rustdoc.md
src/doc/rustdoc/src/unstable-features.md
src/doc/rustdoc/src/write-documentation/re-exports.md [new file with mode: 0644]
src/doc/rustdoc/src/write-documentation/the-doc-attribute.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/cargo.md
src/doc/style-guide/src/expressions.md
src/doc/style-guide/src/items.md
src/doc/style-guide/src/nightly.md [new file with mode: 0644]
src/doc/style-guide/src/principles.md
src/doc/style-guide/src/statements.md
src/doc/unstable-book/src/compiler-flags/sanitizer.md
src/doc/unstable-book/src/language-features/asm-experimental-arch.md
src/doc/unstable-book/src/language-features/const-eval-limit.md [deleted file]
src/doc/unstable-book/src/language-features/lang-items.md
src/etc/dec2flt_table.py [changed mode: 0644->0755]
src/etc/gdb_load_rust_pretty_printers.py
src/etc/generate-deriving-span-tests.py
src/etc/htmldocck.py [changed mode: 0644->0755]
src/etc/lldb_batchmode.py
src/etc/lldb_providers.py
src/etc/pre-push.sh
src/etc/rust_analyzer_settings.json
src/etc/test-float-parse/Cargo.toml
src/etc/test-float-parse/runtests.py [changed mode: 0644->0755]
src/librustdoc/clean/auto_trait.rs
src/librustdoc/clean/blanket_impl.rs
src/librustdoc/clean/inline.rs
src/librustdoc/clean/mod.rs
src/librustdoc/clean/simplify.rs
src/librustdoc/clean/types.rs
src/librustdoc/clean/utils.rs
src/librustdoc/config.rs
src/librustdoc/core.rs
src/librustdoc/doctest.rs
src/librustdoc/formats/cache.rs
src/librustdoc/html/format.rs
src/librustdoc/html/layout.rs
src/librustdoc/html/markdown.rs
src/librustdoc/html/render/context.rs
src/librustdoc/html/render/mod.rs
src/librustdoc/html/render/print_item.rs
src/librustdoc/html/render/search_index.rs
src/librustdoc/html/render/type_layout.rs
src/librustdoc/html/static/css/rustdoc.css
src/librustdoc/html/static/js/externs.js
src/librustdoc/html/static/js/main.js
src/librustdoc/html/static/js/search.js
src/librustdoc/html/static/js/source-script.js
src/librustdoc/html/static/js/storage.js
src/librustdoc/html/templates/item_info.html
src/librustdoc/html/templates/item_union.html
src/librustdoc/html/templates/page.html
src/librustdoc/html/templates/print_item.html
src/librustdoc/json/conversions.rs
src/librustdoc/lib.rs
src/librustdoc/passes/collect_intra_doc_links.rs
src/librustdoc/passes/lint/bare_urls.rs
src/librustdoc/passes/lint/html_tags.rs
src/librustdoc/passes/lint/unescaped_backticks.rs
src/librustdoc/passes/strip_hidden.rs
src/librustdoc/passes/stripper.rs
src/librustdoc/visit_ast.rs
src/stage0.json
src/tools/build_helper/src/ci.rs
src/tools/build_helper/src/lib.rs
src/tools/build_helper/src/util.rs [new file with mode: 0644]
src/tools/bump-stage0/Cargo.toml
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/README.md
src/tools/cargo/clippy.toml
src/tools/cargo/crates/cargo-test-support/src/containers.rs
src/tools/cargo/crates/cargo-test-support/src/lib.rs
src/tools/cargo/crates/cargo-test-support/src/paths.rs
src/tools/cargo/crates/cargo-test-support/src/registry.rs
src/tools/cargo/crates/cargo-test-support/src/tools.rs
src/tools/cargo/crates/cargo-util/Cargo.toml
src/tools/cargo/crates/cargo-util/src/paths.rs
src/tools/cargo/crates/resolver-tests/Cargo.toml
src/tools/cargo/crates/resolver-tests/src/lib.rs
src/tools/cargo/crates/resolver-tests/tests/resolve.rs
src/tools/cargo/credential/cargo-credential-1password/README.md [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential-gnome-secret/README.md [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential-gnome-secret/build.rs
src/tools/cargo/credential/cargo-credential-gnome-secret/src/libsecret.rs [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential-gnome-secret/src/main.rs
src/tools/cargo/credential/cargo-credential-macos-keychain/README.md [new file with mode: 0644]
src/tools/cargo/credential/cargo-credential-wincred/README.md [new file with mode: 0644]
src/tools/cargo/src/bin/cargo/cli.rs
src/tools/cargo/src/bin/cargo/commands/add.rs
src/tools/cargo/src/bin/cargo/commands/install.rs
src/tools/cargo/src/bin/cargo/commands/mod.rs
src/tools/cargo/src/bin/cargo/commands/run.rs
src/tools/cargo/src/bin/cargo/main.rs
src/tools/cargo/src/cargo/core/compiler/build_config.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/mod.rs
src/tools/cargo/src/cargo/core/compiler/unit_dependencies.rs
src/tools/cargo/src/cargo/core/features.rs
src/tools/cargo/src/cargo/core/manifest.rs
src/tools/cargo/src/cargo/core/package.rs
src/tools/cargo/src/cargo/core/package_id.rs
src/tools/cargo/src/cargo/core/profiles.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/resolve.rs
src/tools/cargo/src/cargo/core/resolver/version_prefs.rs
src/tools/cargo/src/cargo/core/shell.rs
src/tools/cargo/src/cargo/core/source/mod.rs
src/tools/cargo/src/cargo/core/source/source_id.rs
src/tools/cargo/src/cargo/core/summary.rs
src/tools/cargo/src/cargo/core/workspace.rs
src/tools/cargo/src/cargo/lib.rs
src/tools/cargo/src/cargo/ops/cargo_clean.rs
src/tools/cargo/src/cargo/ops/cargo_compile/mod.rs
src/tools/cargo/src/cargo/ops/cargo_fetch.rs
src/tools/cargo/src/cargo/ops/cargo_install.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_test.rs
src/tools/cargo/src/cargo/ops/lockfile.rs
src/tools/cargo/src/cargo/ops/mod.rs
src/tools/cargo/src/cargo/ops/registry.rs [deleted file]
src/tools/cargo/src/cargo/ops/registry/login.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/ops/registry/logout.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/ops/registry/mod.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/ops/registry/owner.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/ops/registry/publish.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/ops/registry/search.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/ops/registry/yank.rs [new file with mode: 0644]
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/mod.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/local.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.rs [deleted file]
src/tools/cargo/src/cargo/util/auth/asymmetric.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/util/auth/mod.rs [new file with mode: 0644]
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/target.rs
src/tools/cargo/src/cargo/util/interning.rs
src/tools/cargo/src/cargo/util/network/http.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/util/network/mod.rs
src/tools/cargo/src/cargo/util/network/retry.rs
src/tools/cargo/src/cargo/util/profile.rs
src/tools/cargo/src/cargo/util/restricted_names.rs
src/tools/cargo/src/cargo/util/toml/embedded.rs [new file with mode: 0644]
src/tools/cargo/src/cargo/util/toml/mod.rs
src/tools/cargo/src/cargo/util/toml_mut/manifest.rs
src/tools/cargo/src/doc/contrib/src/process/index.md
src/tools/cargo/src/doc/contrib/src/process/working-on-cargo.md
src/tools/cargo/src/doc/man/cargo-install.md
src/tools/cargo/src/doc/man/cargo-test.md
src/tools/cargo/src/doc/man/generated_txt/cargo-bench.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-build.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-check.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-doc.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-fix.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-install.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-package.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-publish.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-run.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-rustc.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-rustdoc.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-test.txt
src/tools/cargo/src/doc/man/includes/options-jobs.md
src/tools/cargo/src/doc/src/commands/cargo-bench.md
src/tools/cargo/src/doc/src/commands/cargo-build.md
src/tools/cargo/src/doc/src/commands/cargo-check.md
src/tools/cargo/src/doc/src/commands/cargo-doc.md
src/tools/cargo/src/doc/src/commands/cargo-fix.md
src/tools/cargo/src/doc/src/commands/cargo-install.md
src/tools/cargo/src/doc/src/commands/cargo-package.md
src/tools/cargo/src/doc/src/commands/cargo-publish.md
src/tools/cargo/src/doc/src/commands/cargo-run.md
src/tools/cargo/src/doc/src/commands/cargo-rustc.md
src/tools/cargo/src/doc/src/commands/cargo-rustdoc.md
src/tools/cargo/src/doc/src/commands/cargo-test.md
src/tools/cargo/src/doc/src/faq.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/registry-index.md
src/tools/cargo/src/doc/src/reference/resolver.md
src/tools/cargo/src/doc/src/reference/specifying-dependencies.md
src/tools/cargo/src/doc/src/reference/unstable.md
src/tools/cargo/src/etc/man/cargo-bench.1
src/tools/cargo/src/etc/man/cargo-build.1
src/tools/cargo/src/etc/man/cargo-check.1
src/tools/cargo/src/etc/man/cargo-doc.1
src/tools/cargo/src/etc/man/cargo-fix.1
src/tools/cargo/src/etc/man/cargo-install.1
src/tools/cargo/src/etc/man/cargo-package.1
src/tools/cargo/src/etc/man/cargo-publish.1
src/tools/cargo/src/etc/man/cargo-run.1
src/tools/cargo/src/etc/man/cargo-rustc.1
src/tools/cargo/src/etc/man/cargo-rustdoc.1
src/tools/cargo/src/etc/man/cargo-test.1
src/tools/cargo/tests/internal.rs [deleted file]
src/tools/cargo/tests/testsuite/bench.rs
src/tools/cargo/tests/testsuite/build.rs
src/tools/cargo/tests/testsuite/build_script.rs
src/tools/cargo/tests/testsuite/cargo_add/add_basic/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/add_multiple/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/add_normalized_name_external/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/add_toolchain/in [new symlink]
src/tools/cargo/tests/testsuite/cargo_add/add_toolchain/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/add_toolchain/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/add_toolchain/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/add_toolchain/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/build/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/build_prefer_existing_version/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/change_rename_target/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/cyclic_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/default_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/deprecated_default_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/deprecated_section/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/detect_workspace_inherit/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/detect_workspace_inherit_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/detect_workspace_inherit_optional/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/dev/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/dev_build_conflict/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/dev_prefer_existing_version/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/dry_run/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/empty_dep_table/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/features_empty/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/features_multiple_occurrences/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/features_preserve/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/features_spaced_values/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/features_unknown/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/features_unknown_no_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/git/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/git_branch/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/git_conflicts_namever/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/git_dev/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/git_inferred_name/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/git_inferred_name_multiple/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/git_multiple_names/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/git_normalized_name/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/git_registry/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/git_rev/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/git_tag/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/infer_prerelease/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/invalid_arg/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/invalid_git_external/in [deleted symlink]
src/tools/cargo/tests/testsuite/cargo_add/invalid_git_external/mod.rs [deleted file]
src/tools/cargo/tests/testsuite/cargo_add/invalid_git_external/out/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/cargo_add/invalid_git_external/stderr.log [deleted file]
src/tools/cargo/tests/testsuite/cargo_add/invalid_git_external/stdout.log [deleted file]
src/tools/cargo/tests/testsuite/cargo_add/invalid_git_name/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/invalid_manifest/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/invalid_name_external/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/invalid_path/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/invalid_path_name/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/invalid_path_self/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/invalid_target_empty/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/invalid_vers/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/list_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/list_features_path/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/list_features_path_no_default/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/locked_changed/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/locked_unchanged/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/lockfile_updated/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/manifest_path_package/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/multiple_conflicts_with_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/multiple_conflicts_with_rename/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/namever/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/no_args/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/no_default_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/no_optional/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/offline_empty_cache/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/optional/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_default_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_default_features_with_no_default_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_git_with_path/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_inherit_features_noop/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_inherit_noop/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_inherit_optional_noop/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_inline_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_name_dev_noop/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_name_noop/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_no_default_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_no_default_features_with_default_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_no_optional/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_no_optional_with_optional/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_optional/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_optional_with_no_optional/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_path_noop/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_path_with_version/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_preserves_inline_table/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_rename_with_no_rename/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_rename_with_rename/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_rename_with_rename_noop/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_version_with_git/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_version_with_path/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_with_rename/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_workspace_dep/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/overwrite_workspace_dep_features/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/path/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/path_dev/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/path_inferred_name/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/path_inferred_name_conflicts_full_feature/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/path_normalized_name/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/preserve_features_table/in/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/preserve_features_table/in/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/preserve_features_table/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/preserve_features_table/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/preserve_features_table/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/preserve_features_table/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/preserve_sorted/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/preserve_unsorted/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/quiet/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/registry/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/rename/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/require_weak/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/rust_version_ignore/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/rust_version_incompatible/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/rust_version_latest/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/rust_version_older/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/sorted_table_with_dotted_item/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/target/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/target_cfg/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/vers/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/workspace_name/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/workspace_path/mod.rs
src/tools/cargo/tests/testsuite/cargo_add/workspace_path_dev/mod.rs
src/tools/cargo/tests/testsuite/cargo_features.rs
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_lints/in/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_lints/in/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_lints/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_lints/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_lints/out/crates/foo/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_lints/out/crates/foo/src/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_lints/out/src/lib.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_lints/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_lints/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_package_table.in/Cargo.toml
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_package_table/out/Cargo.toml
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_package_table_with_edition/out/Cargo.toml
src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_package_table_with_registry/out/Cargo.toml
src/tools/cargo/tests/testsuite/cargo_new/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/avoid_empty_tables/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/build/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/dev/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/dry_run/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/gc_patch/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/gc_profile/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/gc_replace/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/invalid_arg/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/invalid_dep/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/invalid_package/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/invalid_package_multiple/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/invalid_section/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/invalid_section_dep/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/invalid_target/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/invalid_target_dep/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/multiple_deps/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/multiple_dev/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/no_arg/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/offline/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/optional_dep_feature/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/optional_feature/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/package/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/remove_basic/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/target/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/target_build/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/target_dev/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/update_lock_file/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/workspace/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/workspace_non_virtual/mod.rs
src/tools/cargo/tests/testsuite/cargo_remove/workspace_preserved/mod.rs
src/tools/cargo/tests/testsuite/config.rs
src/tools/cargo/tests/testsuite/config_include.rs
src/tools/cargo/tests/testsuite/cross_compile.rs
src/tools/cargo/tests/testsuite/custom_target.rs
src/tools/cargo/tests/testsuite/directory.rs
src/tools/cargo/tests/testsuite/doc.rs
src/tools/cargo/tests/testsuite/features.rs
src/tools/cargo/tests/testsuite/features2.rs
src/tools/cargo/tests/testsuite/future_incompat_report.rs
src/tools/cargo/tests/testsuite/git.rs
src/tools/cargo/tests/testsuite/install.rs
src/tools/cargo/tests/testsuite/lockfile_compat.rs
src/tools/cargo/tests/testsuite/main.rs
src/tools/cargo/tests/testsuite/profile_config.rs
src/tools/cargo/tests/testsuite/profile_targets.rs
src/tools/cargo/tests/testsuite/profiles.rs
src/tools/cargo/tests/testsuite/required_features.rs
src/tools/cargo/tests/testsuite/run.rs
src/tools/cargo/tests/testsuite/rustc.rs
src/tools/cargo/tests/testsuite/script.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/test.rs
src/tools/cargo/triagebot.toml
src/tools/clippy/.cargo/config.toml
src/tools/clippy/.github/ISSUE_TEMPLATE/new_lint.yml
src/tools/clippy/.github/workflows/clippy.yml
src/tools/clippy/.github/workflows/clippy_bors.yml
src/tools/clippy/.github/workflows/clippy_dev.yml
src/tools/clippy/CHANGELOG.md
src/tools/clippy/Cargo.toml
src/tools/clippy/book/src/configuration.md
src/tools/clippy/book/src/development/adding_lints.md
src/tools/clippy/book/src/development/basics.md
src/tools/clippy/book/src/development/infrastructure/changelog_update.md
src/tools/clippy/book/src/lint_configuration.md
src/tools/clippy/clippy_dev/src/bless.rs [deleted file]
src/tools/clippy/clippy_dev/src/fmt.rs
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_lints/Cargo.toml
src/tools/clippy/clippy_lints/src/allow_attributes.rs
src/tools/clippy/clippy_lints/src/arc_with_non_send_sync.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/as_conversions.rs
src/tools/clippy/clippy_lints/src/attrs.rs
src/tools/clippy/clippy_lints/src/bool_assert_comparison.rs
src/tools/clippy/clippy_lints/src/booleans.rs
src/tools/clippy/clippy_lints/src/casts/borrow_as_ptr.rs
src/tools/clippy/clippy_lints/src/casts/cast_possible_wrap.rs
src/tools/clippy/clippy_lints/src/casts/cast_ref_to_mut.rs [deleted file]
src/tools/clippy/clippy_lints/src/casts/mod.rs
src/tools/clippy/clippy_lints/src/casts/ptr_cast_constness.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/casts/unnecessary_cast.rs
src/tools/clippy/clippy_lints/src/collection_is_never_read.rs
src/tools/clippy/clippy_lints/src/declared_lints.rs
src/tools/clippy/clippy_lints/src/default_constructed_unit_structs.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/doc.rs
src/tools/clippy/clippy_lints/src/drop_forget_ref.rs
src/tools/clippy/clippy_lints/src/endian_bytes.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/enum_clike.rs
src/tools/clippy/clippy_lints/src/enum_variants.rs
src/tools/clippy/clippy_lints/src/eta_reduction.rs
src/tools/clippy/clippy_lints/src/excessive_nesting.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/extra_unused_type_parameters.rs
src/tools/clippy/clippy_lints/src/float_literal.rs
src/tools/clippy/clippy_lints/src/floating_point_arithmetic.rs
src/tools/clippy/clippy_lints/src/format_push_string.rs
src/tools/clippy/clippy_lints/src/formatting.rs
src/tools/clippy/clippy_lints/src/from_over_into.rs
src/tools/clippy/clippy_lints/src/future_not_send.rs
src/tools/clippy/clippy_lints/src/incorrect_impls.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/invalid_utf8_in_unchecked.rs [deleted file]
src/tools/clippy/clippy_lints/src/large_futures.rs
src/tools/clippy/clippy_lints/src/large_stack_arrays.rs
src/tools/clippy/clippy_lints/src/large_stack_frames.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/let_with_type_underscore.rs
src/tools/clippy/clippy_lints/src/lib.rs
src/tools/clippy/clippy_lints/src/lifetimes.rs
src/tools/clippy/clippy_lints/src/loops/explicit_into_iter_loop.rs
src/tools/clippy/clippy_lints/src/loops/explicit_iter_loop.rs
src/tools/clippy/clippy_lints/src/loops/manual_memcpy.rs
src/tools/clippy/clippy_lints/src/loops/mod.rs
src/tools/clippy/clippy_lints/src/loops/never_loop.rs
src/tools/clippy/clippy_lints/src/loops/same_item_push.rs
src/tools/clippy/clippy_lints/src/macro_use.rs
src/tools/clippy/clippy_lints/src/manual_let_else.rs
src/tools/clippy/clippy_lints/src/manual_range_patterns.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/matches/match_same_arms.rs
src/tools/clippy/clippy_lints/src/matches/match_wild_err_arm.rs
src/tools/clippy/clippy_lints/src/matches/mod.rs
src/tools/clippy/clippy_lints/src/matches/overlapping_arms.rs
src/tools/clippy/clippy_lints/src/matches/redundant_pattern_match.rs
src/tools/clippy/clippy_lints/src/matches/significant_drop_in_scrutinee.rs
src/tools/clippy/clippy_lints/src/matches/single_match.rs
src/tools/clippy/clippy_lints/src/matches/try_err.rs
src/tools/clippy/clippy_lints/src/mem_forget.rs [deleted file]
src/tools/clippy/clippy_lints/src/methods/drain_collect.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/get_unwrap.rs
src/tools/clippy/clippy_lints/src/methods/iter_nth.rs
src/tools/clippy/clippy_lints/src/methods/iter_nth_zero.rs
src/tools/clippy/clippy_lints/src/methods/manual_try_fold.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/mod.rs
src/tools/clippy/clippy_lints/src/methods/needless_collect.rs
src/tools/clippy/clippy_lints/src/methods/option_map_unwrap_or.rs
src/tools/clippy/clippy_lints/src/methods/str_splitn.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_fold.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_literal_unwrap.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unnecessary_to_owned.rs
src/tools/clippy/clippy_lints/src/min_ident_chars.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/minmax.rs
src/tools/clippy/clippy_lints/src/misc_early/mixed_case_hex_literals.rs
src/tools/clippy/clippy_lints/src/misc_early/mod.rs
src/tools/clippy/clippy_lints/src/misc_early/redundant_at_rest_pattern.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/mismatching_type_param_order.rs
src/tools/clippy/clippy_lints/src/missing_assert_message.rs
src/tools/clippy/clippy_lints/src/missing_const_for_fn.rs
src/tools/clippy/clippy_lints/src/missing_fields_in_debug.rs [new file with mode: 0644]
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/needless_else.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/needless_if.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/needless_pass_by_value.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/nonstandard_macro_braces.rs
src/tools/clippy/clippy_lints/src/operators/cmp_nan.rs [deleted file]
src/tools/clippy/clippy_lints/src/operators/eq_op.rs
src/tools/clippy/clippy_lints/src/operators/float_cmp.rs
src/tools/clippy/clippy_lints/src/operators/mod.rs
src/tools/clippy/clippy_lints/src/option_if_let_else.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/question_mark.rs
src/tools/clippy/clippy_lints/src/ranges.rs
src/tools/clippy/clippy_lints/src/raw_strings.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/redundant_async_block.rs
src/tools/clippy/clippy_lints/src/redundant_clone.rs
src/tools/clippy/clippy_lints/src/redundant_closure_call.rs
src/tools/clippy/clippy_lints/src/redundant_slicing.rs
src/tools/clippy/clippy_lints/src/redundant_type_annotations.rs [new file with mode: 0644]
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/significant_drop_tightening.rs
src/tools/clippy/clippy_lints/src/single_call_fn.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/single_range_in_vec_init.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/strings.rs
src/tools/clippy/clippy_lints/src/trait_bounds.rs
src/tools/clippy/clippy_lints/src/transmute/transmute_ptr_to_ptr.rs
src/tools/clippy/clippy_lints/src/transmute/transmute_ref_to_ref.rs
src/tools/clippy/clippy_lints/src/transmute/useless_transmute.rs
src/tools/clippy/clippy_lints/src/tuple_array_conversions.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/undocumented_unsafe_blocks.rs
src/tools/clippy/clippy_lints/src/unit_return_expecting_ord.rs
src/tools/clippy/clippy_lints/src/unnamed_address.rs
src/tools/clippy/clippy_lints/src/unnecessary_wraps.rs
src/tools/clippy/clippy_lints/src/unused_async.rs
src/tools/clippy/clippy_lints/src/upper_case_acronyms.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/internal_lints.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/almost_standard_lint_formulation.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/utils/internal_lints/interning_defined_symbol.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/metadata_collector.rs
src/tools/clippy/clippy_lints/src/utils/mod.rs
src/tools/clippy/clippy_lints/src/vec.rs
src/tools/clippy/clippy_lints/src/visibility.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/wildcard_imports.rs
src/tools/clippy/clippy_test_deps/Cargo.toml [new file with mode: 0644]
src/tools/clippy/clippy_test_deps/src/lib.rs [new file with mode: 0644]
src/tools/clippy/clippy_utils/Cargo.toml
src/tools/clippy/clippy_utils/src/check_proc_macro.rs
src/tools/clippy/clippy_utils/src/consts.rs
src/tools/clippy/clippy_utils/src/diagnostics.rs
src/tools/clippy/clippy_utils/src/eager_or_lazy.rs
src/tools/clippy/clippy_utils/src/hir_utils.rs
src/tools/clippy/clippy_utils/src/lib.rs
src/tools/clippy/clippy_utils/src/macros.rs
src/tools/clippy/clippy_utils/src/mir/mod.rs
src/tools/clippy/clippy_utils/src/msrvs.rs
src/tools/clippy/clippy_utils/src/numeric_literal.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/usage.rs
src/tools/clippy/clippy_utils/src/visitors.rs
src/tools/clippy/declare_clippy_lint/Cargo.toml
src/tools/clippy/declare_clippy_lint/src/lib.rs
src/tools/clippy/lintcheck/Cargo.toml
src/tools/clippy/lintcheck/src/main.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/headers.rs [new file with mode: 0644]
src/tools/clippy/tests/lint_message_convention.rs
src/tools/clippy/tests/missing-test-files.rs
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail_publish/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail_publish/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail_publish_true/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_common_metadata/fail_publish_true/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_diff/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_diff/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_same/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_same/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_cargo/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_cargo/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_clippy/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_clippy/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_file_attr/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_file_attr/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/warn_both_diff/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/cargo_rust_version/warn_both_diff/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/duplicate_mod/fail/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/duplicate_mod/fail/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/feature_name/fail/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/feature_name/fail/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod_remap/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_mod_remap/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/module_style/fail_no_mod/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/module_style/fail_no_mod/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/multiple_config_files/warn/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_config_files/warn/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/fail/Cargo.lock
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/fail/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/fail/Cargo.toml
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/fail/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-cargo/update-all-references.sh
src/tools/clippy/tests/ui-cargo/wildcard_dependencies/fail/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/wildcard_dependencies/fail/src/main.stderr [deleted file]
src/tools/clippy/tests/ui-internal/check_formulation.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/check_formulation.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/custom_ice_message.rs
src/tools/clippy/tests/ui-internal/custom_ice_message.stderr
src/tools/clippy/tests/ui-internal/if_chain_style.rs
src/tools/clippy/tests/ui-internal/if_chain_style.stderr
src/tools/clippy/tests/ui-toml/allow_mixed_uninlined_format_args/uninlined_format_args.fixed
src/tools/clippy/tests/ui-toml/allow_mixed_uninlined_format_args/uninlined_format_args.rs
src/tools/clippy/tests/ui-toml/allow_mixed_uninlined_format_args/uninlined_format_args.stderr
src/tools/clippy/tests/ui-toml/arithmetic_side_effects_allowed/arithmetic_side_effects_allowed.rs
src/tools/clippy/tests/ui-toml/arithmetic_side_effects_allowed/arithmetic_side_effects_allowed.stderr
src/tools/clippy/tests/ui-toml/bad_toml/conf_bad_toml.rs
src/tools/clippy/tests/ui-toml/bad_toml/conf_bad_toml.stderr
src/tools/clippy/tests/ui-toml/bad_toml_type/conf_bad_type.rs
src/tools/clippy/tests/ui-toml/bad_toml_type/conf_bad_type.stderr
src/tools/clippy/tests/ui-toml/conf_deprecated_key/conf_deprecated_key.stderr
src/tools/clippy/tests/ui-toml/duplicated_keys/clippy.toml
src/tools/clippy/tests/ui-toml/duplicated_keys/duplicated_keys.rs
src/tools/clippy/tests/ui-toml/duplicated_keys/duplicated_keys.stderr
src/tools/clippy/tests/ui-toml/duplicated_keys_deprecated/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/duplicated_keys_deprecated/duplicated_keys.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/duplicated_keys_deprecated/duplicated_keys.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/duplicated_keys_deprecated_2/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/duplicated_keys_deprecated_2/duplicated_keys.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/duplicated_keys_deprecated_2/duplicated_keys.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/excessive_nesting/auxiliary/proc_macros.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/excessive_nesting/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/excessive_nesting/excessive_nesting.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/excessive_nesting/excessive_nesting.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/expect_used/expect_used.rs
src/tools/clippy/tests/ui-toml/expect_used/expect_used.stderr
src/tools/clippy/tests/ui-toml/ifs_same_cond/ifs_same_cond.rs
src/tools/clippy/tests/ui-toml/invalid_min_rust_version/invalid_min_rust_version.rs
src/tools/clippy/tests/ui-toml/lint_decimal_readability/test.rs
src/tools/clippy/tests/ui-toml/lint_decimal_readability/test.stderr
src/tools/clippy/tests/ui-toml/max_suggested_slice_pattern_length/index_refutable_slice.rs
src/tools/clippy/tests/ui-toml/min_ident_chars/auxiliary/extern_types.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/min_ident_chars/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/min_ident_chars/min_ident_chars.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/min_ident_chars/min_ident_chars.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/min_rust_version/min_rust_version.rs
src/tools/clippy/tests/ui-toml/module_inception/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/module_inception/module_inception.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/module_inception/module_inception.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/nonstandard_macro_braces/auxiliary/proc_macro_derive.rs
src/tools/clippy/tests/ui-toml/nonstandard_macro_braces/conf_nonstandard_macro_braces.fixed
src/tools/clippy/tests/ui-toml/nonstandard_macro_braces/conf_nonstandard_macro_braces.rs
src/tools/clippy/tests/ui-toml/suppress_lint_in_const/test.rs
src/tools/clippy/tests/ui-toml/suppress_lint_in_const/test.stderr
src/tools/clippy/tests/ui-toml/toml_disallowed_methods/conf_disallowed_methods.rs
src/tools/clippy/tests/ui-toml/toml_disallowed_methods/conf_disallowed_methods.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/clippy.toml
src/tools/clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.rs
src/tools/clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.stderr
src/tools/clippy/tests/ui-toml/undocumented_unsafe_blocks/auxiliary/proc_macro_unsafe.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/undocumented_unsafe_blocks/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.stderr [new file with mode: 0644]
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-toml/update-all-references.sh
src/tools/clippy/tests/ui/allow_attributes.fixed
src/tools/clippy/tests/ui/allow_attributes.rs
src/tools/clippy/tests/ui/allow_attributes.stderr
src/tools/clippy/tests/ui/allow_attributes_false_positive.rs [deleted file]
src/tools/clippy/tests/ui/allow_attributes_without_reason.rs
src/tools/clippy/tests/ui/allow_attributes_without_reason.stderr
src/tools/clippy/tests/ui/almost_complete_range.fixed
src/tools/clippy/tests/ui/almost_complete_range.rs
src/tools/clippy/tests/ui/arc_with_non_send_sync.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/arc_with_non_send_sync.stderr [new file with mode: 0644]
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/as_ptr_cast_mut.rs
src/tools/clippy/tests/ui/asm_syntax.rs
src/tools/clippy/tests/ui/assertions_on_result_states.fixed
src/tools/clippy/tests/ui/assertions_on_result_states.rs
src/tools/clippy/tests/ui/assertions_on_result_states.stderr
src/tools/clippy/tests/ui/assign_ops.fixed
src/tools/clippy/tests/ui/assign_ops.rs
src/tools/clippy/tests/ui/auxiliary/extern_fake_libc.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/auxiliary/macro_rules.rs
src/tools/clippy/tests/ui/auxiliary/macro_use_helper.rs
src/tools/clippy/tests/ui/auxiliary/proc_macro_attr.rs
src/tools/clippy/tests/ui/auxiliary/proc_macro_derive.rs
src/tools/clippy/tests/ui/auxiliary/proc_macro_suspicious_else_formatting.rs
src/tools/clippy/tests/ui/auxiliary/proc_macro_unsafe.rs
src/tools/clippy/tests/ui/auxiliary/proc_macros.rs
src/tools/clippy/tests/ui/auxiliary/wildcard_imports_helper.rs
src/tools/clippy/tests/ui/blocks_in_if_conditions.fixed
src/tools/clippy/tests/ui/blocks_in_if_conditions.rs
src/tools/clippy/tests/ui/blocks_in_if_conditions_closure.rs
src/tools/clippy/tests/ui/blocks_in_if_conditions_closure.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_as_ptr.fixed
src/tools/clippy/tests/ui/borrow_as_ptr.rs
src/tools/clippy/tests/ui/borrow_as_ptr.stderr
src/tools/clippy/tests/ui/borrow_deref_ref.fixed
src/tools/clippy/tests/ui/borrow_deref_ref.rs
src/tools/clippy/tests/ui/borrow_interior_mutable_const/enums.rs
src/tools/clippy/tests/ui/borrow_interior_mutable_const/enums.stderr
src/tools/clippy/tests/ui/borrow_interior_mutable_const/others.rs
src/tools/clippy/tests/ui/borrow_interior_mutable_const/others.stderr
src/tools/clippy/tests/ui/borrow_interior_mutable_const/traits.rs
src/tools/clippy/tests/ui/borrow_interior_mutable_const/traits.stderr
src/tools/clippy/tests/ui/branches_sharing_code/valid_if_blocks.rs
src/tools/clippy/tests/ui/branches_sharing_code/valid_if_blocks.stderr
src/tools/clippy/tests/ui/builtin_type_shadow.rs
src/tools/clippy/tests/ui/bytecount.rs
src/tools/clippy/tests/ui/cast.rs
src/tools/clippy/tests/ui/cast.stderr
src/tools/clippy/tests/ui/cast_ref_to_mut.rs [deleted file]
src/tools/clippy/tests/ui/cast_ref_to_mut.stderr [deleted file]
src/tools/clippy/tests/ui/cast_slice_different_sizes.rs
src/tools/clippy/tests/ui/cfg_features.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/cfg_features.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/checked_unwrap/complex_conditionals.rs
src/tools/clippy/tests/ui/checked_unwrap/complex_conditionals.stderr
src/tools/clippy/tests/ui/checked_unwrap/complex_conditionals_nested.rs
src/tools/clippy/tests/ui/checked_unwrap/complex_conditionals_nested.stderr
src/tools/clippy/tests/ui/checked_unwrap/simple_conditionals.rs
src/tools/clippy/tests/ui/checked_unwrap/simple_conditionals.stderr
src/tools/clippy/tests/ui/clone_on_copy_impl.rs
src/tools/clippy/tests/ui/cloned_instead_of_copied.fixed
src/tools/clippy/tests/ui/cloned_instead_of_copied.rs
src/tools/clippy/tests/ui/cloned_instead_of_copied.stderr
src/tools/clippy/tests/ui/cmp_nan.rs [deleted file]
src/tools/clippy/tests/ui/cmp_nan.stderr [deleted file]
src/tools/clippy/tests/ui/cmp_owned/asymmetric_partial_eq.fixed
src/tools/clippy/tests/ui/cmp_owned/asymmetric_partial_eq.rs
src/tools/clippy/tests/ui/cmp_owned/asymmetric_partial_eq.stderr
src/tools/clippy/tests/ui/cmp_owned/with_suggestion.fixed
src/tools/clippy/tests/ui/cognitive_complexity.stderr
src/tools/clippy/tests/ui/collapsible_else_if.fixed
src/tools/clippy/tests/ui/collapsible_else_if.rs
src/tools/clippy/tests/ui/collapsible_if.fixed
src/tools/clippy/tests/ui/collapsible_if.rs
src/tools/clippy/tests/ui/collapsible_if.stderr
src/tools/clippy/tests/ui/collection_is_never_read.rs
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/crashes/auxiliary/proc_macro_crash.rs
src/tools/clippy/tests/ui/crashes/ice-10148.rs
src/tools/clippy/tests/ui/crashes/ice-10645.rs
src/tools/clippy/tests/ui/crashes/ice-10645.stderr
src/tools/clippy/tests/ui/crashes/ice-10912.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-10912.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-11065.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-1782.rs
src/tools/clippy/tests/ui/crashes/ice-2774.stderr
src/tools/clippy/tests/ui/crashes/ice-3462.rs
src/tools/clippy/tests/ui/crashes/ice-3741.rs
src/tools/clippy/tests/ui/crashes/ice-4968.rs
src/tools/clippy/tests/ui/crashes/ice-5497.rs
src/tools/clippy/tests/ui/crashes/ice-5579.rs
src/tools/clippy/tests/ui/crashes/ice-6250.stderr
src/tools/clippy/tests/ui/crashes/ice-6251.stderr
src/tools/clippy/tests/ui/crashes/ice-6255.rs
src/tools/clippy/tests/ui/crashes/ice-6256.rs
src/tools/clippy/tests/ui/crashes/ice-6256.stderr
src/tools/clippy/tests/ui/crashes/ice-7169.rs
src/tools/clippy/tests/ui/crashes/ice-7169.stderr
src/tools/clippy/tests/ui/crashes/ice-7410.rs
src/tools/clippy/tests/ui/crashes/ice-9445.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-96721.rs
src/tools/clippy/tests/ui/crashes/ice-96721.stderr
src/tools/clippy/tests/ui/crashes/mut_mut_macro.rs
src/tools/clippy/tests/ui/crashes/needless_lifetimes_impl_trait.stderr
src/tools/clippy/tests/ui/crate_level_checks/entrypoint_recursion.rs
src/tools/clippy/tests/ui/crate_level_checks/entrypoint_recursion.stderr [deleted file]
src/tools/clippy/tests/ui/crate_level_checks/no_std_main_recursion.rs
src/tools/clippy/tests/ui/dbg_macro.rs
src/tools/clippy/tests/ui/dbg_macro.stderr
src/tools/clippy/tests/ui/declare_interior_mutable_const/enums.rs
src/tools/clippy/tests/ui/declare_interior_mutable_const/enums.stderr
src/tools/clippy/tests/ui/declare_interior_mutable_const/others.rs
src/tools/clippy/tests/ui/declare_interior_mutable_const/others.stderr
src/tools/clippy/tests/ui/declare_interior_mutable_const/traits.rs
src/tools/clippy/tests/ui/declare_interior_mutable_const/traits.stderr
src/tools/clippy/tests/ui/def_id_nocore.rs
src/tools/clippy/tests/ui/default_numeric_fallback_f64.fixed
src/tools/clippy/tests/ui/default_numeric_fallback_f64.rs
src/tools/clippy/tests/ui/default_numeric_fallback_i32.fixed
src/tools/clippy/tests/ui/default_numeric_fallback_i32.rs
src/tools/clippy/tests/ui/default_trait_access.fixed
src/tools/clippy/tests/ui/default_trait_access.rs
src/tools/clippy/tests/ui/deref_addrof.fixed
src/tools/clippy/tests/ui/deref_addrof.rs
src/tools/clippy/tests/ui/deref_addrof_macro.rs
src/tools/clippy/tests/ui/derivable_impls.fixed
src/tools/clippy/tests/ui/derivable_impls.rs
src/tools/clippy/tests/ui/derive.rs
src/tools/clippy/tests/ui/disallowed_names.rs
src/tools/clippy/tests/ui/disallowed_names.stderr
src/tools/clippy/tests/ui/diverging_sub_expression.rs
src/tools/clippy/tests/ui/diverging_sub_expression.stderr
src/tools/clippy/tests/ui/doc/doc-fixable.fixed
src/tools/clippy/tests/ui/doc/doc-fixable.rs
src/tools/clippy/tests/ui/doc/doc-fixable.stderr
src/tools/clippy/tests/ui/doc/needless_doctest_main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/doc_unsafe.rs
src/tools/clippy/tests/ui/double_comparison.fixed
src/tools/clippy/tests/ui/double_comparison.rs
src/tools/clippy/tests/ui/double_comparison.stderr
src/tools/clippy/tests/ui/drain_collect.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/drain_collect.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/drain_collect.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/else_if_without_else.rs
src/tools/clippy/tests/ui/else_if_without_else.stderr
src/tools/clippy/tests/ui/empty_line_after_doc_comments.rs
src/tools/clippy/tests/ui/empty_line_after_outer_attribute.rs
src/tools/clippy/tests/ui/empty_loop.rs
src/tools/clippy/tests/ui/empty_loop_no_std.rs
src/tools/clippy/tests/ui/endian_bytes.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/endian_bytes.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/enum_clike_unportable_variant.rs
src/tools/clippy/tests/ui/eprint_with_newline.rs
src/tools/clippy/tests/ui/eprint_with_newline.stderr
src/tools/clippy/tests/ui/eq_op.rs
src/tools/clippy/tests/ui/eq_op.stderr
src/tools/clippy/tests/ui/eq_op_macros.rs
src/tools/clippy/tests/ui/eq_op_macros.stderr
src/tools/clippy/tests/ui/equatable_if_let.fixed
src/tools/clippy/tests/ui/equatable_if_let.rs
src/tools/clippy/tests/ui/equatable_if_let.stderr
src/tools/clippy/tests/ui/err_expect.fixed
src/tools/clippy/tests/ui/err_expect.rs
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/excessive_precision.fixed
src/tools/clippy/tests/ui/excessive_precision.rs
src/tools/clippy/tests/ui/excessive_precision.stderr
src/tools/clippy/tests/ui/expect.rs
src/tools/clippy/tests/ui/expect.stderr
src/tools/clippy/tests/ui/expect_fun_call.fixed
src/tools/clippy/tests/ui/expect_fun_call.rs
src/tools/clippy/tests/ui/expect_fun_call.stderr
src/tools/clippy/tests/ui/expect_tool_lint_rfc_2383.rs
src/tools/clippy/tests/ui/explicit_counter_loop.rs
src/tools/clippy/tests/ui/explicit_counter_loop.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_into_iter_loop.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_into_iter_loop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_into_iter_loop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_iter_loop.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_iter_loop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/explicit_iter_loop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/extra_unused_lifetimes.rs
src/tools/clippy/tests/ui/extra_unused_type_parameters.fixed
src/tools/clippy/tests/ui/extra_unused_type_parameters.rs
src/tools/clippy/tests/ui/extra_unused_type_parameters.stderr
src/tools/clippy/tests/ui/field_reassign_with_default.rs
src/tools/clippy/tests/ui/filetype_is_file.rs
src/tools/clippy/tests/ui/filetype_is_file.stderr
src/tools/clippy/tests/ui/find_map.rs
src/tools/clippy/tests/ui/fn_null_check.rs
src/tools/clippy/tests/ui/fn_null_check.stderr
src/tools/clippy/tests/ui/for_loop_fixable.fixed [deleted file]
src/tools/clippy/tests/ui/for_loop_fixable.rs [deleted file]
src/tools/clippy/tests/ui/for_loop_fixable.stderr [deleted file]
src/tools/clippy/tests/ui/for_loop_unfixable.rs [deleted file]
src/tools/clippy/tests/ui/for_loop_unfixable.stderr [deleted file]
src/tools/clippy/tests/ui/format.fixed
src/tools/clippy/tests/ui/format.rs
src/tools/clippy/tests/ui/format.stderr
src/tools/clippy/tests/ui/format_push_string.rs
src/tools/clippy/tests/ui/format_push_string.stderr
src/tools/clippy/tests/ui/from_iter_instead_of_collect.fixed
src/tools/clippy/tests/ui/from_iter_instead_of_collect.rs
src/tools/clippy/tests/ui/from_iter_instead_of_collect.stderr
src/tools/clippy/tests/ui/from_over_into.fixed
src/tools/clippy/tests/ui/from_over_into.rs
src/tools/clippy/tests/ui/from_over_into.stderr
src/tools/clippy/tests/ui/from_over_into_unfixable.rs
src/tools/clippy/tests/ui/from_over_into_unfixable.stderr
src/tools/clippy/tests/ui/from_raw_with_void_ptr.rs
src/tools/clippy/tests/ui/from_raw_with_void_ptr.stderr
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_last_with_len.fixed
src/tools/clippy/tests/ui/get_last_with_len.rs
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/implicit_hasher.rs
src/tools/clippy/tests/ui/inconsistent_struct_constructor.fixed
src/tools/clippy/tests/ui/inconsistent_struct_constructor.rs
src/tools/clippy/tests/ui/incorrect_clone_impl_on_copy_type.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/incorrect_clone_impl_on_copy_type.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/incorrect_clone_impl_on_copy_type.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/indexing_slicing_index.rs
src/tools/clippy/tests/ui/indexing_slicing_index.stderr
src/tools/clippy/tests/ui/indexing_slicing_slice.rs
src/tools/clippy/tests/ui/into_iter_on_ref.fixed
src/tools/clippy/tests/ui/into_iter_on_ref.rs
src/tools/clippy/tests/ui/into_iter_on_ref.stderr
src/tools/clippy/tests/ui/invalid_utf8_in_unchecked.rs [deleted file]
src/tools/clippy/tests/ui/invalid_utf8_in_unchecked.stderr [deleted file]
src/tools/clippy/tests/ui/issue-3145.rs
src/tools/clippy/tests/ui/issue-3145.stderr
src/tools/clippy/tests/ui/issue_4266.stderr
src/tools/clippy/tests/ui/items_after_test_module/block_module.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_count.fixed
src/tools/clippy/tests/ui/iter_count.rs
src/tools/clippy/tests/ui/iter_count.stderr
src/tools/clippy/tests/ui/iter_next_loop.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_next_loop.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_next_slice.fixed
src/tools/clippy/tests/ui/iter_next_slice.rs
src/tools/clippy/tests/ui/iter_next_slice.stderr
src/tools/clippy/tests/ui/iter_nth.rs
src/tools/clippy/tests/ui/iter_nth.stderr
src/tools/clippy/tests/ui/iter_nth_zero.fixed
src/tools/clippy/tests/ui/iter_nth_zero.rs
src/tools/clippy/tests/ui/iter_overeager_cloned.fixed
src/tools/clippy/tests/ui/iter_overeager_cloned.rs
src/tools/clippy/tests/ui/iter_skip_next.fixed
src/tools/clippy/tests/ui/iter_skip_next.rs
src/tools/clippy/tests/ui/iter_skip_next.stderr
src/tools/clippy/tests/ui/iter_with_drain.fixed
src/tools/clippy/tests/ui/iter_with_drain.rs
src/tools/clippy/tests/ui/iterator_step_by_zero.rs
src/tools/clippy/tests/ui/iterator_step_by_zero.stderr
src/tools/clippy/tests/ui/large_enum_variant.rs
src/tools/clippy/tests/ui/large_futures.rs
src/tools/clippy/tests/ui/large_futures.stderr
src/tools/clippy/tests/ui/large_stack_arrays.rs
src/tools/clippy/tests/ui/large_stack_arrays.stderr
src/tools/clippy/tests/ui/large_stack_frames.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/large_stack_frames.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/len_zero.fixed
src/tools/clippy/tests/ui/len_zero.rs
src/tools/clippy/tests/ui/let_underscore_untyped.rs
src/tools/clippy/tests/ui/let_with_type_underscore.rs
src/tools/clippy/tests/ui/lossy_float_literal.fixed
src/tools/clippy/tests/ui/lossy_float_literal.rs
src/tools/clippy/tests/ui/lossy_float_literal.stderr
src/tools/clippy/tests/ui/macro_use_imports.fixed
src/tools/clippy/tests/ui/macro_use_imports.rs
src/tools/clippy/tests/ui/macro_use_imports.stderr
src/tools/clippy/tests/ui/macro_use_imports_expect.rs
src/tools/clippy/tests/ui/manual_assert.edition2018.fixed
src/tools/clippy/tests/ui/manual_assert.edition2021.fixed
src/tools/clippy/tests/ui/manual_assert.rs
src/tools/clippy/tests/ui/manual_async_fn.fixed
src/tools/clippy/tests/ui/manual_async_fn.rs
src/tools/clippy/tests/ui/manual_filter.fixed
src/tools/clippy/tests/ui/manual_filter.rs
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.fixed
src/tools/clippy/tests/ui/manual_find_map.rs
src/tools/clippy/tests/ui/manual_find_map.stderr
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_match.rs
src/tools/clippy/tests/ui/manual_let_else_match.stderr
src/tools/clippy/tests/ui/manual_memcpy/without_loop_counters.rs
src/tools/clippy/tests/ui/manual_memcpy/without_loop_counters.stderr
src/tools/clippy/tests/ui/manual_range_patterns.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_range_patterns.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_range_patterns.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_rem_euclid.fixed
src/tools/clippy/tests/ui/manual_rem_euclid.rs
src/tools/clippy/tests/ui/manual_slice_size_calculation.fixed
src/tools/clippy/tests/ui/manual_slice_size_calculation.rs
src/tools/clippy/tests/ui/manual_try_fold.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_try_fold.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_unwrap_or.fixed
src/tools/clippy/tests/ui/manual_unwrap_or.rs
src/tools/clippy/tests/ui/map_clone.fixed
src/tools/clippy/tests/ui/map_clone.rs
src/tools/clippy/tests/ui/map_clone.stderr
src/tools/clippy/tests/ui/map_unwrap_or.rs
src/tools/clippy/tests/ui/map_unwrap_or.stderr
src/tools/clippy/tests/ui/match_on_vec_items.rs
src/tools/clippy/tests/ui/match_on_vec_items.stderr
src/tools/clippy/tests/ui/match_overlapping_arm.rs
src/tools/clippy/tests/ui/match_same_arms.rs
src/tools/clippy/tests/ui/match_same_arms.stderr
src/tools/clippy/tests/ui/match_same_arms2.rs
src/tools/clippy/tests/ui/match_same_arms2.stderr
src/tools/clippy/tests/ui/match_same_arms_non_exhaustive.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/match_same_arms_non_exhaustive.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/match_single_binding.fixed
src/tools/clippy/tests/ui/match_single_binding.rs
src/tools/clippy/tests/ui/match_single_binding.stderr
src/tools/clippy/tests/ui/match_wild_err_arm.rs
src/tools/clippy/tests/ui/match_wild_err_arm.stderr
src/tools/clippy/tests/ui/mem_forget.rs
src/tools/clippy/tests/ui/mem_forget.stderr
src/tools/clippy/tests/ui/mem_replace_macro.rs
src/tools/clippy/tests/ui/methods.rs
src/tools/clippy/tests/ui/methods.stderr
src/tools/clippy/tests/ui/methods_fixable.fixed
src/tools/clippy/tests/ui/methods_fixable.rs
src/tools/clippy/tests/ui/methods_fixable.stderr
src/tools/clippy/tests/ui/min_ident_chars.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/min_ident_chars.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_assert_message.rs
src/tools/clippy/tests/ui/missing_assert_message.stderr
src/tools/clippy/tests/ui/missing_const_for_fn/cant_be_const.rs
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_doc_impl.rs
src/tools/clippy/tests/ui/missing_fields_in_debug.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_fields_in_debug.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/missing_inline_proc_macro.rs
src/tools/clippy/tests/ui/missing_panics_doc.rs
src/tools/clippy/tests/ui/missing_panics_doc.stderr
src/tools/clippy/tests/ui/mistyped_literal_suffix.fixed
src/tools/clippy/tests/ui/mistyped_literal_suffix.rs
src/tools/clippy/tests/ui/module_inception.rs
src/tools/clippy/tests/ui/module_inception.stderr
src/tools/clippy/tests/ui/modulo_one.stderr
src/tools/clippy/tests/ui/multiple_unsafe_ops_per_block.rs
src/tools/clippy/tests/ui/must_use_unit.fixed
src/tools/clippy/tests/ui/must_use_unit.rs
src/tools/clippy/tests/ui/mut_mut.rs
src/tools/clippy/tests/ui/needless_arbitrary_self_type_unfixable.rs
src/tools/clippy/tests/ui/needless_bool/fixable.fixed
src/tools/clippy/tests/ui/needless_bool/fixable.rs
src/tools/clippy/tests/ui/needless_bool/fixable.stderr
src/tools/clippy/tests/ui/needless_borrow.fixed
src/tools/clippy/tests/ui/needless_borrow.rs
src/tools/clippy/tests/ui/needless_borrow.stderr
src/tools/clippy/tests/ui/needless_borrowed_ref.fixed
src/tools/clippy/tests/ui/needless_borrowed_ref.rs
src/tools/clippy/tests/ui/needless_borrowed_ref.stderr
src/tools/clippy/tests/ui/needless_collect.fixed
src/tools/clippy/tests/ui/needless_collect.rs
src/tools/clippy/tests/ui/needless_collect_indirect.rs
src/tools/clippy/tests/ui/needless_collect_indirect.stderr
src/tools/clippy/tests/ui/needless_else.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_else.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_else.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_if.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_if.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_if.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_late_init.fixed
src/tools/clippy/tests/ui/needless_late_init.rs
src/tools/clippy/tests/ui/needless_late_init.stderr
src/tools/clippy/tests/ui/needless_lifetimes.fixed
src/tools/clippy/tests/ui/needless_lifetimes.rs
src/tools/clippy/tests/ui/needless_lifetimes.stderr
src/tools/clippy/tests/ui/needless_option_as_deref.fixed
src/tools/clippy/tests/ui/needless_option_as_deref.rs
src/tools/clippy/tests/ui/needless_option_as_deref.stderr
src/tools/clippy/tests/ui/needless_pass_by_value_proc_macro.rs
src/tools/clippy/tests/ui/needless_pub_self.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_pub_self.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_pub_self.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_range_loop.rs
src/tools/clippy/tests/ui/needless_range_loop.stderr
src/tools/clippy/tests/ui/needless_range_loop2.rs
src/tools/clippy/tests/ui/needless_range_loop2.stderr
src/tools/clippy/tests/ui/needless_raw_string.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_raw_string.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_raw_string.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_raw_string_hashes.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_raw_string_hashes.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_raw_string_hashes.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_return.fixed
src/tools/clippy/tests/ui/needless_return.rs
src/tools/clippy/tests/ui/needless_return.stderr
src/tools/clippy/tests/ui/never_loop.rs
src/tools/clippy/tests/ui/never_loop.stderr
src/tools/clippy/tests/ui/new_ret_no_self.rs
src/tools/clippy/tests/ui/new_ret_no_self.stderr
src/tools/clippy/tests/ui/new_ret_no_self_overflow.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/new_ret_no_self_overflow.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/no_effect.rs
src/tools/clippy/tests/ui/no_effect.stderr
src/tools/clippy/tests/ui/no_effect_return.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/no_effect_return.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/non_expressive_names.rs
src/tools/clippy/tests/ui/non_expressive_names.stderr
src/tools/clippy/tests/ui/non_octal_unix_permissions.fixed
src/tools/clippy/tests/ui/non_octal_unix_permissions.rs
src/tools/clippy/tests/ui/nonminimal_bool.rs
src/tools/clippy/tests/ui/nonminimal_bool.stderr
src/tools/clippy/tests/ui/nonminimal_bool_methods.fixed
src/tools/clippy/tests/ui/nonminimal_bool_methods.rs
src/tools/clippy/tests/ui/octal_escapes.stderr
src/tools/clippy/tests/ui/ok_expect.rs
src/tools/clippy/tests/ui/ok_expect.stderr
src/tools/clippy/tests/ui/option_as_ref_deref.fixed
src/tools/clippy/tests/ui/option_as_ref_deref.rs
src/tools/clippy/tests/ui/option_env_unwrap.rs
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/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.fixed
src/tools/clippy/tests/ui/or_then_unwrap.rs
src/tools/clippy/tests/ui/overflow_check_conditional.rs
src/tools/clippy/tests/ui/overflow_check_conditional.stderr
src/tools/clippy/tests/ui/partialeq_to_none.fixed
src/tools/clippy/tests/ui/partialeq_to_none.rs
src/tools/clippy/tests/ui/patterns.fixed
src/tools/clippy/tests/ui/patterns.rs
src/tools/clippy/tests/ui/patterns.stderr
src/tools/clippy/tests/ui/print_with_newline.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/print_with_newline.rs
src/tools/clippy/tests/ui/print_with_newline.stderr
src/tools/clippy/tests/ui/proc_macro.rs
src/tools/clippy/tests/ui/proc_macro.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_cast_constness.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_cast_constness.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_cast_constness.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_offset_with_cast.fixed
src/tools/clippy/tests/ui/ptr_offset_with_cast.rs
src/tools/clippy/tests/ui/pub_with_shorthand.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/pub_with_shorthand.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/pub_with_shorthand.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/pub_without_shorthand.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/pub_without_shorthand.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/pub_without_shorthand.stderr [new file with mode: 0644]
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.rs
src/tools/clippy/tests/ui/range.stderr
src/tools/clippy/tests/ui/rc_clone_in_vec_init/arc.rs
src/tools/clippy/tests/ui/rc_clone_in_vec_init/arc.stderr
src/tools/clippy/tests/ui/rc_clone_in_vec_init/rc.rs
src/tools/clippy/tests/ui/rc_clone_in_vec_init/rc.stderr
src/tools/clippy/tests/ui/rc_clone_in_vec_init/weak.rs
src/tools/clippy/tests/ui/rc_clone_in_vec_init/weak.stderr
src/tools/clippy/tests/ui/redundant_at_rest_pattern.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_at_rest_pattern.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_at_rest_pattern.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_clone.fixed
src/tools/clippy/tests/ui/redundant_clone.rs
src/tools/clippy/tests/ui/redundant_clone.stderr
src/tools/clippy/tests/ui/redundant_closure_call_fixable.fixed
src/tools/clippy/tests/ui/redundant_closure_call_fixable.rs
src/tools/clippy/tests/ui/redundant_closure_call_fixable.stderr
src/tools/clippy/tests/ui/redundant_pattern_matching_drop_order.fixed
src/tools/clippy/tests/ui/redundant_pattern_matching_drop_order.rs
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.fixed
src/tools/clippy/tests/ui/redundant_pattern_matching_poll.rs
src/tools/clippy/tests/ui/redundant_pattern_matching_poll.stderr
src/tools/clippy/tests/ui/redundant_pattern_matching_result.fixed
src/tools/clippy/tests/ui/redundant_pattern_matching_result.rs
src/tools/clippy/tests/ui/redundant_pattern_matching_result.stderr
src/tools/clippy/tests/ui/redundant_pub_crate.fixed
src/tools/clippy/tests/ui/redundant_pub_crate.rs
src/tools/clippy/tests/ui/redundant_static_lifetimes.fixed
src/tools/clippy/tests/ui/redundant_static_lifetimes.rs
src/tools/clippy/tests/ui/redundant_static_lifetimes.stderr
src/tools/clippy/tests/ui/redundant_static_lifetimes_multiple.rs
src/tools/clippy/tests/ui/redundant_static_lifetimes_multiple.stderr
src/tools/clippy/tests/ui/redundant_type_annotations.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_type_annotations.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/regex.rs
src/tools/clippy/tests/ui/regex.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/same_functions_in_if_condition.rs
src/tools/clippy/tests/ui/same_functions_in_if_condition.stderr
src/tools/clippy/tests/ui/search_is_some.rs
src/tools/clippy/tests/ui/search_is_some.stderr
src/tools/clippy/tests/ui/search_is_some_fixable_none.fixed
src/tools/clippy/tests/ui/search_is_some_fixable_none.rs
src/tools/clippy/tests/ui/search_is_some_fixable_some.fixed
src/tools/clippy/tests/ui/search_is_some_fixable_some.rs
src/tools/clippy/tests/ui/self_assignment.rs
src/tools/clippy/tests/ui/self_assignment.stderr
src/tools/clippy/tests/ui/shadow.rs
src/tools/clippy/tests/ui/significant_drop_in_scrutinee.fixed [new file with mode: 0644]
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_call_fn.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_call_fn.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/single_char_add_str.fixed
src/tools/clippy/tests/ui/single_char_add_str.rs
src/tools/clippy/tests/ui/single_char_add_str.stderr
src/tools/clippy/tests/ui/single_char_pattern.fixed
src/tools/clippy/tests/ui/single_char_pattern.rs
src/tools/clippy/tests/ui/single_char_pattern.stderr
src/tools/clippy/tests/ui/single_element_loop.fixed
src/tools/clippy/tests/ui/single_element_loop.rs
src/tools/clippy/tests/ui/single_element_loop.stderr
src/tools/clippy/tests/ui/single_match.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/single_match.rs
src/tools/clippy/tests/ui/single_match.stderr
src/tools/clippy/tests/ui/single_match_else.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/single_match_else.rs
src/tools/clippy/tests/ui/single_match_else.stderr
src/tools/clippy/tests/ui/single_range_in_vec_init.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/single_range_in_vec_init.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/skip_while_next.rs
src/tools/clippy/tests/ui/stable_sort_primitive.fixed
src/tools/clippy/tests/ui/stable_sort_primitive.rs
src/tools/clippy/tests/ui/stable_sort_primitive.stderr
src/tools/clippy/tests/ui/starts_ends_with.fixed
src/tools/clippy/tests/ui/starts_ends_with.rs
src/tools/clippy/tests/ui/string_add.rs
src/tools/clippy/tests/ui/string_lit_as_bytes.fixed
src/tools/clippy/tests/ui/string_lit_as_bytes.rs
src/tools/clippy/tests/ui/suspicious_else_formatting.rs
src/tools/clippy/tests/ui/suspicious_else_formatting.stderr
src/tools/clippy/tests/ui/suspicious_unary_op_formatting.rs
src/tools/clippy/tests/ui/suspicious_unary_op_formatting.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/tests_outside_test_module.rs
src/tools/clippy/tests/ui/tests_outside_test_module.stderr
src/tools/clippy/tests/ui/to_string_in_format_args_incremental.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/toplevel_ref_arg.fixed
src/tools/clippy/tests/ui/toplevel_ref_arg.rs
src/tools/clippy/tests/ui/toplevel_ref_arg_non_rustfix.rs
src/tools/clippy/tests/ui/transmute_ptr_to_ptr.rs
src/tools/clippy/tests/ui/transmute_ptr_to_ref.fixed
src/tools/clippy/tests/ui/transmute_ptr_to_ref.rs
src/tools/clippy/tests/ui/try_err.fixed
src/tools/clippy/tests/ui/try_err.rs
src/tools/clippy/tests/ui/tuple_array_conversions.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/tuple_array_conversions.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/type_complexity.rs
src/tools/clippy/tests/ui/type_repetition_in_bounds.rs
src/tools/clippy/tests/ui/type_repetition_in_bounds.stderr
src/tools/clippy/tests/ui/undocumented_unsafe_blocks.rs
src/tools/clippy/tests/ui/undocumented_unsafe_blocks.stderr
src/tools/clippy/tests/ui/undropped_manually_drops.rs [deleted file]
src/tools/clippy/tests/ui/undropped_manually_drops.stderr [deleted file]
src/tools/clippy/tests/ui/unicode.fixed
src/tools/clippy/tests/ui/unicode.rs
src/tools/clippy/tests/ui/unicode.stderr
src/tools/clippy/tests/ui/uninlined_format_args.fixed
src/tools/clippy/tests/ui/uninlined_format_args.rs
src/tools/clippy/tests/ui/uninlined_format_args.stderr
src/tools/clippy/tests/ui/unit_arg.rs
src/tools/clippy/tests/ui/unit_cmp.rs
src/tools/clippy/tests/ui/unit_cmp.stderr
src/tools/clippy/tests/ui/unit_return_expecting_ord.rs
src/tools/clippy/tests/ui/unit_return_expecting_ord.stderr
src/tools/clippy/tests/ui/unknown_clippy_lints.fixed
src/tools/clippy/tests/ui/unknown_clippy_lints.rs
src/tools/clippy/tests/ui/unknown_clippy_lints.stderr
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_fold.fixed
src/tools/clippy/tests/ui/unnecessary_fold.rs
src/tools/clippy/tests/ui/unnecessary_fold.stderr
src/tools/clippy/tests/ui/unnecessary_join.fixed
src/tools/clippy/tests/ui/unnecessary_join.rs
src/tools/clippy/tests/ui/unnecessary_lazy_eval.fixed
src/tools/clippy/tests/ui/unnecessary_lazy_eval.rs
src/tools/clippy/tests/ui/unnecessary_lazy_eval.stderr
src/tools/clippy/tests/ui/unnecessary_lazy_eval_unfixable.rs
src/tools/clippy/tests/ui/unnecessary_lazy_eval_unfixable.stderr
src/tools/clippy/tests/ui/unnecessary_literal_unwrap.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_literal_unwrap.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_literal_unwrap.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_literal_unwrap_unfixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_literal_unwrap_unfixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_safety_comment.rs
src/tools/clippy/tests/ui/unnecessary_sort_by.fixed
src/tools/clippy/tests/ui/unnecessary_sort_by.rs
src/tools/clippy/tests/ui/unnecessary_struct_initialization.fixed
src/tools/clippy/tests/ui/unnecessary_struct_initialization.rs
src/tools/clippy/tests/ui/unnecessary_to_owned.fixed
src/tools/clippy/tests/ui/unnecessary_to_owned.rs
src/tools/clippy/tests/ui/unnecessary_unsafety_doc.rs
src/tools/clippy/tests/ui/unneeded_field_pattern.rs
src/tools/clippy/tests/ui/unneeded_field_pattern.stderr
src/tools/clippy/tests/ui/unneeded_wildcard_pattern.fixed
src/tools/clippy/tests/ui/unneeded_wildcard_pattern.rs
src/tools/clippy/tests/ui/unneeded_wildcard_pattern.stderr
src/tools/clippy/tests/ui/unnested_or_patterns.fixed
src/tools/clippy/tests/ui/unnested_or_patterns.rs
src/tools/clippy/tests/ui/unnested_or_patterns.stderr
src/tools/clippy/tests/ui/unnested_or_patterns2.fixed
src/tools/clippy/tests/ui/unnested_or_patterns2.rs
src/tools/clippy/tests/ui/unnested_or_patterns2.stderr
src/tools/clippy/tests/ui/unseparated_prefix_literals.fixed
src/tools/clippy/tests/ui/unseparated_prefix_literals.rs
src/tools/clippy/tests/ui/unused_async.rs
src/tools/clippy/tests/ui/unused_async.stderr
src/tools/clippy/tests/ui/unwrap.rs
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.rs
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/update-all-references.sh
src/tools/clippy/tests/ui/use_self.fixed
src/tools/clippy/tests/ui/use_self.rs
src/tools/clippy/tests/ui/used_underscore_binding.rs
src/tools/clippy/tests/ui/useless_attribute.fixed
src/tools/clippy/tests/ui/useless_attribute.rs
src/tools/clippy/tests/ui/useless_conversion.fixed
src/tools/clippy/tests/ui/useless_conversion.rs
src/tools/clippy/tests/ui/useless_conversion.stderr
src/tools/clippy/tests/ui/useless_conversion_try.rs
src/tools/clippy/tests/ui/useless_conversion_try.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/vtable_address_comparisons.rs
src/tools/clippy/tests/ui/vtable_address_comparisons.stderr
src/tools/clippy/tests/ui/while_let_on_iterator.fixed
src/tools/clippy/tests/ui/while_let_on_iterator.rs
src/tools/clippy/tests/ui/while_let_on_iterator.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/write_literal_2.rs
src/tools/clippy/tests/ui/write_literal_2.stderr
src/tools/clippy/tests/ui/write_with_newline.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/write_with_newline.stderr
src/tools/clippy/tests/workspace.rs
src/tools/clippy/tests/workspace_test/Cargo.toml
src/tools/clippy/tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/dep_no_mod/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/dep_no_mod/src/foo.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/dep_no_mod/src/foo/hello.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/dep_no_mod/src/lib.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/src/bad/mod.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/src/more/foo.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/src/more/inner/mod.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/src/more/mod.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_no_mod_with_dep_in_subdir/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_no_mod_with_dep_in_subdir/dep_with_mod/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_no_mod_with_dep_in_subdir/dep_with_mod/src/lib.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_no_mod_with_dep_in_subdir/dep_with_mod/src/with_mod/inner.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_no_mod_with_dep_in_subdir/dep_with_mod/src/with_mod/inner/stuff.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_no_mod_with_dep_in_subdir/dep_with_mod/src/with_mod/inner/stuff/most.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_no_mod_with_dep_in_subdir/dep_with_mod/src/with_mod/mod.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_no_mod_with_dep_in_subdir/src/good.rs [new file with mode: 0644]
src/tools/clippy/tests/workspace_test/module_style/pass_no_mod_with_dep_in_subdir/src/main.rs [new file with mode: 0644]
src/tools/clippy/util/etc/vscode-tasks.json
src/tools/clippy/util/versions.py
src/tools/compiletest/src/common.rs
src/tools/compiletest/src/header.rs
src/tools/compiletest/src/header/needs.rs
src/tools/compiletest/src/read2.rs
src/tools/compiletest/src/runtest.rs
src/tools/compiletest/src/util.rs
src/tools/error_index_generator/main.rs
src/tools/miropt-test-tools/src/lib.rs
src/tools/publish_toolstate.py
src/tools/rust-analyzer/.vscode/launch.json
src/tools/rust-analyzer/Cargo.lock
src/tools/rust-analyzer/Cargo.toml
src/tools/rust-analyzer/bench_data/glorious_old_parser
src/tools/rust-analyzer/crates/base-db/Cargo.toml
src/tools/rust-analyzer/crates/base-db/src/change.rs
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/base-db/src/lib.rs
src/tools/rust-analyzer/crates/cfg/src/lib.rs
src/tools/rust-analyzer/crates/flycheck/Cargo.toml
src/tools/rust-analyzer/crates/flycheck/src/lib.rs
src/tools/rust-analyzer/crates/hir-def/Cargo.toml
src/tools/rust-analyzer/crates/hir-def/src/adt.rs [deleted file]
src/tools/rust-analyzer/crates/hir-def/src/attr.rs
src/tools/rust-analyzer/crates/hir-def/src/attr/builtin.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/attr/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/body.rs
src/tools/rust-analyzer/crates/hir-def/src/body/lower.rs
src/tools/rust-analyzer/crates/hir-def/src/body/pretty.rs
src/tools/rust-analyzer/crates/hir-def/src/body/scope.rs
src/tools/rust-analyzer/crates/hir-def/src/body/tests/block.rs
src/tools/rust-analyzer/crates/hir-def/src/builtin_attr.rs [deleted file]
src/tools/rust-analyzer/crates/hir-def/src/builtin_type.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 [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/db.rs
src/tools/rust-analyzer/crates/hir-def/src/dyn_map.rs
src/tools/rust-analyzer/crates/hir-def/src/dyn_map/keys.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/expander.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/expr.rs [deleted file]
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 [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/hir/type_ref.rs [new file with mode: 0644]
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/item_tree/tests.rs
src/tools/rust-analyzer/crates/hir-def/src/keys.rs [deleted file]
src/tools/rust-analyzer/crates/hir-def/src/lang_item.rs
src/tools/rust-analyzer/crates/hir-def/src/layout.rs [deleted file]
src/tools/rust-analyzer/crates/hir-def/src/lib.rs
src/tools/rust-analyzer/crates/hir-def/src/lower.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests.rs [deleted file]
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/mbe/matching.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/metavar_expr.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/regression.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/tt_conversion.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mod.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-def/src/nameres.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/attr_resolution.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/mod_resolution.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/proc_macro.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests/incremental.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests/macros.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests/mod_resolution.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-def/src/src.rs
src/tools/rust-analyzer/crates/hir-def/src/test_db.rs
src/tools/rust-analyzer/crates/hir-def/src/type_ref.rs [deleted file]
src/tools/rust-analyzer/crates/hir-def/src/visibility.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/attrs.rs
src/tools/rust-analyzer/crates/hir-expand/src/builtin_attr_macro.rs
src/tools/rust-analyzer/crates/hir-expand/src/builtin_derive_macro.rs
src/tools/rust-analyzer/crates/hir-expand/src/builtin_fn_macro.rs
src/tools/rust-analyzer/crates/hir-expand/src/db.rs
src/tools/rust-analyzer/crates/hir-expand/src/eager.rs
src/tools/rust-analyzer/crates/hir-expand/src/fixup.rs
src/tools/rust-analyzer/crates/hir-expand/src/hygiene.rs
src/tools/rust-analyzer/crates/hir-expand/src/lib.rs
src/tools/rust-analyzer/crates/hir-expand/src/mod_path.rs
src/tools/rust-analyzer/crates/hir-expand/src/name.rs
src/tools/rust-analyzer/crates/hir-expand/src/proc_macro.rs
src/tools/rust-analyzer/crates/hir-expand/src/quote.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/builder.rs
src/tools/rust-analyzer/crates/hir-ty/src/chalk_db.rs
src/tools/rust-analyzer/crates/hir-ty/src/chalk_ext.rs
src/tools/rust-analyzer/crates/hir-ty/src/consteval.rs
src/tools/rust-analyzer/crates/hir-ty/src/consteval/tests.rs
src/tools/rust-analyzer/crates/hir-ty/src/consteval/tests/intrinsics.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/db.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/decl_check.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/expr.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check/pat_util.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check/usefulness.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/unsafe_check.rs
src/tools/rust-analyzer/crates/hir-ty/src/display.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/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 [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/infer/pat.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/path.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/unify.rs
src/tools/rust-analyzer/crates/hir-ty/src/inhabitedness.rs
src/tools/rust-analyzer/crates/hir-ty/src/interner.rs
src/tools/rust-analyzer/crates/hir-ty/src/lang_items.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/target.rs
src/tools/rust-analyzer/crates/hir-ty/src/layout/tests.rs
src/tools/rust-analyzer/crates/hir-ty/src/layout/tests/closure.rs [new file with mode: 0644]
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 [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/mir/eval/tests.rs [new file with mode: 0644]
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 [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/mir/monomorphization.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/mir/pretty.rs
src/tools/rust-analyzer/crates/hir-ty/src/test_db.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/coercion.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/incremental.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/patterns.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/regression.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/simple.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/traits.rs
src/tools/rust-analyzer/crates/hir-ty/src/tls.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/lib.rs
src/tools/rust-analyzer/crates/hir/src/semantics.rs
src/tools/rust-analyzer/crates/hir/src/semantics/source_to_def.rs
src/tools/rust-analyzer/crates/hir/src/source_analyzer.rs
src/tools/rust-analyzer/crates/hir/src/symbols.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_explicit_type.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/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_return_type.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/auto_import.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_bool_then.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_iter_for_each_to_for.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_let_else_to_match.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_match_to_let_else.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_named_struct_to_tuple_struct.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_nested_function_to_closure.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_to_guarded_return.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_tuple_struct_to_named_struct.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/destructure_tuple_binding.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/extract_struct_from_enum_variant.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_type_alias.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_variable.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/fix_visibility.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_constant.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_delegate_methods.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_deref.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_derive.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_documentation_template.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_enum_variant.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
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_new.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/inline_call.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/inline_const_as_literal.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/inline_macro.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/introduce_named_generic.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/introduce_named_lifetime.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/merge_match_arms.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/move_const_to_impl.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/move_from_mod_rs.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/move_module_to_file.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/move_to_mod_rs.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/qualify_method_call.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/qualify_path.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/raw_string.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/remove_parentheses.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/remove_unused_param.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/reorder_fields.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/reorder_impl_items.rs
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 [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_string_with_char.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_try_expr_with_match.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_turbofish_with_explicit_type.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/sort_items.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/unwrap_block.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/unwrap_result_return_type.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/tests/sourcegen.rs
src/tools/rust-analyzer/crates/ide-assists/src/utils.rs
src/tools/rust-analyzer/crates/ide-assists/src/utils/suggest_name.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/attribute.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/attribute/cfg.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/attribute/derive.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/attribute/lint.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/attribute/repr.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/dot.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/env_vars.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/expr.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/extern_abi.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/flyimport.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/fn_param.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/format_string.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/item_list.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/item_list/trait_impl.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/lifetime.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/mod_.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/pattern.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/postfix.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/postfix/format_like.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/record.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/snippet.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/type.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/use_.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/vis.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/render.rs
src/tools/rust-analyzer/crates/ide-completion/src/render/const_.rs
src/tools/rust-analyzer/crates/ide-completion/src/render/function.rs
src/tools/rust-analyzer/crates/ide-completion/src/render/literal.rs
src/tools/rust-analyzer/crates/ide-completion/src/render/macro_.rs
src/tools/rust-analyzer/crates/ide-completion/src/render/pattern.rs
src/tools/rust-analyzer/crates/ide-completion/src/render/type_alias.rs
src/tools/rust-analyzer/crates/ide-completion/src/render/union_literal.rs
src/tools/rust-analyzer/crates/ide-completion/src/render/variant.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/expression.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/flyimport.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/item_list.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/pattern.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/predicate.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/proc_macros.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/special.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/type_pos.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/use_tree.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/assists.rs
src/tools/rust-analyzer/crates/ide-db/src/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/line_index.rs [deleted file]
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-db/src/symbol_index.rs
src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/format_string.rs
src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/format_string_exprs.rs
src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/insert_whitespace_into_node.rs
src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/node_ext.rs
src/tools/rust-analyzer/crates/ide-db/src/test_data/test_doc_alias.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/test_data/test_symbol_index_collection.txt
src/tools/rust-analyzer/crates/ide-db/src/tests/line_index.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-db/src/traits.rs
src/tools/rust-analyzer/crates/ide-db/src/use_trivial_constructor.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/break_outside_of_loop.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/incorrect_case.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/macro_error.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 [new file with mode: 0644]
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 [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/undeclared_label.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unlinked_file.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unreachable_label.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_field.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/lib.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/tests.rs
src/tools/rust-analyzer/crates/ide-ssr/Cargo.toml
src/tools/rust-analyzer/crates/ide-ssr/src/lib.rs
src/tools/rust-analyzer/crates/ide-ssr/src/replacing.rs
src/tools/rust-analyzer/crates/ide-ssr/src/tests.rs
src/tools/rust-analyzer/crates/ide/Cargo.toml
src/tools/rust-analyzer/crates/ide/src/call_hierarchy.rs
src/tools/rust-analyzer/crates/ide/src/doc_links.rs
src/tools/rust-analyzer/crates/ide/src/doc_links/tests.rs
src/tools/rust-analyzer/crates/ide/src/expand_macro.rs
src/tools/rust-analyzer/crates/ide/src/extend_selection.rs
src/tools/rust-analyzer/crates/ide/src/fetch_crates.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/file_structure.rs
src/tools/rust-analyzer/crates/ide/src/fixture.rs
src/tools/rust-analyzer/crates/ide/src/goto_definition.rs
src/tools/rust-analyzer/crates/ide/src/goto_type_definition.rs
src/tools/rust-analyzer/crates/ide/src/highlight_related.rs
src/tools/rust-analyzer/crates/ide/src/hover.rs
src/tools/rust-analyzer/crates/ide/src/hover/render.rs
src/tools/rust-analyzer/crates/ide/src/hover/tests.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/adjustment.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/bind_pat.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/binding_mode.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/chaining.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/closing_brace.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/closure_captures.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/inlay_hints/closure_ret.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/discriminant.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/fn_lifetime_fn.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/implicit_static.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/param_name.rs
src/tools/rust-analyzer/crates/ide/src/interpret_function.rs [new file with mode: 0644]
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/prime_caches.rs
src/tools/rust-analyzer/crates/ide/src/references.rs
src/tools/rust-analyzer/crates/ide/src/runnables.rs
src/tools/rust-analyzer/crates/ide/src/shuffle_crate_graph.rs
src/tools/rust-analyzer/crates/ide/src/signature_help.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/status.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/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_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_macros.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/syntax_tree.rs
src/tools/rust-analyzer/crates/ide/src/view_crate_graph.rs
src/tools/rust-analyzer/crates/ide/src/view_item_tree.rs
src/tools/rust-analyzer/crates/intern/Cargo.toml
src/tools/rust-analyzer/crates/intern/src/lib.rs
src/tools/rust-analyzer/crates/limit/src/lib.rs
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/parser.rs
src/tools/rust-analyzer/crates/mbe/src/syntax_bridge.rs
src/tools/rust-analyzer/crates/mbe/src/tt_iter.rs
src/tools/rust-analyzer/crates/parser/Cargo.toml
src/tools/rust-analyzer/crates/parser/src/grammar.rs
src/tools/rust-analyzer/crates/parser/src/grammar/expressions.rs
src/tools/rust-analyzer/crates/parser/src/grammar/expressions/atom.rs
src/tools/rust-analyzer/crates/parser/src/grammar/generic_args.rs
src/tools/rust-analyzer/crates/parser/src/grammar/items.rs
src/tools/rust-analyzer/crates/parser/src/grammar/paths.rs
src/tools/rust-analyzer/crates/parser/src/grammar/patterns.rs
src/tools/rust-analyzer/crates/parser/src/grammar/types.rs
src/tools/rust-analyzer/crates/parser/src/lexed_str.rs
src/tools/rust-analyzer/crates/parser/src/lib.rs
src/tools/rust-analyzer/crates/parser/src/parser.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/lexer/err/unclosed_raw_byte_string_at_eof.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_ascii_escape.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_ferris.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_slash.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_slash_n.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_space.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_byte_string_with_unicode_escape.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_at_eof.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_ascii_escape.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_ferris.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_slash.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_slash_n.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_space.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unclosed_raw_string_with_unicode_escape.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_byte_string_at_eof.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_byte_string_with_ascii.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_string_at_eof.rast
src/tools/rust-analyzer/crates/parser/test_data/lexer/err/unstarted_raw_string_with_ascii.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0027_incomplere_where_for.rast [deleted file]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0027_incomplere_where_for.rs [deleted file]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0027_incomplete_where_for.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0027_incomplete_where_for.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0047_repated_extern_modifier.rast [deleted file]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0047_repated_extern_modifier.rs [deleted file]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0047_repeated_extern_modifier.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0047_repeated_extern_modifier.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0018_crate_visibility_empty_recover.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0018_crate_visibility_empty_recover.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0019_tuple_expr_leading_comma.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0019_tuple_expr_leading_comma.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0020_tuple_pat_leading_comma.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0020_tuple_pat_leading_comma.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0017_array_type.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0085_expr_literals.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0085_expr_literals.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0156_const_block_pat.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0156_const_block_pat.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0196_pub_tuple_field.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0196_pub_tuple_field.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0202_typepathfn_with_coloncolon.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0202_typepathfn_with_coloncolon.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0207_exclusive_range_pat.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0207_exclusive_range_pat.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0208_associated_return_type_bounds.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0208_associated_return_type_bounds.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0208_bare_dyn_types_with_leading_lifetime.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0208_bare_dyn_types_with_leading_lifetime.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0209_bare_dyn_types_with_paren_as_generic_args.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0209_bare_dyn_types_with_paren_as_generic_args.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0028_operator_binding_power.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0028_operator_binding_power.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0030_traits.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0043_complex_assignment.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0045_block_attrs.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0045_block_attrs.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0072_destructuring_assignment.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/ok/0072_destructuring_assignment.rs
src/tools/rust-analyzer/crates/paths/Cargo.toml
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/lib.rs
src/tools/rust-analyzer/crates/proc-macro-api/src/msg.rs
src/tools/rust-analyzer/crates/proc-macro-api/src/msg/flat.rs
src/tools/rust-analyzer/crates/proc-macro-api/src/process.rs
src/tools/rust-analyzer/crates/proc-macro-api/src/version.rs
src/tools/rust-analyzer/crates/proc-macro-srv-cli/Cargo.toml
src/tools/rust-analyzer/crates/proc-macro-srv-cli/src/main.rs
src/tools/rust-analyzer/crates/proc-macro-srv/Cargo.toml
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/mod.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/buffer.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/client.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/closure.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/handle.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/mod.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/rpc.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/scoped_cell.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/selfless_reify.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/bridge/server.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/diagnostic.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/mod.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/quote.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/ra_server.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_sysroot/mod.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_sysroot/ra_server.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_sysroot/ra_server/symbol.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_sysroot/ra_server/token_stream.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/mod.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/cli.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/dylib.rs
src/tools/rust-analyzer/crates/proc-macro-srv/src/lib.rs
src/tools/rust-analyzer/crates/proc-macro-srv/src/proc_macros.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/server.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/server/symbol.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/server/token_stream.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/utils.rs
src/tools/rust-analyzer/crates/profile/Cargo.toml
src/tools/rust-analyzer/crates/profile/src/memory_usage.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/cfg_flag.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/project_json.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/tests.rs
src/tools/rust-analyzer/crates/project-model/src/workspace.rs
src/tools/rust-analyzer/crates/project-model/test_data/output/cargo_hello_world_project_model.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/output/cargo_hello_world_project_model_with_selective_overrides.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/output/cargo_hello_world_project_model_with_wildcard_overrides.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/output/rust_project_hello_world_project_model.txt [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/regex-metadata.json [new file with mode: 0644]
src/tools/rust-analyzer/crates/project-model/test_data/ripgrep-metadata.json [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml
src/tools/rust-analyzer/crates/rust-analyzer/src/bin/main.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/caps.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cargo_target_spec.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
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/progress_report.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/scip.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/config.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/to_proto.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.rs [deleted file]
src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/notification.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/request.rs [new file with mode: 0644]
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/line_index.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp_ext.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp_utils.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/main_loop.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/markdown.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/op_queue.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/task_pool.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/to_proto.rs
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/main.rs
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/support.rs
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/tidy.rs
src/tools/rust-analyzer/crates/sourcegen/src/lib.rs
src/tools/rust-analyzer/crates/stdx/Cargo.toml
src/tools/rust-analyzer/crates/stdx/src/hash.rs [deleted file]
src/tools/rust-analyzer/crates/stdx/src/lib.rs
src/tools/rust-analyzer/crates/stdx/src/thread.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/stdx/src/thread/intent.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/stdx/src/thread/pool.rs [new file with mode: 0644]
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/expr_ext.rs
src/tools/rust-analyzer/crates/syntax/src/ast/generated/nodes.rs
src/tools/rust-analyzer/crates/syntax/src/ast/generated/tokens.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/parsing/reparsing.rs
src/tools/rust-analyzer/crates/syntax/src/tests/ast_src.rs
src/tools/rust-analyzer/crates/syntax/src/tests/sourcegen_ast.rs
src/tools/rust-analyzer/crates/syntax/src/token_text.rs
src/tools/rust-analyzer/crates/syntax/src/validation.rs
src/tools/rust-analyzer/crates/syntax/test_data/parser/fuzz-failures/0000.rs
src/tools/rust-analyzer/crates/test-utils/Cargo.toml
src/tools/rust-analyzer/crates/test-utils/src/fixture.rs
src/tools/rust-analyzer/crates/test-utils/src/lib.rs
src/tools/rust-analyzer/crates/test-utils/src/minicore.rs
src/tools/rust-analyzer/crates/text-edit/Cargo.toml
src/tools/rust-analyzer/crates/text-edit/src/lib.rs
src/tools/rust-analyzer/crates/tt/Cargo.toml
src/tools/rust-analyzer/crates/tt/src/lib.rs
src/tools/rust-analyzer/crates/vfs-notify/Cargo.toml
src/tools/rust-analyzer/crates/vfs-notify/src/lib.rs
src/tools/rust-analyzer/crates/vfs/Cargo.toml
src/tools/rust-analyzer/crates/vfs/src/file_set.rs
src/tools/rust-analyzer/crates/vfs/src/lib.rs
src/tools/rust-analyzer/crates/vfs/src/vfs_path.rs
src/tools/rust-analyzer/docs/dev/lsp-extensions.md
src/tools/rust-analyzer/docs/user/generated_config.adoc
src/tools/rust-analyzer/docs/user/manual.adoc
src/tools/rust-analyzer/lib/README.md
src/tools/rust-analyzer/lib/la-arena/src/lib.rs
src/tools/rust-analyzer/lib/la-arena/src/map.rs
src/tools/rust-analyzer/lib/line-index/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/lib/line-index/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/lib/line-index/src/tests.rs [new file with mode: 0644]
src/tools/rust-analyzer/lib/line-index/tests/it.rs [new file with mode: 0644]
src/tools/rust-analyzer/lib/lsp-server/Cargo.toml
src/tools/rust-analyzer/lib/lsp-server/src/error.rs
src/tools/rust-analyzer/lib/lsp-server/src/lib.rs
src/tools/rust-installer/Cargo.toml
src/tools/rust-installer/combine-installers.sh
src/tools/rust-installer/gen-installer.sh
src/tools/rust-installer/install-template.sh
src/tools/rust-installer/make-tarballs.sh
src/tools/rust-installer/src/combiner.rs
src/tools/rust-installer/src/compression.rs
src/tools/rust-installer/src/generator.rs
src/tools/rust-installer/src/main.rs
src/tools/rust-installer/src/scripter.rs
src/tools/rust-installer/src/tarballer.rs
src/tools/rust-installer/src/util.rs
src/tools/rust-installer/test.sh
src/tools/rustdoc-gui-test/Cargo.toml
src/tools/rustdoc-gui-test/src/main.rs
src/tools/rustdoc-gui/tester.js
src/tools/rustdoc-js/tester.js
src/tools/rustfmt/.editorconfig
src/tools/rustfmt/.github/workflows/upload-assets.yml
src/tools/rustfmt/.travis.yml [deleted file]
src/tools/rustfmt/CHANGELOG.md
src/tools/rustfmt/Cargo.lock
src/tools/rustfmt/Cargo.toml
src/tools/rustfmt/Configurations.md
src/tools/rustfmt/Contributing.md
src/tools/rustfmt/README.md
src/tools/rustfmt/config_proc_macro/Cargo.lock
src/tools/rustfmt/config_proc_macro/Cargo.toml
src/tools/rustfmt/config_proc_macro/src/attrs.rs
src/tools/rustfmt/rust-toolchain
src/tools/rustfmt/src/attr/doc_comment.rs
src/tools/rustfmt/src/bin/main.rs
src/tools/rustfmt/src/cargo-fmt/main.rs
src/tools/rustfmt/src/cargo-fmt/test/targets.rs
src/tools/rustfmt/src/comment.rs
src/tools/rustfmt/src/config/config_type.rs
src/tools/rustfmt/src/config/mod.rs
src/tools/rustfmt/src/config/options.rs
src/tools/rustfmt/src/expr.rs
src/tools/rustfmt/src/formatting.rs
src/tools/rustfmt/src/items.rs
src/tools/rustfmt/src/lib.rs
src/tools/rustfmt/src/macros.rs
src/tools/rustfmt/src/overflow.rs
src/tools/rustfmt/src/pairs.rs
src/tools/rustfmt/src/parse/macros/cfg_if.rs
src/tools/rustfmt/src/parse/session.rs
src/tools/rustfmt/src/types.rs
src/tools/rustfmt/src/utils.rs
src/tools/rustfmt/tests/rustfmt/main.rs
src/tools/rustfmt/tests/source/configs/single_line_let_else_max_width/100.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/single_line_let_else_max_width/50.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/single_line_let_else_max_width/zero.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/use_small_heuristics/default.rs
src/tools/rustfmt/tests/source/configs/use_small_heuristics/max.rs
src/tools/rustfmt/tests/source/configs/use_small_heuristics/off.rs
src/tools/rustfmt/tests/source/issue-4041.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5234.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5488.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-5586.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_5686.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/itemized-blocks/no_wrap.rs
src/tools/rustfmt/tests/source/itemized-blocks/wrap.rs
src/tools/rustfmt/tests/source/let_else.rs
src/tools/rustfmt/tests/target/configs/single_line_let_else_max_width/100.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/single_line_let_else_max_width/50.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/single_line_let_else_max_width/zero.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/use_small_heuristics/default.rs
src/tools/rustfmt/tests/target/configs/use_small_heuristics/max.rs
src/tools/rustfmt/tests/target/configs/use_small_heuristics/off.rs
src/tools/rustfmt/tests/target/doc-of-generic-item.rs
src/tools/rustfmt/tests/target/issue-4041.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4210-disabled.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4210.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5234.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5488.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-5586.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_5686.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_5691.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_5728.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_5729.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/itemized-blocks/no_wrap.rs
src/tools/rustfmt/tests/target/itemized-blocks/wrap.rs
src/tools/rustfmt/tests/target/let_else.rs
src/tools/tidy/src/bins.rs
src/tools/tidy/src/deps.rs
src/tools/tidy/src/features.rs
src/tools/tidy/src/main.rs
src/tools/tidy/src/mir_opt_tests.rs
src/tools/tidy/src/ui_tests.rs
src/tools/tidy/src/walk.rs
src/tools/x/Cargo.lock
src/version
tests/assembly/asm/mips-types.rs
tests/assembly/stack-protector/stack-protector-heuristics-effect.rs
tests/codegen/array-codegen.rs [new file with mode: 0644]
tests/codegen/array-map.rs
tests/codegen/autovectorize-f32x4.rs
tests/codegen/box-maybe-uninit-llvm14.rs
tests/codegen/box-maybe-uninit.rs
tests/codegen/call-metadata.rs
tests/codegen/const_scalar_pair.rs [new file with mode: 0644]
tests/codegen/debug-column.rs
tests/codegen/drop.rs
tests/codegen/enum-debug-niche-2.rs
tests/codegen/enum-u128.rs [new file with mode: 0644]
tests/codegen/external-no-mangle-statics.rs
tests/codegen/intrinsics/transmute.rs
tests/codegen/issues/issue-105386-ub-in-debuginfo.rs
tests/codegen/issues/issue-111603.rs
tests/codegen/issues/issue-114312.rs [new file with mode: 0644]
tests/codegen/issues/issue-86106.rs
tests/codegen/link_section.rs
tests/codegen/mem-replace-simple-type.rs
tests/codegen/mir-inlined-line-numbers.rs
tests/codegen/naked-nocoverage.rs
tests/codegen/naked-noinline.rs
tests/codegen/personality_lifetimes.rs
tests/codegen/ptr-read-metadata.rs
tests/codegen/sanitizer-cfi-emit-type-metadata-id-itanium-cxx-abi.rs
tests/codegen/sanitizer-safestack-attr-check.rs [new file with mode: 0644]
tests/codegen/slice-iter-fold.rs [new file with mode: 0644]
tests/codegen/stack-protector.rs
tests/codegen/swap-simd-types.rs
tests/codegen/swap-small-types.rs
tests/codegen/tuple-layout-opt.rs
tests/codegen/unchecked_shifts.rs
tests/codegen/union-abi.rs
tests/codegen/unwind-abis/c-unwind-abi.rs
tests/codegen/unwind-abis/cdecl-unwind-abi.rs
tests/codegen/unwind-abis/nounwind-on-stable-panic-unwind.rs
tests/codegen/unwind-abis/system-unwind-abi.rs
tests/codegen/unwind-extern-exports.rs
tests/codegen/unwind-extern-imports.rs
tests/codegen/vec-shrink-panik.rs
tests/incremental/const-generics/hash-tyvid-regression-1.rs
tests/incremental/const-generics/hash-tyvid-regression-2.rs
tests/incremental/const-generics/try_unify_abstract_const_regression_tests/issue-77708-3.rs
tests/incremental/hashes/match_expressions.rs
tests/incremental/issue-101518.rs
tests/incremental/issue-110457-same-span-closures/auxiliary/egui_inspect_derive.rs [new file with mode: 0644]
tests/incremental/issue-110457-same-span-closures/main.rs [new file with mode: 0644]
tests/mir-opt/address_of.address_of_reborrow.SimplifyCfg-initial.after.mir
tests/mir-opt/address_of.borrow_and_cast.SimplifyCfg-initial.after.mir
tests/mir-opt/array_index_is_temporary.main.SimplifyCfg-elaborate-drops.after.mir [deleted file]
tests/mir-opt/array_index_is_temporary.main.SimplifyCfg-elaborate-drops.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/array_index_is_temporary.main.SimplifyCfg-elaborate-drops.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/array_index_is_temporary.rs
tests/mir-opt/asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir
tests/mir-opt/basic_assignment.main.ElaborateDrops.diff
tests/mir-opt/basic_assignment.main.SimplifyCfg-initial.after.mir
tests/mir-opt/bool_compare.opt1.InstSimplify.diff
tests/mir-opt/bool_compare.opt2.InstSimplify.diff
tests/mir-opt/bool_compare.opt3.InstSimplify.diff
tests/mir-opt/bool_compare.opt4.InstSimplify.diff
tests/mir-opt/box_expr.main.ElaborateDrops.before.mir [deleted file]
tests/mir-opt/box_expr.main.ElaborateDrops.before.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/box_expr.main.ElaborateDrops.before.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/box_expr.rs
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/aggregate_exprs.adt.built.after.mir
tests/mir-opt/building/custom/aggregate_exprs.array.built.after.mir
tests/mir-opt/building/custom/aggregate_exprs.tuple.built.after.mir
tests/mir-opt/building/custom/arbitrary_let.arbitrary_let.built.after.mir
tests/mir-opt/building/custom/arrays.arrays.built.after.mir
tests/mir-opt/building/custom/as_cast.float_to_int.built.after.mir
tests/mir-opt/building/custom/as_cast.int_to_int.built.after.mir
tests/mir-opt/building/custom/as_cast.int_to_ptr.built.after.mir
tests/mir-opt/building/custom/composite_return.tuple.built.after.mir
tests/mir-opt/building/custom/consts.consts.built.after.mir
tests/mir-opt/building/custom/consts.statics.built.after.mir
tests/mir-opt/building/custom/enums.set_discr.built.after.mir
tests/mir-opt/building/custom/enums.set_discr_repr.built.after.mir
tests/mir-opt/building/custom/enums.switch_bool.built.after.mir
tests/mir-opt/building/custom/enums.switch_option.built.after.mir
tests/mir-opt/building/custom/enums.switch_option_repr.built.after.mir
tests/mir-opt/building/custom/operators.f.built.after.mir
tests/mir-opt/building/custom/projections.copy_for_deref.built.after.mir
tests/mir-opt/building/custom/projections.set.built.after.mir
tests/mir-opt/building/custom/projections.simple_index.built.after.mir
tests/mir-opt/building/custom/projections.tuples.built.after.mir
tests/mir-opt/building/custom/projections.unions.built.after.mir
tests/mir-opt/building/custom/projections.unwrap.built.after.mir
tests/mir-opt/building/custom/projections.unwrap_deref.built.after.mir
tests/mir-opt/building/custom/references.immut_ref.built.after.mir
tests/mir-opt/building/custom/references.mut_ref.built.after.mir
tests/mir-opt/building/custom/references.raw_pointer.built.after.mir
tests/mir-opt/building/custom/references.raw_pointer_offset.built.after.mir
tests/mir-opt/building/custom/simple_assign.simple.built.after.mir
tests/mir-opt/building/custom/simple_assign.simple_ref.built.after.mir
tests/mir-opt/building/custom/terminators.assert_nonzero.built.after.mir
tests/mir-opt/building/custom/terminators.direct_call.built.after.mir
tests/mir-opt/building/custom/terminators.drop_first.built.after.mir
tests/mir-opt/building/custom/terminators.drop_second.built.after.mir
tests/mir-opt/building/custom/terminators.indirect_call.built.after.mir
tests/mir-opt/building/enum_cast.bar.built.after.mir
tests/mir-opt/building/enum_cast.boo.built.after.mir
tests/mir-opt/building/enum_cast.droppy.built.after.mir
tests/mir-opt/building/enum_cast.far.built.after.mir
tests/mir-opt/building/enum_cast.foo.built.after.mir
tests/mir-opt/building/enum_cast.offsetty.built.after.mir
tests/mir-opt/building/enum_cast.signy.built.after.mir
tests/mir-opt/building/enum_cast.unsigny.built.after.mir
tests/mir-opt/building/issue_101867.main.built.after.mir
tests/mir-opt/building/issue_110508.rs [new file with mode: 0644]
tests/mir-opt/building/issue_110508.{impl#0}-BAR.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/issue_110508.{impl#0}-SELF_BAR.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/issue_49232.main.built.after.mir
tests/mir-opt/building/match_false_edges.full_tested_match.built.after.mir
tests/mir-opt/building/match_false_edges.full_tested_match2.built.after.mir
tests/mir-opt/building/match_false_edges.main.built.after.mir
tests/mir-opt/building/receiver_ptr_mutability.main.built.after.mir
tests/mir-opt/building/shifts.shift_signed.built.after.mir
tests/mir-opt/building/shifts.shift_unsigned.built.after.mir
tests/mir-opt/building/simple_match.match_bool.built.after.mir
tests/mir-opt/building/storage_live_dead_in_statics.XXX.built.after.mir
tests/mir-opt/building/uniform_array_move_out.move_out_by_subslice.built.after.mir
tests/mir-opt/building/uniform_array_move_out.move_out_from_end.built.after.mir
tests/mir-opt/byte_slice.main.SimplifyCfg-elaborate-drops.after.mir
tests/mir-opt/casts.redundant.InstSimplify.diff
tests/mir-opt/casts.redundant.PreCodegen.after.mir
tests/mir-opt/casts.roundtrip.PreCodegen.after.mir
tests/mir-opt/combine_array_len.norm2.InstSimplify.diff [deleted file]
tests/mir-opt/combine_array_len.norm2.InstSimplify.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/combine_array_len.norm2.InstSimplify.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/combine_array_len.rs
tests/mir-opt/combine_clone_of_primitives.rs
tests/mir-opt/combine_clone_of_primitives.{impl#0}-clone.InstSimplify.diff [deleted file]
tests/mir-opt/combine_clone_of_primitives.{impl#0}-clone.InstSimplify.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/combine_clone_of_primitives.{impl#0}-clone.InstSimplify.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/combine_transmutes.adt_transmutes.InstSimplify.diff
tests/mir-opt/combine_transmutes.identity_transmutes.InstSimplify.diff
tests/mir-opt/combine_transmutes.integer_transmutes.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_allocation2.main.ConstProp.after.32bit.mir
tests/mir-opt/const_allocation2.main.ConstProp.after.64bit.mir
tests/mir-opt/const_allocation3.main.ConstProp.after.32bit.mir
tests/mir-opt/const_allocation3.main.ConstProp.after.64bit.mir
tests/mir-opt/const_debuginfo.main.ConstDebugInfo.diff
tests/mir-opt/const_goto.issue_77355_opt.ConstGoto.diff
tests/mir-opt/const_goto_const_eval_fail.f.ConstGoto.diff
tests/mir-opt/const_goto_const_eval_fail.rs
tests/mir-opt/const_goto_storage.match_nested_if.ConstGoto.diff
tests/mir-opt/const_promotion_extern_static.BAR-promoted[0].SimplifyCfg-elaborate-drops.after.mir
tests/mir-opt/const_promotion_extern_static.BAR.PromoteTemps.diff
tests/mir-opt/const_promotion_extern_static.BOP.built.after.mir
tests/mir-opt/const_promotion_extern_static.FOO-promoted[0].SimplifyCfg-elaborate-drops.after.mir
tests/mir-opt/const_promotion_extern_static.FOO.PromoteTemps.diff
tests/mir-opt/const_prop/address_of_pair.fn0.ConstProp.diff
tests/mir-opt/const_prop/aggregate.foo.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/aggregate.foo.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.foo.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.foo.PreCodegen.after.mir [deleted file]
tests/mir-opt/const_prop/aggregate.foo.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.foo.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/aggregate.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.main.PreCodegen.after.mir [deleted file]
tests/mir-opt/const_prop/aggregate.main.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.main.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.rs
tests/mir-opt/const_prop/array_index.main.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/array_index.main.ConstProp.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/array_index.main.ConstProp.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/array_index.main.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/array_index.main.ConstProp.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/array_index.main.ConstProp.64bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/array_index.rs
tests/mir-opt/const_prop/bad_op_div_by_zero.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/bad_op_div_by_zero.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_div_by_zero.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_div_by_zero.rs
tests/mir-opt/const_prop/bad_op_mod_by_zero.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/bad_op_mod_by_zero.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_mod_by_zero.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_mod_by_zero.rs
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.rs
tests/mir-opt/const_prop/boolean_identities.test.ConstProp.diff
tests/mir-opt/const_prop/boxes.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/boxes.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/boxes.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/boxes.rs
tests/mir-opt/const_prop/cast.main.ConstProp.diff
tests/mir-opt/const_prop/checked_add.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/checked_add.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/checked_add.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/checked_add.rs
tests/mir-opt/const_prop/const_prop_fails_gracefully.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/const_prop_fails_gracefully.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/const_prop_fails_gracefully.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/const_prop_fails_gracefully.rs
tests/mir-opt/const_prop/control_flow_simplification.hello.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/control_flow_simplification.hello.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/control_flow_simplification.hello.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.mir [deleted file]
tests/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/const_prop/control_flow_simplification.rs
tests/mir-opt/const_prop/discriminant.main.ConstProp.32bit.diff
tests/mir-opt/const_prop/discriminant.main.ConstProp.64bit.diff
tests/mir-opt/const_prop/indirect.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/indirect.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/indirect.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/indirect.rs
tests/mir-opt/const_prop/inherit_overflow.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/inherit_overflow.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/inherit_overflow.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/inherit_overflow.rs
tests/mir-opt/const_prop/invalid_constant.main.ConstProp.diff
tests/mir-opt/const_prop/invalid_constant.main.RemoveZsts.diff
tests/mir-opt/const_prop/issue_66971.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/issue_66971.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/issue_66971.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/issue_66971.rs
tests/mir-opt/const_prop/issue_67019.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/issue_67019.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/issue_67019.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/issue_67019.rs
tests/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/large_array_index.main.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/large_array_index.main.ConstProp.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/large_array_index.main.ConstProp.64bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/large_array_index.rs
tests/mir-opt/const_prop/mult_by_zero.test.ConstProp.diff
tests/mir-opt/const_prop/mutable_variable.main.ConstProp.diff
tests/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff
tests/mir-opt/const_prop/mutable_variable_aggregate_mut_ref.main.ConstProp.diff
tests/mir-opt/const_prop/mutable_variable_aggregate_partial_read.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/mutable_variable_aggregate_partial_read.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_aggregate_partial_read.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_aggregate_partial_read.rs
tests/mir-opt/const_prop/mutable_variable_no_prop.main.ConstProp.diff
tests/mir-opt/const_prop/mutable_variable_unprop_assign.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/mutable_variable_unprop_assign.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_unprop_assign.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_unprop_assign.rs
tests/mir-opt/const_prop/offset_of.concrete.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/offset_of.concrete.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/offset_of.concrete.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/offset_of.generic.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/offset_of.generic.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/offset_of.generic.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/offset_of.rs
tests/mir-opt/const_prop/read_immutable_static.main.ConstProp.diff
tests/mir-opt/const_prop/ref_deref.main.ConstProp.diff
tests/mir-opt/const_prop/ref_deref_project.main.ConstProp.diff
tests/mir-opt/const_prop/reify_fn_ptr.main.ConstProp.diff
tests/mir-opt/const_prop/repeat.main.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/repeat.main.ConstProp.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/repeat.main.ConstProp.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/repeat.main.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/repeat.main.ConstProp.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/repeat.main.ConstProp.64bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/repeat.rs
tests/mir-opt/const_prop/return_place.add.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/return_place.add.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/return_place.add.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/return_place.add.PreCodegen.before.mir [deleted file]
tests/mir-opt/const_prop/return_place.add.PreCodegen.before.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/const_prop/return_place.add.PreCodegen.before.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/const_prop/return_place.rs
tests/mir-opt/const_prop/scalar_literal_propagation.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/scalar_literal_propagation.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/scalar_literal_propagation.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/scalar_literal_propagation.rs
tests/mir-opt/const_prop/slice_len.main.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/slice_len.main.ConstProp.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/slice_len.main.ConstProp.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/slice_len.main.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/slice_len.main.ConstProp.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/slice_len.main.ConstProp.64bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/slice_len.rs
tests/mir-opt/const_prop/switch_int.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/switch_int.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/switch_int.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/switch_int.main.SimplifyConstCondition-after-const-prop.diff [deleted file]
tests/mir-opt/const_prop/switch_int.main.SimplifyConstCondition-after-const-prop.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/switch_int.main.SimplifyConstCondition-after-const-prop.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/switch_int.rs
tests/mir-opt/const_prop/transmute.from_char.ConstProp.32bit.diff
tests/mir-opt/const_prop/transmute.from_char.ConstProp.64bit.diff
tests/mir-opt/const_prop/transmute.invalid_bool.ConstProp.32bit.diff
tests/mir-opt/const_prop/transmute.invalid_bool.ConstProp.64bit.diff
tests/mir-opt/const_prop/transmute.invalid_char.ConstProp.32bit.diff
tests/mir-opt/const_prop/transmute.invalid_char.ConstProp.64bit.diff
tests/mir-opt/const_prop/transmute.less_as_i8.ConstProp.32bit.diff
tests/mir-opt/const_prop/transmute.less_as_i8.ConstProp.64bit.diff
tests/mir-opt/const_prop/transmute.undef_union_as_integer.ConstProp.32bit.diff
tests/mir-opt/const_prop/transmute.undef_union_as_integer.ConstProp.64bit.diff
tests/mir-opt/const_prop/transmute.unreachable_box.ConstProp.32bit.diff
tests/mir-opt/const_prop/transmute.unreachable_box.ConstProp.64bit.diff
tests/mir-opt/const_prop/transmute.unreachable_direct.ConstProp.32bit.diff
tests/mir-opt/const_prop/transmute.unreachable_direct.ConstProp.64bit.diff
tests/mir-opt/const_prop/transmute.unreachable_mut.ConstProp.32bit.diff
tests/mir-opt/const_prop/transmute.unreachable_mut.ConstProp.64bit.diff
tests/mir-opt/const_prop/transmute.unreachable_ref.ConstProp.32bit.diff
tests/mir-opt/const_prop/transmute.unreachable_ref.ConstProp.64bit.diff
tests/mir-opt/const_prop/transmute.valid_char.ConstProp.32bit.diff
tests/mir-opt/const_prop/transmute.valid_char.ConstProp.64bit.diff
tests/mir-opt/const_prop/tuple_literal_propagation.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/tuple_literal_propagation.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/tuple_literal_propagation.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/tuple_literal_propagation.rs
tests/mir-opt/const_prop/while_let_loops.change_loop_body.ConstProp.diff
tests/mir-opt/const_prop_miscompile.bar.ConstProp.diff
tests/mir-opt/const_prop_miscompile.foo.ConstProp.diff
tests/mir-opt/copy-prop/borrowed_local.f.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/borrowed_local.f.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/borrowed_local.f.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/borrowed_local.rs
tests/mir-opt/copy-prop/branch.foo.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/branch.foo.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/branch.foo.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/branch.rs
tests/mir-opt/copy-prop/copy_propagation_arg.arg_src.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/copy_propagation_arg.arg_src.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.arg_src.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.bar.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/copy_propagation_arg.bar.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.bar.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.baz.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/copy_propagation_arg.baz.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.baz.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.foo.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/copy_propagation_arg.foo.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.foo.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.rs
tests/mir-opt/copy-prop/custom_move_arg.f.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/custom_move_arg.f.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/custom_move_arg.f.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/custom_move_arg.rs
tests/mir-opt/copy-prop/cycle.main.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/cycle.main.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/cycle.main.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/cycle.rs
tests/mir-opt/copy-prop/dead_stores_79191.f.CopyProp.after.mir [deleted file]
tests/mir-opt/copy-prop/dead_stores_79191.f.CopyProp.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/copy-prop/dead_stores_79191.f.CopyProp.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/copy-prop/dead_stores_79191.rs
tests/mir-opt/copy-prop/dead_stores_better.f.CopyProp.after.mir [deleted file]
tests/mir-opt/copy-prop/dead_stores_better.f.CopyProp.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/copy-prop/dead_stores_better.f.CopyProp.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/copy-prop/dead_stores_better.rs
tests/mir-opt/copy-prop/issue_107511.main.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/issue_107511.main.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/issue_107511.main.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/issue_107511.rs
tests/mir-opt/copy-prop/move_arg.f.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/move_arg.f.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/move_arg.f.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/move_arg.rs
tests/mir-opt/copy-prop/move_projection.f.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/move_projection.f.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/move_projection.f.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/move_projection.rs
tests/mir-opt/copy-prop/mutate_through_pointer.f.CopyProp.diff
tests/mir-opt/copy-prop/non_dominate.f.CopyProp.diff
tests/mir-opt/copy-prop/partial_init.main.CopyProp.diff
tests/mir-opt/copy-prop/reborrow.demiraw.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/reborrow.demiraw.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/reborrow.demiraw.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/reborrow.miraw.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/reborrow.miraw.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/reborrow.miraw.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/reborrow.remut.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/reborrow.remut.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/reborrow.remut.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/reborrow.reraw.CopyProp.diff [deleted file]
tests/mir-opt/copy-prop/reborrow.reraw.CopyProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/reborrow.reraw.CopyProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/reborrow.rs
tests/mir-opt/dataflow-const-prop/cast.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/checked.main.DataflowConstProp.diff [deleted file]
tests/mir-opt/dataflow-const-prop/checked.main.DataflowConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/checked.main.DataflowConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/checked.rs
tests/mir-opt/dataflow-const-prop/enum.multiple.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/enum.mutate_discriminant.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/enum.simple.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/if.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.diff [deleted file]
tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/inherit_overflow.rs
tests/mir-opt/dataflow-const-prop/issue_81605.f.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/ref_without_sb.main.DataflowConstProp.diff [deleted file]
tests/mir-opt/dataflow-const-prop/ref_without_sb.main.DataflowConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/ref_without_sb.main.DataflowConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/ref_without_sb.rs
tests/mir-opt/dataflow-const-prop/repr_transparent.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/self_assign.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/self_assign_add.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/sibling_ptr.main.DataflowConstProp.diff [deleted file]
tests/mir-opt/dataflow-const-prop/sibling_ptr.main.DataflowConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/sibling_ptr.main.DataflowConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/sibling_ptr.rs
tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/terminator.main.DataflowConstProp.diff [deleted file]
tests/mir-opt/dataflow-const-prop/terminator.main.DataflowConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/terminator.main.DataflowConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/terminator.rs
tests/mir-opt/dataflow-const-prop/tuple.main.DataflowConstProp.diff
tests/mir-opt/dead-store-elimination/cycle.cycle.DeadStoreElimination.diff [deleted file]
tests/mir-opt/dead-store-elimination/cycle.cycle.DeadStoreElimination.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/cycle.cycle.DeadStoreElimination.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/cycle.rs
tests/mir-opt/dead-store-elimination/place_mention.main.DeadStoreElimination.diff
tests/mir-opt/dead-store-elimination/provenance_soundness.pointer_to_int.DeadStoreElimination.diff
tests/mir-opt/dead-store-elimination/provenance_soundness.retags.DeadStoreElimination.diff
tests/mir-opt/deduplicate_blocks.is_line_doc_comment_2.DeduplicateBlocks.diff [deleted file]
tests/mir-opt/deduplicate_blocks.is_line_doc_comment_2.DeduplicateBlocks.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/deduplicate_blocks.is_line_doc_comment_2.DeduplicateBlocks.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/deduplicate_blocks.rs
tests/mir-opt/deref-patterns/string.foo.PreCodegen.after.mir
tests/mir-opt/derefer_complex_case.main.Derefer.diff [deleted file]
tests/mir-opt/derefer_complex_case.main.Derefer.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/derefer_complex_case.main.Derefer.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/derefer_complex_case.rs
tests/mir-opt/derefer_inline_test.main.Derefer.diff [deleted file]
tests/mir-opt/derefer_inline_test.main.Derefer.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/derefer_inline_test.main.Derefer.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/derefer_inline_test.rs
tests/mir-opt/derefer_terminator_test.main.Derefer.diff [deleted file]
tests/mir-opt/derefer_terminator_test.main.Derefer.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/derefer_terminator_test.main.Derefer.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/derefer_terminator_test.rs
tests/mir-opt/derefer_test.main.Derefer.diff
tests/mir-opt/derefer_test_multiple.main.Derefer.diff
tests/mir-opt/dest-prop/branch.foo.DestinationPropagation.diff [deleted file]
tests/mir-opt/dest-prop/branch.foo.DestinationPropagation.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/branch.foo.DestinationPropagation.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/branch.rs
tests/mir-opt/dest-prop/copy_propagation_arg.arg_src.DestinationPropagation.diff [deleted file]
tests/mir-opt/dest-prop/copy_propagation_arg.arg_src.DestinationPropagation.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.arg_src.DestinationPropagation.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.bar.DestinationPropagation.diff [deleted file]
tests/mir-opt/dest-prop/copy_propagation_arg.bar.DestinationPropagation.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.bar.DestinationPropagation.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.baz.DestinationPropagation.diff [deleted file]
tests/mir-opt/dest-prop/copy_propagation_arg.baz.DestinationPropagation.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.baz.DestinationPropagation.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.foo.DestinationPropagation.diff [deleted file]
tests/mir-opt/dest-prop/copy_propagation_arg.foo.DestinationPropagation.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.foo.DestinationPropagation.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/copy_propagation_arg.rs
tests/mir-opt/dest-prop/cycle.main.DestinationPropagation.diff [deleted file]
tests/mir-opt/dest-prop/cycle.main.DestinationPropagation.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/cycle.main.DestinationPropagation.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/cycle.rs
tests/mir-opt/dest-prop/dead_stores_79191.f.DestinationPropagation.after.mir [deleted file]
tests/mir-opt/dest-prop/dead_stores_79191.f.DestinationPropagation.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/dest-prop/dead_stores_79191.f.DestinationPropagation.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/dest-prop/dead_stores_79191.rs
tests/mir-opt/dest-prop/dead_stores_better.f.DestinationPropagation.after.mir [deleted file]
tests/mir-opt/dest-prop/dead_stores_better.f.DestinationPropagation.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/dest-prop/dead_stores_better.f.DestinationPropagation.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/dest-prop/dead_stores_better.rs
tests/mir-opt/dest-prop/simple.nrvo.DestinationPropagation.diff [deleted file]
tests/mir-opt/dest-prop/simple.nrvo.DestinationPropagation.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/simple.nrvo.DestinationPropagation.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/simple.rs
tests/mir-opt/dest-prop/union.main.DestinationPropagation.diff [deleted file]
tests/mir-opt/dest-prop/union.main.DestinationPropagation.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/union.main.DestinationPropagation.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/union.rs
tests/mir-opt/dest-prop/unreachable.f.DestinationPropagation.diff [deleted file]
tests/mir-opt/dest-prop/unreachable.f.DestinationPropagation.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/unreachable.f.DestinationPropagation.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dest-prop/unreachable.rs
tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff
tests/mir-opt/early_otherwise_branch.opt1.EarlyOtherwiseBranch.diff
tests/mir-opt/early_otherwise_branch.opt2.EarlyOtherwiseBranch.diff
tests/mir-opt/early_otherwise_branch.opt3.EarlyOtherwiseBranch.diff
tests/mir-opt/early_otherwise_branch_3_element_tuple.opt1.EarlyOtherwiseBranch.diff
tests/mir-opt/early_otherwise_branch_68867.try_sum.EarlyOtherwiseBranch.diff
tests/mir-opt/early_otherwise_branch_noopt.noopt1.EarlyOtherwiseBranch.diff
tests/mir-opt/early_otherwise_branch_soundness.no_deref_ptr.EarlyOtherwiseBranch.diff
tests/mir-opt/early_otherwise_branch_soundness.no_downcast.EarlyOtherwiseBranch.diff
tests/mir-opt/enum_opt.cand.EnumSizeOpt.32bit.diff
tests/mir-opt/enum_opt.cand.EnumSizeOpt.64bit.diff
tests/mir-opt/enum_opt.invalid.EnumSizeOpt.32bit.diff
tests/mir-opt/enum_opt.invalid.EnumSizeOpt.64bit.diff
tests/mir-opt/enum_opt.trunc.EnumSizeOpt.32bit.diff
tests/mir-opt/enum_opt.trunc.EnumSizeOpt.64bit.diff
tests/mir-opt/enum_opt.unin.EnumSizeOpt.32bit.diff
tests/mir-opt/enum_opt.unin.EnumSizeOpt.64bit.diff
tests/mir-opt/equal_true.opt.InstSimplify.diff
tests/mir-opt/exponential_or.match_tuple.SimplifyCfg-initial.after.mir
tests/mir-opt/fn_ptr_shim.core.ops-function-Fn-call.AddMovesForPackedDrops.before.mir
tests/mir-opt/funky_arms.float_to_exponential_common.ConstProp.diff [deleted file]
tests/mir-opt/funky_arms.float_to_exponential_common.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/funky_arms.float_to_exponential_common.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/funky_arms.rs
tests/mir-opt/generator_drop_cleanup.main-{closure#0}.generator_drop.0.mir [deleted file]
tests/mir-opt/generator_drop_cleanup.main-{closure#0}.generator_drop.0.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/generator_drop_cleanup.main-{closure#0}.generator_drop.0.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/generator_drop_cleanup.rs
tests/mir-opt/generator_storage_dead_unwind.main-{closure#0}.StateTransform.before.mir [deleted file]
tests/mir-opt/generator_storage_dead_unwind.main-{closure#0}.StateTransform.before.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/generator_storage_dead_unwind.main-{closure#0}.StateTransform.before.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/generator_storage_dead_unwind.rs
tests/mir-opt/generator_tiny.main-{closure#0}.generator_resume.0.mir
tests/mir-opt/if_condition_int.dont_opt_bool.SimplifyComparisonIntegral.diff
tests/mir-opt/if_condition_int.dont_opt_floats.SimplifyComparisonIntegral.diff
tests/mir-opt/if_condition_int.dont_remove_comparison.SimplifyComparisonIntegral.diff
tests/mir-opt/if_condition_int.opt_char.SimplifyComparisonIntegral.diff
tests/mir-opt/if_condition_int.opt_i8.SimplifyComparisonIntegral.diff
tests/mir-opt/if_condition_int.opt_multiple_ifs.SimplifyComparisonIntegral.diff
tests/mir-opt/if_condition_int.opt_negative.SimplifyComparisonIntegral.diff
tests/mir-opt/if_condition_int.opt_u32.SimplifyComparisonIntegral.diff
tests/mir-opt/inline/asm_unwind.main.Inline.diff [deleted file]
tests/mir-opt/inline/asm_unwind.main.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/asm_unwind.main.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/asm_unwind.rs
tests/mir-opt/inline/caller_with_trivial_bound.foo.Inline.diff [deleted file]
tests/mir-opt/inline/caller_with_trivial_bound.foo.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/caller_with_trivial_bound.rs
tests/mir-opt/inline/cycle.f.Inline.diff [deleted file]
tests/mir-opt/inline/cycle.f.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/cycle.f.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/cycle.g.Inline.diff [deleted file]
tests/mir-opt/inline/cycle.g.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/cycle.g.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/cycle.main.Inline.diff [deleted file]
tests/mir-opt/inline/cycle.main.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/cycle.main.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/cycle.rs
tests/mir-opt/inline/dyn_trait.get_query.Inline.diff [deleted file]
tests/mir-opt/inline/dyn_trait.get_query.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/dyn_trait.get_query.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/dyn_trait.mk_cycle.Inline.diff [deleted file]
tests/mir-opt/inline/dyn_trait.mk_cycle.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/dyn_trait.mk_cycle.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/dyn_trait.rs
tests/mir-opt/inline/dyn_trait.try_execute_query.Inline.diff [deleted file]
tests/mir-opt/inline/dyn_trait.try_execute_query.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/dyn_trait.try_execute_query.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/exponential_runtime.main.Inline.diff [deleted file]
tests/mir-opt/inline/exponential_runtime.main.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/exponential_runtime.main.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/exponential_runtime.rs
tests/mir-opt/inline/inline_any_operand.bar.Inline.after.mir
tests/mir-opt/inline/inline_closure.foo.Inline.after.mir
tests/mir-opt/inline/inline_closure_borrows_arg.foo.Inline.after.mir
tests/mir-opt/inline/inline_closure_captures.foo.Inline.after.mir
tests/mir-opt/inline/inline_compatibility.inlined_no_sanitize.Inline.diff [deleted file]
tests/mir-opt/inline/inline_compatibility.inlined_no_sanitize.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.inlined_no_sanitize.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.inlined_target_feature.Inline.diff [deleted file]
tests/mir-opt/inline/inline_compatibility.inlined_target_feature.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.inlined_target_feature.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.not_inlined_c_variadic.Inline.diff [deleted file]
tests/mir-opt/inline/inline_compatibility.not_inlined_c_variadic.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.not_inlined_c_variadic.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.not_inlined_no_sanitize.Inline.diff [deleted file]
tests/mir-opt/inline/inline_compatibility.not_inlined_no_sanitize.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.not_inlined_no_sanitize.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.not_inlined_target_feature.Inline.diff [deleted file]
tests/mir-opt/inline/inline_compatibility.not_inlined_target_feature.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.not_inlined_target_feature.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_compatibility.rs
tests/mir-opt/inline/inline_cycle.one.Inline.diff [deleted file]
tests/mir-opt/inline/inline_cycle.one.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_cycle.one.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_cycle.rs
tests/mir-opt/inline/inline_cycle.two.Inline.diff [deleted file]
tests/mir-opt/inline/inline_cycle.two.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_cycle.two.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_cycle_generic.main.Inline.diff [deleted file]
tests/mir-opt/inline/inline_cycle_generic.main.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_cycle_generic.main.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_cycle_generic.rs
tests/mir-opt/inline/inline_diverging.f.Inline.diff [deleted file]
tests/mir-opt/inline/inline_diverging.f.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_diverging.f.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_diverging.g.Inline.diff [deleted file]
tests/mir-opt/inline/inline_diverging.g.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_diverging.g.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_diverging.h.Inline.diff [deleted file]
tests/mir-opt/inline/inline_diverging.h.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_diverging.h.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_diverging.rs
tests/mir-opt/inline/inline_generator.main.Inline.diff [deleted file]
tests/mir-opt/inline/inline_generator.main.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_generator.main.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_generator.rs
tests/mir-opt/inline/inline_instruction_set.default.Inline.diff
tests/mir-opt/inline/inline_instruction_set.t32.Inline.diff
tests/mir-opt/inline/inline_into_box_place.main.Inline.diff [deleted file]
tests/mir-opt/inline/inline_into_box_place.main.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_into_box_place.main.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_into_box_place.rs
tests/mir-opt/inline/inline_options.main.Inline.after.mir [deleted file]
tests/mir-opt/inline/inline_options.main.Inline.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/inline/inline_options.main.Inline.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/inline/inline_options.rs
tests/mir-opt/inline/inline_retag.bar.Inline.after.mir
tests/mir-opt/inline/inline_shims.clone.Inline.diff [deleted file]
tests/mir-opt/inline/inline_shims.clone.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_shims.clone.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_shims.drop.Inline.diff [deleted file]
tests/mir-opt/inline/inline_shims.drop.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_shims.drop.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_shims.rs
tests/mir-opt/inline/inline_specialization.main.Inline.diff [deleted file]
tests/mir-opt/inline/inline_specialization.main.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_specialization.main.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/inline_specialization.rs
tests/mir-opt/inline/inline_trait_method.rs
tests/mir-opt/inline/inline_trait_method.test.Inline.after.mir [deleted file]
tests/mir-opt/inline/inline_trait_method.test.Inline.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/inline/inline_trait_method.test.Inline.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/inline/inline_trait_method_2.rs
tests/mir-opt/inline/inline_trait_method_2.test2.Inline.after.mir [deleted file]
tests/mir-opt/inline/inline_trait_method_2.test2.Inline.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/inline/inline_trait_method_2.test2.Inline.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/inline/issue_106141.outer.Inline.diff [deleted file]
tests/mir-opt/inline/issue_106141.outer.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/issue_106141.outer.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/issue_106141.rs
tests/mir-opt/inline/issue_58867_inline_as_ref_as_mut.a.Inline.after.mir
tests/mir-opt/inline/issue_58867_inline_as_ref_as_mut.b.Inline.after.mir
tests/mir-opt/inline/issue_58867_inline_as_ref_as_mut.c.Inline.after.mir
tests/mir-opt/inline/issue_58867_inline_as_ref_as_mut.d.Inline.after.mir
tests/mir-opt/inline/issue_76997_inline_scopes_parenting.main.Inline.after.mir
tests/mir-opt/inline/issue_78442.bar.Inline.diff [deleted file]
tests/mir-opt/inline/issue_78442.bar.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/issue_78442.bar.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/issue_78442.bar.RevealAll.diff [deleted file]
tests/mir-opt/inline/issue_78442.bar.RevealAll.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/issue_78442.bar.RevealAll.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/issue_78442.rs
tests/mir-opt/inline/unchecked_shifts.rs
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_bigger.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_bigger.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_bigger.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_bigger.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.Inline.diff [deleted file]
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.PreCodegen.after.mir [deleted file]
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_bigger.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_bigger.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_bigger.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_bigger.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_smaller.Inline.diff [deleted file]
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_smaller.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_smaller.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_smaller.PreCodegen.after.mir [deleted file]
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_smaller.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/inline/unchecked_shifts.unchecked_shr_signed_smaller.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/inline/unsized_argument.caller.Inline.diff
tests/mir-opt/inline/unwrap_unchecked.rs
tests/mir-opt/inline/unwrap_unchecked.unwrap_unchecked.Inline.diff [deleted file]
tests/mir-opt/inline/unwrap_unchecked.unwrap_unchecked.Inline.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/inline/unwrap_unchecked.unwrap_unchecked.Inline.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/inline/unwrap_unchecked.unwrap_unchecked.PreCodegen.after.mir [deleted file]
tests/mir-opt/inline/unwrap_unchecked.unwrap_unchecked.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/inline/unwrap_unchecked.unwrap_unchecked.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/instrument_coverage.bar.InstrumentCoverage.diff
tests/mir-opt/instrument_coverage.main.InstrumentCoverage.diff
tests/mir-opt/instsimplify_duplicate_switch_targets.assert_zero.InstSimplify.diff
tests/mir-opt/intrinsic_asserts.generic.InstSimplify.diff
tests/mir-opt/intrinsic_asserts.panics.InstSimplify.diff
tests/mir-opt/intrinsic_asserts.removable.InstSimplify.diff
tests/mir-opt/issue_101973.inner.ConstProp.diff [deleted file]
tests/mir-opt/issue_101973.inner.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/issue_101973.inner.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/issue_101973.rs
tests/mir-opt/issue_104451_unwindable_intrinsics.main.AbortUnwindingCalls.after.mir [deleted file]
tests/mir-opt/issue_104451_unwindable_intrinsics.main.AbortUnwindingCalls.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/issue_104451_unwindable_intrinsics.main.AbortUnwindingCalls.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/issue_104451_unwindable_intrinsics.rs
tests/mir-opt/issue_38669.main.SimplifyCfg-initial.after.mir
tests/mir-opt/issue_41110.main.ElaborateDrops.diff [deleted file]
tests/mir-opt/issue_41110.main.ElaborateDrops.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/issue_41110.main.ElaborateDrops.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/issue_41110.rs
tests/mir-opt/issue_41110.test.ElaborateDrops.diff [deleted file]
tests/mir-opt/issue_41110.test.ElaborateDrops.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/issue_41110.test.ElaborateDrops.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/issue_41697.{impl#0}-{constant#0}.SimplifyCfg-promote-consts.after.mir
tests/mir-opt/issue_41888.main.ElaborateDrops.diff [deleted file]
tests/mir-opt/issue_41888.main.ElaborateDrops.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/issue_41888.main.ElaborateDrops.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/issue_41888.rs
tests/mir-opt/issue_62289.rs
tests/mir-opt/issue_62289.test.ElaborateDrops.before.mir [deleted file]
tests/mir-opt/issue_62289.test.ElaborateDrops.before.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/issue_62289.test.ElaborateDrops.before.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/issue_72181.bar.built.after.mir
tests/mir-opt/issue_72181.foo.built.after.mir
tests/mir-opt/issue_72181.main.built.after.mir
tests/mir-opt/issue_72181_1.f.built.after.mir
tests/mir-opt/issue_72181_1.main.built.after.mir
tests/mir-opt/issue_76432.rs
tests/mir-opt/issue_76432.test.SimplifyComparisonIntegral.diff [deleted file]
tests/mir-opt/issue_76432.test.SimplifyComparisonIntegral.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/issue_76432.test.SimplifyComparisonIntegral.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/issue_78192.f.InstSimplify.diff
tests/mir-opt/issue_91633.bar.built.after.mir
tests/mir-opt/issue_91633.foo.built.after.mir
tests/mir-opt/issue_91633.fun.built.after.mir
tests/mir-opt/issue_91633.hey.built.after.mir
tests/mir-opt/issue_99325.main.built.after.mir
tests/mir-opt/issues/issue_59352.num_to_digit.PreCodegen.after.mir [deleted file]
tests/mir-opt/issues/issue_59352.num_to_digit.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/issues/issue_59352.num_to_digit.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/issues/issue_59352.rs
tests/mir-opt/issues/issue_75439.foo.MatchBranchSimplification.diff
tests/mir-opt/loop_test.main.SimplifyCfg-promote-consts.after.mir
tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff [deleted file]
tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.diff [deleted file]
tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len.NormalizeArrayLen.diff [deleted file]
tests/mir-opt/lower_array_len.array_len.NormalizeArrayLen.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len.NormalizeArrayLen.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len_by_value.NormalizeArrayLen.diff [deleted file]
tests/mir-opt/lower_array_len.array_len_by_value.NormalizeArrayLen.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len_by_value.NormalizeArrayLen.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.diff [deleted file]
tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len_reborrow.NormalizeArrayLen.diff [deleted file]
tests/mir-opt/lower_array_len.array_len_reborrow.NormalizeArrayLen.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len_reborrow.NormalizeArrayLen.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.rs
tests/mir-opt/lower_intrinsics.align_of.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.align_of.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.align_of.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.assume.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.assume.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.assume.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.discriminant.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.discriminant.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.discriminant.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.f_copy_nonoverlapping.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.f_copy_nonoverlapping.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.f_copy_nonoverlapping.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.forget.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.forget.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.forget.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.non_const.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.non_const.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.non_const.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.option_payload.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.option_payload.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.option_payload.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.ptr_offset.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.ptr_offset.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.ptr_offset.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.read_via_copy_primitive.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.read_via_copy_primitive.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.read_via_copy_primitive.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.read_via_copy_uninhabited.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.read_via_copy_uninhabited.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.read_via_copy_uninhabited.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.rs
tests/mir-opt/lower_intrinsics.size_of.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.size_of.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.size_of.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_inhabited.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.transmute_inhabited.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_inhabited.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_ref_dst.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.transmute_ref_dst.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_ref_dst.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_to_box_uninhabited.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.transmute_to_box_uninhabited.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_to_box_uninhabited.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_to_mut_uninhabited.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.transmute_to_mut_uninhabited.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_to_mut_uninhabited.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_to_ref_uninhabited.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.transmute_to_ref_uninhabited.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_to_ref_uninhabited.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_uninhabited.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.transmute_uninhabited.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.transmute_uninhabited.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.unchecked.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.unchecked.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.unreachable.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.unreachable.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.unreachable.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.with_overflow.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.with_overflow.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.with_overflow.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.wrapping.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.wrapping.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.wrapping.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.write_via_move_string.LowerIntrinsics.diff [deleted file]
tests/mir-opt/lower_intrinsics.write_via_move_string.LowerIntrinsics.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_intrinsics.write_via_move_string.LowerIntrinsics.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_slice_len.bound.LowerSliceLenCalls.diff [deleted file]
tests/mir-opt/lower_slice_len.bound.LowerSliceLenCalls.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/lower_slice_len.bound.LowerSliceLenCalls.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/lower_slice_len.rs
tests/mir-opt/match_arm_scopes.complicated_match.SimplifyCfg-initial.after-ElaborateDrops.after.diff [deleted file]
tests/mir-opt/match_arm_scopes.complicated_match.panic-abort.SimplifyCfg-initial.after-ElaborateDrops.after.diff [new file with mode: 0644]
tests/mir-opt/match_arm_scopes.complicated_match.panic-unwind.SimplifyCfg-initial.after-ElaborateDrops.after.diff [new file with mode: 0644]
tests/mir-opt/match_arm_scopes.rs
tests/mir-opt/match_test.main.SimplifyCfg-initial.after.mir
tests/mir-opt/matches_reduce_branches.bar.MatchBranchSimplification.diff
tests/mir-opt/matches_reduce_branches.foo.MatchBranchSimplification.diff
tests/mir-opt/matches_reduce_branches.match_nested_if.MatchBranchSimplification.diff
tests/mir-opt/matches_u8.exhaustive_match.MatchBranchSimplification.diff
tests/mir-opt/matches_u8.exhaustive_match_i8.MatchBranchSimplification.diff
tests/mir-opt/multiple_return_terminators.test.MultipleReturnTerminators.diff
tests/mir-opt/nll/named_lifetimes_basic.use_x.nll.0.mir
tests/mir-opt/nll/region_subtyping_basic.main.nll.0.32bit.mir
tests/mir-opt/nll/region_subtyping_basic.main.nll.0.64bit.mir
tests/mir-opt/no_drop_for_inactive_variant.rs
tests/mir-opt/no_drop_for_inactive_variant.unwrap.SimplifyCfg-elaborate-drops.after.mir [deleted file]
tests/mir-opt/no_drop_for_inactive_variant.unwrap.SimplifyCfg-elaborate-drops.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/no_drop_for_inactive_variant.unwrap.SimplifyCfg-elaborate-drops.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/no_spurious_drop_after_call.main.ElaborateDrops.before.mir [deleted file]
tests/mir-opt/no_spurious_drop_after_call.main.ElaborateDrops.before.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/no_spurious_drop_after_call.main.ElaborateDrops.before.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/no_spurious_drop_after_call.rs
tests/mir-opt/not_equal_false.opt.InstSimplify.diff
tests/mir-opt/nrvo_miscompile_111005.wrong.RenameReturnPlace.diff
tests/mir-opt/nrvo_simple.nrvo.RenameReturnPlace.diff [deleted file]
tests/mir-opt/nrvo_simple.nrvo.RenameReturnPlace.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/nrvo_simple.nrvo.RenameReturnPlace.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/nrvo_simple.rs
tests/mir-opt/packed_struct_drop_aligned.main.SimplifyCfg-elaborate-drops.after.mir [deleted file]
tests/mir-opt/packed_struct_drop_aligned.main.SimplifyCfg-elaborate-drops.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/packed_struct_drop_aligned.main.SimplifyCfg-elaborate-drops.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/packed_struct_drop_aligned.rs
tests/mir-opt/pre-codegen/chained_comparison.bitand.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/chained_comparison.naive.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/chained_comparison.returning.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/chained_comparison.rs [new file with mode: 0644]
tests/mir-opt/pre-codegen/checked_ops.checked_shl.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/checked_ops.rs [new file with mode: 0644]
tests/mir-opt/pre-codegen/checked_ops.step_forward.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/duplicate_switch_targets.ub_if_b.PreCodegen.after.mir
tests/mir-opt/pre-codegen/intrinsics.f_u64.PreCodegen.after.mir
tests/mir-opt/pre-codegen/intrinsics.f_unit.PreCodegen.after.mir
tests/mir-opt/pre-codegen/loops.filter_mapped.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/loops.int_range.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/loops.mapped.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/loops.rs [new file with mode: 0644]
tests/mir-opt/pre-codegen/loops.vec_move.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/mem_replace.manual_replace.PreCodegen.after.mir
tests/mir-opt/pre-codegen/mem_replace.mem_replace.PreCodegen.after.mir
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ConstProp.32bit.diff [deleted file]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ConstProp.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ConstProp.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ConstProp.64bit.diff [deleted file]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ConstProp.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ConstProp.64bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.PreCodegen.after.32bit.mir [deleted file]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.PreCodegen.after.32bit.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.PreCodegen.after.32bit.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.PreCodegen.after.64bit.mir [deleted file]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.PreCodegen.after.64bit.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.PreCodegen.after.64bit.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ScalarReplacementOfAggregates.32bit.diff [deleted file]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ScalarReplacementOfAggregates.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ScalarReplacementOfAggregates.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ScalarReplacementOfAggregates.64bit.diff [deleted file]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ScalarReplacementOfAggregates.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ScalarReplacementOfAggregates.64bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.SimplifyLocals-final.after.32bit.mir [deleted file]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.SimplifyLocals-final.after.32bit.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.SimplifyLocals-final.after.32bit.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.SimplifyLocals-final.after.64bit.mir [deleted file]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.SimplifyLocals-final.after.64bit.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.SimplifyLocals-final.after.64bit.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.rs
tests/mir-opt/pre-codegen/range_iter.forward_loop.PreCodegen.after.mir [deleted file]
tests/mir-opt/pre-codegen/range_iter.forward_loop.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/range_iter.forward_loop.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/range_iter.inclusive_loop.PreCodegen.after.mir [deleted file]
tests/mir-opt/pre-codegen/range_iter.inclusive_loop.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/range_iter.inclusive_loop.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/range_iter.range_inclusive_iter_next.PreCodegen.after.mir [deleted file]
tests/mir-opt/pre-codegen/range_iter.range_inclusive_iter_next.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/range_iter.range_inclusive_iter_next.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/range_iter.range_iter_next.PreCodegen.after.mir [deleted file]
tests/mir-opt/pre-codegen/range_iter.range_iter_next.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/range_iter.range_iter_next.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/range_iter.rs
tests/mir-opt/pre-codegen/simple_option_map.ezmap.PreCodegen.after.mir
tests/mir-opt/pre-codegen/slice_filter.rs [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_filter.variant_a-{closure#0}.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_filter.variant_b-{closure#0}.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_index.rs
tests/mir-opt/pre-codegen/slice_index.slice_get_mut_usize.PreCodegen.after.mir [deleted file]
tests/mir-opt/pre-codegen/slice_index.slice_get_mut_usize.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_index.slice_get_mut_usize.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_index.slice_get_unchecked_mut_range.PreCodegen.after.mir [deleted file]
tests/mir-opt/pre-codegen/slice_index.slice_get_unchecked_mut_range.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_index.slice_get_unchecked_mut_range.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_index.slice_index_range.PreCodegen.after.mir [deleted file]
tests/mir-opt/pre-codegen/slice_index.slice_index_range.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_index.slice_index_range.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_index.slice_index_usize.PreCodegen.after.mir [deleted file]
tests/mir-opt/pre-codegen/slice_index.slice_index_usize.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_index.slice_index_usize.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_iter.enumerated_loop.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_iter.enumerated_loop.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_iter.forward_loop.PreCodegen.after.mir [deleted file]
tests/mir-opt/pre-codegen/slice_iter.forward_loop.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_iter.forward_loop.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_iter.range_loop.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_iter.range_loop.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_iter.reverse_loop.PreCodegen.after.mir [deleted file]
tests/mir-opt/pre-codegen/slice_iter.reverse_loop.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_iter.reverse_loop.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_iter.rs
tests/mir-opt/pre-codegen/slice_iter.slice_iter_mut_next_back.PreCodegen.after.mir [deleted file]
tests/mir-opt/pre-codegen/slice_iter.slice_iter_mut_next_back.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_iter.slice_iter_mut_next_back.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_iter.slice_iter_next.PreCodegen.after.mir [deleted file]
tests/mir-opt/pre-codegen/slice_iter.slice_iter_next.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/slice_iter.slice_iter_next.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/spans.outer.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/spans.outer.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/pre-codegen/spans.rs [new file with mode: 0644]
tests/mir-opt/pre-codegen/try_identity.new.PreCodegen.after.mir
tests/mir-opt/pre-codegen/try_identity.old.PreCodegen.after.mir
tests/mir-opt/reference_prop.debuginfo.ReferencePropagation.diff
tests/mir-opt/reference_prop.dominate_storage.ReferencePropagation.diff
tests/mir-opt/reference_prop.maybe_dead.ReferencePropagation.diff
tests/mir-opt/reference_prop.multiple_storage.ReferencePropagation.diff
tests/mir-opt/reference_prop.mut_raw_then_mut_shr.ReferencePropagation.diff
tests/mir-opt/reference_prop.read_through_raw.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.unique_with_copies.ReferencePropagation.diff
tests/mir-opt/remove_fake_borrows.match_guard.CleanupPostBorrowck.diff [deleted file]
tests/mir-opt/remove_fake_borrows.match_guard.CleanupPostBorrowck.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/remove_fake_borrows.match_guard.CleanupPostBorrowck.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/remove_fake_borrows.rs
tests/mir-opt/remove_never_const.no_codegen.PreCodegen.after.mir
tests/mir-opt/remove_storage_markers.main.RemoveStorageMarkers.diff [deleted file]
tests/mir-opt/remove_storage_markers.main.RemoveStorageMarkers.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/remove_storage_markers.main.RemoveStorageMarkers.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/remove_storage_markers.rs
tests/mir-opt/remove_unneeded_drops.cannot_opt_generic.RemoveUnneededDrops.diff [deleted file]
tests/mir-opt/remove_unneeded_drops.cannot_opt_generic.RemoveUnneededDrops.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.cannot_opt_generic.RemoveUnneededDrops.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.dont_opt.RemoveUnneededDrops.diff [deleted file]
tests/mir-opt/remove_unneeded_drops.dont_opt.RemoveUnneededDrops.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.dont_opt.RemoveUnneededDrops.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.opt.RemoveUnneededDrops.diff [deleted file]
tests/mir-opt/remove_unneeded_drops.opt.RemoveUnneededDrops.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.opt.RemoveUnneededDrops.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.opt_generic_copy.RemoveUnneededDrops.diff [deleted file]
tests/mir-opt/remove_unneeded_drops.opt_generic_copy.RemoveUnneededDrops.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.opt_generic_copy.RemoveUnneededDrops.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/remove_unneeded_drops.rs
tests/mir-opt/remove_zsts.get_union.PreCodegen.after.mir
tests/mir-opt/remove_zsts.get_union.RemoveZsts.diff
tests/mir-opt/retag.array_casts.SimplifyCfg-elaborate-drops.after.mir [deleted file]
tests/mir-opt/retag.array_casts.SimplifyCfg-elaborate-drops.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/retag.array_casts.SimplifyCfg-elaborate-drops.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/retag.core.ptr-drop_in_place.Test.SimplifyCfg-make_shim.after.mir [deleted file]
tests/mir-opt/retag.core.ptr-drop_in_place.Test.SimplifyCfg-make_shim.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/retag.core.ptr-drop_in_place.Test.SimplifyCfg-make_shim.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/retag.main-{closure#0}.SimplifyCfg-elaborate-drops.after.mir [deleted file]
tests/mir-opt/retag.main-{closure#0}.SimplifyCfg-elaborate-drops.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/retag.main-{closure#0}.SimplifyCfg-elaborate-drops.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.mir [deleted file]
tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/retag.rs
tests/mir-opt/retag.{impl#0}-foo.SimplifyCfg-elaborate-drops.after.mir [deleted file]
tests/mir-opt/retag.{impl#0}-foo.SimplifyCfg-elaborate-drops.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/retag.{impl#0}-foo.SimplifyCfg-elaborate-drops.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/retag.{impl#0}-foo_shr.SimplifyCfg-elaborate-drops.after.mir [deleted file]
tests/mir-opt/retag.{impl#0}-foo_shr.SimplifyCfg-elaborate-drops.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/retag.{impl#0}-foo_shr.SimplifyCfg-elaborate-drops.after.panic-unwind.mir [new file with mode: 0644]
tests/mir-opt/separate_const_switch.identity.SeparateConstSwitch.diff
tests/mir-opt/separate_const_switch.rs
tests/mir-opt/separate_const_switch.too_complex.SeparateConstSwitch.diff
tests/mir-opt/simplify_cfg.main.SimplifyCfg-early-opt.diff
tests/mir-opt/simplify_cfg.main.SimplifyCfg-initial.diff
tests/mir-opt/simplify_duplicate_unreachable_blocks.assert_nonzero_nonmax.SimplifyCfg-after-uninhabited-enum-branching.diff
tests/mir-opt/simplify_if.main.SimplifyConstCondition-after-const-prop.diff [deleted file]
tests/mir-opt/simplify_if.main.SimplifyConstCondition-after-const-prop.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/simplify_if.main.SimplifyConstCondition-after-const-prop.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/simplify_if.rs
tests/mir-opt/simplify_locals.c.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals.d1.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals.d2.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals.expose_addr.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals.r.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals.t1.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals.t2.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals.t3.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals.t4.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff [deleted file]
tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals_fixedpoint.rs
tests/mir-opt/simplify_locals_removes_unused_consts.main.SimplifyLocals-before-const-prop.diff [deleted file]
tests/mir-opt/simplify_locals_removes_unused_consts.main.SimplifyLocals-before-const-prop.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals_removes_unused_consts.main.SimplifyLocals-before-const-prop.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/simplify_locals_removes_unused_consts.rs
tests/mir-opt/simplify_locals_removes_unused_discriminant_reads.map.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_match.main.ConstProp.diff [deleted file]
tests/mir-opt/simplify_match.main.ConstProp.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/simplify_match.main.ConstProp.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/simplify_match.rs
tests/mir-opt/slice_drop_shim.core.ptr-drop_in_place.[String].AddMovesForPackedDrops.before.mir
tests/mir-opt/slice_filter.rs [deleted file]
tests/mir-opt/slice_filter.variant_a-{closure#0}.CopyProp.diff [deleted file]
tests/mir-opt/slice_filter.variant_a-{closure#0}.DestinationPropagation.diff [deleted file]
tests/mir-opt/slice_filter.variant_a-{closure#0}.ReferencePropagation.diff [deleted file]
tests/mir-opt/slice_filter.variant_b-{closure#0}.CopyProp.diff [deleted file]
tests/mir-opt/slice_filter.variant_b-{closure#0}.DestinationPropagation.diff [deleted file]
tests/mir-opt/slice_filter.variant_b-{closure#0}.ReferencePropagation.diff [deleted file]
tests/mir-opt/spanview_block.main.built.after.html
tests/mir-opt/spanview_statement.main.built.after.html
tests/mir-opt/spanview_terminator.main.built.after.html
tests/mir-opt/sroa/lifetimes.foo.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa/structs.constant.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa/structs.copies.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa/structs.dropping.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa/structs.enums.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa/structs.escaping.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa/structs.flat.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa/structs.ref_copies.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa/structs.structs.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa/structs.unions.ScalarReplacementOfAggregates.diff
tests/mir-opt/storage_ranges.main.nll.0.mir
tests/mir-opt/switch_to_self.rs [new file with mode: 0644]
tests/mir-opt/switch_to_self.test.MatchBranchSimplification.diff [new file with mode: 0644]
tests/mir-opt/tls_access.main.PreCodegen.after.mir
tests/mir-opt/uninhabited_enum.process_never.SimplifyLocals-final.after.mir
tests/mir-opt/uninhabited_enum.process_void.SimplifyLocals-final.after.mir
tests/mir-opt/uninhabited_enum_branching.main.SimplifyCfg-after-uninhabited-enum-branching.after.mir
tests/mir-opt/uninhabited_enum_branching.main.UninhabitedEnumBranching.diff
tests/mir-opt/uninhabited_enum_branching2.main.SimplifyCfg-after-uninhabited-enum-branching.after.mir
tests/mir-opt/uninhabited_enum_branching2.main.UninhabitedEnumBranching.diff
tests/mir-opt/uninhabited_fallthrough_elimination.eliminate_fallthrough.UninhabitedEnumBranching.diff
tests/mir-opt/uninhabited_fallthrough_elimination.keep_fallthrough.UninhabitedEnumBranching.diff
tests/mir-opt/unreachable.main.UnreachablePropagation.diff [deleted file]
tests/mir-opt/unreachable.main.UnreachablePropagation.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/unreachable.main.UnreachablePropagation.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/unreachable.rs
tests/mir-opt/unreachable_diverging.main.UnreachablePropagation.diff [deleted file]
tests/mir-opt/unreachable_diverging.main.UnreachablePropagation.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/unreachable_diverging.main.UnreachablePropagation.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/unreachable_diverging.rs
tests/mir-opt/unusual_item_types.E-V-{constant#0}.built.after.mir
tests/mir-opt/unusual_item_types.Test-X-{constructor#0}.built.after.mir
tests/mir-opt/unusual_item_types.core.ptr-drop_in_place.Vec_i32_.AddMovesForPackedDrops.before.mir
tests/mir-opt/unusual_item_types.{impl#0}-ASSOCIATED_CONSTANT.built.after.mir
tests/mir-opt/while_storage.rs
tests/mir-opt/while_storage.while_loop.PreCodegen.after.mir [deleted file]
tests/mir-opt/while_storage.while_loop.PreCodegen.after.panic-abort.mir [new file with mode: 0644]
tests/mir-opt/while_storage.while_loop.PreCodegen.after.panic-unwind.mir [new file with mode: 0644]
tests/run-coverage-rustdoc/auxiliary/doctest_crate.rs [new file with mode: 0644]
tests/run-coverage-rustdoc/doctest.coverage [new file with mode: 0644]
tests/run-coverage-rustdoc/doctest.rs [new file with mode: 0644]
tests/run-coverage/abort.coverage [new file with mode: 0644]
tests/run-coverage/abort.rs [new file with mode: 0644]
tests/run-coverage/assert.coverage [new file with mode: 0644]
tests/run-coverage/assert.rs [new file with mode: 0644]
tests/run-coverage/async.coverage [new file with mode: 0644]
tests/run-coverage/async.rs [new file with mode: 0644]
tests/run-coverage/async2.coverage [new file with mode: 0644]
tests/run-coverage/async2.rs [new file with mode: 0644]
tests/run-coverage/auxiliary/inline_always_with_dead_code.rs [new file with mode: 0644]
tests/run-coverage/auxiliary/unused_mod_helper.rs [new file with mode: 0644]
tests/run-coverage/auxiliary/used_crate.rs [new file with mode: 0644]
tests/run-coverage/auxiliary/used_inline_crate.rs [new file with mode: 0644]
tests/run-coverage/closure.coverage [new file with mode: 0644]
tests/run-coverage/closure.rs [new file with mode: 0644]
tests/run-coverage/closure_macro.coverage [new file with mode: 0644]
tests/run-coverage/closure_macro.rs [new file with mode: 0644]
tests/run-coverage/closure_macro_async.coverage [new file with mode: 0644]
tests/run-coverage/closure_macro_async.rs [new file with mode: 0644]
tests/run-coverage/conditions.coverage [new file with mode: 0644]
tests/run-coverage/conditions.rs [new file with mode: 0644]
tests/run-coverage/continue.coverage [new file with mode: 0644]
tests/run-coverage/continue.rs [new file with mode: 0644]
tests/run-coverage/dead_code.coverage [new file with mode: 0644]
tests/run-coverage/dead_code.rs [new file with mode: 0644]
tests/run-coverage/drop_trait.coverage [new file with mode: 0644]
tests/run-coverage/drop_trait.rs [new file with mode: 0644]
tests/run-coverage/generator.coverage [new file with mode: 0644]
tests/run-coverage/generator.rs [new file with mode: 0644]
tests/run-coverage/generics.coverage [new file with mode: 0644]
tests/run-coverage/generics.rs [new file with mode: 0644]
tests/run-coverage/if.coverage [new file with mode: 0644]
tests/run-coverage/if.rs [new file with mode: 0644]
tests/run-coverage/if_else.coverage [new file with mode: 0644]
tests/run-coverage/if_else.rs [new file with mode: 0644]
tests/run-coverage/inline-dead.coverage [new file with mode: 0644]
tests/run-coverage/inline-dead.rs [new file with mode: 0644]
tests/run-coverage/inline.coverage [new file with mode: 0644]
tests/run-coverage/inline.rs [new file with mode: 0644]
tests/run-coverage/inner_items.coverage [new file with mode: 0644]
tests/run-coverage/inner_items.rs [new file with mode: 0644]
tests/run-coverage/issue-83601.coverage [new file with mode: 0644]
tests/run-coverage/issue-83601.rs [new file with mode: 0644]
tests/run-coverage/issue-84561.coverage [new file with mode: 0644]
tests/run-coverage/issue-84561.rs [new file with mode: 0644]
tests/run-coverage/issue-85461.coverage [new file with mode: 0644]
tests/run-coverage/issue-85461.rs [new file with mode: 0644]
tests/run-coverage/issue-93054.coverage [new file with mode: 0644]
tests/run-coverage/issue-93054.rs [new file with mode: 0644]
tests/run-coverage/lazy_boolean.coverage [new file with mode: 0644]
tests/run-coverage/lazy_boolean.rs [new file with mode: 0644]
tests/run-coverage/loop_break_value.coverage [new file with mode: 0644]
tests/run-coverage/loop_break_value.rs [new file with mode: 0644]
tests/run-coverage/loops_branches.coverage [new file with mode: 0644]
tests/run-coverage/loops_branches.rs [new file with mode: 0644]
tests/run-coverage/match_or_pattern.coverage [new file with mode: 0644]
tests/run-coverage/match_or_pattern.rs [new file with mode: 0644]
tests/run-coverage/nested_loops.coverage [new file with mode: 0644]
tests/run-coverage/nested_loops.rs [new file with mode: 0644]
tests/run-coverage/no_cov_crate.coverage [new file with mode: 0644]
tests/run-coverage/no_cov_crate.rs [new file with mode: 0644]
tests/run-coverage/overflow.coverage [new file with mode: 0644]
tests/run-coverage/overflow.rs [new file with mode: 0644]
tests/run-coverage/panic_unwind.coverage [new file with mode: 0644]
tests/run-coverage/panic_unwind.rs [new file with mode: 0644]
tests/run-coverage/partial_eq.coverage [new file with mode: 0644]
tests/run-coverage/partial_eq.rs [new file with mode: 0644]
tests/run-coverage/simple_loop.coverage [new file with mode: 0644]
tests/run-coverage/simple_loop.rs [new file with mode: 0644]
tests/run-coverage/simple_match.coverage [new file with mode: 0644]
tests/run-coverage/simple_match.rs [new file with mode: 0644]
tests/run-coverage/sort_groups.coverage [new file with mode: 0644]
tests/run-coverage/sort_groups.rs [new file with mode: 0644]
tests/run-coverage/test_harness.coverage [new file with mode: 0644]
tests/run-coverage/test_harness.rs [new file with mode: 0644]
tests/run-coverage/tight_inf_loop.coverage [new file with mode: 0644]
tests/run-coverage/tight_inf_loop.rs [new file with mode: 0644]
tests/run-coverage/try_error_result.coverage [new file with mode: 0644]
tests/run-coverage/try_error_result.rs [new file with mode: 0644]
tests/run-coverage/unused.coverage [new file with mode: 0644]
tests/run-coverage/unused.rs [new file with mode: 0644]
tests/run-coverage/unused_mod.coverage [new file with mode: 0644]
tests/run-coverage/unused_mod.rs [new file with mode: 0644]
tests/run-coverage/uses_crate.coverage [new file with mode: 0644]
tests/run-coverage/uses_crate.rs [new file with mode: 0644]
tests/run-coverage/uses_inline_crate.coverage [new file with mode: 0644]
tests/run-coverage/uses_inline_crate.rs [new file with mode: 0644]
tests/run-coverage/while.coverage [new file with mode: 0644]
tests/run-coverage/while.rs [new file with mode: 0644]
tests/run-coverage/while_early_ret.coverage [new file with mode: 0644]
tests/run-coverage/while_early_ret.rs [new file with mode: 0644]
tests/run-coverage/yield.coverage [new file with mode: 0644]
tests/run-coverage/yield.rs [new file with mode: 0644]
tests/run-make-fulldeps/hotplug_codegen_backend/the_backend.rs
tests/run-make-fulldeps/issue-19371/foo.rs
tests/run-make-fulldeps/obtain-borrowck/driver.rs
tests/run-make/const_fn_mir/dump.mir
tests/run-make/coverage-llvmir/Makefile
tests/run-make/coverage-reports/Makefile [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.abort.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.assert.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.async.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.async2.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.closure.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.closure_macro.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.closure_macro_async.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.conditions.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.continue.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.dead_code.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.doctest.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.drop_trait.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.generator.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.generics.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.if.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.if_else.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.inline-dead.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.inline.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.inner_items.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.issue-83601.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.issue-84561.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.issue-85461.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.issue-93054.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.lazy_boolean.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.loop_break_value.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.loops_branches.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.match_or_pattern.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.nested_loops.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.no_cov_crate.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.overflow.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.panic_unwind.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.partial_eq.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.simple_loop.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.simple_match.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.sort_groups.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.test_harness.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.tight_inf_loop.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.try_error_result.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.unused.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.unused_mod.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.uses_crate.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.uses_inline_crate.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.while.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.while_early_ret.txt [deleted file]
tests/run-make/coverage-reports/expected_show_coverage.yield.txt [deleted file]
tests/run-make/coverage-reports/normalize_paths.py [deleted file]
tests/run-make/coverage-reports/sort_subviews.py [deleted file]
tests/run-make/coverage/WARNING_KEEP_NAMES_SHORT.txt [deleted file]
tests/run-make/coverage/abort.rs [deleted file]
tests/run-make/coverage/assert.rs [deleted file]
tests/run-make/coverage/async.rs [deleted file]
tests/run-make/coverage/async2.rs [deleted file]
tests/run-make/coverage/closure.rs [deleted file]
tests/run-make/coverage/closure_macro.rs [deleted file]
tests/run-make/coverage/closure_macro_async.rs [deleted file]
tests/run-make/coverage/compiletest-ignore-dir [deleted file]
tests/run-make/coverage/conditions.rs [deleted file]
tests/run-make/coverage/continue.rs [deleted file]
tests/run-make/coverage/coverage_tools.mk [deleted file]
tests/run-make/coverage/dead_code.rs [deleted file]
tests/run-make/coverage/doctest.rs [deleted file]
tests/run-make/coverage/drop_trait.rs [deleted file]
tests/run-make/coverage/generator.rs [deleted file]
tests/run-make/coverage/generics.rs [deleted file]
tests/run-make/coverage/if.rs [deleted file]
tests/run-make/coverage/if_else.rs [deleted file]
tests/run-make/coverage/inline-dead.rs [deleted file]
tests/run-make/coverage/inline.rs [deleted file]
tests/run-make/coverage/inner_items.rs [deleted file]
tests/run-make/coverage/issue-83601.rs [deleted file]
tests/run-make/coverage/issue-84561.rs [deleted file]
tests/run-make/coverage/issue-85461.rs [deleted file]
tests/run-make/coverage/issue-93054.rs [deleted file]
tests/run-make/coverage/lazy_boolean.rs [deleted file]
tests/run-make/coverage/lib/doctest_crate.rs [deleted file]
tests/run-make/coverage/lib/inline_always_with_dead_code.rs [deleted file]
tests/run-make/coverage/lib/unused_mod_helper.rs [deleted file]
tests/run-make/coverage/lib/used_crate.rs [deleted file]
tests/run-make/coverage/lib/used_inline_crate.rs [deleted file]
tests/run-make/coverage/loop_break_value.rs [deleted file]
tests/run-make/coverage/loops_branches.rs [deleted file]
tests/run-make/coverage/match_or_pattern.rs [deleted file]
tests/run-make/coverage/nested_loops.rs [deleted file]
tests/run-make/coverage/no_cov_crate.rs [deleted file]
tests/run-make/coverage/overflow.rs [deleted file]
tests/run-make/coverage/panic_unwind.rs [deleted file]
tests/run-make/coverage/partial_eq.rs [deleted file]
tests/run-make/coverage/simple_loop.rs [deleted file]
tests/run-make/coverage/simple_match.rs [deleted file]
tests/run-make/coverage/sort_groups.rs [deleted file]
tests/run-make/coverage/test_harness.rs [deleted file]
tests/run-make/coverage/tight_inf_loop.rs [deleted file]
tests/run-make/coverage/try_error_result.rs [deleted file]
tests/run-make/coverage/unused.rs [deleted file]
tests/run-make/coverage/unused_mod.rs [deleted file]
tests/run-make/coverage/uses_crate.rs [deleted file]
tests/run-make/coverage/uses_inline_crate.rs [deleted file]
tests/run-make/coverage/while.rs [deleted file]
tests/run-make/coverage/while_early_ret.rs [deleted file]
tests/run-make/coverage/yield.rs [deleted file]
tests/run-make/emit-to-stdout/Makefile [new file with mode: 0644]
tests/run-make/emit-to-stdout/emit-link.stderr [new file with mode: 0644]
tests/run-make/emit-to-stdout/emit-llvm-bc.stderr [new file with mode: 0644]
tests/run-make/emit-to-stdout/emit-metadata.stderr [new file with mode: 0644]
tests/run-make/emit-to-stdout/emit-multiple-types.stderr [new file with mode: 0644]
tests/run-make/emit-to-stdout/emit-obj.stderr [new file with mode: 0644]
tests/run-make/emit-to-stdout/test.rs [new file with mode: 0644]
tests/run-make/libtest-junit/validate_junit.py
tests/run-make/optimization-remarks-dir/Makefile [new file with mode: 0644]
tests/run-make/optimization-remarks-dir/foo.rs [new file with mode: 0644]
tests/run-make/panic-abort-eh_frame/Makefile [new file with mode: 0644]
tests/run-make/panic-abort-eh_frame/foo.rs [new file with mode: 0644]
tests/run-make/rust-lld/Makefile [new file with mode: 0644]
tests/run-make/rust-lld/main.rs [new file with mode: 0644]
tests/run-make/rustdoc-map-file/validate_json.py
tests/run-make/rustdoc-themes/foo.rs
tests/run-make/sysroot-crates-are-unstable/test.py
tests/run-make/target-specs/Makefile
tests/run-make/target-specs/endianness-mismatch.json [new file with mode: 0644]
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/print.checks
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/script.sh
tests/rustdoc-gui/codeblock-tooltip.goml
tests/rustdoc-gui/docblock-code-block-line-number.goml
tests/rustdoc-gui/fields.goml [new file with mode: 0644]
tests/rustdoc-gui/headers-color.goml
tests/rustdoc-gui/help-page.goml
tests/rustdoc-gui/label-next-to-symbol.goml
tests/rustdoc-gui/notable-trait.goml
tests/rustdoc-gui/search-filter.goml
tests/rustdoc-gui/search-reexport.goml
tests/rustdoc-gui/search-result-color.goml
tests/rustdoc-gui/search-result-display.goml
tests/rustdoc-gui/search-result-keyword.goml
tests/rustdoc-gui/search-tab-change-title-fn-sig.goml
tests/rustdoc-gui/setting-go-to-only-result.goml
tests/rustdoc-gui/settings.goml
tests/rustdoc-gui/shortcuts.goml
tests/rustdoc-gui/sidebar-mobile.goml
tests/rustdoc-gui/sidebar-source-code.goml
tests/rustdoc-gui/source-code-page.goml
tests/rustdoc-gui/src/test_docs/lib.rs
tests/rustdoc-gui/target.goml
tests/rustdoc-gui/theme-change.goml
tests/rustdoc-gui/theme-in-history.goml
tests/rustdoc-js-std/alias-1.js
tests/rustdoc-js-std/alias-2.js
tests/rustdoc-js-std/alias-3.js
tests/rustdoc-js-std/alias-4.js
tests/rustdoc-js-std/alias.js
tests/rustdoc-js-std/asrawfd.js
tests/rustdoc-js-std/basic.js
tests/rustdoc-js-std/bufread-fill-buf.js [new file with mode: 0644]
tests/rustdoc-js-std/deduplication.js
tests/rustdoc-js-std/enum-option.js
tests/rustdoc-js-std/filter-crate.js
tests/rustdoc-js-std/fn-forget.js
tests/rustdoc-js-std/from_u.js
tests/rustdoc-js-std/keyword.js
tests/rustdoc-js-std/macro-check.js
tests/rustdoc-js-std/macro-print.js
tests/rustdoc-js-std/never.js
tests/rustdoc-js-std/option-type-signatures.js
tests/rustdoc-js-std/osstring-to-string.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-errors.js
tests/rustdoc-js-std/parser-filter.js
tests/rustdoc-js-std/parser-generics.js
tests/rustdoc-js-std/parser-ident.js
tests/rustdoc-js-std/parser-literal.js
tests/rustdoc-js-std/parser-paths.js
tests/rustdoc-js-std/parser-quote.js
tests/rustdoc-js-std/parser-returned.js
tests/rustdoc-js-std/parser-separators.js
tests/rustdoc-js-std/parser-slice-array.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-weird-queries.js
tests/rustdoc-js-std/path-ordering.js
tests/rustdoc-js-std/primitive.js
tests/rustdoc-js-std/println-typo.js
tests/rustdoc-js-std/quoted.js
tests/rustdoc-js-std/reference-shrink.js
tests/rustdoc-js-std/regex.js
tests/rustdoc-js-std/return-specific-literal.js
tests/rustdoc-js-std/return-specific.js
tests/rustdoc-js-std/should-fail.js
tests/rustdoc-js-std/string-from_ut.js
tests/rustdoc-js-std/struct-vec.js
tests/rustdoc-js-std/typed-query.js
tests/rustdoc-js-std/vec-new.js
tests/rustdoc-js/basic.js
tests/rustdoc-js/doc-alias-filter-out.js
tests/rustdoc-js/doc-alias-filter.js
tests/rustdoc-js/doc-alias-whitespace.js
tests/rustdoc-js/doc-alias.js
tests/rustdoc-js/exact-match.js
tests/rustdoc-js/foreign-type-path.js
tests/rustdoc-js/generics-impl.js
tests/rustdoc-js/generics-match-ambiguity.js [new file with mode: 0644]
tests/rustdoc-js/generics-match-ambiguity.rs [new file with mode: 0644]
tests/rustdoc-js/generics-multi-trait.js
tests/rustdoc-js/generics-nested.js
tests/rustdoc-js/generics-trait.js
tests/rustdoc-js/generics.js
tests/rustdoc-js/impl-trait.js
tests/rustdoc-js/macro-search.js
tests/rustdoc-js/module-substring.js
tests/rustdoc-js/nested-unboxed.js [new file with mode: 0644]
tests/rustdoc-js/nested-unboxed.rs [new file with mode: 0644]
tests/rustdoc-js/never-search.js [new file with mode: 0644]
tests/rustdoc-js/never-search.rs [new file with mode: 0644]
tests/rustdoc-js/path-ordering.js
tests/rustdoc-js/primitive.js
tests/rustdoc-js/prototype.js
tests/rustdoc-js/raw-pointer.js
tests/rustdoc-js/reexport.js
tests/rustdoc-js/search-bag-semantics.js
tests/rustdoc-js/search-short-types.js
tests/rustdoc-js/slice-array.js
tests/rustdoc-js/slice-array.rs
tests/rustdoc-js/struct-like-variant.js
tests/rustdoc-js/substring.js
tests/rustdoc-js/summaries.js
tests/rustdoc-js/where-clause.js
tests/rustdoc/alias-reexport.rs [new file with mode: 0644]
tests/rustdoc/alias-reexport2.rs [new file with mode: 0644]
tests/rustdoc/anchors.no_type_anchor2.html
tests/rustdoc/assoc-consts.rs
tests/rustdoc/auxiliary/alias-reexport.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/alias-reexport2.rs [new file with mode: 0644]
tests/rustdoc/decl-line-wrapping-empty-arg-list.decl.html [new file with mode: 0644]
tests/rustdoc/decl-line-wrapping-empty-arg-list.rs [new file with mode: 0644]
tests/rustdoc/double-hyphen-to-dash.rs [new file with mode: 0644]
tests/rustdoc/files-creation-hidden.rs [new file with mode: 0644]
tests/rustdoc/files-creation-private.rs [new file with mode: 0644]
tests/rustdoc/generic-associated-types/gats.rs
tests/rustdoc/inline-private-with-intermediate-doc-hidden.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/assoc-const-equality.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/assoc_item_trait_bounds.rs
tests/rustdoc/inline_cross/auxiliary/assoc-const-equality.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/assoc_item_trait_bounds.rs
tests/rustdoc/inline_cross/auxiliary/dyn_trait.rs
tests/rustdoc/inline_cross/dyn_trait.rs
tests/rustdoc/intra-doc/issue-108459.rs [new file with mode: 0644]
tests/rustdoc/intra-doc/prim-precedence.rs
tests/rustdoc/issue-109449-doc-hidden-reexports.rs [new file with mode: 0644]
tests/rustdoc/issue-111064-reexport-trait-from-hidden-2.rs
tests/rustdoc/issue-111249-file-creation.rs [new file with mode: 0644]
tests/rustdoc/issue-112515-impl-ty-alias.rs [new file with mode: 0644]
tests/rustdoc/redirect.rs
tests/rustdoc/reexport-attr-merge.rs
tests/rustdoc/reexport-doc-hidden-inside-private.rs [new file with mode: 0644]
tests/rustdoc/union-fields-html.rs [new file with mode: 0644]
tests/rustdoc/visibility.rs
tests/rustdoc/where.SWhere_Echo_impl.html [new file with mode: 0644]
tests/rustdoc/where.SWhere_Simd_item-decl.html
tests/rustdoc/where.alpha_trait_decl.html [new file with mode: 0644]
tests/rustdoc/where.bravo_trait_decl.html [new file with mode: 0644]
tests/rustdoc/where.charlie_fn_decl.html [new file with mode: 0644]
tests/rustdoc/where.golf_type_alias_decl.html [new file with mode: 0644]
tests/rustdoc/where.rs
tests/ui-fulldeps/missing-rustc-driver-error.stderr
tests/ui-fulldeps/session-diagnostic/diagnostic-derive-doc-comment-field.stderr
tests/ui-fulldeps/session-diagnostic/diagnostic-derive.rs
tests/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr
tests/ui-fulldeps/session-diagnostic/example.ftl
tests/ui-fulldeps/session-diagnostic/invalid-variable.rs [new file with mode: 0644]
tests/ui-fulldeps/session-diagnostic/subdiagnostic-derive.rs
tests/ui-fulldeps/session-diagnostic/subdiagnostic-derive.stderr
tests/ui-fulldeps/stable-mir/crate-info.rs
tests/ui/abi/foreign/foreign-fn-with-byval.rs
tests/ui/abi/issue-94223.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-112507.rs [new file with mode: 0644]
tests/ui/argument-suggestions/issue-112507.stderr [new file with mode: 0644]
tests/ui/asm/aarch64/may_unwind.rs
tests/ui/asm/parse-error.rs [new file with mode: 0644]
tests/ui/asm/parse-error.stderr [new file with mode: 0644]
tests/ui/asm/x86_64/parse-error.rs [deleted file]
tests/ui/asm/x86_64/parse-error.stderr [deleted file]
tests/ui/asm/x86_64/x86_64_parse_error.rs [new file with mode: 0644]
tests/ui/asm/x86_64/x86_64_parse_error.stderr [new file with mode: 0644]
tests/ui/assign-assign.rs
tests/ui/associated-consts/infer-placeholder-in-non-suggestable-pos.rs [new file with mode: 0644]
tests/ui/associated-consts/infer-placeholder-in-non-suggestable-pos.stderr [new file with mode: 0644]
tests/ui/associated-consts/issue-110933.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/assoc-inherent-unstable.rs
tests/ui/associated-inherent-types/assoc-inherent-unstable.stderr
tests/ui/associated-inherent-types/bugs/cycle-iat-inside-of-adt.rs
tests/ui/associated-inherent-types/bugs/cycle-iat-inside-of-adt.stderr
tests/ui/associated-inherent-types/dont-select-if-disabled.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/dont-select-if-disabled.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/issue-109071.no_gate.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/issue-109071.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/issue-109071.with_gate.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/issue-109789.stderr
tests/ui/associated-inherent-types/issue-111404-0.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/issue-111404-1.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/issue-111404-1.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/private-in-public.rs
tests/ui/associated-inherent-types/private-in-public.stderr
tests/ui/associated-type-bounds/dyn-impl-trait-type.rs
tests/ui/associated-type-bounds/dyn-rpit-and-let.rs
tests/ui/associated-type-bounds/implied-in-supertrait.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/bad-inputs-and-output.current.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/bad-inputs-and-output.next.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 [deleted file]
tests/ui/associated-type-bounds/return-type-notation/basic.current_with.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/basic.current_without.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/basic.next_with.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/basic.next_without.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.current.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/equality.next.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/equality.rs
tests/ui/associated-type-bounds/return-type-notation/equality.stderr [deleted file]
tests/ui/associated-type-bounds/rpit.rs
tests/ui/associated-type-bounds/trait-alias-impl-trait.rs
tests/ui/associated-types/dont-suggest-cyclic-constraint.rs [new file with mode: 0644]
tests/ui/associated-types/dont-suggest-cyclic-constraint.stderr [new file with mode: 0644]
tests/ui/associated-types/normalization-debruijn-3.rs
tests/ui/async-await/deep-futures-are-freeze.rs [new file with mode: 0644]
tests/ui/async-await/drop-track-bad-field-in-fru.stderr
tests/ui/async-await/drop-track-field-assign.rs
tests/ui/async-await/field-assign.rs
tests/ui/async-await/in-trait/async-associated-types2.rs [deleted file]
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/missing-feature-flag.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/missing-feature-flag.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/missing-feature-flag.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/normalize-opaque-with-bound-vars.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/return-not-existing-pair.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/return-not-existing-pair.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/return-not-existing-pair.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/return-not-existing-type-wrapping-rpitit.current.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/return-not-existing-type-wrapping-rpitit.next.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/return-not-existing-type-wrapping-rpitit.rs [new file with mode: 0644]
tests/ui/async-await/issue-64130-4-async-move.no_drop_tracking.stderr
tests/ui/async-await/issue-64130-4-async-move.rs
tests/ui/async-await/issue-70935-complex-spans.drop_tracking.stderr
tests/ui/async-await/issue-70935-complex-spans.drop_tracking_mir.stderr
tests/ui/async-await/issue-70935-complex-spans.no_drop_tracking.stderr
tests/ui/async-await/issue-70935-complex-spans.rs
tests/ui/async-await/issue-78115.rs [new file with mode: 0644]
tests/ui/async-await/non-trivial-drop.rs
tests/ui/async-await/return-type-notation/issue-110963-early.current.stderr [new file with mode: 0644]
tests/ui/async-await/return-type-notation/issue-110963-early.next.stderr [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 [deleted file]
tests/ui/async-await/return-type-notation/issue-110963-late.current.stderr [new file with mode: 0644]
tests/ui/async-await/return-type-notation/issue-110963-late.next.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 [deleted file]
tests/ui/async-await/return-type-notation/rtn-implied-in-supertrait.rs [new file with mode: 0644]
tests/ui/async-await/return-type-notation/rtn-implied-in-supertrait.stderr [new file with mode: 0644]
tests/ui/async-await/return-type-notation/rtn-in-impl-signature.rs [new file with mode: 0644]
tests/ui/async-await/return-type-notation/rtn-in-impl-signature.stderr [new file with mode: 0644]
tests/ui/async-await/return-type-notation/super-method-bound.current.stderr [new file with mode: 0644]
tests/ui/async-await/return-type-notation/super-method-bound.next.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 [deleted file]
tests/ui/async-await/return-type-notation/supertrait-bound.current.stderr [new file with mode: 0644]
tests/ui/async-await/return-type-notation/supertrait-bound.next.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 [deleted file]
tests/ui/async-await/return-type-notation/ty-or-ct-params.current.stderr [new file with mode: 0644]
tests/ui/async-await/return-type-notation/ty-or-ct-params.next.stderr [new file with mode: 0644]
tests/ui/async-await/return-type-notation/ty-or-ct-params.rs [new file with mode: 0644]
tests/ui/attributes/doc-test-literal.rs [new file with mode: 0644]
tests/ui/attributes/doc-test-literal.stderr [new file with mode: 0644]
tests/ui/auto-traits/issue-23080-2.current.stderr [new file with mode: 0644]
tests/ui/auto-traits/issue-23080-2.next.stderr [new file with mode: 0644]
tests/ui/auto-traits/issue-23080-2.rs
tests/ui/auto-traits/issue-23080-2.stderr [deleted file]
tests/ui/autoref-autoderef/deref-ambiguity-becomes-nonambiguous.rs [new file with mode: 0644]
tests/ui/autoref-autoderef/deref-ambiguity-becomes-nonambiguous.stderr [new file with mode: 0644]
tests/ui/binop/binop-mul-i32-f32.stderr
tests/ui/binop/shift-various-bad-types.stderr
tests/ui/borrowck/borrowck-thread-local-static-borrow-outlives-fn.stderr
tests/ui/borrowck/issue-111554.rs [new file with mode: 0644]
tests/ui/borrowck/issue-111554.stderr [new file with mode: 0644]
tests/ui/cfg/auxiliary/cfg_false_lib.rs
tests/ui/cfg/auxiliary/cfg_false_lib_no_std_after.rs [new file with mode: 0644]
tests/ui/cfg/auxiliary/cfg_false_lib_no_std_before.rs [new file with mode: 0644]
tests/ui/cfg/auxiliary/cfged_out.rs [new file with mode: 0644]
tests/ui/cfg/cfg-false-feature.rs
tests/ui/cfg/cfg-false-feature.stderr
tests/ui/cfg/cfg_false_no_std-1.rs [new file with mode: 0644]
tests/ui/cfg/cfg_false_no_std-2.rs [new file with mode: 0644]
tests/ui/cfg/cfg_false_no_std.rs
tests/ui/cfg/cfg_stmt_expr.rs
tests/ui/cfg/diagnostics-cross-crate.rs [new file with mode: 0644]
tests/ui/cfg/diagnostics-cross-crate.stderr [new file with mode: 0644]
tests/ui/cfg/diagnostics-not-a-def.rs [new file with mode: 0644]
tests/ui/cfg/diagnostics-not-a-def.stderr [new file with mode: 0644]
tests/ui/cfg/diagnostics-reexport.rs [new file with mode: 0644]
tests/ui/cfg/diagnostics-reexport.stderr [new file with mode: 0644]
tests/ui/cfg/diagnostics-same-crate.rs [new file with mode: 0644]
tests/ui/cfg/diagnostics-same-crate.stderr [new file with mode: 0644]
tests/ui/chalkify/arithmetic.rs [deleted file]
tests/ui/chalkify/assert.rs [deleted file]
tests/ui/chalkify/basic.rs [deleted file]
tests/ui/chalkify/bugs/async.rs [deleted file]
tests/ui/chalkify/bugs/async.stderr [deleted file]
tests/ui/chalkify/builtin-copy-clone.rs [deleted file]
tests/ui/chalkify/chalk_initial_program.rs [deleted file]
tests/ui/chalkify/chalk_initial_program.stderr [deleted file]
tests/ui/chalkify/closure.rs [deleted file]
tests/ui/chalkify/closure.stderr [deleted file]
tests/ui/chalkify/generic_impls.rs [deleted file]
tests/ui/chalkify/generic_impls.stderr [deleted file]
tests/ui/chalkify/impl_wf.rs [deleted file]
tests/ui/chalkify/impl_wf.stderr [deleted file]
tests/ui/chalkify/impl_wf_2.rs [deleted file]
tests/ui/chalkify/impl_wf_2.stderr [deleted file]
tests/ui/chalkify/inherent_impl.rs [deleted file]
tests/ui/chalkify/inherent_impl_min.rs [deleted file]
tests/ui/chalkify/lower_env1.rs [deleted file]
tests/ui/chalkify/lower_env2.rs [deleted file]
tests/ui/chalkify/lower_env3.rs [deleted file]
tests/ui/chalkify/lower_impl.rs [deleted file]
tests/ui/chalkify/lower_struct.rs [deleted file]
tests/ui/chalkify/lower_trait.rs [deleted file]
tests/ui/chalkify/lower_trait_higher_rank.rs [deleted file]
tests/ui/chalkify/lower_trait_where_clause.rs [deleted file]
tests/ui/chalkify/println.rs [deleted file]
tests/ui/chalkify/projection.rs [deleted file]
tests/ui/chalkify/recursive_where_clause_on_type.rs [deleted file]
tests/ui/chalkify/recursive_where_clause_on_type.stderr [deleted file]
tests/ui/chalkify/super_trait.rs [deleted file]
tests/ui/chalkify/trait-objects.rs [deleted file]
tests/ui/chalkify/trait_implied_bound.rs [deleted file]
tests/ui/chalkify/type_implied_bound.rs [deleted file]
tests/ui/chalkify/type_inference.rs [deleted file]
tests/ui/chalkify/type_inference.stderr [deleted file]
tests/ui/chalkify/type_wf.rs [deleted file]
tests/ui/chalkify/type_wf.stderr [deleted file]
tests/ui/closures/2229_closure_analysis/match/patterns-capture-analysis.rs
tests/ui/closures/2229_closure_analysis/match/patterns-capture-analysis.stderr
tests/ui/closures/2229_closure_analysis/run_pass/disjoint-capture-in-same-closure.rs
tests/ui/closures/2229_closure_analysis/run_pass/lit-pattern-matching-with-methods.rs
tests/ui/closures/cannot-call-unsized-via-ptr-2.rs [new file with mode: 0644]
tests/ui/closures/cannot-call-unsized-via-ptr-2.stderr [new file with mode: 0644]
tests/ui/closures/cannot-call-unsized-via-ptr.rs [new file with mode: 0644]
tests/ui/closures/cannot-call-unsized-via-ptr.stderr [new file with mode: 0644]
tests/ui/closures/closure-move-sync.rs
tests/ui/closures/closure-move-sync.stderr
tests/ui/closures/issue-111932.rs [new file with mode: 0644]
tests/ui/closures/issue-111932.stderr [new file with mode: 0644]
tests/ui/closures/issue-113087.rs [new file with mode: 0644]
tests/ui/closures/issue-113087.stderr [new file with mode: 0644]
tests/ui/closures/issue-72408-nested-closures-exponential.rs
tests/ui/codegen/subtyping-enforces-type-equality.rs [new file with mode: 0644]
tests/ui/codegen/subtyping-enforces-type-equality.stderr [new file with mode: 0644]
tests/ui/codegen/subtyping-impacts-selection-1.rs [new file with mode: 0644]
tests/ui/codegen/subtyping-impacts-selection-2.rs [new file with mode: 0644]
tests/ui/coercion/issue-3794.rs [new file with mode: 0644]
tests/ui/coherence/coherence-inherited-subtyping.old.stderr [deleted file]
tests/ui/coherence/coherence-inherited-subtyping.re.stderr [deleted file]
tests/ui/coherence/coherence-inherited-subtyping.rs
tests/ui/coherence/coherence-inherited-subtyping.stderr [new file with mode: 0644]
tests/ui/coinduction/canonicalization-rerun.rs
tests/ui/const-generics/adt_const_params/const_param_ty_bad.stderr
tests/ui/const-generics/adt_const_params/const_param_ty_good.rs
tests/ui/const-generics/adt_const_params/const_param_ty_impl_no_structural_eq.rs
tests/ui/const-generics/adt_const_params/const_param_ty_impl_no_structural_eq.stderr
tests/ui/const-generics/adt_const_params/const_param_ty_impl_union.rs
tests/ui/const-generics/adt_const_params/const_param_ty_impl_union.stderr
tests/ui/const-generics/const-argument-if-length.full.stderr
tests/ui/const-generics/const-argument-if-length.min.stderr
tests/ui/const-generics/const-param-type-depends-on-type-param.full.stderr
tests/ui/const-generics/const-param-type-depends-on-type-param.min.stderr
tests/ui/const-generics/const-param-type-depends-on-type-param.rs
tests/ui/const-generics/const-param-with-additional-obligations.rs [new file with mode: 0644]
tests/ui/const-generics/const-param-with-additional-obligations.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/default-param-wf-concrete.next.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/default-param-wf-concrete.old.stderr [new file with mode: 0644]
tests/ui/const-generics/defaults/default-param-wf-concrete.rs
tests/ui/const-generics/defaults/default-param-wf-concrete.stderr [deleted file]
tests/ui/const-generics/exhaustive-value.stderr
tests/ui/const-generics/float-generic.adt_const_params.stderr
tests/ui/const-generics/forbid-non-structural_match-types.rs
tests/ui/const-generics/forbid-non-structural_match-types.stderr
tests/ui/const-generics/generic_arg_infer/in-signature.rs
tests/ui/const-generics/generic_arg_infer/in-signature.stderr
tests/ui/const-generics/generic_arg_infer/issue-91614.stderr
tests/ui/const-generics/generic_const_exprs/array-size-in-generic-struct-param.full.stderr
tests/ui/const-generics/generic_const_exprs/array-size-in-generic-struct-param.min.stderr
tests/ui/const-generics/generic_const_exprs/array-size-in-generic-struct-param.rs
tests/ui/const-generics/generic_const_exprs/eval-privacy.rs
tests/ui/const-generics/generic_const_exprs/eval-privacy.stderr
tests/ui/const-generics/generic_const_exprs/inline-const-in-const-generic-defaults.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-109141.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-109141.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/issue-80742.stderr
tests/ui/const-generics/generic_const_exprs/issue-86710.rs
tests/ui/const-generics/generic_const_exprs/issue-96699.rs [new file with mode: 0644]
tests/ui/const-generics/invalid-enum.rs
tests/ui/const-generics/invalid-enum.stderr
tests/ui/const-generics/issue-112505-overflow.rs [new file with mode: 0644]
tests/ui/const-generics/issue-112505-overflow.stderr [new file with mode: 0644]
tests/ui/const-generics/issue-66451.rs
tests/ui/const-generics/issue-66451.stderr
tests/ui/const-generics/issue-80471.rs
tests/ui/const-generics/issue-80471.stderr
tests/ui/const-generics/issues/issue-63322-forbid-dyn.full.stderr
tests/ui/const-generics/issues/issue-63322-forbid-dyn.rs
tests/ui/const-generics/issues/issue-67185-2.stderr
tests/ui/const-generics/issues/issue-70273-assoc-fn.rs
tests/ui/const-generics/issues/issue-71381.full.stderr
tests/ui/const-generics/issues/issue-71381.rs
tests/ui/const-generics/issues/issue-71611.full.stderr
tests/ui/const-generics/issues/issue-71611.rs
tests/ui/const-generics/issues/issue-74255.min.stderr
tests/ui/const-generics/issues/issue-74255.rs
tests/ui/const-generics/issues/issue-74950.min.stderr
tests/ui/const-generics/issues/issue-74950.rs
tests/ui/const-generics/issues/issue-87076.rs
tests/ui/const-generics/issues/issue-97278.rs
tests/ui/const-generics/issues/issue-97278.stderr
tests/ui/const-generics/issues/issue-99641.rs
tests/ui/const-generics/issues/issue-99641.stderr
tests/ui/const-generics/overlapping_impls.rs
tests/ui/const-generics/std/const-generics-range.full.stderr [new file with mode: 0644]
tests/ui/const-generics/std/const-generics-range.min.stderr
tests/ui/const-generics/std/const-generics-range.rs
tests/ui/const-generics/transmute-fail.stderr
tests/ui/const-ptr/forbidden_slices.stderr
tests/ui/consts/assoc_const_generic_impl.rs
tests/ui/consts/const-eval/const-eval-overflow-3b.stderr
tests/ui/consts/const-eval/const-eval-overflow-4b.stderr
tests/ui/consts/const-eval/erroneous-const.rs
tests/ui/consts/const-eval/erroneous-const.stderr
tests/ui/consts/const-eval/erroneous-const2.rs
tests/ui/consts/const-eval/erroneous-const2.stderr
tests/ui/consts/const-eval/heap/alloc_intrinsic_errors.stderr
tests/ui/consts/const-eval/heap/alloc_intrinsic_nontransient_fail.rs
tests/ui/consts/const-eval/heap/alloc_intrinsic_nontransient_fail.stderr
tests/ui/consts/const-eval/heap/alloc_intrinsic_untyped.rs
tests/ui/consts/const-eval/heap/alloc_intrinsic_untyped.stderr
tests/ui/consts/const-eval/heap/dealloc_intrinsic_incorrect_layout.stderr
tests/ui/consts/const-eval/infinite_loop.rs
tests/ui/consts/const-eval/infinite_loop.stderr
tests/ui/consts/const-eval/issue-52475.rs
tests/ui/consts/const-eval/issue-52475.stderr
tests/ui/consts/const-eval/issue-70723.rs
tests/ui/consts/const-eval/issue-70723.stderr
tests/ui/consts/const-eval/promoted_errors.rs
tests/ui/consts/const-eval/raw-bytes.32bit.stderr
tests/ui/consts/const-eval/raw-bytes.64bit.stderr
tests/ui/consts/const-eval/stable-metric/ctfe-fn-call.rs
tests/ui/consts/const-eval/stable-metric/ctfe-fn-call.stderr
tests/ui/consts/const-eval/stable-metric/ctfe-labelled-loop.rs
tests/ui/consts/const-eval/stable-metric/ctfe-labelled-loop.stderr
tests/ui/consts/const-eval/stable-metric/ctfe-recursion.rs
tests/ui/consts/const-eval/stable-metric/ctfe-recursion.stderr
tests/ui/consts/const-eval/stable-metric/ctfe-simple-loop.allow.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-simple-loop.rs
tests/ui/consts/const-eval/stable-metric/ctfe-simple-loop.stderr [deleted file]
tests/ui/consts/const-eval/stable-metric/ctfe-simple-loop.warn.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-enum.32bit.stderr
tests/ui/consts/const-eval/ub-enum.64bit.stderr
tests/ui/consts/const-eval/ub-uninhabit.stderr
tests/ui/consts/const-eval/unwind-abort.rs
tests/ui/consts/const-eval/validate_uninhabited_zsts.32bit.stderr
tests/ui/consts/const-eval/validate_uninhabited_zsts.64bit.stderr
tests/ui/consts/const-len-underflow-separate-spans.next.stderr [new file with mode: 0644]
tests/ui/consts/const-len-underflow-separate-spans.old.stderr [new file with mode: 0644]
tests/ui/consts/const-len-underflow-separate-spans.rs
tests/ui/consts/const-len-underflow-separate-spans.stderr [deleted file]
tests/ui/consts/const_in_pattern/issue-73431.rs
tests/ui/consts/const_limit/const_eval_limit_not_reached.rs [deleted file]
tests/ui/consts/const_limit/const_eval_limit_overflow.rs [deleted file]
tests/ui/consts/const_limit/const_eval_limit_overflow.stderr [deleted file]
tests/ui/consts/const_limit/const_eval_limit_reached.rs [deleted file]
tests/ui/consts/const_limit/const_eval_limit_reached.stderr [deleted file]
tests/ui/consts/const_limit/feature-gate-const_eval_limit.rs [deleted file]
tests/ui/consts/const_limit/feature-gate-const_eval_limit.stderr [deleted file]
tests/ui/consts/issue-16538.mir.stderr [new file with mode: 0644]
tests/ui/consts/issue-16538.rs [new file with mode: 0644]
tests/ui/consts/issue-16538.thir.stderr [new file with mode: 0644]
tests/ui/consts/issue-28822.rs [new file with mode: 0644]
tests/ui/consts/issue-29798.rs [new file with mode: 0644]
tests/ui/consts/issue-64506.stderr
tests/ui/consts/issue-83182.stderr
tests/ui/consts/issue-miri-1910.stderr
tests/ui/consts/large_const_alloc.rs
tests/ui/consts/miri_unleashed/assoc_const.stderr
tests/ui/consts/miri_unleashed/raw_mutable_const.rs
tests/ui/consts/miri_unleashed/raw_mutable_const.stderr
tests/ui/consts/missing-larger-array-impl.rs [new file with mode: 0644]
tests/ui/consts/missing-larger-array-impl.stderr [new file with mode: 0644]
tests/ui/consts/missing_span_in_backtrace.stderr
tests/ui/consts/offset_from_ub.stderr
tests/ui/consts/raw-ptr-const.rs
tests/ui/consts/raw-ptr-const.stderr
tests/ui/consts/refs_check_const_eq-issue-88384.rs
tests/ui/consts/refs_check_const_eq-issue-88384.stderr
tests/ui/consts/timeout.rs [new file with mode: 0644]
tests/ui/consts/timeout.stderr [new file with mode: 0644]
tests/ui/consts/too_generic_eval_ice.stderr
tests/ui/deriving/deriving-all-codegen.stdout
tests/ui/deriving/issue-103157.stderr
tests/ui/did_you_mean/issue-21659-show-relevant-trait-impls-2.stderr
tests/ui/did_you_mean/issue-39802-show-5-trait-impls.stderr
tests/ui/did_you_mean/issue-42599_available_fields_note.stderr
tests/ui/did_you_mean/issue-49746-unicode-confusable-in-float-literal-expt.stderr
tests/ui/discrim/discrim-ill-typed.rs [deleted file]
tests/ui/discrim/discrim-ill-typed.stderr [deleted file]
tests/ui/discrim/discrim-overflow-2.rs [deleted file]
tests/ui/discrim/discrim-overflow-2.stderr [deleted file]
tests/ui/discrim/discrim-overflow.rs [deleted file]
tests/ui/discrim/discrim-overflow.stderr [deleted file]
tests/ui/dst/dst-object-from-unsized-type.stderr
tests/ui/duplicate/dupe-symbols-7.rs
tests/ui/duplicate/dupe-symbols-7.stderr
tests/ui/dyn-star/box.rs
tests/ui/dyn-star/param-env-infer.current.stderr [deleted file]
tests/ui/dyn-star/param-env-infer.next.stderr [deleted file]
tests/ui/dyn-star/param-env-infer.rs [deleted file]
tests/ui/dyn-star/param-env-region-infer.current.stderr [new file with mode: 0644]
tests/ui/dyn-star/param-env-region-infer.next.stderr [new file with mode: 0644]
tests/ui/dyn-star/param-env-region-infer.rs [new file with mode: 0644]
tests/ui/empty-allocation-rvalue-non-null.rs
tests/ui/empty/empty-macro-use.stderr
tests/ui/enum-discriminant/discriminant-ill-typed.rs [new file with mode: 0644]
tests/ui/enum-discriminant/discriminant-ill-typed.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/discriminant-overflow-2.rs [new file with mode: 0644]
tests/ui/enum-discriminant/discriminant-overflow-2.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/discriminant-overflow.rs [new file with mode: 0644]
tests/ui/enum-discriminant/discriminant-overflow.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/issue-50689.rs [new file with mode: 0644]
tests/ui/enum/suggest-default-attribute.stderr
tests/ui/error-codes/E0283.stderr
tests/ui/error-codes/E0445.rs
tests/ui/error-codes/E0445.stderr
tests/ui/error-codes/E0560.stderr
tests/ui/error-codes/E0637.stderr
tests/ui/error-codes/E0790.stderr
tests/ui/explicit-tail-calls/become-outside.array.stderr [new file with mode: 0644]
tests/ui/explicit-tail-calls/become-outside.constant.stderr [new file with mode: 0644]
tests/ui/explicit-tail-calls/become-outside.rs [new file with mode: 0644]
tests/ui/explicit-tail-calls/return-lifetime-sub.rs [new file with mode: 0644]
tests/ui/explicit-tail-calls/return-mismatches.rs [new file with mode: 0644]
tests/ui/explicit-tail-calls/return-mismatches.stderr [new file with mode: 0644]
tests/ui/extern/extern-crate-visibility.stderr
tests/ui/extern/issue-112363-extern-item-where-clauses-debug-ice.rs [new file with mode: 0644]
tests/ui/extern/issue-112363-extern-item-where-clauses-debug-ice.stderr [new file with mode: 0644]
tests/ui/extern/issue-1251.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-explicit_tail_calls.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-explicit_tail_calls.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-generic_arg_infer.rs
tests/ui/feature-gates/feature-gate-return_type_notation.cfg_current.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-return_type_notation.cfg_next.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-return_type_notation.no_current.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-return_type_notation.no_next.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-return_type_notation.rs
tests/ui/feature-gates/feature-gate-type_alias_impl_trait.rs
tests/ui/feature-gates/feature-gate-type_privacy_lints.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-type_privacy_lints.stderr [new file with mode: 0644]
tests/ui/fmt/ifmt-unimpl.stderr
tests/ui/for-loop-while/issue-1257.rs [new file with mode: 0644]
tests/ui/for-loop-while/loop-break-value.rs
tests/ui/for/issue-20605.current.stderr [new file with mode: 0644]
tests/ui/for/issue-20605.next.stderr [new file with mode: 0644]
tests/ui/for/issue-20605.rs [new file with mode: 0644]
tests/ui/generator/layout-error.rs
tests/ui/generator/layout-error.stderr
tests/ui/generic-associated-types/gat-bounds-not-checked-with-right-substitutions.rs [new file with mode: 0644]
tests/ui/generic-associated-types/gat-bounds-not-checked-with-right-substitutions.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-88287.stderr
tests/ui/generic-associated-types/issue-88595.rs
tests/ui/generic-associated-types/issue-88595.stderr
tests/ui/generic-associated-types/issue-90014-tait.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-90014-tait.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-90014-tait2.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-90014-tait2.stderr [new file with mode: 0644]
tests/ui/generics/issue-65285-incorrect-explicit-lifetime-name-needed.stderr
tests/ui/generics/post_monomorphization_error_backtrace.rs
tests/ui/hashmap/hashmap-memory.rs
tests/ui/higher-lifetime-bounds.rs [deleted file]
tests/ui/higher-lifetime-bounds.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/complex.rs [deleted file]
tests/ui/higher-rank-trait-bounds/due-to-where-clause.rs [deleted file]
tests/ui/higher-rank-trait-bounds/due-to-where-clause.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/fn-ptr.classic.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/fn-ptr.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hang-on-deeply-nested-dyn.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hang-on-deeply-nested-dyn.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-binder-levels-in-object-types.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-cache-issue-54302.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-cache-issue-54302.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-conflate-regions.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-conflate-regions.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-debruijn-in-receiver.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-debruijn-in-receiver.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-debruijn-object-types-in-closures.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-fn.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-fn.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-trait-contravariant.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-trait-contravariant.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-trait-covariant.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-trait-invariant.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-exists-forall-trait-invariant.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-fn-like-trait-object.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-fn-like-trait.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-higher-ranker-supertraits-transitive.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-higher-ranker-supertraits-transitive.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-higher-ranker-supertraits.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-higher-ranker-supertraits.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-identity-fn-borrows.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-identity-fn-borrows.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-just-for-static.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-just-for-static.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-malformed-lifetime-generics.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-malformed-lifetime-generics.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-opt-in-copy.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-parse.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-perfect-forwarding.polonius.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-perfect-forwarding.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-perfect-forwarding.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-precedence-of-plus-where-clause.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-precedence-of-plus.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-resolve-lifetime.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-trait-object-paren-notation.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-trait-object-passed-to-closure.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-type-outlives.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-unboxed-closure-trait.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-wrong-kind.rs [deleted file]
tests/ui/higher-rank-trait-bounds/hrtb-wrong-kind.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/issue-100689.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-102899.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-30786.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-30786.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/issue-36139-normalize-closure-sig.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-39292.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-42114.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-43623.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-46989.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-46989.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/issue-57639.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-58451.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-58451.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/issue-59311.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-59311.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/issue-60283.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-62203-hrtb-ice.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-62203-hrtb-ice.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/issue-88446.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-88586-hr-self-outlives-in-trait-def.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-90177.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-95034.rs [deleted file]
tests/ui/higher-rank-trait-bounds/issue-95230.new.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/issue-95230.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-44005.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-56556.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-1.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-2.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-3.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-3.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-4.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-5.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-62529-6.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-70120.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-71955.migrate.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-71955.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-71955.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-74261.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-76956.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-80706.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-80956.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-81809.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-85455.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-85455.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-89118.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-89118.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-89436.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-90612.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-90638.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-90875.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-90950.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-90950.stderr [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/norm-before-method-resolution.rs [deleted file]
tests/ui/higher-rank-trait-bounds/normalize-under-binder/norm-before-method-resolution.stderr [deleted file]
tests/ui/higher-ranked/higher-lifetime-bounds.rs [new file with mode: 0644]
tests/ui/higher-ranked/higher-lifetime-bounds.stderr [new file with mode: 0644]
tests/ui/higher-ranked/leak-check-in-selection.rs [new file with mode: 0644]
tests/ui/higher-ranked/subtype/hr-subtype.bound_a_b_ret_a_vs_bound_a_ret_a.stderr [new file with mode: 0644]
tests/ui/higher-ranked/subtype/hr-subtype.bound_a_vs_free_x.stderr [new file with mode: 0644]
tests/ui/higher-ranked/subtype/hr-subtype.bound_inv_a_b_vs_bound_inv_a.stderr [new file with mode: 0644]
tests/ui/higher-ranked/subtype/hr-subtype.free_inv_x_vs_free_inv_y.stderr [new file with mode: 0644]
tests/ui/higher-ranked/subtype/hr-subtype.free_x_vs_free_y.stderr [new file with mode: 0644]
tests/ui/higher-ranked/subtype/hr-subtype.rs [new file with mode: 0644]
tests/ui/higher-ranked/subtype/placeholder-pattern-fail.rs [new file with mode: 0644]
tests/ui/higher-ranked/subtype/placeholder-pattern-fail.stderr [new file with mode: 0644]
tests/ui/higher-ranked/subtype/placeholder-pattern.rs [new file with mode: 0644]
tests/ui/higher-ranked/subtype/return-static.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/complex.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/due-to-where-clause.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/due-to-where-clause.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/fn-ptr.classic.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/fn-ptr.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/future.classic.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/future.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hang-on-deeply-nested-dyn.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hang-on-deeply-nested-dyn.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-binder-levels-in-object-types.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-cache-issue-54302.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-cache-issue-54302.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-conflate-regions.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-conflate-regions.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-debruijn-in-receiver.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-debruijn-in-receiver.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-debruijn-object-types-in-closures.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-exists-forall-fn.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-exists-forall-fn.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-exists-forall-trait-contravariant.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-exists-forall-trait-contravariant.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-exists-forall-trait-covariant.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-exists-forall-trait-invariant.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-exists-forall-trait-invariant.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-fn-like-trait-object.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-fn-like-trait.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-higher-ranker-supertraits-transitive.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-higher-ranker-supertraits-transitive.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-higher-ranker-supertraits.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-higher-ranker-supertraits.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-identity-fn-borrows.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-identity-fn-borrows.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-just-for-static.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-just-for-static.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-malformed-lifetime-generics.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-malformed-lifetime-generics.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-opt-in-copy.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-parse.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-perfect-forwarding.polonius.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-perfect-forwarding.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-perfect-forwarding.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-precedence-of-plus-where-clause.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-precedence-of-plus.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-resolve-lifetime.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-trait-object-paren-notation.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-trait-object-passed-to-closure.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-type-outlives.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-unboxed-closure-trait.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-wrong-kind.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/hrtb-wrong-kind.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-100689.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-102899.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-30786.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-30786.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-36139-normalize-closure-sig.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-39292.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-42114.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-43623.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-46989.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-46989.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-57639.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-58451.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-58451.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-59311.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-59311.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-60283.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-62203-hrtb-ice.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-62203-hrtb-ice.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-88446.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-88586-hr-self-outlives-in-trait-def.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-90177.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-95034.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-95230.next.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/issue-95230.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-44005.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-56556.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-62529-1.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-62529-2.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-62529-3.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-62529-3.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-62529-4.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-62529-5.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-62529-6.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-70120.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-71955.migrate.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-71955.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-71955.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-74261.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-76956.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-80706.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-80956.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-81809.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-85455.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-85455.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-89118.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-89118.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-89436.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-90612.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-90638.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-90875.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-90950.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-90950.stderr [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/norm-before-method-resolution.rs [new file with mode: 0644]
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/norm-before-method-resolution.stderr [new file with mode: 0644]
tests/ui/hr-subtype/hr-subtype.bound_a_b_ret_a_vs_bound_a_ret_a.stderr [deleted file]
tests/ui/hr-subtype/hr-subtype.bound_a_vs_free_x.stderr [deleted file]
tests/ui/hr-subtype/hr-subtype.bound_inv_a_b_vs_bound_inv_a.stderr [deleted file]
tests/ui/hr-subtype/hr-subtype.free_inv_x_vs_free_inv_y.stderr [deleted file]
tests/ui/hr-subtype/hr-subtype.free_x_vs_free_y.stderr [deleted file]
tests/ui/hr-subtype/hr-subtype.rs [deleted file]
tests/ui/hr-subtype/placeholder-pattern-fail.rs [deleted file]
tests/ui/hr-subtype/placeholder-pattern-fail.stderr [deleted file]
tests/ui/hr-subtype/placeholder-pattern.rs [deleted file]
tests/ui/hr-subtype/return-static.rs [deleted file]
tests/ui/hygiene/no_implicit_prelude-2018.stderr
tests/ui/impl-trait/auto-trait-leak.rs
tests/ui/impl-trait/auto-trait-leak.stderr
tests/ui/impl-trait/autoderef.rs
tests/ui/impl-trait/coherence-treats-tait-ambig.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/coherence-treats-tait-ambig.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/coherence-treats-tait-ambig.rs [new file with mode: 0644]
tests/ui/impl-trait/deduce-signature-from-supertrait.rs
tests/ui/impl-trait/defined-by-trait-resolution.rs [new file with mode: 0644]
tests/ui/impl-trait/dont-suggest-box-on-empty-else-arm.rs [new file with mode: 0644]
tests/ui/impl-trait/dont-suggest-box-on-empty-else-arm.stderr [new file with mode: 0644]
tests/ui/impl-trait/equality.stderr
tests/ui/impl-trait/in-assoc-type-unconstrained.stderr
tests/ui/impl-trait/in-assoc-type.rs
tests/ui/impl-trait/in-assoc-type.stderr
tests/ui/impl-trait/in-trait/foreign.rs
tests/ui/impl-trait/in-trait/issue-102140.next.stderr
tests/ui/impl-trait/in-trait/method-signature-matches.lt.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/method-signature-matches.mismatch.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/method-signature-matches.mismatch_async.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/method-signature-matches.rs
tests/ui/impl-trait/in-trait/method-signature-matches.stderr [deleted file]
tests/ui/impl-trait/in-trait/method-signature-matches.too_few.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/method-signature-matches.too_many.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/return-dont-satisfy-bounds.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/return-dont-satisfy-bounds.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/return-dont-satisfy-bounds.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/signature-mismatch.current.stderr
tests/ui/impl-trait/in-trait/signature-mismatch.next.stderr
tests/ui/impl-trait/in-trait/signature-mismatch.rs
tests/ui/impl-trait/in-trait/suggest-missing-item.fixed [new file with mode: 0644]
tests/ui/impl-trait/in-trait/suggest-missing-item.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/suggest-missing-item.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/unconstrained-lt.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/unconstrained-lt.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/unconstrained-lt.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/variances-of-gat.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/wf-bounds.current.stderr
tests/ui/impl-trait/in-trait/wf-bounds.next.stderr
tests/ui/impl-trait/in-trait/wf-bounds.rs
tests/ui/impl-trait/issue-103181-2.rs
tests/ui/impl-trait/issue-103181-2.stderr
tests/ui/impl-trait/issue-55872-3.rs
tests/ui/impl-trait/issue-55872-3.stderr
tests/ui/impl-trait/issues/issue-65581.rs
tests/ui/impl-trait/issues/issue-70877.rs
tests/ui/impl-trait/issues/issue-70877.stderr
tests/ui/impl-trait/issues/issue-74282.rs
tests/ui/impl-trait/issues/issue-74282.stderr
tests/ui/impl-trait/issues/issue-78722-2.rs [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-78722-2.stderr [new file with mode: 0644]
tests/ui/impl-trait/issues/issue-78722.rs
tests/ui/impl-trait/issues/issue-78722.stderr
tests/ui/impl-trait/multiple-defining-usages-in-body.rs
tests/ui/impl-trait/multiple-defining-usages-in-body.stderr
tests/ui/impl-trait/nested-return-type2-tait.stderr
tests/ui/impl-trait/nested-return-type3-tait.stderr
tests/ui/impl-trait/nested-return-type3-tait2.stderr
tests/ui/impl-trait/normalize-opaque-with-bound-vars.rs [new file with mode: 0644]
tests/ui/impl-trait/recursive-type-alias-impl-trait-declaration-too-subtle-2.rs
tests/ui/impl-trait/recursive-type-alias-impl-trait-declaration-too-subtle-2.stderr [deleted file]
tests/ui/impl-trait/recursive-type-alias-impl-trait-declaration-too-subtle.stderr
tests/ui/impl-trait/recursive-type-alias-impl-trait-declaration.rs
tests/ui/impl-trait/recursive-type-alias-impl-trait-declaration.stderr [new file with mode: 0644]
tests/ui/impl-trait/reveal-during-codegen.rs [new file with mode: 0644]
tests/ui/impl-trait/static-lifetime-return-position-impl-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/universal_wrong_hrtb.rs
tests/ui/impl-trait/universal_wrong_hrtb.stderr
tests/ui/implied-bounds/implied-bounds-unconstrained-1.rs [new file with mode: 0644]
tests/ui/implied-bounds/implied-bounds-unconstrained-2.rs [new file with mode: 0644]
tests/ui/implied-bounds/references-err.rs [new file with mode: 0644]
tests/ui/implied-bounds/references-err.stderr [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-85992-extern-1.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-85992-extern-2.rs [new file with mode: 0644]
tests/ui/imports/issue-55884-2.rs
tests/ui/imports/issue-55884-2.stderr
tests/ui/imports/issue-56125.stderr
tests/ui/imports/issue-57539.stderr
tests/ui/imports/issue-85992.rs [new file with mode: 0644]
tests/ui/imports/issue-85992.stderr [new file with mode: 0644]
tests/ui/inference/deref-suggestion.stderr
tests/ui/inline-const/elided-lifetime-being-infer-vars.rs [new file with mode: 0644]
tests/ui/intrinsics/panic-uninitialized-zeroed.rs
tests/ui/issue-94866.rs [deleted file]
tests/ui/issue-94866.stderr [deleted file]
tests/ui/issues/issue-100605.stderr
tests/ui/issues/issue-11047.rs
tests/ui/issues/issue-11680.stderr
tests/ui/issues/issue-11709.rs
tests/ui/issues/issue-11740.rs
tests/ui/issues/issue-11771.stderr
tests/ui/issues/issue-12133-3.rs
tests/ui/issues/issue-1251.rs [deleted file]
tests/ui/issues/issue-1257.rs [deleted file]
tests/ui/issues/issue-13167.rs
tests/ui/issues/issue-1460.stderr
tests/ui/issues/issue-15734.rs
tests/ui/issues/issue-16538.mir.stderr [deleted file]
tests/ui/issues/issue-16538.rs [deleted file]
tests/ui/issues/issue-16538.thir.stderr [deleted file]
tests/ui/issues/issue-17954.stderr
tests/ui/issues/issue-18389.rs
tests/ui/issues/issue-18389.stderr
tests/ui/issues/issue-1871.rs [deleted file]
tests/ui/issues/issue-1871.stderr [deleted file]
tests/ui/issues/issue-20605.rs [deleted file]
tests/ui/issues/issue-20605.stderr [deleted file]
tests/ui/issues/issue-2063-resource.rs [deleted file]
tests/ui/issues/issue-2063.rs [deleted file]
tests/ui/issues/issue-20644.rs
tests/ui/issues/issue-23808.rs
tests/ui/issues/issue-24352.stderr
tests/ui/issues/issue-28822.rs [deleted file]
tests/ui/issues/issue-29798.rs [deleted file]
tests/ui/issues/issue-3008-1.rs [deleted file]
tests/ui/issues/issue-3008-1.stderr [deleted file]
tests/ui/issues/issue-3008-2.rs [deleted file]
tests/ui/issues/issue-3008-2.stderr [deleted file]
tests/ui/issues/issue-3008-3.rs [deleted file]
tests/ui/issues/issue-3008-3.stderr [deleted file]
tests/ui/issues/issue-32709.stderr
tests/ui/issues/issue-35570.rs
tests/ui/issues/issue-35570.stderr
tests/ui/issues/issue-37311-type-length-limit/issue-37311.rs
tests/ui/issues/issue-37311-type-length-limit/issue-37311.stderr
tests/ui/issues/issue-3794.rs [deleted file]
tests/ui/issues/issue-50582.stderr
tests/ui/issues/issue-50689.rs [deleted file]
tests/ui/issues/issue-50811.rs
tests/ui/issues/issue-50825-1.rs [deleted file]
tests/ui/issues/issue-50825.rs [deleted file]
tests/ui/issues/issue-51714.rs
tests/ui/issues/issue-51714.stderr
tests/ui/issues/issue-52049.stderr
tests/ui/issues/issue-5439.stderr
tests/ui/issues/issue-5883.rs
tests/ui/issues/issue-5883.stderr
tests/ui/issues/issue-67552.rs
tests/ui/issues/issue-67552.stderr
tests/ui/issues/issue-78115.rs [deleted file]
tests/ui/issues/issue-85461.rs
tests/ui/iterators/invalid-iterator-chain-with-int-infer.stderr
tests/ui/iterators/invalid-iterator-chain.stderr
tests/ui/iterators/issue-58952-filter-type-length.rs
tests/ui/layout/cannot-transmute-unnormalizable-type.rs [new file with mode: 0644]
tests/ui/layout/cannot-transmute-unnormalizable-type.stderr [new file with mode: 0644]
tests/ui/let-else/let-else-ref-bindings.stderr
tests/ui/lexer/lex-bad-char-literals-1.stderr
tests/ui/lifetimes/issue-90600-expected-return-static-indirect.stderr
tests/ui/limits/huge-array-simple-32.rs
tests/ui/limits/huge-array-simple-32.stderr
tests/ui/limits/huge-array-simple-64.rs
tests/ui/limits/huge-array-simple-64.stderr
tests/ui/limits/huge-array.rs
tests/ui/limits/huge-array.stderr
tests/ui/limits/huge-enum.rs
tests/ui/limits/huge-enum.stderr
tests/ui/limits/huge-struct.rs
tests/ui/limits/huge-struct.stderr
tests/ui/limits/issue-15919-32.rs
tests/ui/limits/issue-15919-32.stderr
tests/ui/limits/issue-15919-64.rs
tests/ui/limits/issue-15919-64.stderr
tests/ui/limits/issue-17913.rs
tests/ui/limits/issue-56762.rs
tests/ui/limits/issue-56762.stderr
tests/ui/linkage-attr/incompatible-flavor.rs [new file with mode: 0644]
tests/ui/linkage-attr/incompatible-flavor.stderr [new file with mode: 0644]
tests/ui/linkage-attr/issue-10755.rs
tests/ui/linkage-attr/linkage3.rs
tests/ui/linkage-attr/linkage3.stderr
tests/ui/linkage-attr/unstable-flavor.bpf.stderr [new file with mode: 0644]
tests/ui/linkage-attr/unstable-flavor.ptx.stderr [new file with mode: 0644]
tests/ui/linkage-attr/unstable-flavor.rs [new file with mode: 0644]
tests/ui/lint/invalid-nan-comparison-suggestion.fixed [new file with mode: 0644]
tests/ui/lint/invalid-nan-comparison-suggestion.rs [new file with mode: 0644]
tests/ui/lint/invalid-nan-comparison-suggestion.stderr [new file with mode: 0644]
tests/ui/lint/invalid-nan-comparison.rs [new file with mode: 0644]
tests/ui/lint/invalid-nan-comparison.stderr [new file with mode: 0644]
tests/ui/lint/invalid_from_utf8.rs [new file with mode: 0644]
tests/ui/lint/invalid_from_utf8.stderr [new file with mode: 0644]
tests/ui/lint/issue-99387.rs
tests/ui/lint/issue-99387.stderr [new file with mode: 0644]
tests/ui/lint/lint-attr-everywhere-early.rs
tests/ui/lint/lint-attr-everywhere-late.rs
tests/ui/lint/lint-ctypes-113436-1.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-113436-1.stderr [new file with mode: 0644]
tests/ui/lint/lint-ctypes-113436.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-113900.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-73249-2.rs
tests/ui/lint/lint-ctypes-73249-2.stderr
tests/ui/lint/lint-ctypes-73251-1.rs
tests/ui/lint/lint-ctypes-73251-1.stderr
tests/ui/lint/lint-ctypes-73251-2.rs
tests/ui/lint/lint-ctypes-73251-2.stderr
tests/ui/lint/lint-ctypes-73251.rs
tests/ui/lint/lint-ctypes-94223.rs [new file with mode: 0644]
tests/ui/lint/lint-ctypes-94223.stderr [new file with mode: 0644]
tests/ui/lint/lint-unnecessary-parens.fixed
tests/ui/lint/lint-unnecessary-parens.rs
tests/ui/lint/lint-unnecessary-parens.stderr
tests/ui/lint/opaque-ty-ffi-unsafe.rs
tests/ui/lint/opaque-ty-ffi-unsafe.stderr
tests/ui/lint/reference_casting.rs [new file with mode: 0644]
tests/ui/lint/reference_casting.stderr [new file with mode: 0644]
tests/ui/lint/trivial-casts-featuring-type-ascription.stderr
tests/ui/lint/type-overflow.stderr
tests/ui/lint/undropped_manually_drops.rs [new file with mode: 0644]
tests/ui/lint/undropped_manually_drops.stderr [new file with mode: 0644]
tests/ui/lint/unused/lint-unused-extern-crate.rs
tests/ui/lint/unused/lint-unused-imports.rs
tests/ui/lint/unused/lint-unused-variables.rs
tests/ui/lint/unused/must-use-block-expr.fixed [new file with mode: 0644]
tests/ui/lint/unused/must-use-block-expr.rs [new file with mode: 0644]
tests/ui/lint/unused/must-use-block-expr.stderr [new file with mode: 0644]
tests/ui/lint/unused_import_warning_issue_45268.rs
tests/ui/loops/dont-suggest-break-thru-item.rs [new file with mode: 0644]
tests/ui/loops/dont-suggest-break-thru-item.stderr [new file with mode: 0644]
tests/ui/macros/auxiliary/proc_macro_sequence.rs
tests/ui/macros/builtin-prelude-no-accidents.stderr
tests/ui/macros/builtin-std-paths-fail.stderr
tests/ui/macros/format-args-temporaries.rs
tests/ui/macros/issue-112342-1.rs [new file with mode: 0644]
tests/ui/macros/issue-112342-1.stderr [new file with mode: 0644]
tests/ui/macros/issue-112342-2.rs [new file with mode: 0644]
tests/ui/macros/issue-112342-2.stderr [new file with mode: 0644]
tests/ui/macros/issue-88228.rs
tests/ui/macros/issue-88228.stderr
tests/ui/macros/macro-comma-support-rpass.rs
tests/ui/macros/macro-outer-attributes.stderr
tests/ui/macros/macro-use-wrong-name.stderr
tests/ui/macros/same-sequence-span.stderr
tests/ui/match/issue-112438.rs [new file with mode: 0644]
tests/ui/match/issue-113012.rs [new file with mode: 0644]
tests/ui/match/issue-70972-dyn-trait.rs
tests/ui/match/issue-70972-dyn-trait.stderr
tests/ui/mir/issue-101844.rs
tests/ui/mir/issue-112269.rs [new file with mode: 0644]
tests/ui/mir/issue-112269.stderr [new file with mode: 0644]
tests/ui/mir/issue-80949.rs
tests/ui/mir/issue66339.rs
tests/ui/mir/ssa-analysis-regression-50041.rs
tests/ui/mir/thir-constparam-temp.rs
tests/ui/mir/thir-constparam-temp.stderr
tests/ui/mismatched_types/E0053.stderr
tests/ui/mismatched_types/binops.stderr
tests/ui/mismatched_types/issue-112036.rs [new file with mode: 0644]
tests/ui/mismatched_types/issue-112036.stderr [new file with mode: 0644]
tests/ui/mismatched_types/suggest-option-asderef-inference-var.rs [new file with mode: 0644]
tests/ui/mismatched_types/suggest-option-asderef-inference-var.stderr [new file with mode: 0644]
tests/ui/mismatched_types/suggest-option-asderef-unfixable.rs [new file with mode: 0644]
tests/ui/mismatched_types/suggest-option-asderef-unfixable.stderr [new file with mode: 0644]
tests/ui/mismatched_types/suggest-option-asderef.fixed [new file with mode: 0644]
tests/ui/mismatched_types/suggest-option-asderef.rs [new file with mode: 0644]
tests/ui/mismatched_types/suggest-option-asderef.stderr [new file with mode: 0644]
tests/ui/missing/missing-macro-use.stderr
tests/ui/never_type/diverging-fallback-control-flow.rs
tests/ui/never_type/diverging-fallback-no-leak.fallback.stderr
tests/ui/never_type/issue-13352.stderr
tests/ui/nll/assign-while-to-immutable.rs
tests/ui/nll/issue-112604-closure-output-normalize.rs [new file with mode: 0644]
tests/ui/nll/issue-53119.rs
tests/ui/nll/issue-54943-3.rs
tests/ui/nll/ty-outlives/impl-trait-captures.stderr
tests/ui/nll/user-annotations/normalization-2.stderr
tests/ui/numbers-arithmetic/issue-8460-const.noopt.stderr
tests/ui/numbers-arithmetic/issue-8460-const.opt.stderr
tests/ui/numbers-arithmetic/issue-8460-const.opt_with_overflow_checks.stderr
tests/ui/numbers-arithmetic/not-suggest-float-literal.stderr
tests/ui/numbers-arithmetic/suggest-float-literal.stderr
tests/ui/object-safety/assoc_type_bounds_sized.rs
tests/ui/object-safety/assoc_type_bounds_sized.stderr [deleted file]
tests/ui/object-safety/assoc_type_bounds_sized_others.rs [new file with mode: 0644]
tests/ui/object-safety/assoc_type_bounds_sized_others.stderr [new file with mode: 0644]
tests/ui/object-safety/assoc_type_bounds_sized_unnecessary.rs [new file with mode: 0644]
tests/ui/object-safety/assoc_type_bounds_sized_unnecessary.stderr [new file with mode: 0644]
tests/ui/object-safety/assoc_type_bounds_sized_used.rs [new file with mode: 0644]
tests/ui/object-safety/assoc_type_bounds_sized_used.stderr [new file with mode: 0644]
tests/ui/offset-of/offset-of-dst-field.rs
tests/ui/offset-of/offset-of-dst-field.stderr
tests/ui/offset-of/offset-of-must-use.rs [new file with mode: 0644]
tests/ui/offset-of/offset-of-must-use.stderr [new file with mode: 0644]
tests/ui/offset-of/offset-of-output-type.stderr
tests/ui/offset-of/offset-of-tuple-nested.rs [new file with mode: 0644]
tests/ui/offset-of/offset-of-tuple.rs [new file with mode: 0644]
tests/ui/offset-of/offset-of-tuple.stderr [new file with mode: 0644]
tests/ui/offset-of/offset-of-unsized.rs [new file with mode: 0644]
tests/ui/on-unimplemented/multiple-impls.stderr
tests/ui/on-unimplemented/slice-index.stderr
tests/ui/on-unimplemented/sum.stderr
tests/ui/packed/issue-27060-2.stderr
tests/ui/parser/bad-escape-suggest-raw-string.rs
tests/ui/parser/bad-escape-suggest-raw-string.stderr
tests/ui/parser/bad-interpolated-block.stderr
tests/ui/parser/byte-literals.stderr
tests/ui/parser/byte-string-literals.stderr
tests/ui/parser/foreign-ty-semantic-fail.rs
tests/ui/parser/foreign-ty-semantic-fail.stderr
tests/ui/parser/issue-112188.fixed [new file with mode: 0644]
tests/ui/parser/issue-112188.rs [new file with mode: 0644]
tests/ui/parser/issue-112188.stderr [new file with mode: 0644]
tests/ui/parser/issue-113342.rs [new file with mode: 0644]
tests/ui/parser/issue-113342.stderr [new file with mode: 0644]
tests/ui/parser/issue-49257.stderr
tests/ui/parser/issues/issue-111692.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-111692.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-112458.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-112458.stderr [new file with mode: 0644]
tests/ui/parser/labeled-no-colon-expr.stderr
tests/ui/parser/lit-err-in-macro.rs [new file with mode: 0644]
tests/ui/parser/lit-err-in-macro.stderr [new file with mode: 0644]
tests/ui/parser/method-call-on-struct-literal-in-if-condition.stderr
tests/ui/parser/typod-const-in-const-param-def.rs [new file with mode: 0644]
tests/ui/parser/typod-const-in-const-param-def.stderr [new file with mode: 0644]
tests/ui/parser/utf16-be-without-bom.stderr
tests/ui/parser/utf16-le-without-bom.stderr
tests/ui/pattern/byte-string-inference.rs [new file with mode: 0644]
tests/ui/pattern/issue-110508.rs [new file with mode: 0644]
tests/ui/pattern/issue-72565.rs
tests/ui/pattern/issue-72565.stderr
tests/ui/pattern/issue-94866.rs [new file with mode: 0644]
tests/ui/pattern/issue-94866.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/empty-match.exhaustive_patterns.stderr
tests/ui/pattern/usefulness/empty-match.normal.stderr
tests/ui/pattern/usefulness/empty-match.rs
tests/ui/pattern/usefulness/issue-3601.rs
tests/ui/pattern/usefulness/issue-3601.stderr
tests/ui/pattern/usefulness/match-non-exhaustive.rs
tests/ui/pattern/usefulness/match-non-exhaustive.stderr
tests/ui/polymorphization/drop_shims/simple.rs
tests/ui/polymorphization/drop_shims/transitive.rs
tests/ui/privacy/effective_visibilities_full_priv.rs [new file with mode: 0644]
tests/ui/privacy/effective_visibilities_full_priv.stderr [new file with mode: 0644]
tests/ui/privacy/export-tag-variant.stderr
tests/ui/privacy/privacy-in-paths.stderr
tests/ui/privacy/privacy-ufcs.stderr
tests/ui/privacy/privacy1.stderr
tests/ui/privacy/private-in-public-non-principal.rs
tests/ui/privacy/private-in-public-non-principal.stderr
tests/ui/privacy/private-inferred-type-1.rs
tests/ui/privacy/private-inferred-type-1.stderr
tests/ui/privacy/sealed-traits/private-trait-non-local.rs [new file with mode: 0644]
tests/ui/privacy/sealed-traits/private-trait-non-local.stderr [new file with mode: 0644]
tests/ui/privacy/sealed-traits/private-trait.rs [new file with mode: 0644]
tests/ui/privacy/sealed-traits/private-trait.stderr [new file with mode: 0644]
tests/ui/privacy/sealed-traits/re-exported-trait.fixed [new file with mode: 0644]
tests/ui/privacy/sealed-traits/re-exported-trait.rs [new file with mode: 0644]
tests/ui/privacy/sealed-traits/re-exported-trait.stderr [new file with mode: 0644]
tests/ui/privacy/sealed-traits/sealed-trait-local.rs [new file with mode: 0644]
tests/ui/privacy/sealed-traits/sealed-trait-local.stderr [new file with mode: 0644]
tests/ui/privacy/unnameable_types.rs [new file with mode: 0644]
tests/ui/privacy/unnameable_types.stderr [new file with mode: 0644]
tests/ui/privacy/where-priv-type.rs
tests/ui/privacy/where-priv-type.stderr
tests/ui/privacy/where-pub-type-impls-priv-trait.rs
tests/ui/privacy/where-pub-type-impls-priv-trait.stderr
tests/ui/proc-macro/auxiliary/api/cmp.rs
tests/ui/proc-macro/auxiliary/assert-span-pos.rs
tests/ui/proc-macro/auxiliary/exports_no_mangle.rs [new file with mode: 0644]
tests/ui/proc-macro/auxiliary/macro-only-syntax.rs
tests/ui/proc-macro/crt-static.rs
tests/ui/proc-macro/derive-helper-shadowing.rs
tests/ui/proc-macro/derive-helper-shadowing.stderr
tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs [new file with mode: 0644]
tests/ui/proc-macro/span-preservation.stderr
tests/ui/process/process-panic-after-fork.rs
tests/ui/pub/issue-33174-restricted-type-in-public-interface.rs
tests/ui/pub/issue-33174-restricted-type-in-public-interface.stderr
tests/ui/range/range-1.stderr
tests/ui/reachable/expr_return.rs
tests/ui/reachable/expr_return.stderr
tests/ui/reachable/unreachable-variant.stderr
tests/ui/recursion/issue-83150.rs
tests/ui/recursion/issue-83150.stderr
tests/ui/recursion/issue-95134.rs
tests/ui/regions/regions-implied-bounds-projection-gap-hr-1.rs
tests/ui/regions/regions-implied-bounds-projection-gap-hr-1.stderr
tests/ui/resolve/auxiliary/issue-112831-aux.rs [new file with mode: 0644]
tests/ui/resolve/export-fully-qualified-2018.rs [new file with mode: 0644]
tests/ui/resolve/export-fully-qualified-2018.stderr [new file with mode: 0644]
tests/ui/resolve/export-fully-qualified.rs
tests/ui/resolve/export-fully-qualified.stderr
tests/ui/resolve/extern-prelude.rs
tests/ui/resolve/hidden_glob_reexports.rs [new file with mode: 0644]
tests/ui/resolve/hidden_glob_reexports.stderr [new file with mode: 0644]
tests/ui/resolve/issue-105069.stderr
tests/ui/resolve/issue-109153.rs [new file with mode: 0644]
tests/ui/resolve/issue-109153.stderr [new file with mode: 0644]
tests/ui/resolve/issue-112472-multi-generics-suggestion.fixed [new file with mode: 0644]
tests/ui/resolve/issue-112472-multi-generics-suggestion.rs [new file with mode: 0644]
tests/ui/resolve/issue-112472-multi-generics-suggestion.stderr [new file with mode: 0644]
tests/ui/resolve/issue-112831.rs [new file with mode: 0644]
tests/ui/resolve/privacy-enum-ctor.stderr
tests/ui/resolve/resolve-pseudo-shadowing.rs
tests/ui/resolve/resolve-self-in-impl.stderr
tests/ui/return-nil.rs
tests/ui/return/issue-64620.rs
tests/ui/return/issue-64620.stderr
tests/ui/return/issue-86188-return-not-in-fn-body.rs
tests/ui/return/tail-expr-as-potential-return.rs
tests/ui/rfc-0107-bind-by-move-pattern-guards/bind-by-move-no-guards.rs [deleted file]
tests/ui/rfc-0107-bind-by-move-pattern-guards/former-E0008-now-pass.rs [deleted file]
tests/ui/rfc-0107-bind-by-move-pattern-guards/rfc-basic-examples.rs [deleted file]
tests/ui/rfc-0107-bind-by-move-pattern-guards/rfc-reject-double-move-across-arms.rs [deleted file]
tests/ui/rfc-0107-bind-by-move-pattern-guards/rfc-reject-double-move-across-arms.stderr [deleted file]
tests/ui/rfc-0107-bind-by-move-pattern-guards/rfc-reject-double-move-in-first-arm.rs [deleted file]
tests/ui/rfc-0107-bind-by-move-pattern-guards/rfc-reject-double-move-in-first-arm.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-direct-unsafe-ptr-embedded.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-direct-unsafe-ptr-param.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-indirect-unsafe-ptr-embedded.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-indirect-unsafe-ptr-param.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/allow-use-behind-cousin-variant.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-embedded.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-embedded.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-param.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-param.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-embedded.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-embedded.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-param.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-param.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-embedded.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-embedded.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-param.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-param.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/feature-gate.no_gate.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/feature-gate.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/feature-gate.with_gate.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/fn-ptr-is-structurally-matchable.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-61188-match-slice-forbidden-without-eq.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-61188-match-slice-forbidden-without-eq.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-62307-match-ref-ref-forbidden-without-eq.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-62307-match-ref-ref-forbidden-without-eq.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-63479-match-fnptr.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-63479-match-fnptr.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-6804.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/issue-6804.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-empty-array-allowed-without-eq-issue-62336.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-forbidden-without-eq.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-forbidden-without-eq.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-nonempty-array-forbidden-without-eq.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-nonempty-array-forbidden-without-eq.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.rs [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.stderr [deleted file]
tests/ui/rfc-1445-restrict-constants-in-patterns/phantom-data-is-structurally-matchable.rs [deleted file]
tests/ui/rfc-1717-dllimport/missing-link-attr.rs [deleted file]
tests/ui/rfc-1717-dllimport/missing-link-attr.stderr [deleted file]
tests/ui/rfc-1717-dllimport/multiple-renames.rs [deleted file]
tests/ui/rfc-1717-dllimport/multiple-renames.stderr [deleted file]
tests/ui/rfc-1717-dllimport/rename-modifiers.rs [deleted file]
tests/ui/rfc-1717-dllimport/rename-modifiers.stderr [deleted file]
tests/ui/rfc-1717-dllimport/rename-to-empty.rs [deleted file]
tests/ui/rfc-1717-dllimport/rename-to-empty.stderr [deleted file]
tests/ui/rfc-1937-termination-trait/issue-103052-1.rs [deleted file]
tests/ui/rfc-1937-termination-trait/issue-103052-1.stderr [deleted file]
tests/ui/rfc-1937-termination-trait/issue-103052-2.current.stderr [deleted file]
tests/ui/rfc-1937-termination-trait/issue-103052-2.next.stderr [deleted file]
tests/ui/rfc-1937-termination-trait/issue-103052-2.rs [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-for-box-dyn-error.rs [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-for-never.rs [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-for-result-box-error_err.rs [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-for-str.rs [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-impl-trait.rs [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-impl-trait.stderr [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-in-test-should-panic.rs [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-in-test-should-panic.stderr [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-in-test.rs [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-main-i32.rs [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-main-i32.stderr [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-main-wrong-type.rs [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-main-wrong-type.stderr [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-not-satisfied.rs [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-not-satisfied.stderr [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-test-wrong-type.rs [deleted file]
tests/ui/rfc-1937-termination-trait/termination-trait-test-wrong-type.stderr [deleted file]
tests/ui/rfc-2005-default-binding-mode/borrowck-issue-49631.rs [deleted file]
tests/ui/rfc-2005-default-binding-mode/borrowck-issue-49631.stderr [deleted file]
tests/ui/rfc-2005-default-binding-mode/const.rs [deleted file]
tests/ui/rfc-2005-default-binding-mode/const.stderr [deleted file]
tests/ui/rfc-2005-default-binding-mode/enum.rs [deleted file]
tests/ui/rfc-2005-default-binding-mode/enum.stderr [deleted file]
tests/ui/rfc-2005-default-binding-mode/explicit-mut.rs [deleted file]
tests/ui/rfc-2005-default-binding-mode/explicit-mut.stderr [deleted file]
tests/ui/rfc-2005-default-binding-mode/for.rs [deleted file]
tests/ui/rfc-2005-default-binding-mode/for.stderr [deleted file]
tests/ui/rfc-2005-default-binding-mode/issue-44912-or.rs [deleted file]
tests/ui/rfc-2005-default-binding-mode/issue-44912-or.stderr [deleted file]
tests/ui/rfc-2005-default-binding-mode/lit.rs [deleted file]
tests/ui/rfc-2005-default-binding-mode/lit.stderr [deleted file]
tests/ui/rfc-2005-default-binding-mode/no-double-error.rs [deleted file]
tests/ui/rfc-2005-default-binding-mode/no-double-error.stderr [deleted file]
tests/ui/rfc-2005-default-binding-mode/slice.rs [deleted file]
tests/ui/rfc-2005-default-binding-mode/slice.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/auxiliary/enums.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/auxiliary/monovariants.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/auxiliary/structs.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/auxiliary/unstable.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/auxiliary/variants.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/borrowck-exhaustive.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/borrowck-non-exhaustive.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/borrowck-non-exhaustive.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/enum-as-cast.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/enum-as-cast.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/enum.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/enum.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/enum_same_crate.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/enum_same_crate_empty_match.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/enum_same_crate_empty_match.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/improper_ctypes/auxiliary/types.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/improper_ctypes/extern_crate_improper.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/improper_ctypes/extern_crate_improper.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/improper_ctypes/same_crate_proper.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/invalid-attribute.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/invalid-attribute.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/omitted-patterns.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/omitted-patterns.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/stable-omitted-patterns.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/stable-omitted-patterns.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/struct.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/struct.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/structs_same_crate.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/auxiliary/uninhabited.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/coercions.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/coercions.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/coercions_same_crate.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/coercions_same_crate.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match_same_crate.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match_same_crate.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match_with_exhaustive_patterns.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match_with_exhaustive_patterns.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/indirect_match_with_exhaustive_patterns_same_crate.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/issue-65157-repeated-match-arm.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/issue-65157-repeated-match-arm.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match_same_crate.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match_same_crate.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match_with_exhaustive_patterns.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match_with_exhaustive_patterns.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/match_with_exhaustive_patterns_same_crate.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/patterns.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/patterns_same_crate.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/uninhabited/patterns_same_crate.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/variant.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/variant.stderr [deleted file]
tests/ui/rfc-2008-non-exhaustive/variants_fictive_visibility.rs [deleted file]
tests/ui/rfc-2008-non-exhaustive/variants_same_crate.rs [deleted file]
tests/ui/rfc-2027-object-safe-for-dispatch/downcast-unsafe-trait-objects.rs [deleted file]
tests/ui/rfc-2027-object-safe-for-dispatch/manual-self-impl-for-unsafe-obj.rs [deleted file]
tests/ui/rfc-2027-object-safe-for-dispatch/static-dispatch-unsafe-object.rs [deleted file]
tests/ui/rfc-2091-track-caller/call-chain.rs [deleted file]
tests/ui/rfc-2091-track-caller/caller-location-fnptr-rt-ctfe-equiv.rs [deleted file]
tests/ui/rfc-2091-track-caller/caller-location-fnptr-rt-ctfe-equiv.stderr [deleted file]
tests/ui/rfc-2091-track-caller/caller-location-intrinsic.rs [deleted file]
tests/ui/rfc-2091-track-caller/const-caller-location.rs [deleted file]
tests/ui/rfc-2091-track-caller/diverging-caller-location.rs [deleted file]
tests/ui/rfc-2091-track-caller/error-odd-syntax.rs [deleted file]
tests/ui/rfc-2091-track-caller/error-odd-syntax.stderr [deleted file]
tests/ui/rfc-2091-track-caller/error-with-invalid-abi.rs [deleted file]
tests/ui/rfc-2091-track-caller/error-with-invalid-abi.stderr [deleted file]
tests/ui/rfc-2091-track-caller/error-with-main.rs [deleted file]
tests/ui/rfc-2091-track-caller/error-with-main.stderr [deleted file]
tests/ui/rfc-2091-track-caller/error-with-naked.rs [deleted file]
tests/ui/rfc-2091-track-caller/error-with-naked.stderr [deleted file]
tests/ui/rfc-2091-track-caller/error-with-start.rs [deleted file]
tests/ui/rfc-2091-track-caller/error-with-start.stderr [deleted file]
tests/ui/rfc-2091-track-caller/intrinsic-wrapper.rs [deleted file]
tests/ui/rfc-2091-track-caller/macro-declaration.rs [deleted file]
tests/ui/rfc-2091-track-caller/mir-inlined-macro.rs [deleted file]
tests/ui/rfc-2091-track-caller/only-for-fns.rs [deleted file]
tests/ui/rfc-2091-track-caller/only-for-fns.stderr [deleted file]
tests/ui/rfc-2091-track-caller/pass.rs [deleted file]
tests/ui/rfc-2091-track-caller/std-panic-locations.rs [deleted file]
tests/ui/rfc-2091-track-caller/track-caller-attribute.rs [deleted file]
tests/ui/rfc-2091-track-caller/track-caller-ffi.rs [deleted file]
tests/ui/rfc-2091-track-caller/tracked-closure.rs [deleted file]
tests/ui/rfc-2091-track-caller/tracked-fn-ptr-with-arg.rs [deleted file]
tests/ui/rfc-2091-track-caller/tracked-fn-ptr.rs [deleted file]
tests/ui/rfc-2091-track-caller/tracked-trait-impls.rs [deleted file]
tests/ui/rfc-2091-track-caller/tracked-trait-obj.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/cross-crate.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/cross-crate.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/dont-infer-static.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/dont-infer-static.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/enum.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/enum.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/explicit-dyn.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/explicit-dyn.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/explicit-enum.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/explicit-enum.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/explicit-projection.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/explicit-projection.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/explicit-struct.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/explicit-struct.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/explicit-union.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/explicit-union.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/issue-54467.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/nested-enum.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/nested-enum.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/nested-regions.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/nested-regions.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/nested-structs.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/nested-structs.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/nested-union.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/nested-union.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/privacy.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/projection.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/projection.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/reference.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/reference.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/regions-enum-not-wf.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/regions-enum-not-wf.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-region-rev.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-region-rev.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-region.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-region.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-type-rev.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-type-rev.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-type.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/regions-outlives-nominal-type-type.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/regions-struct-not-wf.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/regions-struct-not-wf.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/self-dyn.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/self-dyn.stderr [deleted file]
tests/ui/rfc-2093-infer-outlives/self-structs.rs [deleted file]
tests/ui/rfc-2093-infer-outlives/self-structs.stderr [deleted file]
tests/ui/rfc-2126-crate-paths/crate-path-non-absolute.rs [deleted file]
tests/ui/rfc-2126-crate-paths/crate-path-non-absolute.stderr [deleted file]
tests/ui/rfc-2126-crate-paths/keyword-crate-as-identifier.rs [deleted file]
tests/ui/rfc-2126-crate-paths/keyword-crate-as-identifier.stderr [deleted file]
tests/ui/rfc-2126-extern-absolute-paths/auxiliary/xcrate.rs [deleted file]
tests/ui/rfc-2126-extern-absolute-paths/non-existent-1.rs [deleted file]
tests/ui/rfc-2126-extern-absolute-paths/non-existent-1.stderr [deleted file]
tests/ui/rfc-2126-extern-absolute-paths/non-existent-2.rs [deleted file]
tests/ui/rfc-2126-extern-absolute-paths/non-existent-2.stderr [deleted file]
tests/ui/rfc-2126-extern-absolute-paths/non-existent-3.rs [deleted file]
tests/ui/rfc-2126-extern-absolute-paths/non-existent-3.stderr [deleted file]
tests/ui/rfc-2126-extern-absolute-paths/not-allowed.rs [deleted file]
tests/ui/rfc-2126-extern-absolute-paths/not-allowed.stderr [deleted file]
tests/ui/rfc-2126-extern-absolute-paths/single-segment.rs [deleted file]
tests/ui/rfc-2126-extern-absolute-paths/single-segment.stderr [deleted file]
tests/ui/rfc-2294-if-let-guard/bindings.rs [deleted file]
tests/ui/rfc-2294-if-let-guard/bindings.stderr [deleted file]
tests/ui/rfc-2294-if-let-guard/feature-gate.rs [deleted file]
tests/ui/rfc-2294-if-let-guard/feature-gate.stderr [deleted file]
tests/ui/rfc-2294-if-let-guard/run-pass.rs [deleted file]
tests/ui/rfc-2294-if-let-guard/typeck.rs [deleted file]
tests/ui/rfc-2294-if-let-guard/typeck.stderr [deleted file]
tests/ui/rfc-2294-if-let-guard/warns.rs [deleted file]
tests/ui/rfc-2294-if-let-guard/warns.stderr [deleted file]
tests/ui/rfc-2306/convert-id-const-with-gate.rs [deleted file]
tests/ui/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs [deleted file]
tests/ui/rfc-2361-dbg-macro/dbg-macro-expected-behavior.run.stderr [deleted file]
tests/ui/rfc-2361-dbg-macro/dbg-macro-move-semantics.rs [deleted file]
tests/ui/rfc-2361-dbg-macro/dbg-macro-move-semantics.stderr [deleted file]
tests/ui/rfc-2361-dbg-macro/dbg-macro-requires-debug.rs [deleted file]
tests/ui/rfc-2361-dbg-macro/dbg-macro-requires-debug.stderr [deleted file]
tests/ui/rfc-2397-do-not-recommend/feature-gate-do_not_recommend.rs [deleted file]
tests/ui/rfc-2397-do-not-recommend/feature-gate-do_not_recommend.stderr [deleted file]
tests/ui/rfc-2397-do-not-recommend/incorrect-locations.rs [deleted file]
tests/ui/rfc-2397-do-not-recommend/incorrect-locations.stderr [deleted file]
tests/ui/rfc-2397-do-not-recommend/unstable-feature.rs [deleted file]
tests/ui/rfc-2397-do-not-recommend/unstable-feature.stderr [deleted file]
tests/ui/rfc-2457/auxiliary/mod_file_nonascii_with_path_allowed-aux.rs [deleted file]
tests/ui/rfc-2457/crate_name_nonascii_forbidden-1.rs [deleted file]
tests/ui/rfc-2457/crate_name_nonascii_forbidden-1.stderr [deleted file]
tests/ui/rfc-2457/crate_name_nonascii_forbidden-2.rs [deleted file]
tests/ui/rfc-2457/crate_name_nonascii_forbidden-2.stderr [deleted file]
tests/ui/rfc-2457/extern_block_nonascii_forbidden.rs [deleted file]
tests/ui/rfc-2457/extern_block_nonascii_forbidden.stderr [deleted file]
tests/ui/rfc-2457/idents-normalized.rs [deleted file]
tests/ui/rfc-2457/mod_file_nonascii_forbidden.rs [deleted file]
tests/ui/rfc-2457/mod_file_nonascii_forbidden.stderr [deleted file]
tests/ui/rfc-2457/mod_file_nonascii_with_path_allowed.rs [deleted file]
tests/ui/rfc-2457/mod_inline_nonascii_allowed.rs [deleted file]
tests/ui/rfc-2457/no_mangle_nonascii_forbidden.rs [deleted file]
tests/ui/rfc-2457/no_mangle_nonascii_forbidden.stderr [deleted file]
tests/ui/rfc-2497-if-let-chains/ast-lowering-does-not-wrap-let-chains.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/ast-pretty-check.stdout [deleted file]
tests/ui/rfc-2497-if-let-chains/ast-validate-guards.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/ast-validate-guards.stderr [deleted file]
tests/ui/rfc-2497-if-let-chains/chains-without-let.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/chains-without-let.stderr [deleted file]
tests/ui/rfc-2497-if-let-chains/disallowed-positions.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/disallowed-positions.stderr [deleted file]
tests/ui/rfc-2497-if-let-chains/ensure-that-let-else-does-not-interact-with-let-chains.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/ensure-that-let-else-does-not-interact-with-let-chains.stderr [deleted file]
tests/ui/rfc-2497-if-let-chains/feature-gate.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/feature-gate.stderr [deleted file]
tests/ui/rfc-2497-if-let-chains/invalid-let-in-a-valid-let-context.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/invalid-let-in-a-valid-let-context.stderr [deleted file]
tests/ui/rfc-2497-if-let-chains/irrefutable-lets.disallowed.stderr [deleted file]
tests/ui/rfc-2497-if-let-chains/irrefutable-lets.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/issue-88498.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/issue-90722.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/issue-92145.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/issue-93150.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/issue-93150.stderr [deleted file]
tests/ui/rfc-2497-if-let-chains/issue-99938.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/no-double-assigments.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/protect-precedences.rs [deleted file]
tests/ui/rfc-2497-if-let-chains/protect-precedences.stderr [deleted file]
tests/ui/rfc-2497-if-let-chains/then-else-blocks.rs [deleted file]
tests/ui/rfc-2565-param-attrs/attr-without-param.rs [deleted file]
tests/ui/rfc-2565-param-attrs/attr-without-param.stderr [deleted file]
tests/ui/rfc-2565-param-attrs/auxiliary/ident-mac.rs [deleted file]
tests/ui/rfc-2565-param-attrs/auxiliary/param-attrs.rs [deleted file]
tests/ui/rfc-2565-param-attrs/issue-64682-dropping-first-attrs-in-impl-fns.rs [deleted file]
tests/ui/rfc-2565-param-attrs/param-attrs-2018.rs [deleted file]
tests/ui/rfc-2565-param-attrs/param-attrs-2018.stderr [deleted file]
tests/ui/rfc-2565-param-attrs/param-attrs-allowed.rs [deleted file]
tests/ui/rfc-2565-param-attrs/param-attrs-builtin-attrs.rs [deleted file]
tests/ui/rfc-2565-param-attrs/param-attrs-builtin-attrs.stderr [deleted file]
tests/ui/rfc-2565-param-attrs/param-attrs-cfg.rs [deleted file]
tests/ui/rfc-2565-param-attrs/param-attrs-cfg.stderr [deleted file]
tests/ui/rfc-2565-param-attrs/param-attrs-pretty.rs [deleted file]
tests/ui/rfc-2565-param-attrs/proc-macro-cannot-be-used.rs [deleted file]
tests/ui/rfc-2565-param-attrs/proc-macro-cannot-be-used.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/dlltool-failed.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/dlltool-failed.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/import-name-type-invalid-format.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/import-name-type-invalid-format.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/import-name-type-multiple.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/import-name-type-multiple.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/import-name-type-unknown-value.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/import-name-type-unknown-value.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/import-name-type-unsupported-link-kind.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/import-name-type-unsupported-link-kind.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/import-name-type-x86-only.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/import-name-type-x86-only.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/invalid-dlltool.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/invalid-dlltool.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-and-name.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-and-name.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-invalid-format.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-invalid-format.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-missing-argument.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-missing-argument.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-multiple.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-multiple.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-too-large.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-too-large.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-too-many-arguments.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-too-many-arguments.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-unsupported-link-kind.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/link-ordinal-unsupported-link-kind.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/multiple-declarations.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/multiple-declarations.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/raw-dylib-windows-only.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/raw-dylib-windows-only.stderr [deleted file]
tests/ui/rfc-2627-raw-dylib/unsupported-abi.rs [deleted file]
tests/ui/rfc-2627-raw-dylib/unsupported-abi.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/assoc-type-const-bound-usage.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/assoc-type.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/assoc-type.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/attr-misuse.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/attr-misuse.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/auxiliary/cross-crate.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/auxiliary/staged-api.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-const-trait-method-fail.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-const-trait-method-fail.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-const-trait-method-pass.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-const-trait-method-pass.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-in-impl.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-in-impl.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-chain.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-chain.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-dup-bound.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-dup-bound.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-fail.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-fail.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-nonconst-bound.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-nonconst.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-nonconst.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-pass.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/call-generic-method-pass.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/call.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-and-non-const-impl.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-and-non-const-impl.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-check-fns-in-const-impl.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-check-fns-in-const-impl.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-closure-parse-not-item.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-closure-trait-method-fail.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-closure-trait-method-fail.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-closure-trait-method.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-closures.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-default-method-bodies.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-default-method-bodies.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-drop-bound.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail-2.precise.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail-2.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail-2.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail-2.stock.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail.precise.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-drop-fail.stock.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-drop.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-impl-norecover.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-impl-norecover.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-impl-recovery.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-impl-recovery.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-impl-requires-const-trait.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-impl-requires-const-trait.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-impl-trait.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const-impl-trait.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-gate.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-gate.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-non-const-type.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-non-const-type.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-use.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-use.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-with-params.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-with-params.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/cross-crate-default-method-body-is-const.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/cross-crate.gatednc.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/cross-crate.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/cross-crate.stock.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/cross-crate.stocknc.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/default-method-body-is-const-body-checking.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/default-method-body-is-const-body-checking.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/default-method-body-is-const-same-trait-ck.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/default-method-body-is-const-same-trait-ck.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/default-method-body-is-const-with-staged-api.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/do-not-const-check-override.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/do-not-const-check.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/feature-gate.gated.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/feature-gate.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/feature-gate.stock.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/function-pointer-does-not-require-const.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/gate.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/gate.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/generic-bound.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/generic-bound.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/hir-const-check.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/hir-const-check.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/impl-tilde-const-trait.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/impl-tilde-const-trait.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/impl-with-default-fn-fail.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/impl-with-default-fn-fail.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/impl-with-default-fn-pass.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/inherent-impl-const-bounds.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/inherent-impl.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/inherent-impl.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-100222.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-102156.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-102156.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-102985.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-102985.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-103677.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-79450.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-79450.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-88155.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-88155.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-90052.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-90052.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-92111.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/issue-92230-wf-super-trait-env.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/nested-closure.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/non-const-op-const-closure-non-const-outer.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/non-const-op-const-closure-non-const-outer.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/non-const-op-in-closure-in-const.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/non-const-op-in-closure-in-const.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/specialization/const-default-bound-non-const-specialized-bound.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/specialization/const-default-bound-non-const-specialized-bound.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/specialization/const-default-const-specialized.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/specialization/const-default-impl-non-const-specialized-impl.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/specialization/const-default-impl-non-const-specialized-impl.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/specialization/default-keyword.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/specialization/issue-95186-specialize-on-tilde-const.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/specialization/issue-95187-same-trait-bound-different-constness.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/specialization/non-const-default-const-specialized.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/specializing-constness-2.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/specializing-constness-2.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/specializing-constness.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/specializing-constness.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/staged-api-user-crate.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/staged-api-user-crate.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/staged-api.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/staged-api.stable.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/staged-api.unstable.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/static-const-trait-bound.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/std-impl-gate.gated.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/std-impl-gate.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/std-impl-gate.stock.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-2.nn.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-2.ny.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-2.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-2.yn.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-2.yy.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-3.nn.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-3.ny.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-3.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail-3.yn.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/super-traits-fail.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/super-traits.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/syntax.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/tilde-const-and-const-params.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/tilde-const-and-const-params.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/tilde-const-invalid-places.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/tilde-const-invalid-places.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/tilde-const-syntax.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/tilde-twice.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/tilde-twice.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/tilde_const_on_impl_bound.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/trait-default-body-stability.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/trait-default-body-stability.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/trait-method-ptr-in-consts-ice.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/trait-where-clause-const.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/trait-where-clause-const.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/trait-where-clause-run.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/trait-where-clause-self-referential.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/trait-where-clause.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/trait-where-clause.stderr [deleted file]
tests/ui/rfc-2632-const-trait-impl/without-tilde.rs [deleted file]
tests/ui/rfc-2632-const-trait-impl/without-tilde.stderr [deleted file]
tests/ui/rfcs/rfc-0107-bind-by-move-pattern-guards/bind-by-move-no-guards.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0107-bind-by-move-pattern-guards/former-E0008-now-pass.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0107-bind-by-move-pattern-guards/rfc-basic-examples.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0107-bind-by-move-pattern-guards/rfc-reject-double-move-across-arms.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0107-bind-by-move-pattern-guards/rfc-reject-double-move-across-arms.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-0107-bind-by-move-pattern-guards/rfc-reject-double-move-in-first-arm.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0107-bind-by-move-pattern-guards/rfc-reject-double-move-in-first-arm.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1014-2.rs [deleted file]
tests/ui/rfcs/rfc-1014-stdout-existential-crisis/rfc-1014-2.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1014-stdout-existential-crisis/rfc-1014.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1014.rs [deleted file]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-direct-unsafe-ptr-embedded.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-direct-unsafe-ptr-param.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-indirect-unsafe-ptr-embedded.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-indirect-unsafe-ptr-param.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/allow-use-behind-cousin-variant.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-embedded.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-embedded.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-param.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-param.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-embedded.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-embedded.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-param.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-param.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-embedded.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-embedded.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-param.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-param.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/feature-gate.no_gate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/feature-gate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/feature-gate.with_gate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/fn-ptr-is-structurally-matchable.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/issue-61188-match-slice-forbidden-without-eq.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/issue-61188-match-slice-forbidden-without-eq.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/issue-62307-match-ref-ref-forbidden-without-eq.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/issue-62307-match-ref-ref-forbidden-without-eq.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/issue-63479-match-fnptr.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/issue-63479-match-fnptr.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/issue-6804.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/issue-6804.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-empty-array-allowed-without-eq-issue-62336.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-forbidden-without-eq.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-forbidden-without-eq.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-nonempty-array-forbidden-without-eq.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-nonempty-array-forbidden-without-eq.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/phantom-data-is-structurally-matchable.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/rfc1445/eq-allows-match-on-ty-in-macro.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/rfc1445/eq-allows-match.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1623-static/rfc1623-2.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1623-static/rfc1623-2.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1623-static/rfc1623-3.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1623-static/rfc1623-3.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1623-static/rfc1623.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1717-dllimport/1717-dllimport/library-override.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1717-dllimport/missing-link-attr.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1717-dllimport/missing-link-attr.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1717-dllimport/multiple-renames.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1717-dllimport/multiple-renames.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1717-dllimport/rename-modifiers.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1717-dllimport/rename-modifiers.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1717-dllimport/rename-to-empty.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1717-dllimport/rename-to-empty.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1857-stabilize-drop-order/drop-order.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/issue-103052-1.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/issue-103052-1.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/issue-103052-2.current.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/issue-103052-2.next.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/issue-103052-2.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-box-dyn-error-err.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-box-dyn-error-ok.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-box-dyn-error.rs [deleted file]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-never.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-result-box-error_err.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-str-err.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-str-ok.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-str.rs [deleted file]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-impl-trait.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-impl-trait.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-in-test-should-panic.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-in-test-should-panic.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-in-test.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-main-i32.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-main-i32.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-main-wrong-type.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-main-wrong-type.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-not-satisfied.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-not-satisfied.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-test-wrong-type.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-test-wrong-type.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/borrowck-issue-49631.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/borrowck-issue-49631.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/const.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/const.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/enum-ok.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/enum.rs
tests/ui/rfcs/rfc-2005-default-binding-mode/enum.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/explicit-mut.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/explicit-mut.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/for-ok.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/for.rs
tests/ui/rfcs/rfc-2005-default-binding-mode/for.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/issue-44912-or.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/issue-44912-or.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/lit-ok.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/lit.rs
tests/ui/rfcs/rfc-2005-default-binding-mode/lit.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/no-double-error.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/no-double-error.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/slice-ok.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2005-default-binding-mode/slice.rs
tests/ui/rfcs/rfc-2005-default-binding-mode/slice.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/auxiliary/enums.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/auxiliary/monovariants.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/auxiliary/structs.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/auxiliary/unstable.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/auxiliary/variants.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/borrowck-exhaustive.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/borrowck-non-exhaustive.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/borrowck-non-exhaustive.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/enum-as-cast.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/enum-as-cast.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/enum.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/enum.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/enum_same_crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/enum_same_crate_empty_match.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/enum_same_crate_empty_match.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/improper_ctypes/auxiliary/types.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/improper_ctypes/extern_crate_improper.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/improper_ctypes/extern_crate_improper.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/improper_ctypes/same_crate_proper.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/invalid-attribute.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/invalid-attribute.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/omitted-patterns.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/omitted-patterns.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/stable-omitted-patterns.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/stable-omitted-patterns.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/struct.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/struct.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/structs_same_crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/auxiliary/uninhabited.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/coercions.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/coercions.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/coercions_same_crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/coercions_same_crate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/indirect_match.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/indirect_match.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/indirect_match_same_crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/indirect_match_same_crate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/indirect_match_with_exhaustive_patterns.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/indirect_match_with_exhaustive_patterns.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/indirect_match_with_exhaustive_patterns_same_crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/issue-65157-repeated-match-arm.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/issue-65157-repeated-match-arm.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/match.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/match.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/match_same_crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/match_same_crate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/match_with_exhaustive_patterns.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/match_with_exhaustive_patterns.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/match_with_exhaustive_patterns_same_crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/patterns.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/patterns_same_crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited/patterns_same_crate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/variant.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/variant.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/variants_fictive_visibility.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2008-non-exhaustive/variants_same_crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2027-object-safe-for-dispatch/downcast-unsafe-trait-objects.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2027-object-safe-for-dispatch/manual-self-impl-for-unsafe-obj.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2027-object-safe-for-dispatch/static-dispatch-unsafe-object.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/call-chain.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/caller-location-fnptr-rt-ctfe-equiv.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/caller-location-fnptr-rt-ctfe-equiv.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/caller-location-intrinsic.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/const-caller-location.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/diverging-caller-location.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/error-odd-syntax.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/error-odd-syntax.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/error-with-invalid-abi.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/error-with-invalid-abi.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/error-with-main.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/error-with-main.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/error-with-naked.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/error-with-naked.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/error-with-start.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/error-with-start.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/intrinsic-wrapper.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/macro-declaration.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/mir-inlined-macro.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/only-for-fns.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/only-for-fns.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/pass.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/std-panic-locations.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/track-caller-attribute.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/track-caller-ffi.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/tracked-closure.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/tracked-fn-ptr-with-arg.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/tracked-fn-ptr.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/tracked-trait-impls.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2091-track-caller/tracked-trait-obj.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/cross-crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/cross-crate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/dont-infer-static.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/dont-infer-static.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/enum.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/enum.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/explicit-dyn.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/explicit-dyn.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/explicit-enum.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/explicit-enum.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/explicit-projection.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/explicit-projection.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/explicit-struct.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/explicit-struct.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/explicit-union.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/explicit-union.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/issue-54467.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/nested-enum.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/nested-enum.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/nested-regions.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/nested-regions.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/nested-structs.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/nested-structs.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/nested-union.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/nested-union.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/privacy.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/projection.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/projection.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/reference.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/reference.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/regions-enum-not-wf.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/regions-enum-not-wf.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/regions-outlives-nominal-type-region-rev.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/regions-outlives-nominal-type-region-rev.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/regions-outlives-nominal-type-region.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/regions-outlives-nominal-type-region.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/regions-outlives-nominal-type-type-rev.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/regions-outlives-nominal-type-type-rev.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/regions-outlives-nominal-type-type.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/regions-outlives-nominal-type-type.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/regions-struct-not-wf.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/regions-struct-not-wf.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/self-dyn.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/self-dyn.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/self-structs.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2093-infer-outlives/self-structs.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-crate-paths/crate-path-non-absolute.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-crate-paths/crate-path-non-absolute.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-crate-paths/keyword-crate-as-identifier.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-crate-paths/keyword-crate-as-identifier.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-extern-absolute-paths/auxiliary/xcrate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-extern-absolute-paths/non-existent-1.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-extern-absolute-paths/non-existent-1.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-extern-absolute-paths/non-existent-2.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-extern-absolute-paths/non-existent-2.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-extern-absolute-paths/non-existent-3.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-extern-absolute-paths/non-existent-3.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-extern-absolute-paths/not-allowed.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-extern-absolute-paths/not-allowed.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-extern-absolute-paths/single-segment.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2126-extern-absolute-paths/single-segment.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/bindings.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/bindings.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/feature-gate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/feature-gate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/run-pass.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/typeck.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/typeck.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/warns.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/warns.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2302-self-struct-ctor.rs [deleted file]
tests/ui/rfcs/rfc-2302-self-struct-ctor/rfc-2302-self-struct-ctor.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2306-convert-id/convert-id-const-with-gate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.run.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-move-semantics.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-move-semantics.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-requires-debug.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-requires-debug.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2397-do-not-recommend/feature-gate-do_not_recommend.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2397-do-not-recommend/feature-gate-do_not_recommend.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2397-do-not-recommend/incorrect-locations.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2397-do-not-recommend/incorrect-locations.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2397-do-not-recommend/unstable-feature.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2397-do-not-recommend/unstable-feature.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2421-unreserve-pure-offsetof-sizeof-alignof.rs [deleted file]
tests/ui/rfcs/rfc-2421-unreserve-pure-offsetof-sizeof-alignof/offsetof-alignof-sizeof-pure-can-be-used-as-idents.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/auxiliary/mod_file_nonascii_with_path_allowed-aux.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/crate_name_nonascii_forbidden-1.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/crate_name_nonascii_forbidden-1.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/crate_name_nonascii_forbidden-2.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/crate_name_nonascii_forbidden-2.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/extern_block_nonascii_forbidden.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/extern_block_nonascii_forbidden.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/idents-normalized.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/mod_file_nonascii_forbidden.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/mod_file_nonascii_forbidden.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/mod_file_nonascii_with_path_allowed.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/mod_inline_nonascii_allowed.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/no_mangle_nonascii_forbidden.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2457-non-ascii-idents/no_mangle_nonascii_forbidden.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/ast-lowering-does-not-wrap-let-chains.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/ast-pretty-check.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/ast-pretty-check.stdout [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/ast-validate-guards.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/ast-validate-guards.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/chains-without-let.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/chains-without-let.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/disallowed-positions.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/disallowed-positions.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/ensure-that-let-else-does-not-interact-with-let-chains.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/ensure-that-let-else-does-not-interact-with-let-chains.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/feature-gate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/feature-gate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/invalid-let-in-a-valid-let-context.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/invalid-let-in-a-valid-let-context.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/irrefutable-lets.disallowed.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/irrefutable-lets.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/issue-88498.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/issue-90722.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/issue-92145.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/issue-93150.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/issue-93150.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/issue-99938.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/no-double-assigments.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/protect-precedences.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/protect-precedences.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2497-if-let-chains/then-else-blocks.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/attr-without-param.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/attr-without-param.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/auxiliary/ident-mac.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/auxiliary/param-attrs.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/issue-64682-dropping-first-attrs-in-impl-fns.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/param-attrs-2018.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/param-attrs-2018.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/param-attrs-allowed.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/param-attrs-builtin-attrs.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/param-attrs-builtin-attrs.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/param-attrs-cfg.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/param-attrs-cfg.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/param-attrs-pretty.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/proc-macro-cannot-be-used.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2565-param-attrs/proc-macro-cannot-be-used.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/dlltool-failed.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/dlltool-failed.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-invalid-format.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-invalid-format.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-multiple.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-multiple.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-unknown-value.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-unknown-value.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-unsupported-link-kind.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-unsupported-link-kind.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-x86-only.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-x86-only.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/invalid-dlltool.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/invalid-dlltool.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-and-name.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-and-name.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-invalid-format.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-invalid-format.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-missing-argument.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-missing-argument.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-multiple.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-multiple.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-too-large.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-too-large.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-too-many-arguments.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-too-many-arguments.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-unsupported-link-kind.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-unsupported-link-kind.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/multiple-declarations.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/multiple-declarations.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/raw-dylib-windows-only.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/raw-dylib-windows-only.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/unsupported-abi.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2627-raw-dylib/unsupported-abi.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type-const-bound-usage.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/attr-misuse.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/attr-misuse.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/auxiliary/cross-crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/auxiliary/staged-api.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-const-trait-method-fail.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-const-trait-method-fail.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-const-trait-method-pass.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-const-trait-method-pass.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-in-impl.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-in-impl.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-chain.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-chain.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-dup-bound.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-dup-bound.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-fail.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-fail.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-nonconst-bound.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-nonconst.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-nonconst.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-pass.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-pass.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/call.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-and-non-const-impl.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-and-non-const-impl.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-check-fns-in-const-impl.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-check-fns-in-const-impl.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closure-parse-not-item.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closure-trait-method-fail.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closure-trait-method-fail.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closure-trait-method.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closures.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-default-method-bodies.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-default-method-bodies.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-bound.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail-2.precise.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail-2.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail-2.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail-2.stock.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail.precise.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail.stock.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-norecover.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-norecover.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-recovery.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-recovery.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-requires-const-trait.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-requires-const-trait.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-trait.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-trait.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-gate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-gate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-non-const-type.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-non-const-type.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-use.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-use.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-with-params.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-with-params.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/cross-crate-default-method-body-is-const.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/cross-crate.gatednc.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/cross-crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/cross-crate.stock.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/cross-crate.stocknc.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/default-method-body-is-const-body-checking.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/default-method-body-is-const-body-checking.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/default-method-body-is-const-same-trait-ck.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/default-method-body-is-const-same-trait-ck.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/default-method-body-is-const-with-staged-api.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/do-not-const-check-override.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/do-not-const-check.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/effects/helloworld.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/feature-gate.gated.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/feature-gate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/feature-gate.stock.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/function-pointer-does-not-require-const.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/gate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/gate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/generic-bound.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/generic-bound.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/hir-const-check.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/hir-const-check.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/impl-tilde-const-trait.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/impl-tilde-const-trait.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/impl-with-default-fn-fail.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/impl-with-default-fn-fail.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/impl-with-default-fn-pass.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/inherent-impl-const-bounds.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/inherent-impl.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/inherent-impl.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-100222.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-102156.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-102156.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-102985.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-102985.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-103677.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-79450.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-79450.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-88155.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-88155.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-90052.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-90052.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-92111.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-92230-wf-super-trait-env.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/match-non-const-eq.gated.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/match-non-const-eq.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/match-non-const-eq.stock.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/nested-closure.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/non-const-op-const-closure-non-const-outer.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/non-const-op-const-closure-non-const-outer.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/non-const-op-in-closure-in-const.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/non-const-op-in-closure-in-const.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/const-default-bound-non-const-specialized-bound.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/const-default-bound-non-const-specialized-bound.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/const-default-const-specialized.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/const-default-impl-non-const-specialized-impl.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/const-default-impl-non-const-specialized-impl.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/default-keyword.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/issue-95186-specialize-on-tilde-const.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/issue-95187-same-trait-bound-different-constness.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/non-const-default-const-specialized.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specializing-constness-2.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specializing-constness-2.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specializing-constness.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/specializing-constness.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/staged-api-user-crate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/staged-api-user-crate.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/staged-api.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/staged-api.stable.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/staged-api.unstable.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/static-const-trait-bound.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/std-impl-gate.gated.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/std-impl-gate.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/std-impl-gate.stock.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.nn.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.ny.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.yn.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.yy.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.nn.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.ny.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.yn.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/syntax.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-and-const-params.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-and-const-params.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-invalid-places.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-invalid-places.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-syntax.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-twice.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-twice.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde_const_on_impl_bound.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-default-body-stability.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-default-body-stability.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-method-ptr-in-consts-ice.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-where-clause-const.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-where-clause-const.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-where-clause-run.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-where-clause-self-referential.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-where-clause.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-where-clause.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/without-tilde.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/without-tilde.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc1445/eq-allows-match-on-ty-in-macro.rs [deleted file]
tests/ui/rfcs/rfc1445/eq-allows-match.rs [deleted file]
tests/ui/rfcs/rfc1623-2.rs [deleted file]
tests/ui/rfcs/rfc1623-2.stderr [deleted file]
tests/ui/rfcs/rfc1623-3.rs [deleted file]
tests/ui/rfcs/rfc1623-3.stderr [deleted file]
tests/ui/rfcs/rfc1623.rs [deleted file]
tests/ui/rfcs/rfc1717/library-override.rs [deleted file]
tests/ui/rfcs/rfc1857-drop-order.rs [deleted file]
tests/ui/rust-2018/edition-lint-infer-outlives.fixed
tests/ui/rust-2018/edition-lint-infer-outlives.rs
tests/ui/rust-2018/edition-lint-infer-outlives.stderr
tests/ui/rust-2018/uniform-paths/ambiguity-macros-nested.stderr
tests/ui/rust-2018/uniform-paths/ambiguity-macros.stderr
tests/ui/rust-2018/uniform-paths/ambiguity-nested.rs
tests/ui/rust-2018/uniform-paths/ambiguity-nested.stderr [deleted file]
tests/ui/rust-2018/uniform-paths/ambiguity.rs
tests/ui/rust-2018/uniform-paths/ambiguity.stderr [deleted file]
tests/ui/rust-2018/uniform-paths/block-scoped-shadow-nested.rs
tests/ui/rust-2018/uniform-paths/block-scoped-shadow-nested.stderr [deleted file]
tests/ui/rust-2018/uniform-paths/block-scoped-shadow.rs
tests/ui/rust-2018/uniform-paths/block-scoped-shadow.stderr [deleted file]
tests/ui/rust-2018/uniform-paths/issue-56596.stderr
tests/ui/rust-2018/uniform-paths/macro-rules.rs
tests/ui/rust-2018/uniform-paths/macro-rules.stderr
tests/ui/sanitize/issue-111184-generator-witness.rs [new file with mode: 0644]
tests/ui/simd/shuffle.rs
tests/ui/span/drop-location-span-error-rust-2021-incompatible-closure-captures-96258.rs
tests/ui/span/drop-location-span-error-rust-2021-incompatible-closure-captures-96258.stderr
tests/ui/span/multiline-span-simple.stderr
tests/ui/specialization/specialization-default-items-drop-coherence.coherence.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-default-items-drop-coherence.next.stderr [new file with mode: 0644]
tests/ui/specialization/specialization-default-items-drop-coherence.rs
tests/ui/stability-attribute/auxiliary/default_body.rs
tests/ui/stability-attribute/default-body-stability-err.rs
tests/ui/stability-attribute/default-body-stability-err.stderr
tests/ui/stability-attribute/default-body-stability-ok-impls.rs
tests/ui/stability-attribute/stability-in-private-module.stderr
tests/ui/statics/uninhabited-static.stderr
tests/ui/std/slice-from-array-issue-113238.rs [new file with mode: 0644]
tests/ui/stdlib-unit-tests/not-sync.rs
tests/ui/stdlib-unit-tests/not-sync.stderr
tests/ui/structs-enums/issue-3008-1.rs [new file with mode: 0644]
tests/ui/structs-enums/issue-3008-1.stderr [new file with mode: 0644]
tests/ui/structs-enums/issue-3008-2.rs [new file with mode: 0644]
tests/ui/structs-enums/issue-3008-2.stderr [new file with mode: 0644]
tests/ui/structs-enums/issue-3008-3.rs [new file with mode: 0644]
tests/ui/structs-enums/issue-3008-3.stderr [new file with mode: 0644]
tests/ui/structs/struct-field-cfg.stderr
tests/ui/structs/struct-fields-shorthand.stderr
tests/ui/structs/struct-fields-too-many.stderr
tests/ui/structs/struct-variant-privacy-xc.stderr
tests/ui/structs/struct-variant-privacy.stderr
tests/ui/suggestions/adt-param-with-implicit-sized-bound.stderr
tests/ui/suggestions/as-ref.rs
tests/ui/suggestions/as-ref.stderr
tests/ui/suggestions/crate-or-module-typo.stderr
tests/ui/suggestions/dont-suggest-try_into-in-macros.stderr
tests/ui/suggestions/impl-trait-return-trailing-semicolon.stderr
tests/ui/suggestions/into-str.stderr
tests/ui/suggestions/issue-102972.rs [new file with mode: 0644]
tests/ui/suggestions/issue-102972.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-103646.rs [new file with mode: 0644]
tests/ui/suggestions/issue-103646.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-109991.rs [new file with mode: 0644]
tests/ui/suggestions/issue-109991.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-112590-suggest-import.rs [new file with mode: 0644]
tests/ui/suggestions/issue-112590-suggest-import.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-71394-no-from-impl.stderr
tests/ui/suggestions/issue-88696.rs [new file with mode: 0644]
tests/ui/suggestions/issue-88696.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-89640.rs [new file with mode: 0644]
tests/ui/suggestions/issue-89640.stderr [new file with mode: 0644]
tests/ui/suggestions/removal-of-multiline-trait-bound-in-where-clause.stderr
tests/ui/suggestions/suggest-split-at-mut.stderr
tests/ui/suggestions/while-let-typo.rs
tests/ui/suggestions/while-let-typo.stderr
tests/ui/switched-expectations.stderr
tests/ui/symbol-names/const-generics-structural-demangling.rs
tests/ui/symbol-names/const-generics-structural-demangling.stderr
tests/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs
tests/ui/test-attrs/test-function-signature.rs [new file with mode: 0644]
tests/ui/test-attrs/test-function-signature.stderr [new file with mode: 0644]
tests/ui/test-attrs/test-panic-abort-disabled.rs
tests/ui/test-attrs/test-panic-abort.rs
tests/ui/test-attrs/test-panic-abort.run.stdout
tests/ui/test-attrs/test-type.rs
tests/ui/thir-print/thir-flat-const-variant.rs [new file with mode: 0644]
tests/ui/thir-print/thir-flat-const-variant.stdout [new file with mode: 0644]
tests/ui/thir-print/thir-flat.stdout
tests/ui/track-diagnostics/track6.stderr
tests/ui/trait-bounds/apit-unsized.rs [new file with mode: 0644]
tests/ui/trait-bounds/apit-unsized.stderr [new file with mode: 0644]
tests/ui/trait-bounds/unsized-bound.stderr
tests/ui/traits/auxiliary/trivial3.rs [new file with mode: 0644]
tests/ui/traits/auxiliary/trivial4.rs [new file with mode: 0644]
tests/ui/traits/bound/assoc-fn-bound-root-obligation.stderr
tests/ui/traits/bound/generic_trait.rs
tests/ui/traits/cache-reached-depth-ice.rs
tests/ui/traits/cache-reached-depth-ice.stderr
tests/ui/traits/deny-builtin-object-impl.current.stderr [new file with mode: 0644]
tests/ui/traits/deny-builtin-object-impl.next.stderr [new file with mode: 0644]
tests/ui/traits/deny-builtin-object-impl.rs [new file with mode: 0644]
tests/ui/traits/ice-with-dyn-pointee-errors.rs [new file with mode: 0644]
tests/ui/traits/ice-with-dyn-pointee-errors.stderr [new file with mode: 0644]
tests/ui/traits/ice-with-dyn-pointee.rs [new file with mode: 0644]
tests/ui/traits/issue-105231.rs [new file with mode: 0644]
tests/ui/traits/issue-105231.stderr [new file with mode: 0644]
tests/ui/traits/issue-83538-tainted-cache-after-cycle.rs
tests/ui/traits/issue-83538-tainted-cache-after-cycle.stderr
tests/ui/traits/issue-85360-eval-obligation-ice.rs
tests/ui/traits/issue-85360-eval-obligation-ice.stderr
tests/ui/traits/issue-91949-hangs-on-recursion.rs
tests/ui/traits/issue-91949-hangs-on-recursion.stderr
tests/ui/traits/new-solver/alias-bound-unsound.rs
tests/ui/traits/new-solver/alias-bound-unsound.stderr
tests/ui/traits/new-solver/alias_eq_substs_eq_not_intercrate.rs
tests/ui/traits/new-solver/alias_eq_substs_eq_not_intercrate.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/array-default.rs [new file with mode: 0644]
tests/ui/traits/new-solver/async.fail.stderr
tests/ui/traits/new-solver/async.rs
tests/ui/traits/new-solver/closure-substs-ambiguity.rs [new file with mode: 0644]
tests/ui/traits/new-solver/dedup-regions.rs [new file with mode: 0644]
tests/ui/traits/new-solver/dont-remap-tait-substs.rs [new file with mode: 0644]
tests/ui/traits/new-solver/dont-type_of-tait-in-defining-scope.not_send.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/dont-type_of-tait-in-defining-scope.rs [new file with mode: 0644]
tests/ui/traits/new-solver/dyn-any-dont-prefer-impl.rs [new file with mode: 0644]
tests/ui/traits/new-solver/equating-projection-cyclically.rs
tests/ui/traits/new-solver/equating-projection-cyclically.stderr
tests/ui/traits/new-solver/lazy-nested-obligations-2.rs
tests/ui/traits/new-solver/lazy-nested-obligations-2.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/leak-check-coinductive-cycle.rs [new file with mode: 0644]
tests/ui/traits/new-solver/member-constraints-in-root-universe.rs [new file with mode: 0644]
tests/ui/traits/new-solver/normalized-const-built-in-op.rs [new file with mode: 0644]
tests/ui/traits/new-solver/object-unsafety.rs
tests/ui/traits/new-solver/object-unsafety.stderr
tests/ui/traits/new-solver/opportunistic-region-resolve.rs [new file with mode: 0644]
tests/ui/traits/new-solver/recursive-self-normalization-2.rs
tests/ui/traits/new-solver/recursive-self-normalization-2.stderr
tests/ui/traits/new-solver/recursive-self-normalization.rs
tests/ui/traits/new-solver/recursive-self-normalization.stderr
tests/ui/traits/new-solver/slice-match-byte-lit.rs [new file with mode: 0644]
tests/ui/traits/new-solver/specialization-transmute.rs
tests/ui/traits/new-solver/specialization-transmute.stderr
tests/ui/traits/new-solver/specialization-unconstrained.rs
tests/ui/traits/new-solver/specialization-unconstrained.stderr
tests/ui/traits/new-solver/tait-eq-proj-2.rs [new file with mode: 0644]
tests/ui/traits/new-solver/tait-eq-proj.rs [new file with mode: 0644]
tests/ui/traits/new-solver/tait-eq-tait.rs [new file with mode: 0644]
tests/ui/traits/new-solver/two-projection-param-candidates-are-ambiguous.stderr
tests/ui/traits/new-solver/unevaluated-const-impl-trait-ref.fails.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/unevaluated-const-impl-trait-ref.rs [new file with mode: 0644]
tests/ui/traits/new-solver/winnow-specializing-impls.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/foreach-partial-eq.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/foreach-partial-eq.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/nested-apit-mentioning-outer-bound-var.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/nested-apit-mentioning-outer-bound-var.stderr [new file with mode: 0644]
tests/ui/traits/object/print_vtable_sizes.rs [new file with mode: 0644]
tests/ui/traits/object/print_vtable_sizes.stdout [new file with mode: 0644]
tests/ui/traits/project-modulo-regions.rs
tests/ui/traits/project-modulo-regions.with_clause.stderr
tests/ui/traits/project-modulo-regions.without_clause.stderr
tests/ui/traits/suggest-where-clause.stderr
tests/ui/traits/trivial_impl.rs [new file with mode: 0644]
tests/ui/traits/trivial_impl.stderr [new file with mode: 0644]
tests/ui/traits/trivial_impl2.rs [new file with mode: 0644]
tests/ui/traits/trivial_impl2.stderr [new file with mode: 0644]
tests/ui/traits/trivial_impl3.rs [new file with mode: 0644]
tests/ui/traits/trivial_impl3.stderr [new file with mode: 0644]
tests/ui/traits/trivial_impl4.rs [new file with mode: 0644]
tests/ui/traits/trivial_impl4.stderr [new file with mode: 0644]
tests/ui/traits/trivial_impl_sized.rs [new file with mode: 0644]
tests/ui/traits/trivial_impl_sized.stderr [new file with mode: 0644]
tests/ui/transmutability/alignment/align-fail.rs [new file with mode: 0644]
tests/ui/transmutability/alignment/align-fail.stderr [new file with mode: 0644]
tests/ui/transmutability/alignment/align-pass.rs [new file with mode: 0644]
tests/ui/transmutability/enums/repr/primitive_reprs_should_have_correct_length.stderr
tests/ui/transmutability/malformed-program-gracefulness/unknown_src_field.rs
tests/ui/transmutability/malformed-program-gracefulness/unknown_src_field.stderr
tests/ui/transmutability/primitives/bool-mut.rs [new file with mode: 0644]
tests/ui/transmutability/primitives/bool-mut.stderr [new file with mode: 0644]
tests/ui/transmutability/primitives/bool.current.stderr
tests/ui/transmutability/primitives/bool.next.stderr
tests/ui/transmutability/primitives/bool.rs
tests/ui/transmutability/references.current.stderr [deleted file]
tests/ui/transmutability/references.next.stderr [deleted file]
tests/ui/transmutability/references.rs [deleted file]
tests/ui/transmutability/references/recursive-wrapper-types-bit-compatible-mut.rs [new file with mode: 0644]
tests/ui/transmutability/references/recursive-wrapper-types-bit-compatible-mut.stderr [new file with mode: 0644]
tests/ui/transmutability/references/recursive-wrapper-types-bit-compatible.rs [new file with mode: 0644]
tests/ui/transmutability/references/recursive-wrapper-types-bit-compatible.stderr [new file with mode: 0644]
tests/ui/transmutability/references/recursive-wrapper-types-bit-incompatible.rs [new file with mode: 0644]
tests/ui/transmutability/references/recursive-wrapper-types-bit-incompatible.stderr [new file with mode: 0644]
tests/ui/transmutability/references/recursive-wrapper-types.rs [new file with mode: 0644]
tests/ui/transmutability/references/recursive-wrapper-types.stderr [new file with mode: 0644]
tests/ui/transmutability/references/u8-to-unit.rs [new file with mode: 0644]
tests/ui/transmutability/references/unit-to-itself.rs [new file with mode: 0644]
tests/ui/transmutability/references/unit-to-u8.rs [new file with mode: 0644]
tests/ui/transmutability/references/unit-to-u8.stderr [new file with mode: 0644]
tests/ui/transmutability/region-infer.stderr
tests/ui/treat-err-as-bug/panic-causes-oom-112708.rs [new file with mode: 0644]
tests/ui/treat-err-as-bug/panic-causes-oom-112708.stderr [new file with mode: 0644]
tests/ui/try-block/issue-45124.rs
tests/ui/try-trait/bad-interconversion.stderr
tests/ui/try-trait/option-to-result.stderr
tests/ui/try-trait/try-on-option.stderr
tests/ui/tuple/index-float.rs
tests/ui/type-alias-impl-trait/auto-trait-leakage.rs
tests/ui/type-alias-impl-trait/auto-trait-leakage3.rs
tests/ui/type-alias-impl-trait/auto-trait-leakage3.stderr
tests/ui/type-alias-impl-trait/bound_reduction2.rs
tests/ui/type-alias-impl-trait/bound_reduction2.stderr
tests/ui/type-alias-impl-trait/bounds-are-checked3.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/bounds-are-checked3.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/bounds.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/closure_args.rs
tests/ui/type-alias-impl-trait/closure_args2.rs
tests/ui/type-alias-impl-trait/coherence.stderr
tests/ui/type-alias-impl-trait/coherence_different_hidden_ty.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/coherence_different_hidden_ty.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/coherence_generalization.rs
tests/ui/type-alias-impl-trait/cross_inference.rs
tests/ui/type-alias-impl-trait/debug-ty-with-weak.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/declared_but_not_defined_in_scope.stderr
tests/ui/type-alias-impl-trait/defined-by-user-annotation.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/defining-use-submodule.rs
tests/ui/type-alias-impl-trait/different_defining_uses_never_type-2.rs
tests/ui/type-alias-impl-trait/different_defining_uses_never_type-2.stderr
tests/ui/type-alias-impl-trait/different_defining_uses_never_type-3.rs
tests/ui/type-alias-impl-trait/generic_duplicate_lifetime_param.rs
tests/ui/type-alias-impl-trait/generic_duplicate_lifetime_param.stderr
tests/ui/type-alias-impl-trait/generic_duplicate_param_use.rs
tests/ui/type-alias-impl-trait/generic_duplicate_param_use.stderr
tests/ui/type-alias-impl-trait/generic_nondefining_use.rs
tests/ui/type-alias-impl-trait/generic_nondefining_use.stderr
tests/ui/type-alias-impl-trait/generic_type_does_not_live_long_enough.rs
tests/ui/type-alias-impl-trait/generic_type_does_not_live_long_enough.stderr
tests/ui/type-alias-impl-trait/generic_underconstrained.stderr
tests/ui/type-alias-impl-trait/generic_underconstrained2.stderr
tests/ui/type-alias-impl-trait/hidden_behind_projection_behind_struct_field.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/hidden_behind_projection_behind_struct_field.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/hidden_behind_struct_field.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/hidden_behind_struct_field2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/higher_kinded_params.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/higher_kinded_params2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/higher_kinded_params2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/higher_kinded_params3.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/higher_kinded_params3.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl-trait-in-type-alias-with-bad-substs.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl-trait-in-type-alias-with-bad-substs.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_for_weak_alias.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_for_weak_alias.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/inference-cycle.rs
tests/ui/type-alias-impl-trait/inference-cycle.stderr
tests/ui/type-alias-impl-trait/invalid_impl_trait_in_assoc_ty.stderr
tests/ui/type-alias-impl-trait/issue-109054.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-109054.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-53398-cyclic-types.rs
tests/ui/type-alias-impl-trait/issue-53398-cyclic-types.stderr [deleted file]
tests/ui/type-alias-impl-trait/issue-53678-generator-and-const-fn.rs
tests/ui/type-alias-impl-trait/issue-53678-generator-and-const-fn.stderr [deleted file]
tests/ui/type-alias-impl-trait/issue-57961.rs
tests/ui/type-alias-impl-trait/issue-60564.rs
tests/ui/type-alias-impl-trait/issue-60564.stderr
tests/ui/type-alias-impl-trait/issue-63263-closure-return.rs
tests/ui/type-alias-impl-trait/issue-65679-inst-opaque-ty-from-val-twice.rs
tests/ui/type-alias-impl-trait/issue-68368-non-defining-use-2.rs
tests/ui/type-alias-impl-trait/issue-68368-non-defining-use-2.stderr
tests/ui/type-alias-impl-trait/issue-68368-non-defining-use.rs
tests/ui/type-alias-impl-trait/issue-68368-non-defining-use.stderr
tests/ui/type-alias-impl-trait/issue-69136-inner-lifetime-resolve-error.rs
tests/ui/type-alias-impl-trait/issue-69136-inner-lifetime-resolve-error.stderr
tests/ui/type-alias-impl-trait/issue-70121.rs
tests/ui/type-alias-impl-trait/issue-70121.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/issue-76202-trait-impl-for-tait.rs
tests/ui/type-alias-impl-trait/issue-77179.rs
tests/ui/type-alias-impl-trait/multi-error.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multi-error.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn.rs
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn.stderr
tests/ui/type-alias-impl-trait/nested-tait-inference2.stderr
tests/ui/type-alias-impl-trait/nested_in_closure.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested_type_alias_impl_trait.rs
tests/ui/type-alias-impl-trait/no_revealing_outside_defining_module.stderr
tests/ui/type-alias-impl-trait/non-defining-method.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/non-defining-method.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/normalize-hidden-types.current.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/normalize-hidden-types.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/not-matching-trait-refs-isnt-defining.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/not-matching-trait-refs-isnt-defining.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/obligation_ice.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/privacy.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/privacy.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/reveal_local.rs
tests/ui/type-alias-impl-trait/reveal_local.stderr
tests/ui/type-alias-impl-trait/self-referential-3.rs
tests/ui/type-alias-impl-trait/self-referential-3.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/self-referential.rs
tests/ui/type-alias-impl-trait/self-referential.stderr
tests/ui/type-alias-impl-trait/type-alias-impl-trait-fns.rs
tests/ui/type-alias-impl-trait/type_of_a_let.rs
tests/ui/type-alias-impl-trait/type_of_a_let.stderr
tests/ui/type-inference/issue-113283-alllocator-trait-eq.rs [new file with mode: 0644]
tests/ui/type/type-check-defaults.stderr
tests/ui/typeck/dont-record-adjustments-when-pointing-at-arg.rs [new file with mode: 0644]
tests/ui/typeck/dont-record-adjustments-when-pointing-at-arg.stderr [new file with mode: 0644]
tests/ui/typeck/issue-106929.rs [new file with mode: 0644]
tests/ui/typeck/issue-106929.stderr [new file with mode: 0644]
tests/ui/typeck/issue-112252-ptr-arithmetics-help.fixed [new file with mode: 0644]
tests/ui/typeck/issue-112252-ptr-arithmetics-help.rs [new file with mode: 0644]
tests/ui/typeck/issue-112252-ptr-arithmetics-help.stderr [new file with mode: 0644]
tests/ui/typeck/issue-112385-while-assign-lhs-place-expr-ice.rs [new file with mode: 0644]
tests/ui/typeck/issue-112385-while-assign-lhs-place-expr-ice.stderr [new file with mode: 0644]
tests/ui/typeck/issue-1871.rs [new file with mode: 0644]
tests/ui/typeck/issue-1871.stderr [new file with mode: 0644]
tests/ui/typeck/issue-2063-resource.rs [new file with mode: 0644]
tests/ui/typeck/issue-2063.rs [new file with mode: 0644]
tests/ui/typeck/issue-81293.stderr
tests/ui/typeck/issue-86721-return-expr-ice.rs
tests/ui/typeck/issue-89856.stderr
tests/ui/typeck/issue-90101.stderr
tests/ui/typeck/ptr-null-mutability-suggestions.fixed [new file with mode: 0644]
tests/ui/typeck/ptr-null-mutability-suggestions.rs [new file with mode: 0644]
tests/ui/typeck/ptr-null-mutability-suggestions.stderr [new file with mode: 0644]
tests/ui/typeck/return-dyn-type-mismatch-2.rs [new file with mode: 0644]
tests/ui/typeck/return-dyn-type-mismatch-2.stderr [new file with mode: 0644]
tests/ui/typeck/return-dyn-type-mismatch.rs [new file with mode: 0644]
tests/ui/typeck/return-dyn-type-mismatch.stderr [new file with mode: 0644]
tests/ui/typeck/type-placeholder-fn-in-const.rs
tests/ui/typeck/type-placeholder-fn-in-const.stderr
tests/ui/typeck/typeck_type_placeholder_item.rs
tests/ui/typeck/typeck_type_placeholder_item.stderr
tests/ui/typeck/typeck_type_placeholder_item_help.rs
tests/ui/typeck/typeck_type_placeholder_item_help.stderr
tests/ui/ufcs/ufcs-qpath-self-mismatch.stderr
tests/ui/underscore-lifetime/where-clause-inherent-impl-ampersand-rust2015.fixed [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-inherent-impl-ampersand-rust2015.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-inherent-impl-ampersand-rust2015.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-inherent-impl-ampersand-rust2018.fixed [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-inherent-impl-ampersand-rust2018.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-inherent-impl-ampersand-rust2018.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-inherent-impl-ampersand.rs [deleted file]
tests/ui/underscore-lifetime/where-clause-inherent-impl-ampersand.rust2015.stderr [deleted file]
tests/ui/underscore-lifetime/where-clause-inherent-impl-ampersand.rust2018.stderr [deleted file]
tests/ui/underscore-lifetime/where-clause-trait-impl-region-2015.fixed [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-trait-impl-region-2015.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-trait-impl-region-2015.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-trait-impl-region-2018.fixed [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-trait-impl-region-2018.rs [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-trait-impl-region-2018.stderr [new file with mode: 0644]
tests/ui/underscore-lifetime/where-clause-trait-impl-region.rs [deleted file]
tests/ui/underscore-lifetime/where-clause-trait-impl-region.rust2015.stderr [deleted file]
tests/ui/underscore-lifetime/where-clause-trait-impl-region.rust2018.stderr [deleted file]
tests/ui/uninhabited/projection.rs [new file with mode: 0644]
tests/ui/union/union-fields-2.mirunsafeck.stderr
tests/ui/union/union-fields-2.thirunsafeck.stderr
tests/ui/union/union-sized-field.stderr
tests/ui/unsafe/auxiliary/external_unsafe_macro.rs [new file with mode: 0644]
tests/ui/unsafe/rfc-2585-unsafe_op_in_unsafe_fn.mir.stderr
tests/ui/unsafe/wrapping-unsafe-block-sugg.fixed [new file with mode: 0644]
tests/ui/unsafe/wrapping-unsafe-block-sugg.rs [new file with mode: 0644]
tests/ui/unsafe/wrapping-unsafe-block-sugg.stderr [new file with mode: 0644]
tests/ui/unsized-locals/issue-67981.stderr
tests/ui/unsized-locals/rust-call.rs [new file with mode: 0644]
tests/ui/unsized-locals/rust-call.stderr [new file with mode: 0644]
tests/ui/unsized/issue-71659.current.stderr [new file with mode: 0644]
tests/ui/unsized/issue-71659.next.stderr [new file with mode: 0644]
tests/ui/unsized/issue-71659.rs
tests/ui/unsized/issue-71659.stderr [deleted file]
tests/ui/unsized/unsized-bare-typaram.stderr
tests/ui/unsized/unsized-enum.stderr
tests/ui/unsized/unsized-enum2.stderr
tests/ui/unsized/unsized-fn-arg.stderr
tests/ui/unsized/unsized-inherent-impl-self-type.stderr
tests/ui/unsized/unsized-struct.stderr
tests/ui/unsized/unsized-trait-impl-self-type.stderr
tests/ui/unsized/unsized-trait-impl-trait-arg.stderr
tests/ui/unsized/unsized3.stderr
tests/ui/unsized/unsized5.stderr
tests/ui/unsized/unsized6.stderr
tests/ui/unsized/unsized7.stderr
tests/ui/use/use-keyword.rs
tests/ui/weird-exprs.rs
tests/ui/where-clauses/issue-50825-1.rs [new file with mode: 0644]
tests/ui/where-clauses/issue-50825.rs [new file with mode: 0644]
tests/ui/xcrate/xcrate-private-by-default.stderr
vendor/addr2line-0.18.0/.cargo-checksum.json [deleted file]
vendor/addr2line-0.18.0/CHANGELOG.md [deleted file]
vendor/addr2line-0.18.0/Cargo.lock [deleted file]
vendor/addr2line-0.18.0/Cargo.toml [deleted file]
vendor/addr2line-0.18.0/LICENSE-APACHE [deleted file]
vendor/addr2line-0.18.0/LICENSE-MIT [deleted file]
vendor/addr2line-0.18.0/README.md [deleted file]
vendor/addr2line-0.18.0/bench.plot.r [deleted file]
vendor/addr2line-0.18.0/benchmark.sh [deleted file]
vendor/addr2line-0.18.0/coverage.sh [deleted file]
vendor/addr2line-0.18.0/examples/addr2line.rs [deleted file]
vendor/addr2line-0.18.0/rustfmt.toml [deleted file]
vendor/addr2line-0.18.0/src/function.rs [deleted file]
vendor/addr2line-0.18.0/src/lazy.rs [deleted file]
vendor/addr2line-0.18.0/src/lib.rs [deleted file]
vendor/addr2line-0.18.0/tests/correctness.rs [deleted file]
vendor/addr2line-0.18.0/tests/output_equivalence.rs [deleted file]
vendor/addr2line-0.18.0/tests/parse.rs [deleted file]
vendor/addr2line-0.20.0/.cargo-checksum.json [new file with mode: 0644]
vendor/addr2line-0.20.0/CHANGELOG.md [new file with mode: 0644]
vendor/addr2line-0.20.0/Cargo.lock [new file with mode: 0644]
vendor/addr2line-0.20.0/Cargo.toml [new file with mode: 0644]
vendor/addr2line-0.20.0/LICENSE-APACHE [new file with mode: 0644]
vendor/addr2line-0.20.0/LICENSE-MIT [new file with mode: 0644]
vendor/addr2line-0.20.0/README.md [new file with mode: 0644]
vendor/addr2line-0.20.0/bench.plot.r [new file with mode: 0644]
vendor/addr2line-0.20.0/benchmark.sh [new file with mode: 0755]
vendor/addr2line-0.20.0/coverage.sh [new file with mode: 0644]
vendor/addr2line-0.20.0/examples/addr2line.rs [new file with mode: 0644]
vendor/addr2line-0.20.0/rustfmt.toml [new file with mode: 0644]
vendor/addr2line-0.20.0/src/builtin_split_dwarf_loader.rs [new file with mode: 0644]
vendor/addr2line-0.20.0/src/function.rs [new file with mode: 0644]
vendor/addr2line-0.20.0/src/lazy.rs [new file with mode: 0644]
vendor/addr2line-0.20.0/src/lib.rs [new file with mode: 0644]
vendor/addr2line-0.20.0/tests/correctness.rs [new file with mode: 0644]
vendor/addr2line-0.20.0/tests/output_equivalence.rs [new file with mode: 0644]
vendor/addr2line-0.20.0/tests/parse.rs [new file with mode: 0644]
vendor/addr2line/.cargo-checksum.json
vendor/addr2line/CHANGELOG.md
vendor/addr2line/Cargo.lock
vendor/addr2line/Cargo.toml
vendor/addr2line/examples/addr2line.rs
vendor/addr2line/src/builtin_split_dwarf_loader.rs [new file with mode: 0644]
vendor/addr2line/src/function.rs
vendor/addr2line/src/lazy.rs
vendor/addr2line/src/lib.rs
vendor/addr2line/tests/correctness.rs
vendor/addr2line/tests/output_equivalence.rs
vendor/addr2line/tests/parse.rs
vendor/ahash-0.7.4/.cargo-checksum.json [deleted file]
vendor/ahash-0.7.4/Cargo.toml [deleted file]
vendor/ahash-0.7.4/FAQ.md [deleted file]
vendor/ahash-0.7.4/LICENSE-APACHE [deleted file]
vendor/ahash-0.7.4/LICENSE-MIT [deleted file]
vendor/ahash-0.7.4/README.md [deleted file]
vendor/ahash-0.7.4/build.rs [deleted file]
vendor/ahash-0.7.4/rustfmt.toml [deleted file]
vendor/ahash-0.7.4/src/aes_hash.rs [deleted file]
vendor/ahash-0.7.4/src/convert.rs [deleted file]
vendor/ahash-0.7.4/src/fallback_hash.rs [deleted file]
vendor/ahash-0.7.4/src/hash_map.rs [deleted file]
vendor/ahash-0.7.4/src/hash_quality_test.rs [deleted file]
vendor/ahash-0.7.4/src/hash_set.rs [deleted file]
vendor/ahash-0.7.4/src/lib.rs [deleted file]
vendor/ahash-0.7.4/src/operations.rs [deleted file]
vendor/ahash-0.7.4/src/random_state.rs [deleted file]
vendor/ahash-0.7.4/src/specialize.rs [deleted file]
vendor/ahash-0.7.4/tests/bench.rs [deleted file]
vendor/ahash-0.7.4/tests/map_tests.rs [deleted file]
vendor/ahash-0.7.4/tests/nopanic.rs [deleted file]
vendor/ahash-0.7.6/.cargo-checksum.json [new file with mode: 0644]
vendor/ahash-0.7.6/Cargo.toml [new file with mode: 0644]
vendor/ahash-0.7.6/FAQ.md [new file with mode: 0644]
vendor/ahash-0.7.6/LICENSE-APACHE [new file with mode: 0644]
vendor/ahash-0.7.6/LICENSE-MIT [new file with mode: 0644]
vendor/ahash-0.7.6/README.md [new file with mode: 0644]
vendor/ahash-0.7.6/build.rs [new file with mode: 0644]
vendor/ahash-0.7.6/rustfmt.toml [new file with mode: 0644]
vendor/ahash-0.7.6/src/aes_hash.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/convert.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/fallback_hash.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/hash_map.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/hash_quality_test.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/hash_set.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/lib.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/operations.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/random_state.rs [new file with mode: 0644]
vendor/ahash-0.7.6/src/specialize.rs [new file with mode: 0644]
vendor/ahash-0.7.6/tests/bench.rs [new file with mode: 0644]
vendor/ahash-0.7.6/tests/map_tests.rs [new file with mode: 0644]
vendor/ahash-0.7.6/tests/nopanic.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/.cargo-checksum.json [new file with mode: 0644]
vendor/aho-corasick-0.7.20/COPYING [new file with mode: 0644]
vendor/aho-corasick-0.7.20/Cargo.toml [new file with mode: 0644]
vendor/aho-corasick-0.7.20/DESIGN.md [new file with mode: 0644]
vendor/aho-corasick-0.7.20/LICENSE-MIT [new file with mode: 0644]
vendor/aho-corasick-0.7.20/README.md [new file with mode: 0644]
vendor/aho-corasick-0.7.20/UNLICENSE [new file with mode: 0644]
vendor/aho-corasick-0.7.20/rustfmt.toml [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/ahocorasick.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/automaton.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/buffer.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/byte_frequencies.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/classes.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/dfa.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/error.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/lib.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/nfa.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/packed/api.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/packed/mod.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/packed/pattern.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/packed/rabinkarp.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/packed/teddy/README.md [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/packed/teddy/compile.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/packed/teddy/mod.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/packed/teddy/runtime.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/packed/tests.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/packed/vector.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/prefilter.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/state_id.rs [new file with mode: 0644]
vendor/aho-corasick-0.7.20/src/tests.rs [new file with mode: 0644]
vendor/aho-corasick/.cargo-checksum.json
vendor/aho-corasick/Cargo.toml
vendor/aho-corasick/DESIGN.md
vendor/aho-corasick/README.md
vendor/aho-corasick/src/ahocorasick.rs
vendor/aho-corasick/src/automaton.rs
vendor/aho-corasick/src/buffer.rs [deleted file]
vendor/aho-corasick/src/byte_frequencies.rs [deleted file]
vendor/aho-corasick/src/classes.rs [deleted file]
vendor/aho-corasick/src/dfa.rs
vendor/aho-corasick/src/error.rs [deleted file]
vendor/aho-corasick/src/lib.rs
vendor/aho-corasick/src/macros.rs [new file with mode: 0644]
vendor/aho-corasick/src/nfa.rs [deleted file]
vendor/aho-corasick/src/nfa/contiguous.rs [new file with mode: 0644]
vendor/aho-corasick/src/nfa/mod.rs [new file with mode: 0644]
vendor/aho-corasick/src/nfa/noncontiguous.rs [new file with mode: 0644]
vendor/aho-corasick/src/packed/api.rs
vendor/aho-corasick/src/packed/mod.rs
vendor/aho-corasick/src/packed/pattern.rs
vendor/aho-corasick/src/packed/rabinkarp.rs
vendor/aho-corasick/src/packed/teddy/compile.rs
vendor/aho-corasick/src/packed/teddy/mod.rs
vendor/aho-corasick/src/packed/teddy/runtime.rs
vendor/aho-corasick/src/packed/tests.rs
vendor/aho-corasick/src/packed/vector.rs
vendor/aho-corasick/src/prefilter.rs [deleted file]
vendor/aho-corasick/src/state_id.rs [deleted file]
vendor/aho-corasick/src/tests.rs
vendor/aho-corasick/src/transducer.rs [new file with mode: 0644]
vendor/aho-corasick/src/util/alphabet.rs [new file with mode: 0644]
vendor/aho-corasick/src/util/buffer.rs [new file with mode: 0644]
vendor/aho-corasick/src/util/byte_frequencies.rs [new file with mode: 0644]
vendor/aho-corasick/src/util/debug.rs [new file with mode: 0644]
vendor/aho-corasick/src/util/error.rs [new file with mode: 0644]
vendor/aho-corasick/src/util/int.rs [new file with mode: 0644]
vendor/aho-corasick/src/util/mod.rs [new file with mode: 0644]
vendor/aho-corasick/src/util/prefilter.rs [new file with mode: 0644]
vendor/aho-corasick/src/util/primitives.rs [new file with mode: 0644]
vendor/aho-corasick/src/util/remapper.rs [new file with mode: 0644]
vendor/aho-corasick/src/util/search.rs [new file with mode: 0644]
vendor/aho-corasick/src/util/special.rs [new file with mode: 0644]
vendor/allocator-api2/.cargo-checksum.json [new file with mode: 0644]
vendor/allocator-api2/CHANGELOG.md [new file with mode: 0644]
vendor/allocator-api2/COPYING [new file with mode: 0644]
vendor/allocator-api2/Cargo.toml [new file with mode: 0644]
vendor/allocator-api2/README.md [new file with mode: 0644]
vendor/allocator-api2/license/APACHE [new file with mode: 0644]
vendor/allocator-api2/license/MIT [new file with mode: 0644]
vendor/allocator-api2/src/lib.rs [new file with mode: 0644]
vendor/allocator-api2/src/nightly.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/alloc/global.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/alloc/mod.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/alloc/system.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/boxed.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/macros.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/mod.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/raw_vec.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/slice.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/vec/drain.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/vec/into_iter.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/vec/mod.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/vec/partial_eq.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/vec/set_len_on_drop.rs [new file with mode: 0644]
vendor/allocator-api2/src/stable/vec/splice.rs [new file with mode: 0644]
vendor/always-assert/.cargo-checksum.json
vendor/always-assert/Cargo.toml
vendor/always-assert/src/lib.rs
vendor/ammonia/.cargo-checksum.json
vendor/ammonia/CHANGELOG.md
vendor/ammonia/Cargo.lock
vendor/ammonia/Cargo.toml
vendor/ammonia/LICENSE-MIT
vendor/ammonia/README.md
vendor/ammonia/src/lib.rs
vendor/ammonia/src/rcdom.rs
vendor/android-tzdata/.cargo-checksum.json [new file with mode: 0644]
vendor/android-tzdata/Cargo.toml [new file with mode: 0644]
vendor/android-tzdata/LICENSE-APACHE [new file with mode: 0644]
vendor/android-tzdata/LICENSE-MIT [new file with mode: 0644]
vendor/android-tzdata/README.md [new file with mode: 0644]
vendor/android-tzdata/src/lib.rs [new file with mode: 0644]
vendor/android-tzdata/src/tzdata.rs [new file with mode: 0644]
vendor/anstream/.cargo-checksum.json
vendor/anstream/Cargo.toml
vendor/anstream/src/auto.rs
vendor/anstream/src/lib.rs
vendor/anstream/src/raw.rs
vendor/anstyle-0.3.5/.cargo-checksum.json [deleted file]
vendor/anstyle-0.3.5/Cargo.lock [deleted file]
vendor/anstyle-0.3.5/Cargo.toml [deleted file]
vendor/anstyle-0.3.5/LICENSE-APACHE [deleted file]
vendor/anstyle-0.3.5/LICENSE-MIT [deleted file]
vendor/anstyle-0.3.5/README.md [deleted file]
vendor/anstyle-0.3.5/examples/dump.rs [deleted file]
vendor/anstyle-0.3.5/src/color.rs [deleted file]
vendor/anstyle-0.3.5/src/effect.rs [deleted file]
vendor/anstyle-0.3.5/src/lib.rs [deleted file]
vendor/anstyle-0.3.5/src/macros.rs [deleted file]
vendor/anstyle-0.3.5/src/reset.rs [deleted file]
vendor/anstyle-0.3.5/src/style.rs [deleted file]
vendor/anstyle-parse/.cargo-checksum.json
vendor/anstyle-parse/Cargo.lock
vendor/anstyle-parse/Cargo.toml
vendor/anstyle-query/.cargo-checksum.json [new file with mode: 0644]
vendor/anstyle-query/Cargo.lock [new file with mode: 0644]
vendor/anstyle-query/Cargo.toml [new file with mode: 0644]
vendor/anstyle-query/LICENSE-APACHE [new file with mode: 0644]
vendor/anstyle-query/LICENSE-MIT [new file with mode: 0644]
vendor/anstyle-query/README.md [new file with mode: 0644]
vendor/anstyle-query/examples/report.rs [new file with mode: 0644]
vendor/anstyle-query/src/lib.rs [new file with mode: 0644]
vendor/anstyle-query/src/windows.rs [new file with mode: 0644]
vendor/anstyle/.cargo-checksum.json
vendor/anstyle/Cargo.lock
vendor/anstyle/Cargo.toml
vendor/anstyle/src/color.rs
vendor/anyhow/.cargo-checksum.json
vendor/anyhow/Cargo.toml
vendor/anyhow/src/lib.rs
vendor/arrayvec/.cargo-checksum.json
vendor/arrayvec/CHANGELOG.md
vendor/arrayvec/Cargo.toml
vendor/arrayvec/LICENSE-MIT
vendor/arrayvec/ci/miri.sh [deleted file]
vendor/arrayvec/src/array_string.rs
vendor/arrayvec/src/arrayvec.rs
vendor/arrayvec/src/arrayvec_impl.rs
vendor/arrayvec/src/lib.rs
vendor/backtrace/.cargo-checksum.json
vendor/backtrace/Cargo.lock
vendor/backtrace/Cargo.toml
vendor/backtrace/ci/android-ndk.sh
vendor/backtrace/ci/docker/aarch64-linux-android/Dockerfile
vendor/backtrace/ci/docker/arm-linux-androideabi/Dockerfile
vendor/backtrace/ci/docker/armv7-linux-androideabi/Dockerfile
vendor/backtrace/ci/docker/i686-linux-android/Dockerfile
vendor/backtrace/ci/docker/x86_64-linux-android/Dockerfile
vendor/backtrace/src/backtrace/libunwind.rs
vendor/backtrace/src/backtrace/mod.rs
vendor/backtrace/src/dbghelp.rs
vendor/backtrace/src/lib.rs
vendor/backtrace/src/print.rs
vendor/backtrace/src/print/fuchsia.rs
vendor/backtrace/src/symbolize/gimli.rs
vendor/backtrace/src/symbolize/gimli/coff.rs
vendor/backtrace/src/symbolize/gimli/elf.rs
vendor/backtrace/src/symbolize/gimli/macho.rs
vendor/backtrace/src/symbolize/gimli/mmap_unix.rs
vendor/backtrace/src/symbolize/gimli/mmap_windows.rs
vendor/backtrace/src/symbolize/gimli/parse_running_mmaps_unix.rs
vendor/backtrace/src/symbolize/gimli/stash.rs
vendor/backtrace/tests/current-exe-mismatch.rs
vendor/base64/.cargo-checksum.json
vendor/base64/Cargo.lock
vendor/base64/Cargo.toml
vendor/base64/README.md
vendor/base64/RELEASE-NOTES.md
vendor/base64/src/chunked_encoder.rs
vendor/base64/src/decode.rs
vendor/base64/src/encode.rs
vendor/base64/src/engine/general_purpose/decode.rs
vendor/base64/src/engine/general_purpose/decode_suffix.rs
vendor/base64/src/engine/general_purpose/mod.rs
vendor/base64/src/engine/mod.rs
vendor/base64/src/engine/naive.rs
vendor/base64/src/engine/tests.rs
vendor/base64/src/read/decoder.rs
vendor/base64/src/read/decoder_tests.rs
vendor/base64/tests/encode.rs
vendor/bitflags/.cargo-checksum.json
vendor/bitflags/CHANGELOG.md
vendor/bitflags/Cargo.lock
vendor/bitflags/Cargo.toml
vendor/bitflags/README.md
vendor/bitflags/examples/custom_bits_type.rs [new file with mode: 0644]
vendor/bitflags/examples/custom_derive.rs [new file with mode: 0644]
vendor/bitflags/examples/fmt.rs
vendor/bitflags/examples/macro_free.rs [new file with mode: 0644]
vendor/bitflags/src/example_generated.rs
vendor/bitflags/src/external.rs
vendor/bitflags/src/external/arbitrary.rs [new file with mode: 0644]
vendor/bitflags/src/external/arbitrary_support.rs [deleted file]
vendor/bitflags/src/external/bytemuck.rs [new file with mode: 0644]
vendor/bitflags/src/external/bytemuck_support.rs [deleted file]
vendor/bitflags/src/external/serde.rs [new file with mode: 0644]
vendor/bitflags/src/external/serde_support.rs [deleted file]
vendor/bitflags/src/internal.rs
vendor/bitflags/src/iter.rs [new file with mode: 0644]
vendor/bitflags/src/lib.rs
vendor/bitflags/src/parser.rs
vendor/bitflags/src/public.rs
vendor/bitflags/src/tests.rs [new file with mode: 0644]
vendor/bitflags/src/traits.rs
vendor/bstr/.cargo-checksum.json
vendor/bstr/Cargo.lock
vendor/bstr/Cargo.toml
vendor/bstr/src/ascii.rs
vendor/bstr/src/byteset/scalar.rs
vendor/bstr/src/escape_bytes.rs
vendor/bstr/src/impls.rs
vendor/bumpalo/.cargo-checksum.json
vendor/bumpalo/CHANGELOG.md
vendor/bumpalo/Cargo.toml
vendor/bumpalo/README.md
vendor/bumpalo/src/lib.rs
vendor/bytecount/.cargo-checksum.json
vendor/bytecount/Cargo.toml
vendor/bytecount/README.md
vendor/cargo_metadata/.cargo-checksum.json
vendor/cargo_metadata/CHANGELOG.md
vendor/cargo_metadata/Cargo.toml
vendor/cargo_metadata/README.md
vendor/cargo_metadata/src/lib.rs
vendor/chalk-derive-0.87.0/.cargo-checksum.json [deleted file]
vendor/chalk-derive-0.87.0/Cargo.toml [deleted file]
vendor/chalk-derive-0.87.0/README.md [deleted file]
vendor/chalk-derive-0.87.0/src/lib.rs [deleted file]
vendor/chalk-engine/.cargo-checksum.json [deleted file]
vendor/chalk-engine/Cargo.toml [deleted file]
vendor/chalk-engine/README.md [deleted file]
vendor/chalk-engine/src/README.md [deleted file]
vendor/chalk-engine/src/context.rs [deleted file]
vendor/chalk-engine/src/derived.rs [deleted file]
vendor/chalk-engine/src/forest.rs [deleted file]
vendor/chalk-engine/src/lib.rs [deleted file]
vendor/chalk-engine/src/logic.rs [deleted file]
vendor/chalk-engine/src/normalize_deep.rs [deleted file]
vendor/chalk-engine/src/simplify.rs [deleted file]
vendor/chalk-engine/src/slg.rs [deleted file]
vendor/chalk-engine/src/slg/aggregate.rs [deleted file]
vendor/chalk-engine/src/slg/resolvent.rs [deleted file]
vendor/chalk-engine/src/solve.rs [deleted file]
vendor/chalk-engine/src/stack.rs [deleted file]
vendor/chalk-engine/src/strand.rs [deleted file]
vendor/chalk-engine/src/table.rs [deleted file]
vendor/chalk-engine/src/tables.rs [deleted file]
vendor/chalk-ir-0.87.0/.cargo-checksum.json [deleted file]
vendor/chalk-ir-0.87.0/Cargo.toml [deleted file]
vendor/chalk-ir-0.87.0/README.md [deleted file]
vendor/chalk-ir-0.87.0/src/cast.rs [deleted file]
vendor/chalk-ir-0.87.0/src/could_match.rs [deleted file]
vendor/chalk-ir-0.87.0/src/debug.rs [deleted file]
vendor/chalk-ir-0.87.0/src/fold.rs [deleted file]
vendor/chalk-ir-0.87.0/src/fold/binder_impls.rs [deleted file]
vendor/chalk-ir-0.87.0/src/fold/boring_impls.rs [deleted file]
vendor/chalk-ir-0.87.0/src/fold/in_place.rs [deleted file]
vendor/chalk-ir-0.87.0/src/fold/shift.rs [deleted file]
vendor/chalk-ir-0.87.0/src/fold/subst.rs [deleted file]
vendor/chalk-ir-0.87.0/src/interner.rs [deleted file]
vendor/chalk-ir-0.87.0/src/lib.rs [deleted file]
vendor/chalk-ir-0.87.0/src/visit.rs [deleted file]
vendor/chalk-ir-0.87.0/src/visit/binder_impls.rs [deleted file]
vendor/chalk-ir-0.87.0/src/visit/boring_impls.rs [deleted file]
vendor/chalk-ir-0.87.0/src/visit/visitors.rs [deleted file]
vendor/chalk-ir-0.87.0/src/zip.rs [deleted file]
vendor/chalk-solve-0.87.0/.cargo-checksum.json [deleted file]
vendor/chalk-solve-0.87.0/Cargo.toml [deleted file]
vendor/chalk-solve-0.87.0/README.md [deleted file]
vendor/chalk-solve-0.87.0/src/clauses.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/builder.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/clone.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/copy.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/discriminant_kind.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/fn_family.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/generator.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/sized.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/tuple.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/builtin_traits/unsize.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/dyn_ty.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/env_elaborator.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/generalize.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/program_clauses.rs [deleted file]
vendor/chalk-solve-0.87.0/src/clauses/super_traits.rs [deleted file]
vendor/chalk-solve-0.87.0/src/coherence.rs [deleted file]
vendor/chalk-solve-0.87.0/src/coherence/orphan.rs [deleted file]
vendor/chalk-solve-0.87.0/src/coherence/solve.rs [deleted file]
vendor/chalk-solve-0.87.0/src/coinductive_goal.rs [deleted file]
vendor/chalk-solve-0.87.0/src/display.rs [deleted file]
vendor/chalk-solve-0.87.0/src/display/bounds.rs [deleted file]
vendor/chalk-solve-0.87.0/src/display/identifiers.rs [deleted file]
vendor/chalk-solve-0.87.0/src/display/items.rs [deleted file]
vendor/chalk-solve-0.87.0/src/display/render_trait.rs [deleted file]
vendor/chalk-solve-0.87.0/src/display/state.rs [deleted file]
vendor/chalk-solve-0.87.0/src/display/stub.rs [deleted file]
vendor/chalk-solve-0.87.0/src/display/ty.rs [deleted file]
vendor/chalk-solve-0.87.0/src/display/utils.rs [deleted file]
vendor/chalk-solve-0.87.0/src/ext.rs [deleted file]
vendor/chalk-solve-0.87.0/src/goal_builder.rs [deleted file]
vendor/chalk-solve-0.87.0/src/infer.rs [deleted file]
vendor/chalk-solve-0.87.0/src/infer/canonicalize.rs [deleted file]
vendor/chalk-solve-0.87.0/src/infer/instantiate.rs [deleted file]
vendor/chalk-solve-0.87.0/src/infer/invert.rs [deleted file]
vendor/chalk-solve-0.87.0/src/infer/test.rs [deleted file]
vendor/chalk-solve-0.87.0/src/infer/ucanonicalize.rs [deleted file]
vendor/chalk-solve-0.87.0/src/infer/unify.rs [deleted file]
vendor/chalk-solve-0.87.0/src/infer/var.rs [deleted file]
vendor/chalk-solve-0.87.0/src/lib.rs [deleted file]
vendor/chalk-solve-0.87.0/src/logging.rs [deleted file]
vendor/chalk-solve-0.87.0/src/logging_db.rs [deleted file]
vendor/chalk-solve-0.87.0/src/logging_db/id_collector.rs [deleted file]
vendor/chalk-solve-0.87.0/src/rust_ir.rs [deleted file]
vendor/chalk-solve-0.87.0/src/solve.rs [deleted file]
vendor/chalk-solve-0.87.0/src/solve/test/bench.rs [deleted file]
vendor/chalk-solve-0.87.0/src/solve/truncate.rs [deleted file]
vendor/chalk-solve-0.87.0/src/split.rs [deleted file]
vendor/chalk-solve-0.87.0/src/wf.rs [deleted file]
vendor/chrono/.cargo-checksum.json
vendor/chrono/AUTHORS.txt [deleted file]
vendor/chrono/Cargo.toml
vendor/chrono/README.md
vendor/chrono/benches/chrono.rs
vendor/chrono/clippy.toml [deleted file]
vendor/chrono/src/date.rs
vendor/chrono/src/datetime/mod.rs
vendor/chrono/src/datetime/serde.rs
vendor/chrono/src/datetime/tests.rs
vendor/chrono/src/format/locales.rs
vendor/chrono/src/format/mod.rs
vendor/chrono/src/format/parse.rs
vendor/chrono/src/format/parsed.rs
vendor/chrono/src/format/scan.rs
vendor/chrono/src/format/strftime.rs
vendor/chrono/src/lib.rs
vendor/chrono/src/month.rs
vendor/chrono/src/naive/date.rs
vendor/chrono/src/naive/datetime/mod.rs
vendor/chrono/src/naive/datetime/serde.rs
vendor/chrono/src/naive/datetime/tests.rs
vendor/chrono/src/naive/internals.rs
vendor/chrono/src/naive/isoweek.rs
vendor/chrono/src/naive/time/mod.rs
vendor/chrono/src/offset/fixed.rs
vendor/chrono/src/offset/local/mod.rs
vendor/chrono/src/offset/local/stub.rs [deleted file]
vendor/chrono/src/offset/local/tz_info/mod.rs
vendor/chrono/src/offset/local/tz_info/parser.rs
vendor/chrono/src/offset/local/tz_info/rule.rs
vendor/chrono/src/offset/local/tz_info/timezone.rs
vendor/chrono/src/offset/local/unix.rs
vendor/chrono/src/offset/local/windows.rs
vendor/chrono/src/offset/mod.rs
vendor/chrono/src/offset/utc.rs
vendor/chrono/src/oldtime.rs
vendor/chrono/src/round.rs
vendor/chrono/src/traits.rs
vendor/chrono/src/weekday.rs
vendor/chrono/tests/dateutils.rs
vendor/clap-3.2.20/.cargo-checksum.json [deleted file]
vendor/clap-3.2.20/Cargo.lock [deleted file]
vendor/clap-3.2.20/Cargo.toml [deleted file]
vendor/clap-3.2.20/LICENSE-APACHE [deleted file]
vendor/clap-3.2.20/LICENSE-MIT [deleted file]
vendor/clap-3.2.20/README.md [deleted file]
vendor/clap-3.2.20/examples/cargo-example-derive.md [deleted file]
vendor/clap-3.2.20/examples/cargo-example-derive.rs [deleted file]
vendor/clap-3.2.20/examples/cargo-example.md [deleted file]
vendor/clap-3.2.20/examples/cargo-example.rs [deleted file]
vendor/clap-3.2.20/examples/demo.md [deleted file]
vendor/clap-3.2.20/examples/demo.rs [deleted file]
vendor/clap-3.2.20/examples/derive_ref/augment_args.rs [deleted file]
vendor/clap-3.2.20/examples/derive_ref/augment_subcommands.rs [deleted file]
vendor/clap-3.2.20/examples/derive_ref/custom-bool.md [deleted file]
vendor/clap-3.2.20/examples/derive_ref/custom-bool.rs [deleted file]
vendor/clap-3.2.20/examples/derive_ref/flatten_hand_args.rs [deleted file]
vendor/clap-3.2.20/examples/derive_ref/hand_subcommand.rs [deleted file]
vendor/clap-3.2.20/examples/derive_ref/interop_tests.md [deleted file]
vendor/clap-3.2.20/examples/escaped-positional-derive.md [deleted file]
vendor/clap-3.2.20/examples/escaped-positional-derive.rs [deleted file]
vendor/clap-3.2.20/examples/escaped-positional.md [deleted file]
vendor/clap-3.2.20/examples/escaped-positional.rs [deleted file]
vendor/clap-3.2.20/examples/git-derive.md [deleted file]
vendor/clap-3.2.20/examples/git-derive.rs [deleted file]
vendor/clap-3.2.20/examples/git.md [deleted file]
vendor/clap-3.2.20/examples/git.rs [deleted file]
vendor/clap-3.2.20/examples/multicall-busybox.md [deleted file]
vendor/clap-3.2.20/examples/multicall-busybox.rs [deleted file]
vendor/clap-3.2.20/examples/multicall-hostname.md [deleted file]
vendor/clap-3.2.20/examples/multicall-hostname.rs [deleted file]
vendor/clap-3.2.20/examples/pacman.md [deleted file]
vendor/clap-3.2.20/examples/pacman.rs [deleted file]
vendor/clap-3.2.20/examples/repl.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/01_quick.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/01_quick.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/02_app_settings.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/02_app_settings.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/02_apps.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/02_apps.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/02_crate.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/02_crate.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/03_01_flag_bool.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/03_01_flag_bool.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/03_01_flag_count.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/03_01_flag_count.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/03_02_option.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/03_02_option.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/03_03_positional.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/03_03_positional.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/03_04_subcommands.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/03_04_subcommands.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/03_05_default_values.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/03_05_default_values.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/04_01_enum.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/04_01_enum.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/04_01_possible.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/04_01_possible.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/04_02_parse.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/04_02_parse.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/04_02_validate.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/04_02_validate.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/04_03_relations.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/04_03_relations.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/04_04_custom.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/04_04_custom.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_builder/05_01_assert.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/01_quick.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/01_quick.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/02_app_settings.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/02_app_settings.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/02_apps.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/02_apps.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/02_crate.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/02_crate.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_01_flag_bool.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_01_flag_bool.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_01_flag_count.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_01_flag_count.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_02_option.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_02_option.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_03_positional.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_03_positional.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_04_subcommands.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_04_subcommands.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_04_subcommands_alt.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_05_default_values.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/03_05_default_values.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/04_01_enum.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/04_01_enum.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/04_02_parse.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/04_02_parse.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/04_02_validate.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/04_02_validate.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/04_03_relations.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/04_03_relations.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/04_04_custom.md [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/04_04_custom.rs [deleted file]
vendor/clap-3.2.20/examples/tutorial_derive/05_01_assert.rs [deleted file]
vendor/clap-3.2.20/examples/typed-derive.md [deleted file]
vendor/clap-3.2.20/examples/typed-derive.rs [deleted file]
vendor/clap-3.2.20/src/_cookbook/cargo_example.rs [deleted file]
vendor/clap-3.2.20/src/_cookbook/cargo_example_derive [deleted file]
vendor/clap-3.2.20/src/_cookbook/cargo_example_derive.rs [deleted file]
vendor/clap-3.2.20/src/_cookbook/escaped_positional.rs [deleted file]
vendor/clap-3.2.20/src/_cookbook/escaped_positional_derive.rs [deleted file]
vendor/clap-3.2.20/src/_cookbook/git.rs [deleted file]
vendor/clap-3.2.20/src/_cookbook/git_derive.rs [deleted file]
vendor/clap-3.2.20/src/_cookbook/mod.rs [deleted file]
vendor/clap-3.2.20/src/_cookbook/multicall_busybox.rs [deleted file]
vendor/clap-3.2.20/src/_cookbook/multicall_hostname.rs [deleted file]
vendor/clap-3.2.20/src/_cookbook/pacman.rs [deleted file]
vendor/clap-3.2.20/src/_cookbook/repl.rs [deleted file]
vendor/clap-3.2.20/src/_cookbook/typed_derive.rs [deleted file]
vendor/clap-3.2.20/src/_derive/_tutorial.rs [deleted file]
vendor/clap-3.2.20/src/_derive/mod.rs [deleted file]
vendor/clap-3.2.20/src/_faq.rs [deleted file]
vendor/clap-3.2.20/src/_features.rs [deleted file]
vendor/clap-3.2.20/src/_tutorial.rs [deleted file]
vendor/clap-3.2.20/src/bin/stdio-fixture.rs [deleted file]
vendor/clap-3.2.20/src/builder/action.rs [deleted file]
vendor/clap-3.2.20/src/builder/app_settings.rs [deleted file]
vendor/clap-3.2.20/src/builder/arg.rs [deleted file]
vendor/clap-3.2.20/src/builder/arg_group.rs [deleted file]
vendor/clap-3.2.20/src/builder/arg_predicate.rs [deleted file]
vendor/clap-3.2.20/src/builder/arg_settings.rs [deleted file]
vendor/clap-3.2.20/src/builder/command.rs [deleted file]
vendor/clap-3.2.20/src/builder/debug_asserts.rs [deleted file]
vendor/clap-3.2.20/src/builder/macros.rs [deleted file]
vendor/clap-3.2.20/src/builder/mod.rs [deleted file]
vendor/clap-3.2.20/src/builder/possible_value.rs [deleted file]
vendor/clap-3.2.20/src/builder/regex.rs [deleted file]
vendor/clap-3.2.20/src/builder/tests.rs [deleted file]
vendor/clap-3.2.20/src/builder/usage_parser.rs [deleted file]
vendor/clap-3.2.20/src/builder/value_hint.rs [deleted file]
vendor/clap-3.2.20/src/builder/value_parser.rs [deleted file]
vendor/clap-3.2.20/src/derive.rs [deleted file]
vendor/clap-3.2.20/src/error/context.rs [deleted file]
vendor/clap-3.2.20/src/error/kind.rs [deleted file]
vendor/clap-3.2.20/src/error/mod.rs [deleted file]
vendor/clap-3.2.20/src/lib.rs [deleted file]
vendor/clap-3.2.20/src/macros.rs [deleted file]
vendor/clap-3.2.20/src/mkeymap.rs [deleted file]
vendor/clap-3.2.20/src/output/fmt.rs [deleted file]
vendor/clap-3.2.20/src/output/help.rs [deleted file]
vendor/clap-3.2.20/src/output/mod.rs [deleted file]
vendor/clap-3.2.20/src/output/usage.rs [deleted file]
vendor/clap-3.2.20/src/parser/arg_matcher.rs [deleted file]
vendor/clap-3.2.20/src/parser/error.rs [deleted file]
vendor/clap-3.2.20/src/parser/features/mod.rs [deleted file]
vendor/clap-3.2.20/src/parser/features/suggestions.rs [deleted file]
vendor/clap-3.2.20/src/parser/matches/any_value.rs [deleted file]
vendor/clap-3.2.20/src/parser/matches/arg_matches.rs [deleted file]
vendor/clap-3.2.20/src/parser/matches/matched_arg.rs [deleted file]
vendor/clap-3.2.20/src/parser/matches/mod.rs [deleted file]
vendor/clap-3.2.20/src/parser/matches/value_source.rs [deleted file]
vendor/clap-3.2.20/src/parser/mod.rs [deleted file]
vendor/clap-3.2.20/src/parser/parser.rs [deleted file]
vendor/clap-3.2.20/src/parser/validator.rs [deleted file]
vendor/clap-3.2.20/src/util/color.rs [deleted file]
vendor/clap-3.2.20/src/util/fnv.rs [deleted file]
vendor/clap-3.2.20/src/util/graph.rs [deleted file]
vendor/clap-3.2.20/src/util/id.rs [deleted file]
vendor/clap-3.2.20/src/util/mod.rs [deleted file]
vendor/clap-3.2.20/src/util/str_to_bool.rs [deleted file]
vendor/clap-4.2.1/.cargo-checksum.json [deleted file]
vendor/clap-4.2.1/Cargo.lock [deleted file]
vendor/clap-4.2.1/Cargo.toml [deleted file]
vendor/clap-4.2.1/LICENSE-APACHE [deleted file]
vendor/clap-4.2.1/LICENSE-MIT [deleted file]
vendor/clap-4.2.1/README.md [deleted file]
vendor/clap-4.2.1/examples/README.md [deleted file]
vendor/clap-4.2.1/examples/cargo-example-derive.md [deleted file]
vendor/clap-4.2.1/examples/cargo-example-derive.rs [deleted file]
vendor/clap-4.2.1/examples/cargo-example.md [deleted file]
vendor/clap-4.2.1/examples/cargo-example.rs [deleted file]
vendor/clap-4.2.1/examples/demo.md [deleted file]
vendor/clap-4.2.1/examples/demo.rs [deleted file]
vendor/clap-4.2.1/examples/derive_ref/augment_args.rs [deleted file]
vendor/clap-4.2.1/examples/derive_ref/augment_subcommands.rs [deleted file]
vendor/clap-4.2.1/examples/derive_ref/flatten_hand_args.rs [deleted file]
vendor/clap-4.2.1/examples/derive_ref/hand_subcommand.rs [deleted file]
vendor/clap-4.2.1/examples/derive_ref/interop_tests.md [deleted file]
vendor/clap-4.2.1/examples/escaped-positional-derive.md [deleted file]
vendor/clap-4.2.1/examples/escaped-positional-derive.rs [deleted file]
vendor/clap-4.2.1/examples/escaped-positional.md [deleted file]
vendor/clap-4.2.1/examples/escaped-positional.rs [deleted file]
vendor/clap-4.2.1/examples/find.md [deleted file]
vendor/clap-4.2.1/examples/find.rs [deleted file]
vendor/clap-4.2.1/examples/git-derive.md [deleted file]
vendor/clap-4.2.1/examples/git-derive.rs [deleted file]
vendor/clap-4.2.1/examples/git.md [deleted file]
vendor/clap-4.2.1/examples/git.rs [deleted file]
vendor/clap-4.2.1/examples/multicall-busybox.md [deleted file]
vendor/clap-4.2.1/examples/multicall-busybox.rs [deleted file]
vendor/clap-4.2.1/examples/multicall-hostname.md [deleted file]
vendor/clap-4.2.1/examples/multicall-hostname.rs [deleted file]
vendor/clap-4.2.1/examples/pacman.md [deleted file]
vendor/clap-4.2.1/examples/pacman.rs [deleted file]
vendor/clap-4.2.1/examples/repl.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/01_quick.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/01_quick.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/02_app_settings.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/02_app_settings.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/02_apps.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/02_apps.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/02_crate.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/02_crate.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_01_flag_bool.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_01_flag_bool.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_01_flag_count.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_01_flag_count.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_02_option.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_02_option.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_02_option_mult.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_02_option_mult.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_03_positional.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_03_positional.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_03_positional_mult.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_03_positional_mult.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_04_subcommands.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_04_subcommands.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_05_default_values.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/03_05_default_values.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/04_01_enum.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/04_01_enum.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/04_01_possible.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/04_01_possible.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/04_02_parse.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/04_02_parse.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/04_02_validate.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/04_02_validate.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/04_03_relations.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/04_03_relations.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/04_04_custom.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/04_04_custom.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_builder/05_01_assert.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/01_quick.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/01_quick.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/02_app_settings.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/02_app_settings.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/02_apps.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/02_apps.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/02_crate.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/02_crate.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_01_flag_bool.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_01_flag_bool.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_01_flag_count.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_01_flag_count.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_02_option.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_02_option.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_02_option_mult.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_02_option_mult.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_03_positional.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_03_positional.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_03_positional_mult.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_03_positional_mult.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_04_subcommands.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_04_subcommands.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_04_subcommands_alt.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_05_default_values.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/03_05_default_values.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/04_01_enum.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/04_01_enum.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/04_02_parse.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/04_02_parse.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/04_02_validate.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/04_02_validate.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/04_03_relations.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/04_03_relations.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/04_04_custom.md [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/04_04_custom.rs [deleted file]
vendor/clap-4.2.1/examples/tutorial_derive/05_01_assert.rs [deleted file]
vendor/clap-4.2.1/examples/typed-derive.md [deleted file]
vendor/clap-4.2.1/examples/typed-derive.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/cargo_example.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/cargo_example_derive.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/escaped_positional.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/escaped_positional_derive.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/find.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/git.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/git_derive.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/mod.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/multicall_busybox.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/multicall_hostname.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/pacman.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/repl.rs [deleted file]
vendor/clap-4.2.1/src/_cookbook/typed_derive.rs [deleted file]
vendor/clap-4.2.1/src/_derive/_tutorial.rs [deleted file]
vendor/clap-4.2.1/src/_derive/mod.rs [deleted file]
vendor/clap-4.2.1/src/_faq.rs [deleted file]
vendor/clap-4.2.1/src/_features.rs [deleted file]
vendor/clap-4.2.1/src/_tutorial.rs [deleted file]
vendor/clap-4.2.1/src/bin/stdio-fixture.rs [deleted file]
vendor/clap-4.2.1/src/lib.rs [deleted file]
vendor/clap/.cargo-checksum.json
vendor/clap/Cargo.lock
vendor/clap/Cargo.toml
vendor/clap/examples/cargo-example.rs
vendor/clap/examples/find.rs
vendor/clap/examples/git.rs
vendor/clap/examples/repl.rs
vendor/clap/examples/tutorial_builder/01_quick.rs
vendor/clap/examples/tutorial_builder/04_01_enum.rs
vendor/clap/examples/tutorial_builder/04_02_parse.rs
vendor/clap/examples/tutorial_builder/04_02_validate.rs
vendor/clap/examples/tutorial_builder/04_03_relations.rs
vendor/clap/examples/tutorial_builder/04_04_custom.rs
vendor/clap/examples/tutorial_builder/05_01_assert.rs
vendor/clap/src/_derive/_tutorial.rs
vendor/clap/src/_derive/mod.rs
vendor/clap/src/_features.rs
vendor/clap/src/_tutorial.rs
vendor/clap/src/lib.rs
vendor/clap_builder-4.2.1/.cargo-checksum.json [deleted file]
vendor/clap_builder-4.2.1/Cargo.toml [deleted file]
vendor/clap_builder-4.2.1/LICENSE-APACHE [deleted file]
vendor/clap_builder-4.2.1/LICENSE-MIT [deleted file]
vendor/clap_builder-4.2.1/README.md [deleted file]
vendor/clap_builder-4.2.1/src/builder/action.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/app_settings.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/arg.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/arg_group.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/arg_predicate.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/arg_settings.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/command.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/debug_asserts.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/mod.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/os_str.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/possible_value.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/range.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/resettable.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/str.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/styled_str.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/tests.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/value_hint.rs [deleted file]
vendor/clap_builder-4.2.1/src/builder/value_parser.rs [deleted file]
vendor/clap_builder-4.2.1/src/derive.rs [deleted file]
vendor/clap_builder-4.2.1/src/error/context.rs [deleted file]
vendor/clap_builder-4.2.1/src/error/format.rs [deleted file]
vendor/clap_builder-4.2.1/src/error/kind.rs [deleted file]
vendor/clap_builder-4.2.1/src/error/mod.rs [deleted file]
vendor/clap_builder-4.2.1/src/lib.rs [deleted file]
vendor/clap_builder-4.2.1/src/macros.rs [deleted file]
vendor/clap_builder-4.2.1/src/mkeymap.rs [deleted file]
vendor/clap_builder-4.2.1/src/output/fmt.rs [deleted file]
vendor/clap_builder-4.2.1/src/output/help.rs [deleted file]
vendor/clap_builder-4.2.1/src/output/help_template.rs [deleted file]
vendor/clap_builder-4.2.1/src/output/mod.rs [deleted file]
vendor/clap_builder-4.2.1/src/output/textwrap/core.rs [deleted file]
vendor/clap_builder-4.2.1/src/output/textwrap/mod.rs [deleted file]
vendor/clap_builder-4.2.1/src/output/textwrap/word_separators.rs [deleted file]
vendor/clap_builder-4.2.1/src/output/textwrap/wrap_algorithms.rs [deleted file]
vendor/clap_builder-4.2.1/src/output/usage.rs [deleted file]
vendor/clap_builder-4.2.1/src/parser/arg_matcher.rs [deleted file]
vendor/clap_builder-4.2.1/src/parser/error.rs [deleted file]
vendor/clap_builder-4.2.1/src/parser/features/mod.rs [deleted file]
vendor/clap_builder-4.2.1/src/parser/features/suggestions.rs [deleted file]
vendor/clap_builder-4.2.1/src/parser/matches/any_value.rs [deleted file]
vendor/clap_builder-4.2.1/src/parser/matches/arg_matches.rs [deleted file]
vendor/clap_builder-4.2.1/src/parser/matches/matched_arg.rs [deleted file]
vendor/clap_builder-4.2.1/src/parser/matches/mod.rs [deleted file]
vendor/clap_builder-4.2.1/src/parser/matches/value_source.rs [deleted file]
vendor/clap_builder-4.2.1/src/parser/mod.rs [deleted file]
vendor/clap_builder-4.2.1/src/parser/parser.rs [deleted file]
vendor/clap_builder-4.2.1/src/parser/validator.rs [deleted file]
vendor/clap_builder-4.2.1/src/util/color.rs [deleted file]
vendor/clap_builder-4.2.1/src/util/flat_map.rs [deleted file]
vendor/clap_builder-4.2.1/src/util/flat_set.rs [deleted file]
vendor/clap_builder-4.2.1/src/util/graph.rs [deleted file]
vendor/clap_builder-4.2.1/src/util/id.rs [deleted file]
vendor/clap_builder-4.2.1/src/util/mod.rs [deleted file]
vendor/clap_builder-4.2.1/src/util/str_to_bool.rs [deleted file]
vendor/clap_builder/.cargo-checksum.json
vendor/clap_builder/Cargo.toml
vendor/clap_builder/src/builder/app_settings.rs
vendor/clap_builder/src/builder/arg.rs
vendor/clap_builder/src/builder/arg_settings.rs
vendor/clap_builder/src/builder/command.rs
vendor/clap_builder/src/builder/debug_asserts.rs
vendor/clap_builder/src/builder/possible_value.rs
vendor/clap_builder/src/builder/value_hint.rs
vendor/clap_builder/src/builder/value_parser.rs
vendor/clap_builder/src/error/format.rs
vendor/clap_builder/src/error/mod.rs
vendor/clap_builder/src/macros.rs
vendor/clap_builder/src/output/help_template.rs
vendor/clap_builder/src/output/textwrap/core.rs
vendor/clap_builder/src/output/textwrap/mod.rs
vendor/clap_builder/src/output/textwrap/word_separators.rs
vendor/clap_builder/src/output/textwrap/wrap_algorithms.rs
vendor/clap_builder/src/output/usage.rs
vendor/clap_builder/src/parser/arg_matcher.rs
vendor/clap_builder/src/parser/matches/arg_matches.rs
vendor/clap_builder/src/parser/parser.rs
vendor/clap_builder/src/parser/validator.rs
vendor/clap_builder/src/util/any_value.rs
vendor/clap_builder/src/util/color.rs
vendor/clap_complete/.cargo-checksum.json
vendor/clap_complete/Cargo.lock
vendor/clap_complete/Cargo.toml
vendor/clap_complete/README.md
vendor/clap_complete/src/generator/mod.rs
vendor/clap_complete/src/shells/zsh.rs
vendor/clap_derive-3.2.18/.cargo-checksum.json [deleted file]
vendor/clap_derive-3.2.18/Cargo.toml [deleted file]
vendor/clap_derive-3.2.18/LICENSE-APACHE [deleted file]
vendor/clap_derive-3.2.18/LICENSE-MIT [deleted file]
vendor/clap_derive-3.2.18/README.md [deleted file]
vendor/clap_derive-3.2.18/src/attrs.rs [deleted file]
vendor/clap_derive-3.2.18/src/derives/args.rs [deleted file]
vendor/clap_derive-3.2.18/src/derives/into_app.rs [deleted file]
vendor/clap_derive-3.2.18/src/derives/mod.rs [deleted file]
vendor/clap_derive-3.2.18/src/derives/parser.rs [deleted file]
vendor/clap_derive-3.2.18/src/derives/subcommand.rs [deleted file]
vendor/clap_derive-3.2.18/src/derives/value_enum.rs [deleted file]
vendor/clap_derive-3.2.18/src/dummies.rs [deleted file]
vendor/clap_derive-3.2.18/src/lib.rs [deleted file]
vendor/clap_derive-3.2.18/src/parse.rs [deleted file]
vendor/clap_derive-3.2.18/src/utils/doc_comments.rs [deleted file]
vendor/clap_derive-3.2.18/src/utils/mod.rs [deleted file]
vendor/clap_derive-3.2.18/src/utils/spanned.rs [deleted file]
vendor/clap_derive-3.2.18/src/utils/ty.rs [deleted file]
vendor/clap_derive/.cargo-checksum.json
vendor/clap_derive/Cargo.toml
vendor/clap_derive/src/derives/args.rs
vendor/clap_derive/src/derives/into_app.rs
vendor/clap_derive/src/derives/parser.rs
vendor/clap_derive/src/derives/subcommand.rs
vendor/clap_derive/src/derives/value_enum.rs
vendor/clap_derive/src/dummies.rs
vendor/clap_derive/src/item.rs
vendor/clap_lex-0.2.2/.cargo-checksum.json [deleted file]
vendor/clap_lex-0.2.2/Cargo.toml [deleted file]
vendor/clap_lex-0.2.2/LICENSE-APACHE [deleted file]
vendor/clap_lex-0.2.2/LICENSE-MIT [deleted file]
vendor/clap_lex-0.2.2/README.md [deleted file]
vendor/clap_lex-0.2.2/src/lib.rs [deleted file]
vendor/clap_lex/.cargo-checksum.json
vendor/clap_lex/Cargo.toml
vendor/clap_lex/README.md
vendor/clap_lex/src/ext.rs
vendor/clap_lex/src/lib.rs
vendor/codespan-reporting/.cargo-checksum.json [deleted file]
vendor/codespan-reporting/CHANGELOG.md [deleted file]
vendor/codespan-reporting/Cargo.lock [deleted file]
vendor/codespan-reporting/Cargo.toml [deleted file]
vendor/codespan-reporting/examples/custom_files.rs [deleted file]
vendor/codespan-reporting/examples/peg_calculator.rs [deleted file]
vendor/codespan-reporting/examples/readme_preview.rs [deleted file]
vendor/codespan-reporting/examples/reusable_diagnostic.rs [deleted file]
vendor/codespan-reporting/examples/term.rs [deleted file]
vendor/codespan-reporting/src/diagnostic.rs [deleted file]
vendor/codespan-reporting/src/files.rs [deleted file]
vendor/codespan-reporting/src/lib.rs [deleted file]
vendor/codespan-reporting/src/term.rs [deleted file]
vendor/codespan-reporting/src/term/config.rs [deleted file]
vendor/codespan-reporting/src/term/renderer.rs [deleted file]
vendor/codespan-reporting/src/term/views.rs [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty__medium_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty__rich_ascii_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty__rich_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty__short_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty_ranges__medium_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty_ranges__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty_ranges__rich_ascii_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty_ranges__rich_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty_ranges__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty_ranges__short_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__empty_ranges__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__fizz_buzz__medium_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__fizz_buzz__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__fizz_buzz__rich_ascii_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__fizz_buzz__rich_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__fizz_buzz__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__fizz_buzz__short_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__fizz_buzz__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message__medium_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message__rich_ascii_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message__rich_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message__short_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message_and_notes__medium_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message_and_notes__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message_and_notes__rich_ascii_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message_and_notes__rich_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message_and_notes__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message_and_notes__short_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message_and_notes__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message_errorcode__rich_ascii_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message_errorcode__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__message_errorcode__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multifile__medium_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multifile__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multifile__rich_ascii_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multifile__rich_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multifile__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multifile__short_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multifile__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multiline_omit__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multiline_overlapping__medium_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multiline_overlapping__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multiline_overlapping__rich_ascii_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multiline_overlapping__rich_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multiline_overlapping__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multiline_overlapping__short_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__multiline_overlapping__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__overlapping__medium_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__overlapping__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__overlapping__rich_ascii_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__overlapping__rich_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__overlapping__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__overlapping__short_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__overlapping__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__position_indicator__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__position_indicator__rich_ascii_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__position_indicator__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__position_indicator__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_line__medium_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_line__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_line__rich_ascii_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_line__rich_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_line__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_line__short_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_line__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_ranges__medium_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_ranges__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_ranges__rich_ascii_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_ranges__rich_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_ranges__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_ranges__short_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__same_ranges__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__tab_columns__tab_width_2_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__tab_columns__tab_width_3_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__tab_columns__tab_width_6_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__tab_columns__tab_width_default_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__tabbed__tab_width_3_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__tabbed__tab_width_6_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__tabbed__tab_width_default_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__unicode__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__unicode__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__unicode__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__unicode_spans__medium_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__unicode_spans__rich_no_color.snap [deleted file]
vendor/codespan-reporting/tests/snapshots/term__unicode_spans__short_no_color.snap [deleted file]
vendor/codespan-reporting/tests/support/color_buffer.rs [deleted file]
vendor/codespan-reporting/tests/support/mod.rs [deleted file]
vendor/codespan-reporting/tests/term.rs [deleted file]
vendor/color-eyre/.cargo-checksum.json [new file with mode: 0644]
vendor/color-eyre/CHANGELOG.md [new file with mode: 0644]
vendor/color-eyre/Cargo.lock [new file with mode: 0644]
vendor/color-eyre/Cargo.toml [new file with mode: 0644]
vendor/color-eyre/LICENSE-APACHE [new file with mode: 0644]
vendor/color-eyre/LICENSE-MIT [new file with mode: 0644]
vendor/color-eyre/README.md [new file with mode: 0644]
vendor/color-eyre/examples/custom_filter.rs [new file with mode: 0644]
vendor/color-eyre/examples/custom_section.rs [new file with mode: 0644]
vendor/color-eyre/examples/debug_perf.rs [new file with mode: 0644]
vendor/color-eyre/examples/github_issue.rs [new file with mode: 0644]
vendor/color-eyre/examples/multiple_errors.rs [new file with mode: 0644]
vendor/color-eyre/examples/panic_compose.rs [new file with mode: 0644]
vendor/color-eyre/examples/panic_hook.rs [new file with mode: 0644]
vendor/color-eyre/examples/theme.rs [new file with mode: 0644]
vendor/color-eyre/examples/theme_test_helper.rs [new file with mode: 0644]
vendor/color-eyre/examples/usage.rs [new file with mode: 0644]
vendor/color-eyre/pictures/custom_section.png [new file with mode: 0644]
vendor/color-eyre/pictures/full.png [new file with mode: 0644]
vendor/color-eyre/pictures/minimal.png [new file with mode: 0644]
vendor/color-eyre/pictures/short.png [new file with mode: 0644]
vendor/color-eyre/scripts/default.nix [new file with mode: 0644]
vendor/color-eyre/scripts/fix_html_examples.py [new file with mode: 0755]
vendor/color-eyre/src/config.rs [new file with mode: 0644]
vendor/color-eyre/src/fmt.rs [new file with mode: 0644]
vendor/color-eyre/src/handler.rs [new file with mode: 0644]
vendor/color-eyre/src/lib.rs [new file with mode: 0644]
vendor/color-eyre/src/private.rs [new file with mode: 0644]
vendor/color-eyre/src/section/github.rs [new file with mode: 0644]
vendor/color-eyre/src/section/help.rs [new file with mode: 0644]
vendor/color-eyre/src/section/mod.rs [new file with mode: 0644]
vendor/color-eyre/src/writers.rs [new file with mode: 0644]
vendor/color-eyre/tests/bt_disabled.rs [new file with mode: 0644]
vendor/color-eyre/tests/bt_enabled.rs [new file with mode: 0644]
vendor/color-eyre/tests/data/theme_error_control.txt [new file with mode: 0644]
vendor/color-eyre/tests/data/theme_error_control_location.txt [new file with mode: 0644]
vendor/color-eyre/tests/data/theme_error_control_minimal.txt [new file with mode: 0644]
vendor/color-eyre/tests/data/theme_error_control_spantrace.txt [new file with mode: 0644]
vendor/color-eyre/tests/data/theme_panic_control.txt [new file with mode: 0644]
vendor/color-eyre/tests/data/theme_panic_control_no_spantrace.txt [new file with mode: 0644]
vendor/color-eyre/tests/location_disabled.rs [new file with mode: 0644]
vendor/color-eyre/tests/theme.rs [new file with mode: 0644]
vendor/color-eyre/tests/wasm.rs [new file with mode: 0644]
vendor/color-spantrace/.cargo-checksum.json [new file with mode: 0644]
vendor/color-spantrace/CHANGELOG.md [new file with mode: 0644]
vendor/color-spantrace/Cargo.lock [new file with mode: 0644]
vendor/color-spantrace/Cargo.toml [new file with mode: 0644]
vendor/color-spantrace/README.md [new file with mode: 0644]
vendor/color-spantrace/examples/usage.rs [new file with mode: 0644]
vendor/color-spantrace/pictures/full.png [new file with mode: 0644]
vendor/color-spantrace/pictures/minimal.png [new file with mode: 0644]
vendor/color-spantrace/src/lib.rs [new file with mode: 0644]
vendor/color-spantrace/tests/data/theme_control.txt [new file with mode: 0644]
vendor/color-spantrace/tests/themes.rs [new file with mode: 0644]
vendor/colorchoice/.cargo-checksum.json [new file with mode: 0644]
vendor/colorchoice/Cargo.toml [new file with mode: 0644]
vendor/colorchoice/LICENSE-APACHE [new file with mode: 0644]
vendor/colorchoice/LICENSE-MIT [new file with mode: 0644]
vendor/colorchoice/README.md [new file with mode: 0644]
vendor/colorchoice/src/lib.rs [new file with mode: 0644]
vendor/compiler_builtins/.cargo-checksum.json
vendor/compiler_builtins/Cargo.lock
vendor/compiler_builtins/Cargo.toml
vendor/compiler_builtins/README.md
vendor/compiler_builtins/build.rs
vendor/compiler_builtins/examples/intrinsics.rs
vendor/compiler_builtins/src/aarch64_linux.rs [new file with mode: 0644]
vendor/compiler_builtins/src/float/cmp.rs
vendor/compiler_builtins/src/float/conv.rs
vendor/compiler_builtins/src/float/div.rs
vendor/compiler_builtins/src/lib.rs
vendor/compiler_builtins/src/macros.rs
vendor/compiler_builtins/src/math.rs
vendor/compiletest_rs/.cargo-checksum.json [deleted file]
vendor/compiletest_rs/Cargo.toml [deleted file]
vendor/compiletest_rs/LICENSE-APACHE [deleted file]
vendor/compiletest_rs/LICENSE-MIT [deleted file]
vendor/compiletest_rs/README.md [deleted file]
vendor/compiletest_rs/build.rs [deleted file]
vendor/compiletest_rs/src/common.rs [deleted file]
vendor/compiletest_rs/src/errors.rs [deleted file]
vendor/compiletest_rs/src/header.rs [deleted file]
vendor/compiletest_rs/src/json.rs [deleted file]
vendor/compiletest_rs/src/lib.rs [deleted file]
vendor/compiletest_rs/src/raise_fd_limit.rs [deleted file]
vendor/compiletest_rs/src/read2.rs [deleted file]
vendor/compiletest_rs/src/runtest.rs [deleted file]
vendor/compiletest_rs/src/uidiff.rs [deleted file]
vendor/compiletest_rs/src/util.rs [deleted file]
vendor/compiletest_rs/tests/bless.rs [deleted file]
vendor/compiletest_rs/tests/test_support/mod.rs [deleted file]
vendor/concolor-override/.cargo-checksum.json [deleted file]
vendor/concolor-override/Cargo.toml [deleted file]
vendor/concolor-override/LICENSE-APACHE [deleted file]
vendor/concolor-override/LICENSE-MIT [deleted file]
vendor/concolor-override/README.md [deleted file]
vendor/concolor-override/src/lib.rs [deleted file]
vendor/concolor-query/.cargo-checksum.json [deleted file]
vendor/concolor-query/Cargo.lock [deleted file]
vendor/concolor-query/Cargo.toml [deleted file]
vendor/concolor-query/LICENSE-APACHE [deleted file]
vendor/concolor-query/LICENSE-MIT [deleted file]
vendor/concolor-query/README.md [deleted file]
vendor/concolor-query/examples/report.rs [deleted file]
vendor/concolor-query/src/lib.rs [deleted file]
vendor/concolor-query/src/windows.rs [deleted file]
vendor/cpufeatures/.cargo-checksum.json
vendor/cpufeatures/CHANGELOG.md
vendor/cpufeatures/Cargo.toml
vendor/cpufeatures/src/x86.rs
vendor/crossbeam-epoch/.cargo-checksum.json
vendor/crossbeam-epoch/CHANGELOG.md
vendor/crossbeam-epoch/Cargo.lock
vendor/crossbeam-epoch/Cargo.toml
vendor/crossbeam-epoch/no_atomic.rs
vendor/crossbeam-epoch/src/deferred.rs
vendor/crossbeam-utils/.cargo-checksum.json
vendor/crossbeam-utils/CHANGELOG.md
vendor/crossbeam-utils/Cargo.toml
vendor/crossbeam-utils/no_atomic.rs
vendor/crossbeam-utils/src/cache_padded.rs
vendor/crossbeam-utils/src/sync/sharded_lock.rs
vendor/crypto-bigint/.cargo-checksum.json
vendor/crypto-bigint/CHANGELOG.md
vendor/crypto-bigint/Cargo.toml
vendor/crypto-bigint/SECURITY.md [new file with mode: 0644]
vendor/crypto-bigint/benches/bench.rs
vendor/crypto-bigint/src/ct_choice.rs
vendor/crypto-bigint/src/traits.rs
vendor/crypto-bigint/src/uint/add_mod.rs
vendor/crypto-bigint/src/uint/div_limb.rs
vendor/crypto-bigint/src/uint/modular.rs
vendor/crypto-bigint/src/uint/modular/constant_mod.rs
vendor/crypto-bigint/src/uint/modular/div_by_2.rs [new file with mode: 0644]
vendor/crypto-bigint/src/uint/modular/reduction.rs
vendor/crypto-bigint/src/uint/modular/runtime_mod.rs
vendor/crypto-bigint/src/uint/shr.rs
vendor/crypto-bigint/src/uint/sub_mod.rs
vendor/crypto-bigint/tests/proptests.rs
vendor/csv/.cargo-checksum.json
vendor/csv/Cargo.lock
vendor/csv/Cargo.toml
vendor/csv/src/lib.rs
vendor/csv/src/writer.rs
vendor/curl-sys/.cargo-checksum.json
vendor/curl-sys/Cargo.toml
vendor/curl-sys/build.rs
vendor/curl-sys/lib.rs
vendor/cxx-build/.cargo-checksum.json [deleted file]
vendor/cxx-build/Cargo.toml [deleted file]
vendor/cxx-build/LICENSE-APACHE [deleted file]
vendor/cxx-build/LICENSE-MIT [deleted file]
vendor/cxx-build/src/cargo.rs [deleted file]
vendor/cxx-build/src/cfg.rs [deleted file]
vendor/cxx-build/src/deps.rs [deleted file]
vendor/cxx-build/src/error.rs [deleted file]
vendor/cxx-build/src/gen/block.rs [deleted file]
vendor/cxx-build/src/gen/builtin.rs [deleted file]
vendor/cxx-build/src/gen/cfg.rs [deleted file]
vendor/cxx-build/src/gen/check.rs [deleted file]
vendor/cxx-build/src/gen/error.rs [deleted file]
vendor/cxx-build/src/gen/file.rs [deleted file]
vendor/cxx-build/src/gen/fs.rs [deleted file]
vendor/cxx-build/src/gen/ifndef.rs [deleted file]
vendor/cxx-build/src/gen/include.rs [deleted file]
vendor/cxx-build/src/gen/include/cxx.h [deleted file]
vendor/cxx-build/src/gen/mod.rs [deleted file]
vendor/cxx-build/src/gen/names.rs [deleted file]
vendor/cxx-build/src/gen/namespace.rs [deleted file]
vendor/cxx-build/src/gen/nested.rs [deleted file]
vendor/cxx-build/src/gen/out.rs [deleted file]
vendor/cxx-build/src/gen/write.rs [deleted file]
vendor/cxx-build/src/intern.rs [deleted file]
vendor/cxx-build/src/lib.rs [deleted file]
vendor/cxx-build/src/out.rs [deleted file]
vendor/cxx-build/src/paths.rs [deleted file]
vendor/cxx-build/src/syntax/atom.rs [deleted file]
vendor/cxx-build/src/syntax/attrs.rs [deleted file]
vendor/cxx-build/src/syntax/cfg.rs [deleted file]
vendor/cxx-build/src/syntax/check.rs [deleted file]
vendor/cxx-build/src/syntax/derive.rs [deleted file]
vendor/cxx-build/src/syntax/discriminant.rs [deleted file]
vendor/cxx-build/src/syntax/doc.rs [deleted file]
vendor/cxx-build/src/syntax/error.rs [deleted file]
vendor/cxx-build/src/syntax/file.rs [deleted file]
vendor/cxx-build/src/syntax/ident.rs [deleted file]
vendor/cxx-build/src/syntax/impls.rs [deleted file]
vendor/cxx-build/src/syntax/improper.rs [deleted file]
vendor/cxx-build/src/syntax/instantiate.rs [deleted file]
vendor/cxx-build/src/syntax/mangle.rs [deleted file]
vendor/cxx-build/src/syntax/map.rs [deleted file]
vendor/cxx-build/src/syntax/mod.rs [deleted file]
vendor/cxx-build/src/syntax/names.rs [deleted file]
vendor/cxx-build/src/syntax/namespace.rs [deleted file]
vendor/cxx-build/src/syntax/parse.rs [deleted file]
vendor/cxx-build/src/syntax/pod.rs [deleted file]
vendor/cxx-build/src/syntax/qualified.rs [deleted file]
vendor/cxx-build/src/syntax/report.rs [deleted file]
vendor/cxx-build/src/syntax/resolve.rs [deleted file]
vendor/cxx-build/src/syntax/set.rs [deleted file]
vendor/cxx-build/src/syntax/symbol.rs [deleted file]
vendor/cxx-build/src/syntax/tokens.rs [deleted file]
vendor/cxx-build/src/syntax/toposort.rs [deleted file]
vendor/cxx-build/src/syntax/trivial.rs [deleted file]
vendor/cxx-build/src/syntax/types.rs [deleted file]
vendor/cxx-build/src/syntax/visit.rs [deleted file]
vendor/cxx-build/src/target.rs [deleted file]
vendor/cxx-build/src/vec.rs [deleted file]
vendor/cxx/.cargo-checksum.json [deleted file]
vendor/cxx/BUCK [deleted file]
vendor/cxx/BUILD [deleted file]
vendor/cxx/Cargo.toml [deleted file]
vendor/cxx/LICENSE-APACHE [deleted file]
vendor/cxx/LICENSE-MIT [deleted file]
vendor/cxx/README.md [deleted file]
vendor/cxx/WORKSPACE [deleted file]
vendor/cxx/book/README.md [deleted file]
vendor/cxx/book/book.toml [deleted file]
vendor/cxx/book/build.js [deleted file]
vendor/cxx/book/build.sh [deleted file]
vendor/cxx/book/css/cxx.css [deleted file]
vendor/cxx/book/diagram/Makefile [deleted file]
vendor/cxx/book/diagram/overview.tex [deleted file]
vendor/cxx/book/package-lock.json [deleted file]
vendor/cxx/book/package.json [deleted file]
vendor/cxx/book/src/404.md [deleted file]
vendor/cxx/book/src/SUMMARY.md [deleted file]
vendor/cxx/book/src/async.md [deleted file]
vendor/cxx/book/src/attributes.md [deleted file]
vendor/cxx/book/src/binding/box.md [deleted file]
vendor/cxx/book/src/binding/cxxstring.md [deleted file]
vendor/cxx/book/src/binding/cxxvector.md [deleted file]
vendor/cxx/book/src/binding/fn.md [deleted file]
vendor/cxx/book/src/binding/rawptr.md [deleted file]
vendor/cxx/book/src/binding/result.md [deleted file]
vendor/cxx/book/src/binding/sharedptr.md [deleted file]
vendor/cxx/book/src/binding/slice.md [deleted file]
vendor/cxx/book/src/binding/str.md [deleted file]
vendor/cxx/book/src/binding/string.md [deleted file]
vendor/cxx/book/src/binding/uniqueptr.md [deleted file]
vendor/cxx/book/src/binding/vec.md [deleted file]
vendor/cxx/book/src/bindings.md [deleted file]
vendor/cxx/book/src/build/bazel.md [deleted file]
vendor/cxx/book/src/build/cargo.md [deleted file]
vendor/cxx/book/src/build/cmake.md [deleted file]
vendor/cxx/book/src/build/other.md [deleted file]
vendor/cxx/book/src/building.md [deleted file]
vendor/cxx/book/src/concepts.md [deleted file]
vendor/cxx/book/src/context.md [deleted file]
vendor/cxx/book/src/cxx.png [deleted file]
vendor/cxx/book/src/extern-c++.md [deleted file]
vendor/cxx/book/src/extern-rust.md [deleted file]
vendor/cxx/book/src/index.md [deleted file]
vendor/cxx/book/src/overview.svg [deleted file]
vendor/cxx/book/src/reference.md [deleted file]
vendor/cxx/book/src/shared.md [deleted file]
vendor/cxx/book/src/tutorial.md [deleted file]
vendor/cxx/book/theme/head.hbs [deleted file]
vendor/cxx/build.rs [deleted file]
vendor/cxx/compile_flags.txt [deleted file]
vendor/cxx/include/cxx.h [deleted file]
vendor/cxx/src/c_char.rs [deleted file]
vendor/cxx/src/cxx.cc [deleted file]
vendor/cxx/src/cxx_string.rs [deleted file]
vendor/cxx/src/cxx_vector.rs [deleted file]
vendor/cxx/src/exception.rs [deleted file]
vendor/cxx/src/extern_type.rs [deleted file]
vendor/cxx/src/fmt.rs [deleted file]
vendor/cxx/src/function.rs [deleted file]
vendor/cxx/src/hash.rs [deleted file]
vendor/cxx/src/lib.rs [deleted file]
vendor/cxx/src/lossy.rs [deleted file]
vendor/cxx/src/macros/assert.rs [deleted file]
vendor/cxx/src/macros/concat.rs [deleted file]
vendor/cxx/src/macros/mod.rs [deleted file]
vendor/cxx/src/memory.rs [deleted file]
vendor/cxx/src/opaque.rs [deleted file]
vendor/cxx/src/result.rs [deleted file]
vendor/cxx/src/rust_slice.rs [deleted file]
vendor/cxx/src/rust_str.rs [deleted file]
vendor/cxx/src/rust_string.rs [deleted file]
vendor/cxx/src/rust_type.rs [deleted file]
vendor/cxx/src/rust_vec.rs [deleted file]
vendor/cxx/src/shared_ptr.rs [deleted file]
vendor/cxx/src/sip.rs [deleted file]
vendor/cxx/src/symbols/exception.rs [deleted file]
vendor/cxx/src/symbols/mod.rs [deleted file]
vendor/cxx/src/symbols/rust_slice.rs [deleted file]
vendor/cxx/src/symbols/rust_str.rs [deleted file]
vendor/cxx/src/symbols/rust_string.rs [deleted file]
vendor/cxx/src/symbols/rust_vec.rs [deleted file]
vendor/cxx/src/type_id.rs [deleted file]
vendor/cxx/src/unique_ptr.rs [deleted file]
vendor/cxx/src/unwind.rs [deleted file]
vendor/cxx/src/vector.rs [deleted file]
vendor/cxx/src/weak_ptr.rs [deleted file]
vendor/cxx/tests/BUCK [deleted file]
vendor/cxx/tests/BUILD [deleted file]
vendor/cxx/tests/compiletest.rs [deleted file]
vendor/cxx/tests/cxx_gen.rs [deleted file]
vendor/cxx/tests/cxx_string.rs [deleted file]
vendor/cxx/tests/test.rs [deleted file]
vendor/cxx/tests/ui/array_len_expr.rs [deleted file]
vendor/cxx/tests/ui/array_len_expr.stderr [deleted file]
vendor/cxx/tests/ui/array_len_suffix.rs [deleted file]
vendor/cxx/tests/ui/array_len_suffix.stderr [deleted file]
vendor/cxx/tests/ui/async_fn.rs [deleted file]
vendor/cxx/tests/ui/async_fn.stderr [deleted file]
vendor/cxx/tests/ui/bad_explicit_impl.rs [deleted file]
vendor/cxx/tests/ui/bad_explicit_impl.stderr [deleted file]
vendor/cxx/tests/ui/by_value_not_supported.rs [deleted file]
vendor/cxx/tests/ui/by_value_not_supported.stderr [deleted file]
vendor/cxx/tests/ui/const_fn.rs [deleted file]
vendor/cxx/tests/ui/const_fn.stderr [deleted file]
vendor/cxx/tests/ui/data_enums.rs [deleted file]
vendor/cxx/tests/ui/data_enums.stderr [deleted file]
vendor/cxx/tests/ui/deny_elided_lifetimes.rs [deleted file]
vendor/cxx/tests/ui/deny_elided_lifetimes.stderr [deleted file]
vendor/cxx/tests/ui/deny_missing_docs.rs [deleted file]
vendor/cxx/tests/ui/deny_missing_docs.stderr [deleted file]
vendor/cxx/tests/ui/derive_duplicate.rs [deleted file]
vendor/cxx/tests/ui/derive_duplicate.stderr [deleted file]
vendor/cxx/tests/ui/derive_noncopy.rs [deleted file]
vendor/cxx/tests/ui/derive_noncopy.stderr [deleted file]
vendor/cxx/tests/ui/drop_shared.rs [deleted file]
vendor/cxx/tests/ui/drop_shared.stderr [deleted file]
vendor/cxx/tests/ui/empty_enum.rs [deleted file]
vendor/cxx/tests/ui/empty_enum.stderr [deleted file]
vendor/cxx/tests/ui/empty_struct.rs [deleted file]
vendor/cxx/tests/ui/empty_struct.stderr [deleted file]
vendor/cxx/tests/ui/enum_inconsistent.rs [deleted file]
vendor/cxx/tests/ui/enum_inconsistent.stderr [deleted file]
vendor/cxx/tests/ui/enum_match_without_wildcard.rs [deleted file]
vendor/cxx/tests/ui/enum_match_without_wildcard.stderr [deleted file]
vendor/cxx/tests/ui/enum_out_of_bounds.rs [deleted file]
vendor/cxx/tests/ui/enum_out_of_bounds.stderr [deleted file]
vendor/cxx/tests/ui/enum_overflows.rs [deleted file]
vendor/cxx/tests/ui/enum_overflows.stderr [deleted file]
vendor/cxx/tests/ui/enum_receiver.rs [deleted file]
vendor/cxx/tests/ui/enum_receiver.stderr [deleted file]
vendor/cxx/tests/ui/enum_unsatisfiable.rs [deleted file]
vendor/cxx/tests/ui/enum_unsatisfiable.stderr [deleted file]
vendor/cxx/tests/ui/expected_named.rs [deleted file]
vendor/cxx/tests/ui/expected_named.stderr [deleted file]
vendor/cxx/tests/ui/extern_fn_abi.rs [deleted file]
vendor/cxx/tests/ui/extern_fn_abi.stderr [deleted file]
vendor/cxx/tests/ui/extern_type_bound.rs [deleted file]
vendor/cxx/tests/ui/extern_type_bound.stderr [deleted file]
vendor/cxx/tests/ui/extern_type_generic.rs [deleted file]
vendor/cxx/tests/ui/extern_type_generic.stderr [deleted file]
vendor/cxx/tests/ui/extern_type_lifetime_bound.rs [deleted file]
vendor/cxx/tests/ui/extern_type_lifetime_bound.stderr [deleted file]
vendor/cxx/tests/ui/fallible_fnptr.rs [deleted file]
vendor/cxx/tests/ui/fallible_fnptr.stderr [deleted file]
vendor/cxx/tests/ui/function_with_body.rs [deleted file]
vendor/cxx/tests/ui/function_with_body.stderr [deleted file]
vendor/cxx/tests/ui/generic_enum.rs [deleted file]
vendor/cxx/tests/ui/generic_enum.stderr [deleted file]
vendor/cxx/tests/ui/impl_trait_for_type.rs [deleted file]
vendor/cxx/tests/ui/impl_trait_for_type.stderr [deleted file]
vendor/cxx/tests/ui/include.rs [deleted file]
vendor/cxx/tests/ui/include.stderr [deleted file]
vendor/cxx/tests/ui/lifetime_extern_cxx.rs [deleted file]
vendor/cxx/tests/ui/lifetime_extern_cxx.stderr [deleted file]
vendor/cxx/tests/ui/lifetime_extern_rust.rs [deleted file]
vendor/cxx/tests/ui/lifetime_extern_rust.stderr [deleted file]
vendor/cxx/tests/ui/missing_unsafe.rs [deleted file]
vendor/cxx/tests/ui/missing_unsafe.stderr [deleted file]
vendor/cxx/tests/ui/multiple_parse_error.rs [deleted file]
vendor/cxx/tests/ui/multiple_parse_error.stderr [deleted file]
vendor/cxx/tests/ui/mut_return.rs [deleted file]
vendor/cxx/tests/ui/mut_return.stderr [deleted file]
vendor/cxx/tests/ui/non_integer_discriminant_enum.rs [deleted file]
vendor/cxx/tests/ui/non_integer_discriminant_enum.stderr [deleted file]
vendor/cxx/tests/ui/nonempty_impl_block.rs [deleted file]
vendor/cxx/tests/ui/nonempty_impl_block.stderr [deleted file]
vendor/cxx/tests/ui/nonlocal_rust_type.rs [deleted file]
vendor/cxx/tests/ui/nonlocal_rust_type.stderr [deleted file]
vendor/cxx/tests/ui/opaque_autotraits.rs [deleted file]
vendor/cxx/tests/ui/opaque_autotraits.stderr [deleted file]
vendor/cxx/tests/ui/opaque_not_sized.rs [deleted file]
vendor/cxx/tests/ui/opaque_not_sized.stderr [deleted file]
vendor/cxx/tests/ui/pin_mut_opaque.rs [deleted file]
vendor/cxx/tests/ui/pin_mut_opaque.stderr [deleted file]
vendor/cxx/tests/ui/ptr_in_fnptr.rs [deleted file]
vendor/cxx/tests/ui/ptr_in_fnptr.stderr [deleted file]
vendor/cxx/tests/ui/ptr_missing_unsafe.rs [deleted file]
vendor/cxx/tests/ui/ptr_missing_unsafe.stderr [deleted file]
vendor/cxx/tests/ui/ptr_no_const_mut.rs [deleted file]
vendor/cxx/tests/ui/ptr_no_const_mut.stderr [deleted file]
vendor/cxx/tests/ui/ptr_unsupported.rs [deleted file]
vendor/cxx/tests/ui/ptr_unsupported.stderr [deleted file]
vendor/cxx/tests/ui/raw_ident_namespace.rs [deleted file]
vendor/cxx/tests/ui/raw_ident_namespace.stderr [deleted file]
vendor/cxx/tests/ui/reference_to_reference.rs [deleted file]
vendor/cxx/tests/ui/reference_to_reference.stderr [deleted file]
vendor/cxx/tests/ui/reserved_lifetime.rs [deleted file]
vendor/cxx/tests/ui/reserved_lifetime.stderr [deleted file]
vendor/cxx/tests/ui/reserved_name.rs [deleted file]
vendor/cxx/tests/ui/reserved_name.stderr [deleted file]
vendor/cxx/tests/ui/result_no_display.rs [deleted file]
vendor/cxx/tests/ui/result_no_display.stderr [deleted file]
vendor/cxx/tests/ui/root_namespace.rs [deleted file]
vendor/cxx/tests/ui/root_namespace.stderr [deleted file]
vendor/cxx/tests/ui/rust_pinned.rs [deleted file]
vendor/cxx/tests/ui/rust_pinned.stderr [deleted file]
vendor/cxx/tests/ui/slice_of_type_alias.rs [deleted file]
vendor/cxx/tests/ui/slice_of_type_alias.stderr [deleted file]
vendor/cxx/tests/ui/slice_unsupported.rs [deleted file]
vendor/cxx/tests/ui/slice_unsupported.stderr [deleted file]
vendor/cxx/tests/ui/struct_cycle.rs [deleted file]
vendor/cxx/tests/ui/struct_cycle.stderr [deleted file]
vendor/cxx/tests/ui/type_alias_rust.rs [deleted file]
vendor/cxx/tests/ui/type_alias_rust.stderr [deleted file]
vendor/cxx/tests/ui/unique_ptr_as_mut.rs [deleted file]
vendor/cxx/tests/ui/unique_ptr_as_mut.stderr [deleted file]
vendor/cxx/tests/ui/unique_ptr_to_opaque.rs [deleted file]
vendor/cxx/tests/ui/unique_ptr_to_opaque.stderr [deleted file]
vendor/cxx/tests/ui/unique_ptr_twice.rs [deleted file]
vendor/cxx/tests/ui/unique_ptr_twice.stderr [deleted file]
vendor/cxx/tests/ui/unnamed_receiver.rs [deleted file]
vendor/cxx/tests/ui/unnamed_receiver.stderr [deleted file]
vendor/cxx/tests/ui/unpin_impl.rs [deleted file]
vendor/cxx/tests/ui/unpin_impl.stderr [deleted file]
vendor/cxx/tests/ui/unrecognized_receiver.rs [deleted file]
vendor/cxx/tests/ui/unrecognized_receiver.stderr [deleted file]
vendor/cxx/tests/ui/unsupported_elided.rs [deleted file]
vendor/cxx/tests/ui/unsupported_elided.stderr [deleted file]
vendor/cxx/tests/ui/vec_opaque.rs [deleted file]
vendor/cxx/tests/ui/vec_opaque.stderr [deleted file]
vendor/cxx/tests/ui/vector_autotraits.rs [deleted file]
vendor/cxx/tests/ui/vector_autotraits.stderr [deleted file]
vendor/cxx/tests/ui/wrong_type_id.rs [deleted file]
vendor/cxx/tests/ui/wrong_type_id.stderr [deleted file]
vendor/cxx/tests/unique_ptr.rs [deleted file]
vendor/cxx/tools/bazel/BUILD [deleted file]
vendor/cxx/tools/bazel/rust_cxx_bridge.bzl [deleted file]
vendor/cxx/tools/buck/buildscript.bzl [deleted file]
vendor/cxx/tools/buck/rust_cxx_bridge.bzl [deleted file]
vendor/cxx/tools/buck/third_party.bzl [deleted file]
vendor/cxx/tools/buck/toolchains/BUCK [deleted file]
vendor/cxx/tools/cargo/build.rs [deleted file]
vendor/cxxbridge-flags/.cargo-checksum.json [deleted file]
vendor/cxxbridge-flags/Cargo.toml [deleted file]
vendor/cxxbridge-flags/LICENSE-APACHE [deleted file]
vendor/cxxbridge-flags/LICENSE-MIT [deleted file]
vendor/cxxbridge-flags/src/impl.rs [deleted file]
vendor/cxxbridge-flags/src/lib.rs [deleted file]
vendor/cxxbridge-macro/.cargo-checksum.json [deleted file]
vendor/cxxbridge-macro/Cargo.toml [deleted file]
vendor/cxxbridge-macro/LICENSE-APACHE [deleted file]
vendor/cxxbridge-macro/LICENSE-MIT [deleted file]
vendor/cxxbridge-macro/src/clang.rs [deleted file]
vendor/cxxbridge-macro/src/derive.rs [deleted file]
vendor/cxxbridge-macro/src/expand.rs [deleted file]
vendor/cxxbridge-macro/src/generics.rs [deleted file]
vendor/cxxbridge-macro/src/lib.rs [deleted file]
vendor/cxxbridge-macro/src/load.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/atom.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/attrs.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/cfg.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/check.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/derive.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/discriminant.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/doc.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/error.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/file.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/ident.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/impls.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/improper.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/instantiate.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/mangle.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/map.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/mod.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/names.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/namespace.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/parse.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/pod.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/qualified.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/report.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/resolve.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/set.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/symbol.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/tokens.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/toposort.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/trivial.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/types.rs [deleted file]
vendor/cxxbridge-macro/src/syntax/visit.rs [deleted file]
vendor/cxxbridge-macro/src/tokens.rs [deleted file]
vendor/cxxbridge-macro/src/type_id.rs [deleted file]
vendor/der/.cargo-checksum.json
vendor/der/CHANGELOG.md
vendor/der/Cargo.toml
vendor/der/src/arrayvec.rs
vendor/der/src/asn1/generalized_time.rs
vendor/der/src/asn1/sequence_of.rs
vendor/der/src/asn1/set_of.rs
vendor/der/src/asn1/utc_time.rs
vendor/der/src/datetime.rs
vendor/der/src/decode.rs
vendor/der/src/encode.rs
vendor/der/src/error.rs
vendor/der/src/ord.rs
vendor/der/src/tag.rs
vendor/der/tests/derive.rs
vendor/der/tests/set_of.rs
vendor/derive-new/.cargo-checksum.json
vendor/derive-new/Cargo.toml
vendor/derive-new/LICENSE [new file with mode: 0644]
vendor/derive-new/src/lib.rs
vendor/derive-new/tests/test.rs
vendor/digest/.cargo-checksum.json
vendor/digest/CHANGELOG.md
vendor/digest/Cargo.toml
vendor/dirs-sys/.cargo-checksum.json
vendor/dirs-sys/Cargo.toml
vendor/dirs-sys/src/lib.rs
vendor/displaydoc/.cargo-checksum.json
vendor/displaydoc/CHANGELOG.md
vendor/displaydoc/Cargo.lock
vendor/displaydoc/Cargo.toml
vendor/displaydoc/LICENSE-APACHE
vendor/displaydoc/LICENSE-MIT
vendor/displaydoc/README.md
vendor/displaydoc/README.tpl
vendor/displaydoc/examples/simple.rs
vendor/displaydoc/src/attr.rs
vendor/displaydoc/src/expand.rs
vendor/displaydoc/src/fmt.rs
vendor/displaydoc/src/lib.rs
vendor/displaydoc/tests/compile_tests.rs
vendor/displaydoc/tests/happy.rs
vendor/displaydoc/tests/no_std/enum_prefix.rs
vendor/displaydoc/tests/no_std/enum_prefix_missing.rs
vendor/displaydoc/tests/no_std/enum_prefix_missing.stderr
vendor/displaydoc/tests/no_std/multi_line.rs
vendor/displaydoc/tests/no_std/multi_line.stderr
vendor/displaydoc/tests/no_std/multi_line_allow.rs
vendor/displaydoc/tests/no_std/with.rs
vendor/displaydoc/tests/no_std/without.rs
vendor/displaydoc/tests/no_std/without.stderr
vendor/displaydoc/tests/num_in_field.rs
vendor/displaydoc/tests/std/enum_prefix.rs
vendor/displaydoc/tests/std/enum_prefix_missing.rs
vendor/displaydoc/tests/std/enum_prefix_missing.stderr
vendor/displaydoc/tests/std/multi_line.rs
vendor/displaydoc/tests/std/multi_line.stderr
vendor/displaydoc/tests/std/multi_line_allow.rs
vendor/displaydoc/tests/std/multiple.rs
vendor/displaydoc/tests/std/without.rs
vendor/displaydoc/tests/std/without.stderr
vendor/displaydoc/tests/variantless.rs [new file with mode: 0644]
vendor/displaydoc/update-readme.sh [new file with mode: 0644]
vendor/dlmalloc/.cargo-checksum.json
vendor/dlmalloc/Cargo.toml
vendor/dlmalloc/src/lib.rs
vendor/dlmalloc/src/xous.rs [new file with mode: 0644]
vendor/dunce/.cargo-checksum.json
vendor/dunce/Cargo.toml
vendor/ecdsa/.cargo-checksum.json
vendor/ecdsa/CHANGELOG.md
vendor/ecdsa/Cargo.toml
vendor/ecdsa/src/der.rs
vendor/ecdsa/src/lib.rs
vendor/elasticlunr-rs/.cargo-checksum.json
vendor/elasticlunr-rs/CHANGELOG.md
vendor/elasticlunr-rs/Cargo.lock
vendor/elasticlunr-rs/Cargo.toml
vendor/elasticlunr-rs/README.md
vendor/elasticlunr-rs/src/lang/hu.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/ko.rs [new file with mode: 0644]
vendor/elasticlunr-rs/src/lang/mod.rs
vendor/elasticlunr-rs/src/lib.rs
vendor/elasticlunr-rs/tests/data/hu.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/hu.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/ko.in.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/data/ko.out.txt [new file with mode: 0644]
vendor/elasticlunr-rs/tests/test-index.rs
vendor/elliptic-curve/.cargo-checksum.json
vendor/elliptic-curve/CHANGELOG.md
vendor/elliptic-curve/Cargo.toml
vendor/elliptic-curve/src/public_key.rs
vendor/elliptic-curve/src/secret_key.rs
vendor/env_logger-0.9.0/.cargo-checksum.json [deleted file]
vendor/env_logger-0.9.0/CHANGELOG.md [deleted file]
vendor/env_logger-0.9.0/Cargo.toml [deleted file]
vendor/env_logger-0.9.0/LICENSE-APACHE [deleted file]
vendor/env_logger-0.9.0/LICENSE-MIT [deleted file]
vendor/env_logger-0.9.0/README.md [deleted file]
vendor/env_logger-0.9.0/src/filter/mod.rs [deleted file]
vendor/env_logger-0.9.0/src/filter/regex.rs [deleted file]
vendor/env_logger-0.9.0/src/filter/string.rs [deleted file]
vendor/env_logger-0.9.0/src/fmt/humantime/extern_impl.rs [deleted file]
vendor/env_logger-0.9.0/src/fmt/humantime/mod.rs [deleted file]
vendor/env_logger-0.9.0/src/fmt/humantime/shim_impl.rs [deleted file]
vendor/env_logger-0.9.0/src/fmt/mod.rs [deleted file]
vendor/env_logger-0.9.0/src/fmt/writer/atty.rs [deleted file]
vendor/env_logger-0.9.0/src/fmt/writer/mod.rs [deleted file]
vendor/env_logger-0.9.0/src/fmt/writer/termcolor/extern_impl.rs [deleted file]
vendor/env_logger-0.9.0/src/fmt/writer/termcolor/mod.rs [deleted file]
vendor/env_logger-0.9.0/src/fmt/writer/termcolor/shim_impl.rs [deleted file]
vendor/env_logger-0.9.0/src/lib.rs [deleted file]
vendor/env_logger-0.9.0/tests/init-twice-retains-filter.rs [deleted file]
vendor/env_logger-0.9.0/tests/log-in-log.rs [deleted file]
vendor/env_logger-0.9.0/tests/log_tls_dtors.rs [deleted file]
vendor/env_logger-0.9.0/tests/regexp_filter.rs [deleted file]
vendor/equivalent/.cargo-checksum.json [new file with mode: 0644]
vendor/equivalent/Cargo.toml [new file with mode: 0644]
vendor/equivalent/LICENSE-APACHE [new file with mode: 0644]
vendor/equivalent/LICENSE-MIT [new file with mode: 0644]
vendor/equivalent/README.md [new file with mode: 0644]
vendor/equivalent/src/lib.rs [new file with mode: 0755]
vendor/expect-test/.cargo-checksum.json
vendor/expect-test/CHANGELOG.md
vendor/expect-test/Cargo.toml
vendor/expect-test/src/lib.rs
vendor/eyre/.cargo-checksum.json [new file with mode: 0644]
vendor/eyre/CHANGELOG.md [new file with mode: 0644]
vendor/eyre/Cargo.lock [new file with mode: 0644]
vendor/eyre/Cargo.toml [new file with mode: 0644]
vendor/eyre/LICENSE-APACHE [new file with mode: 0644]
vendor/eyre/LICENSE-MIT [new file with mode: 0644]
vendor/eyre/README.md [new file with mode: 0644]
vendor/eyre/build.rs [new file with mode: 0644]
vendor/eyre/examples/custom_handler.rs [new file with mode: 0644]
vendor/eyre/examples/usage.rs [new file with mode: 0644]
vendor/eyre/src/backtrace.rs [new file with mode: 0644]
vendor/eyre/src/chain.rs [new file with mode: 0644]
vendor/eyre/src/context.rs [new file with mode: 0644]
vendor/eyre/src/error.rs [new file with mode: 0644]
vendor/eyre/src/error/pyo3_compat.rs [new file with mode: 0644]
vendor/eyre/src/fmt.rs [new file with mode: 0644]
vendor/eyre/src/kind.rs [new file with mode: 0644]
vendor/eyre/src/lib.rs [new file with mode: 0644]
vendor/eyre/src/macros.rs [new file with mode: 0644]
vendor/eyre/src/wrapper.rs [new file with mode: 0644]
vendor/eyre/tests/common/mod.rs [new file with mode: 0644]
vendor/eyre/tests/compiletest.rs [new file with mode: 0644]
vendor/eyre/tests/drop/mod.rs [new file with mode: 0644]
vendor/eyre/tests/test_autotrait.rs [new file with mode: 0644]
vendor/eyre/tests/test_boxed.rs [new file with mode: 0644]
vendor/eyre/tests/test_chain.rs [new file with mode: 0644]
vendor/eyre/tests/test_context.rs [new file with mode: 0644]
vendor/eyre/tests/test_context_access.rs [new file with mode: 0644]
vendor/eyre/tests/test_convert.rs [new file with mode: 0644]
vendor/eyre/tests/test_downcast.rs [new file with mode: 0644]
vendor/eyre/tests/test_fmt.rs [new file with mode: 0644]
vendor/eyre/tests/test_location.rs [new file with mode: 0644]
vendor/eyre/tests/test_macros.rs [new file with mode: 0644]
vendor/eyre/tests/test_no_install.rs [new file with mode: 0644]
vendor/eyre/tests/test_pyo3.rs [new file with mode: 0644]
vendor/eyre/tests/test_repr.rs [new file with mode: 0644]
vendor/eyre/tests/test_source.rs [new file with mode: 0644]
vendor/field-offset/.cargo-checksum.json
vendor/field-offset/Cargo.toml
vendor/fixedbitset/.cargo-checksum.json [deleted file]
vendor/fixedbitset/Cargo.toml [deleted file]
vendor/fixedbitset/LICENSE-APACHE [deleted file]
vendor/fixedbitset/LICENSE-MIT [deleted file]
vendor/fixedbitset/README.rst [deleted file]
vendor/fixedbitset/benches/benches.rs [deleted file]
vendor/fixedbitset/src/lib.rs [deleted file]
vendor/fixedbitset/src/range.rs [deleted file]
vendor/flate2/.cargo-checksum.json
vendor/flate2/Cargo.lock
vendor/flate2/Cargo.toml
vendor/flate2/README.md
vendor/flate2/examples/compress_file.rs
vendor/flate2/examples/decompress_file.rs [new file with mode: 0644]
vendor/flate2/examples/deflatedecoder-bufread.rs
vendor/flate2/examples/deflatedecoder-read.rs
vendor/flate2/examples/deflatedecoder-write.rs
vendor/flate2/examples/deflateencoder-bufread.rs
vendor/flate2/examples/deflateencoder-read.rs
vendor/flate2/examples/deflateencoder-write.rs
vendor/flate2/examples/gzbuilder.rs
vendor/flate2/examples/gzdecoder-bufread.rs
vendor/flate2/examples/gzdecoder-read.rs
vendor/flate2/examples/gzdecoder-write.rs
vendor/flate2/examples/gzencoder-bufread.rs
vendor/flate2/examples/gzencoder-read.rs
vendor/flate2/examples/gzencoder-write.rs
vendor/flate2/examples/gzmultidecoder-bufread.rs
vendor/flate2/examples/gzmultidecoder-read.rs
vendor/flate2/examples/hello_world.txt.gz [new file with mode: 0644]
vendor/flate2/examples/zlibdecoder-bufread.rs
vendor/flate2/examples/zlibdecoder-read.rs
vendor/flate2/examples/zlibdecoder-write.rs
vendor/flate2/examples/zlibencoder-bufread.rs
vendor/flate2/examples/zlibencoder-read.rs
vendor/flate2/examples/zlibencoder-write.rs
vendor/flate2/src/crc.rs
vendor/flate2/src/deflate/bufread.rs
vendor/flate2/src/deflate/mod.rs
vendor/flate2/src/deflate/read.rs
vendor/flate2/src/ffi/c.rs
vendor/flate2/src/ffi/rust.rs
vendor/flate2/src/gz/bufread.rs
vendor/flate2/src/gz/mod.rs
vendor/flate2/src/gz/read.rs
vendor/flate2/src/gz/write.rs
vendor/flate2/src/lib.rs
vendor/flate2/src/mem.rs
vendor/flate2/src/zio.rs
vendor/flate2/src/zlib/bufread.rs
vendor/flate2/src/zlib/mod.rs
vendor/flate2/src/zlib/read.rs
vendor/flate2/tests/early-flush.rs
vendor/flate2/tests/empty-read.rs
vendor/flate2/tests/gunzip.rs
vendor/flate2/tests/zero-write.rs
vendor/form_urlencoded/.cargo-checksum.json
vendor/form_urlencoded/Cargo.toml
vendor/form_urlencoded/src/lib.rs
vendor/fs-err/.cargo-checksum.json
vendor/fs-err/CHANGELOG.md
vendor/fs-err/Cargo.toml
vendor/fs-err/src/lib.rs
vendor/fs-err/src/tokio/dir_builder.rs [new file with mode: 0644]
vendor/fs-err/src/tokio/file.rs [new file with mode: 0644]
vendor/fs-err/src/tokio/mod.rs [new file with mode: 0644]
vendor/fs-err/src/tokio/open_options.rs [new file with mode: 0644]
vendor/fs-err/src/tokio/read_dir.rs [new file with mode: 0644]
vendor/getrandom/.cargo-checksum.json
vendor/getrandom/CHANGELOG.md
vendor/getrandom/Cargo.toml
vendor/getrandom/SECURITY.md [new file with mode: 0644]
vendor/getrandom/src/emscripten.rs
vendor/getrandom/src/lib.rs
vendor/getrandom/src/util_libc.rs
vendor/getrandom/src/vita.rs [new file with mode: 0644]
vendor/gimli-0.27.3/.cargo-checksum.json [new file with mode: 0644]
vendor/gimli-0.27.3/CHANGELOG.md [new file with mode: 0644]
vendor/gimli-0.27.3/Cargo.lock [new file with mode: 0644]
vendor/gimli-0.27.3/Cargo.toml [new file with mode: 0644]
vendor/gimli-0.27.3/LICENSE-APACHE [new file with mode: 0644]
vendor/gimli-0.27.3/LICENSE-MIT [new file with mode: 0644]
vendor/gimli-0.27.3/README.md [new file with mode: 0644]
vendor/gimli-0.27.3/examples/dwarf-validate.rs [new file with mode: 0644]
vendor/gimli-0.27.3/examples/dwarfdump.rs [new file with mode: 0644]
vendor/gimli-0.27.3/examples/simple.rs [new file with mode: 0644]
vendor/gimli-0.27.3/examples/simple_line.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/arch.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/common.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/constants.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/endianity.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/leb128.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/lib.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/abbrev.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/addr.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/aranges.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/cfi.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/dwarf.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/endian_reader.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/endian_slice.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/index.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/lazy.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/line.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/lists.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/loclists.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/lookup.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/mod.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/op.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/pubnames.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/pubtypes.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/reader.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/rnglists.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/str.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/unit.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/util.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/read/value.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/test_util.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/abbrev.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/cfi.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/dwarf.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/endian_vec.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/line.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/loc.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/mod.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/op.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/range.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/section.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/str.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/unit.rs [new file with mode: 0644]
vendor/gimli-0.27.3/src/write/writer.rs [new file with mode: 0644]
vendor/gimli/.cargo-checksum.json
vendor/gimli/CHANGELOG.md
vendor/gimli/CONTRIBUTING.md [deleted file]
vendor/gimli/Cargo.lock [deleted file]
vendor/gimli/Cargo.toml
vendor/gimli/README.md
vendor/gimli/benches/bench.rs [deleted file]
vendor/gimli/clippy.toml [deleted file]
vendor/gimli/examples/dwarf-validate.rs [deleted file]
vendor/gimli/examples/dwarfdump.rs [deleted file]
vendor/gimli/examples/simple.rs [deleted file]
vendor/gimli/examples/simple_line.rs [deleted file]
vendor/gimli/fixtures/self/README.md [deleted file]
vendor/gimli/fixtures/self/debug_abbrev [deleted file]
vendor/gimli/fixtures/self/debug_aranges [deleted file]
vendor/gimli/fixtures/self/debug_info [deleted file]
vendor/gimli/fixtures/self/debug_inlined [deleted file]
vendor/gimli/fixtures/self/debug_line [deleted file]
vendor/gimli/fixtures/self/debug_loc [deleted file]
vendor/gimli/fixtures/self/debug_pubnames [deleted file]
vendor/gimli/fixtures/self/debug_pubtypes [deleted file]
vendor/gimli/fixtures/self/debug_ranges [deleted file]
vendor/gimli/fixtures/self/debug_str [deleted file]
vendor/gimli/fixtures/self/eh_frame [deleted file]
vendor/gimli/fixtures/self/eh_frame_hdr [deleted file]
vendor/gimli/rustfmt.toml [deleted file]
vendor/gimli/src/arch.rs
vendor/gimli/src/common.rs
vendor/gimli/src/constants.rs
vendor/gimli/src/lib.rs
vendor/gimli/src/read/cfi.rs
vendor/gimli/src/read/endian_slice.rs
vendor/gimli/src/read/line.rs
vendor/gimli/src/read/mod.rs
vendor/gimli/src/read/op.rs
vendor/gimli/src/read/reader.rs
vendor/gimli/src/read/unit.rs
vendor/gimli/src/read/value.rs
vendor/gimli/src/write/cfi.rs
vendor/gimli/src/write/unit.rs
vendor/gimli/tests/convert_self.rs [deleted file]
vendor/gimli/tests/parse_self.rs [deleted file]
vendor/git2/.cargo-checksum.json
vendor/git2/CHANGELOG.md
vendor/git2/Cargo.lock
vendor/git2/Cargo.toml
vendor/git2/README.md
vendor/git2/src/diff.rs
vendor/git2/src/lib.rs
vendor/git2/src/repo.rs
vendor/git2/src/stash.rs
vendor/git2/src/transport.rs
vendor/gix-actor/.cargo-checksum.json
vendor/gix-actor/CHANGELOG.md [new file with mode: 0644]
vendor/gix-actor/Cargo.toml
vendor/gix-actor/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-actor/LICENSE-MIT [new file with mode: 0644]
vendor/gix-actor/src/identity.rs [new file with mode: 0644]
vendor/gix-actor/src/lib.rs
vendor/gix-actor/src/signature/decode.rs
vendor/gix-actor/src/signature/mod.rs
vendor/gix-attributes/.cargo-checksum.json
vendor/gix-attributes/CHANGELOG.md
vendor/gix-attributes/Cargo.toml
vendor/gix-attributes/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-attributes/LICENSE-MIT [new file with mode: 0644]
vendor/gix-attributes/src/assignment.rs
vendor/gix-attributes/src/parse.rs
vendor/gix-attributes/src/search/attributes.rs
vendor/gix-attributes/src/search/outcome.rs
vendor/gix-attributes/src/search/refmap.rs
vendor/gix-attributes/src/state.rs
vendor/gix-bitmap/.cargo-checksum.json
vendor/gix-bitmap/CHANGELOG.md
vendor/gix-bitmap/Cargo.toml
vendor/gix-bitmap/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-bitmap/LICENSE-MIT [new file with mode: 0644]
vendor/gix-chunk/.cargo-checksum.json
vendor/gix-chunk/CHANGELOG.md
vendor/gix-chunk/Cargo.toml
vendor/gix-chunk/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-chunk/LICENSE-MIT [new file with mode: 0644]
vendor/gix-chunk/src/file/decode.rs
vendor/gix-chunk/src/file/index.rs
vendor/gix-command/.cargo-checksum.json
vendor/gix-command/CHANGELOG.md
vendor/gix-command/Cargo.toml
vendor/gix-command/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-command/LICENSE-MIT [new file with mode: 0644]
vendor/gix-commitgraph/.cargo-checksum.json [new file with mode: 0644]
vendor/gix-commitgraph/CHANGELOG.md [new file with mode: 0644]
vendor/gix-commitgraph/Cargo.toml [new file with mode: 0644]
vendor/gix-commitgraph/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-commitgraph/LICENSE-MIT [new file with mode: 0644]
vendor/gix-commitgraph/src/access.rs [new file with mode: 0644]
vendor/gix-commitgraph/src/file/access.rs [new file with mode: 0644]
vendor/gix-commitgraph/src/file/commit.rs [new file with mode: 0644]
vendor/gix-commitgraph/src/file/init.rs [new file with mode: 0644]
vendor/gix-commitgraph/src/file/mod.rs [new file with mode: 0644]
vendor/gix-commitgraph/src/file/verify.rs [new file with mode: 0644]
vendor/gix-commitgraph/src/init.rs [new file with mode: 0644]
vendor/gix-commitgraph/src/lib.rs [new file with mode: 0644]
vendor/gix-commitgraph/src/verify.rs [new file with mode: 0644]
vendor/gix-config-value/.cargo-checksum.json
vendor/gix-config-value/CHANGELOG.md
vendor/gix-config-value/Cargo.toml
vendor/gix-config-value/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-config-value/LICENSE-MIT [new file with mode: 0644]
vendor/gix-config-value/src/types.rs
vendor/gix-config/.cargo-checksum.json
vendor/gix-config/CHANGELOG.md
vendor/gix-config/Cargo.toml
vendor/gix-config/src/file/init/from_paths.rs
vendor/gix-config/src/file/section/body.rs
vendor/gix-config/src/file/section/mod.rs
vendor/gix-credentials/.cargo-checksum.json
vendor/gix-credentials/CHANGELOG.md
vendor/gix-credentials/Cargo.lock
vendor/gix-credentials/Cargo.toml
vendor/gix-credentials/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-credentials/LICENSE-MIT [new file with mode: 0644]
vendor/gix-credentials/src/program/main.rs
vendor/gix-date/.cargo-checksum.json
vendor/gix-date/CHANGELOG.md
vendor/gix-date/Cargo.toml
vendor/gix-date/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-date/LICENSE-MIT [new file with mode: 0644]
vendor/gix-diff/.cargo-checksum.json
vendor/gix-diff/CHANGELOG.md [new file with mode: 0644]
vendor/gix-diff/Cargo.toml
vendor/gix-diff/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-diff/LICENSE-MIT [new file with mode: 0644]
vendor/gix-diff/src/tree/changes.rs
vendor/gix-diff/src/tree/recorder.rs
vendor/gix-discover/.cargo-checksum.json
vendor/gix-discover/CHANGELOG.md
vendor/gix-discover/Cargo.toml
vendor/gix-discover/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-discover/LICENSE-MIT [new file with mode: 0644]
vendor/gix-discover/src/is.rs
vendor/gix-discover/src/upwards/mod.rs
vendor/gix-discover/src/upwards/types.rs
vendor/gix-features/.cargo-checksum.json
vendor/gix-features/CHANGELOG.md
vendor/gix-features/Cargo.toml
vendor/gix-features/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-features/LICENSE-MIT [new file with mode: 0644]
vendor/gix-features/src/fs.rs
vendor/gix-features/src/parallel/in_parallel.rs
vendor/gix-features/src/parallel/mod.rs
vendor/gix-features/src/parallel/serial.rs
vendor/gix-features/src/progress.rs
vendor/gix-features/src/threading.rs
vendor/gix-features/src/zlib/mod.rs
vendor/gix-features/src/zlib/stream/deflate/mod.rs
vendor/gix-features/src/zlib/stream/deflate/tests.rs
vendor/gix-features/src/zlib/stream/inflate.rs
vendor/gix-features/tests/parallel/mod.rs
vendor/gix-features/tests/pipe.rs
vendor/gix-fs/.cargo-checksum.json
vendor/gix-fs/CHANGELOG.md
vendor/gix-fs/Cargo.toml
vendor/gix-fs/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-fs/LICENSE-MIT [new file with mode: 0644]
vendor/gix-fs/src/stack.rs
vendor/gix-fs/tests/capabilities/mod.rs
vendor/gix-glob/.cargo-checksum.json
vendor/gix-glob/CHANGELOG.md
vendor/gix-glob/Cargo.toml
vendor/gix-glob/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-glob/LICENSE-MIT [new file with mode: 0644]
vendor/gix-glob/src/pattern.rs
vendor/gix-glob/src/wildmatch.rs
vendor/gix-hash/.cargo-checksum.json
vendor/gix-hash/CHANGELOG.md
vendor/gix-hash/Cargo.toml
vendor/gix-hash/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-hash/LICENSE-MIT [new file with mode: 0644]
vendor/gix-hash/src/kind.rs
vendor/gix-hash/src/lib.rs
vendor/gix-hash/src/object_id.rs
vendor/gix-hash/src/oid.rs
vendor/gix-hash/src/prefix.rs
vendor/gix-hashtable/.cargo-checksum.json
vendor/gix-hashtable/CHANGELOG.md [new file with mode: 0644]
vendor/gix-hashtable/Cargo.toml
vendor/gix-hashtable/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-hashtable/LICENSE-MIT [new file with mode: 0644]
vendor/gix-hashtable/src/lib.rs
vendor/gix-ignore/.cargo-checksum.json
vendor/gix-ignore/CHANGELOG.md
vendor/gix-ignore/Cargo.toml
vendor/gix-ignore/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-ignore/LICENSE-MIT [new file with mode: 0644]
vendor/gix-ignore/src/search.rs
vendor/gix-index/.cargo-checksum.json
vendor/gix-index/CHANGELOG.md
vendor/gix-index/Cargo.toml
vendor/gix-index/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-index/LICENSE-MIT [new file with mode: 0644]
vendor/gix-index/src/access/mod.rs
vendor/gix-index/src/decode/mod.rs
vendor/gix-index/src/entry/stat.rs
vendor/gix-index/src/extension/end_of_index_entry/decode.rs
vendor/gix-index/src/extension/resolve_undo.rs
vendor/gix-index/src/extension/tree/verify.rs
vendor/gix-index/src/extension/untracked_cache.rs
vendor/gix-index/src/verify.rs
vendor/gix-lock/.cargo-checksum.json
vendor/gix-lock/CHANGELOG.md
vendor/gix-lock/Cargo.toml
vendor/gix-lock/src/acquire.rs
vendor/gix-lock/src/backoff.rs [deleted file]
vendor/gix-lock/src/file.rs
vendor/gix-lock/src/lib.rs
vendor/gix-mailmap/.cargo-checksum.json
vendor/gix-mailmap/CHANGELOG.md
vendor/gix-mailmap/Cargo.toml
vendor/gix-mailmap/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-mailmap/LICENSE-MIT [new file with mode: 0644]
vendor/gix-mailmap/src/snapshot/mod.rs
vendor/gix-negotiate/.cargo-checksum.json [new file with mode: 0644]
vendor/gix-negotiate/CHANGELOG.md [new file with mode: 0644]
vendor/gix-negotiate/Cargo.toml [new file with mode: 0644]
vendor/gix-negotiate/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-negotiate/LICENSE-MIT [new file with mode: 0644]
vendor/gix-negotiate/src/consecutive.rs [new file with mode: 0644]
vendor/gix-negotiate/src/lib.rs [new file with mode: 0644]
vendor/gix-negotiate/src/noop.rs [new file with mode: 0644]
vendor/gix-negotiate/src/skipping.rs [new file with mode: 0644]
vendor/gix-negotiate/tests/baseline/mod.rs [new file with mode: 0644]
vendor/gix-negotiate/tests/fixtures/generated-archives/make_repos.tar.xz [new file with mode: 0644]
vendor/gix-negotiate/tests/fixtures/make_repos.sh [new file with mode: 0644]
vendor/gix-negotiate/tests/negotiate.rs [new file with mode: 0644]
vendor/gix-object/.cargo-checksum.json
vendor/gix-object/CHANGELOG.md [new file with mode: 0644]
vendor/gix-object/Cargo.toml
vendor/gix-object/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-object/LICENSE-MIT [new file with mode: 0644]
vendor/gix-object/src/commit/message/mod.rs
vendor/gix-object/src/commit/ref_iter.rs
vendor/gix-object/src/commit/write.rs
vendor/gix-object/src/lib.rs
vendor/gix-object/src/tag/write.rs
vendor/gix-object/src/tree/mod.rs
vendor/gix-object/src/tree/write.rs
vendor/gix-odb/.cargo-checksum.json
vendor/gix-odb/CHANGELOG.md
vendor/gix-odb/Cargo.toml
vendor/gix-odb/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-odb/LICENSE-MIT [new file with mode: 0644]
vendor/gix-odb/src/lib.rs
vendor/gix-odb/src/store_impls/dynamic/access.rs
vendor/gix-odb/src/store_impls/dynamic/find.rs
vendor/gix-odb/src/store_impls/dynamic/header.rs
vendor/gix-odb/src/store_impls/dynamic/init.rs
vendor/gix-odb/src/store_impls/dynamic/load_index.rs
vendor/gix-odb/src/store_impls/dynamic/metrics.rs
vendor/gix-odb/src/store_impls/dynamic/mod.rs
vendor/gix-odb/src/store_impls/dynamic/prefix.rs
vendor/gix-odb/src/store_impls/dynamic/structure.rs [new file with mode: 0644]
vendor/gix-odb/src/store_impls/dynamic/types.rs
vendor/gix-odb/src/store_impls/dynamic/verify.rs
vendor/gix-odb/src/store_impls/loose/find.rs
vendor/gix-pack/.cargo-checksum.json
vendor/gix-pack/CHANGELOG.md
vendor/gix-pack/Cargo.toml
vendor/gix-pack/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-pack/LICENSE-MIT [new file with mode: 0644]
vendor/gix-pack/src/bundle/find.rs
vendor/gix-pack/src/bundle/write/mod.rs
vendor/gix-pack/src/bundle/write/types.rs
vendor/gix-pack/src/cache/delta/from_offsets.rs
vendor/gix-pack/src/cache/delta/traverse/mod.rs
vendor/gix-pack/src/cache/delta/traverse/resolve.rs
vendor/gix-pack/src/cache/delta/traverse/util.rs
vendor/gix-pack/src/cache/lru.rs
vendor/gix-pack/src/cache/object.rs
vendor/gix-pack/src/data/file/decode/entry.rs
vendor/gix-pack/src/data/input/bytes_to_entries.rs
vendor/gix-pack/src/data/input/lookup_ref_delta_objects.rs
vendor/gix-pack/src/data/output/bytes.rs
vendor/gix-pack/src/data/output/count/mod.rs
vendor/gix-pack/src/data/output/count/objects/mod.rs
vendor/gix-pack/src/data/output/count/objects/types.rs
vendor/gix-pack/src/index/access.rs
vendor/gix-pack/src/index/traverse/mod.rs
vendor/gix-pack/src/index/traverse/with_index.rs
vendor/gix-pack/src/index/traverse/with_lookup.rs
vendor/gix-pack/src/index/verify.rs
vendor/gix-pack/src/index/write/encode.rs
vendor/gix-pack/src/index/write/mod.rs
vendor/gix-pack/src/multi_index/chunk.rs
vendor/gix-pack/src/multi_index/write.rs
vendor/gix-packetline/.cargo-checksum.json
vendor/gix-packetline/CHANGELOG.md
vendor/gix-packetline/Cargo.toml
vendor/gix-packetline/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-packetline/LICENSE-MIT [new file with mode: 0644]
vendor/gix-packetline/src/read/async_io.rs
vendor/gix-packetline/src/read/blocking_io.rs
vendor/gix-packetline/src/read/mod.rs
vendor/gix-packetline/src/read/sidebands/async_io.rs
vendor/gix-packetline/src/read/sidebands/blocking_io.rs
vendor/gix-path/.cargo-checksum.json
vendor/gix-path/CHANGELOG.md
vendor/gix-path/Cargo.toml
vendor/gix-path/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-path/LICENSE-MIT [new file with mode: 0644]
vendor/gix-path/src/realpath.rs
vendor/gix-prompt/.cargo-checksum.json
vendor/gix-prompt/CHANGELOG.md
vendor/gix-prompt/Cargo.toml
vendor/gix-prompt/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-prompt/LICENSE-MIT [new file with mode: 0644]
vendor/gix-prompt/src/lib.rs
vendor/gix-protocol/.cargo-checksum.json
vendor/gix-protocol/CHANGELOG.md
vendor/gix-protocol/Cargo.toml
vendor/gix-protocol/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-protocol/LICENSE-MIT [new file with mode: 0644]
vendor/gix-protocol/src/command/mod.rs
vendor/gix-protocol/src/fetch/arguments/async_io.rs
vendor/gix-protocol/src/fetch/arguments/blocking_io.rs
vendor/gix-protocol/src/fetch/arguments/mod.rs
vendor/gix-protocol/src/fetch/delegate.rs
vendor/gix-protocol/src/fetch/response/async_io.rs
vendor/gix-protocol/src/fetch/response/blocking_io.rs
vendor/gix-protocol/src/fetch/response/mod.rs
vendor/gix-protocol/src/fetch/tests.rs
vendor/gix-protocol/src/fetch_fn.rs
vendor/gix-protocol/src/handshake/function.rs
vendor/gix-protocol/src/handshake/refs/shared.rs
vendor/gix-protocol/src/ls_refs.rs
vendor/gix-quote/.cargo-checksum.json
vendor/gix-quote/CHANGELOG.md
vendor/gix-quote/Cargo.toml
vendor/gix-quote/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-quote/LICENSE-MIT [new file with mode: 0644]
vendor/gix-quote/src/ansi_c.rs
vendor/gix-ref/.cargo-checksum.json
vendor/gix-ref/CHANGELOG.md [new file with mode: 0644]
vendor/gix-ref/Cargo.toml
vendor/gix-ref/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-ref/LICENSE-MIT [new file with mode: 0644]
vendor/gix-ref/src/fullname.rs
vendor/gix-ref/src/lib.rs
vendor/gix-ref/src/name.rs
vendor/gix-ref/src/store/file/log/line.rs
vendor/gix-ref/src/store/file/loose/reflog.rs
vendor/gix-ref/src/store/file/overlay_iter.rs
vendor/gix-ref/src/store/file/raw_ext.rs
vendor/gix-ref/src/store/file/transaction/commit.rs
vendor/gix-ref/src/store/file/transaction/prepare.rs
vendor/gix-ref/src/store/general/handle/find.rs
vendor/gix-ref/src/store/general/init.rs
vendor/gix-ref/src/store/packed/transaction.rs
vendor/gix-ref/src/transaction/mod.rs
vendor/gix-refspec/.cargo-checksum.json
vendor/gix-refspec/CHANGELOG.md
vendor/gix-refspec/Cargo.toml
vendor/gix-refspec/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-refspec/LICENSE-MIT [new file with mode: 0644]
vendor/gix-refspec/src/instruction.rs
vendor/gix-refspec/src/match_group/util.rs
vendor/gix-refspec/src/spec.rs
vendor/gix-revision/.cargo-checksum.json
vendor/gix-revision/CHANGELOG.md
vendor/gix-revision/Cargo.toml
vendor/gix-revision/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-revision/LICENSE-MIT [new file with mode: 0644]
vendor/gix-revision/src/describe.rs
vendor/gix-revision/src/lib.rs
vendor/gix-revision/src/spec/mod.rs
vendor/gix-revision/src/spec/parse/function.rs
vendor/gix-revision/src/types.rs [deleted file]
vendor/gix-revwalk/.cargo-checksum.json [new file with mode: 0644]
vendor/gix-revwalk/CHANGELOG.md [new file with mode: 0644]
vendor/gix-revwalk/Cargo.toml [new file with mode: 0644]
vendor/gix-revwalk/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-revwalk/LICENSE-MIT [new file with mode: 0644]
vendor/gix-revwalk/src/graph/commit.rs [new file with mode: 0644]
vendor/gix-revwalk/src/graph/errors.rs [new file with mode: 0644]
vendor/gix-revwalk/src/graph/mod.rs [new file with mode: 0644]
vendor/gix-revwalk/src/lib.rs [new file with mode: 0644]
vendor/gix-revwalk/src/queue.rs [new file with mode: 0644]
vendor/gix-sec/.cargo-checksum.json
vendor/gix-sec/CHANGELOG.md
vendor/gix-sec/Cargo.toml
vendor/gix-sec/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-sec/LICENSE-MIT [new file with mode: 0644]
vendor/gix-tempfile/.cargo-checksum.json
vendor/gix-tempfile/CHANGELOG.md
vendor/gix-tempfile/Cargo.lock
vendor/gix-tempfile/Cargo.toml
vendor/gix-tempfile/src/fs/create_dir.rs [deleted file]
vendor/gix-tempfile/src/fs/mod.rs [deleted file]
vendor/gix-tempfile/src/fs/remove_dir.rs [deleted file]
vendor/gix-tempfile/src/lib.rs
vendor/gix-tempfile/src/signal.rs
vendor/gix-transport/.cargo-checksum.json
vendor/gix-transport/CHANGELOG.md
vendor/gix-transport/Cargo.toml
vendor/gix-transport/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-transport/LICENSE-MIT [new file with mode: 0644]
vendor/gix-transport/src/client/async_io/bufread_ext.rs
vendor/gix-transport/src/client/async_io/request.rs
vendor/gix-transport/src/client/async_io/traits.rs
vendor/gix-transport/src/client/blocking_io/bufread_ext.rs
vendor/gix-transport/src/client/blocking_io/file.rs
vendor/gix-transport/src/client/blocking_io/http/curl/remote.rs
vendor/gix-transport/src/client/blocking_io/http/traits.rs
vendor/gix-transport/src/client/blocking_io/request.rs
vendor/gix-transport/src/client/blocking_io/traits.rs
vendor/gix-transport/src/client/capabilities.rs
vendor/gix-transport/src/client/traits.rs
vendor/gix-transport/src/lib.rs
vendor/gix-traverse/.cargo-checksum.json
vendor/gix-traverse/CHANGELOG.md [new file with mode: 0644]
vendor/gix-traverse/Cargo.toml
vendor/gix-traverse/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-traverse/LICENSE-MIT [new file with mode: 0644]
vendor/gix-traverse/src/commit.rs
vendor/gix-traverse/src/tree/breadthfirst.rs
vendor/gix-url/.cargo-checksum.json
vendor/gix-url/CHANGELOG.md
vendor/gix-url/Cargo.toml
vendor/gix-url/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-url/LICENSE-MIT [new file with mode: 0644]
vendor/gix-url/src/parse.rs
vendor/gix-utils/.cargo-checksum.json
vendor/gix-utils/CHANGELOG.md
vendor/gix-utils/Cargo.toml
vendor/gix-utils/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-utils/LICENSE-MIT [new file with mode: 0644]
vendor/gix-validate/.cargo-checksum.json
vendor/gix-validate/CHANGELOG.md [new file with mode: 0644]
vendor/gix-validate/Cargo.toml
vendor/gix-validate/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-validate/LICENSE-MIT [new file with mode: 0644]
vendor/gix-validate/src/reference.rs
vendor/gix-worktree/.cargo-checksum.json
vendor/gix-worktree/CHANGELOG.md
vendor/gix-worktree/Cargo.toml
vendor/gix-worktree/LICENSE-APACHE [new file with mode: 0644]
vendor/gix-worktree/LICENSE-MIT [new file with mode: 0644]
vendor/gix-worktree/src/cache/delegate.rs
vendor/gix-worktree/src/cache/mod.rs
vendor/gix-worktree/src/cache/platform.rs
vendor/gix-worktree/src/cache/state/attributes.rs
vendor/gix-worktree/src/cache/state/ignore.rs
vendor/gix-worktree/src/cache/state/mod.rs
vendor/gix-worktree/src/status/content.rs
vendor/gix/.cargo-checksum.json
vendor/gix/CHANGELOG.md
vendor/gix/Cargo.lock
vendor/gix/Cargo.toml
vendor/gix/LICENSE-APACHE [new file with mode: 0644]
vendor/gix/LICENSE-MIT [new file with mode: 0644]
vendor/gix/src/clone/access.rs
vendor/gix/src/clone/fetch/mod.rs
vendor/gix/src/clone/fetch/util.rs
vendor/gix/src/clone/mod.rs
vendor/gix/src/commit.rs
vendor/gix/src/config/cache/access.rs
vendor/gix/src/config/cache/init.rs
vendor/gix/src/config/cache/util.rs
vendor/gix/src/config/mod.rs
vendor/gix/src/config/overrides.rs
vendor/gix/src/config/snapshot/credential_helpers.rs
vendor/gix/src/config/tree/keys.rs
vendor/gix/src/config/tree/mod.rs
vendor/gix/src/config/tree/sections/core.rs
vendor/gix/src/config/tree/sections/fetch.rs [new file with mode: 0644]
vendor/gix/src/config/tree/sections/gitoxide.rs
vendor/gix/src/config/tree/sections/index.rs
vendor/gix/src/config/tree/sections/mod.rs
vendor/gix/src/config/tree/sections/protocol.rs
vendor/gix/src/env.rs
vendor/gix/src/head/peel.rs
vendor/gix/src/id.rs
vendor/gix/src/kind.rs [deleted file]
vendor/gix/src/lib.rs
vendor/gix/src/object/tree/diff/for_each.rs
vendor/gix/src/object/tree/diff/rewrites.rs
vendor/gix/src/object/tree/diff/tracked.rs
vendor/gix/src/open/permissions.rs
vendor/gix/src/open/repository.rs
vendor/gix/src/reference/edits.rs
vendor/gix/src/reference/errors.rs
vendor/gix/src/reference/remote.rs
vendor/gix/src/remote/connect.rs
vendor/gix/src/remote/connection/access.rs
vendor/gix/src/remote/connection/fetch/error.rs
vendor/gix/src/remote/connection/fetch/mod.rs
vendor/gix/src/remote/connection/fetch/negotiate.rs
vendor/gix/src/remote/connection/fetch/receive_pack.rs
vendor/gix/src/remote/connection/fetch/update_refs/tests.rs
vendor/gix/src/remote/connection/ref_map.rs
vendor/gix/src/remote/fetch.rs
vendor/gix/src/repository/config/mod.rs
vendor/gix/src/repository/graph.rs [new file with mode: 0644]
vendor/gix/src/repository/init.rs
vendor/gix/src/repository/kind.rs [new file with mode: 0644]
vendor/gix/src/repository/location.rs
vendor/gix/src/repository/mod.rs
vendor/gix/src/repository/object.rs
vendor/gix/src/repository/remote.rs
vendor/gix/src/repository/snapshots.rs
vendor/gix/src/repository/thread_safe.rs
vendor/gix/src/repository/worktree.rs
vendor/gix/src/revision/spec/parse/delegate/navigate.rs
vendor/gix/src/types.rs
vendor/handlebars/.cargo-checksum.json
vendor/handlebars/CHANGELOG.md
vendor/handlebars/Cargo.lock
vendor/handlebars/Cargo.toml
vendor/handlebars/README.md
vendor/handlebars/examples/decorator.rs
vendor/handlebars/examples/render.rs
vendor/handlebars/examples/render_file.rs
vendor/handlebars/release.toml
vendor/handlebars/src/decorators/mod.rs
vendor/handlebars/src/error.rs
vendor/handlebars/src/helpers/mod.rs
vendor/handlebars/src/lib.rs
vendor/handlebars/src/macros.rs
vendor/handlebars/src/output.rs
vendor/handlebars/src/partial.rs
vendor/handlebars/src/registry.rs
vendor/handlebars/src/render.rs
vendor/handlebars/src/template.rs
vendor/handlebars/tests/escape.rs
vendor/handlebars/tests/helper_macro.rs
vendor/hashbrown-0.13.2/.cargo-checksum.json [new file with mode: 0644]
vendor/hashbrown-0.13.2/CHANGELOG.md [new file with mode: 0644]
vendor/hashbrown-0.13.2/Cargo.toml [new file with mode: 0644]
vendor/hashbrown-0.13.2/LICENSE-APACHE [new file with mode: 0644]
vendor/hashbrown-0.13.2/LICENSE-MIT [new file with mode: 0644]
vendor/hashbrown-0.13.2/README.md [new file with mode: 0644]
vendor/hashbrown-0.13.2/benches/bench.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/benches/insert_unique_unchecked.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/clippy.toml [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/external_trait_impls/mod.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/external_trait_impls/rayon/helpers.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/external_trait_impls/rayon/map.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/external_trait_impls/rayon/mod.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/external_trait_impls/rayon/raw.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/external_trait_impls/rayon/set.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/external_trait_impls/serde.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/lib.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/macros.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/map.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/raw/alloc.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/raw/bitmask.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/raw/generic.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/raw/mod.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/raw/sse2.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/rustc_entry.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/scopeguard.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/src/set.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/tests/equivalent_trait.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/tests/hasher.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/tests/raw.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/tests/rayon.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/tests/serde.rs [new file with mode: 0644]
vendor/hashbrown-0.13.2/tests/set.rs [new file with mode: 0644]
vendor/hashbrown/.cargo-checksum.json
vendor/hashbrown/CHANGELOG.md
vendor/hashbrown/Cargo.toml
vendor/hashbrown/README.md
vendor/hashbrown/benches/bench.rs
vendor/hashbrown/src/external_trait_impls/mod.rs
vendor/hashbrown/src/external_trait_impls/rayon/map.rs
vendor/hashbrown/src/external_trait_impls/rkyv/hash_map.rs [new file with mode: 0644]
vendor/hashbrown/src/external_trait_impls/rkyv/hash_set.rs [new file with mode: 0644]
vendor/hashbrown/src/external_trait_impls/rkyv/mod.rs [new file with mode: 0644]
vendor/hashbrown/src/lib.rs
vendor/hashbrown/src/macros.rs
vendor/hashbrown/src/map.rs
vendor/hashbrown/src/raw/alloc.rs
vendor/hashbrown/src/raw/bitmask.rs
vendor/hashbrown/src/raw/generic.rs
vendor/hashbrown/src/raw/mod.rs
vendor/hashbrown/src/raw/neon.rs [new file with mode: 0644]
vendor/hashbrown/src/raw/sse2.rs
vendor/hashbrown/src/rustc_entry.rs
vendor/hashbrown/src/set.rs
vendor/hashbrown/tests/rayon.rs
vendor/hashbrown/tests/set.rs
vendor/hermit-abi-0.2.6/.cargo-checksum.json [deleted file]
vendor/hermit-abi-0.2.6/Cargo.toml [deleted file]
vendor/hermit-abi-0.2.6/LICENSE-APACHE [deleted file]
vendor/hermit-abi-0.2.6/LICENSE-MIT [deleted file]
vendor/hermit-abi-0.2.6/README.md [deleted file]
vendor/hermit-abi-0.2.6/src/errno.rs [deleted file]
vendor/hermit-abi-0.2.6/src/lib.rs [deleted file]
vendor/hermit-abi-0.2.6/src/tcplistener.rs [deleted file]
vendor/hermit-abi-0.2.6/src/tcpstream.rs [deleted file]
vendor/iana-time-zone-haiku/.cargo-checksum.json
vendor/iana-time-zone-haiku/Cargo.toml
vendor/iana-time-zone-haiku/README.md
vendor/iana-time-zone-haiku/build.rs
vendor/iana-time-zone-haiku/src/implementation.cc
vendor/iana-time-zone-haiku/src/interface.h [deleted file]
vendor/iana-time-zone-haiku/src/lib.rs
vendor/iana-time-zone/.cargo-checksum.json
vendor/iana-time-zone/CHANGELOG.md
vendor/iana-time-zone/Cargo.lock
vendor/iana-time-zone/Cargo.toml
vendor/iana-time-zone/src/platform.rs
vendor/iana-time-zone/src/tz_linux.rs
vendor/idna/.cargo-checksum.json
vendor/idna/Cargo.toml
vendor/idna/src/lib.rs
vendor/idna/src/punycode.rs
vendor/idna/src/uts46.rs
vendor/idna/tests/punycode.rs
vendor/if_chain/.cargo-checksum.json
vendor/if_chain/CHANGELOG.md
vendor/if_chain/Cargo.toml
vendor/if_chain/README.md
vendor/if_chain/src/lib.rs
vendor/indenter/.cargo-checksum.json [new file with mode: 0644]
vendor/indenter/CHANGELOG.md [new file with mode: 0644]
vendor/indenter/Cargo.lock [new file with mode: 0644]
vendor/indenter/Cargo.toml [new file with mode: 0644]
vendor/indenter/README.md [new file with mode: 0644]
vendor/indenter/examples/usage.rs [new file with mode: 0644]
vendor/indenter/src/lib.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/.cargo-checksum.json [new file with mode: 0644]
vendor/indexmap-1.9.3/Cargo.toml [new file with mode: 0644]
vendor/indexmap-1.9.3/LICENSE-APACHE [new file with mode: 0644]
vendor/indexmap-1.9.3/LICENSE-MIT [new file with mode: 0644]
vendor/indexmap-1.9.3/README.md [new file with mode: 0644]
vendor/indexmap-1.9.3/RELEASES.md [new file with mode: 0644]
vendor/indexmap-1.9.3/benches/bench.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/benches/faststring.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/build.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/arbitrary.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/equivalent.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/lib.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/macros.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/map.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/map/core.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/map/core/raw.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/mutable_keys.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/rayon/map.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/rayon/mod.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/rayon/set.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/rustc.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/serde.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/serde_seq.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/set.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/src/util.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/tests/equivalent_trait.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/tests/macros_full_path.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/tests/quick.rs [new file with mode: 0644]
vendor/indexmap-1.9.3/tests/tests.rs [new file with mode: 0644]
vendor/indexmap/.cargo-checksum.json
vendor/indexmap/Cargo.toml
vendor/indexmap/README.md
vendor/indexmap/RELEASES.md
vendor/indexmap/build.rs [deleted file]
vendor/indexmap/src/arbitrary.rs
vendor/indexmap/src/equivalent.rs [deleted file]
vendor/indexmap/src/lib.rs
vendor/indexmap/src/macros.rs
vendor/indexmap/src/map.rs
vendor/indexmap/src/map/core.rs
vendor/indexmap/src/map/core/raw.rs
vendor/indexmap/src/map/iter.rs [new file with mode: 0644]
vendor/indexmap/src/map/serde_seq.rs [new file with mode: 0644]
vendor/indexmap/src/map/slice.rs [new file with mode: 0644]
vendor/indexmap/src/map/tests.rs [new file with mode: 0644]
vendor/indexmap/src/mutable_keys.rs
vendor/indexmap/src/rayon/map.rs
vendor/indexmap/src/rayon/set.rs
vendor/indexmap/src/serde.rs
vendor/indexmap/src/serde_seq.rs [deleted file]
vendor/indexmap/src/set.rs
vendor/indexmap/src/set/iter.rs [new file with mode: 0644]
vendor/indexmap/src/set/slice.rs [new file with mode: 0644]
vendor/indexmap/src/set/tests.rs [new file with mode: 0644]
vendor/indexmap/src/util.rs
vendor/indexmap/tests/quick.rs
vendor/indoc/.cargo-checksum.json
vendor/indoc/Cargo.toml
vendor/indoc/LICENSE-APACHE
vendor/indoc/README.md
vendor/indoc/src/expr.rs
vendor/indoc/src/lib.rs
vendor/indoc/tests/test_writedoc.rs
vendor/indoc/tests/ui/printdoc-no-display.stderr
vendor/io-lifetimes/.cargo-checksum.json
vendor/io-lifetimes/Cargo.toml
vendor/io-lifetimes/src/types.rs
vendor/is-terminal/.cargo-checksum.json
vendor/is-terminal/Cargo.toml
vendor/is-terminal/README.md
vendor/is-terminal/src/lib.rs
vendor/jod-thread/.cargo-checksum.json [new file with mode: 0644]
vendor/jod-thread/Cargo.toml [new file with mode: 0644]
vendor/jod-thread/LICENSE-APACHE [new file with mode: 0644]
vendor/jod-thread/LICENSE-MIT [new file with mode: 0644]
vendor/jod-thread/README.md [new file with mode: 0644]
vendor/jod-thread/src/lib.rs [new file with mode: 0644]
vendor/js-sys/.cargo-checksum.json
vendor/js-sys/Cargo.toml
vendor/js-sys/src/lib.rs
vendor/js-sys/tests/wasm/Boolean.rs
vendor/js-sys/tests/wasm/DataView.rs
vendor/js-sys/tests/wasm/TypedArray.rs
vendor/js-sys/tests/wasm/WebAssembly.rs
vendor/libc/.cargo-checksum.json
vendor/libc/Cargo.toml
vendor/libc/README.md
vendor/libc/src/unix/bsd/apple/mod.rs
vendor/libc/src/unix/bsd/freebsdlike/dragonfly/mod.rs
vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs
vendor/libc/src/unix/bsd/freebsdlike/mod.rs
vendor/libc/src/unix/bsd/netbsdlike/netbsd/mod.rs
vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs
vendor/libc/src/unix/haiku/mod.rs
vendor/libc/src/unix/linux_like/android/mod.rs
vendor/libc/src/unix/linux_like/linux/align.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/align.rs
vendor/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/mod.rs
vendor/libc/src/unix/linux_like/linux/gnu/mod.rs
vendor/libc/src/unix/linux_like/linux/mod.rs
vendor/libc/src/unix/linux_like/linux/musl/b32/powerpc.rs
vendor/libc/src/unix/linux_like/linux/musl/b32/riscv32/mod.rs
vendor/libc/src/unix/linux_like/linux/musl/b32/x86/mod.rs
vendor/libc/src/unix/linux_like/linux/musl/b64/powerpc64.rs
vendor/libc/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs
vendor/libc/src/unix/linux_like/linux/musl/b64/s390x.rs
vendor/libc/src/unix/linux_like/linux/musl/b64/x86_64/mod.rs
vendor/libc/src/unix/linux_like/linux/musl/lfs64.rs [new file with mode: 0644]
vendor/libc/src/unix/linux_like/linux/musl/mod.rs
vendor/libc/src/unix/linux_like/mod.rs
vendor/libc/src/unix/mod.rs
vendor/libc/src/unix/newlib/mod.rs
vendor/libc/src/unix/newlib/vita/mod.rs
vendor/libc/src/unix/nto/mod.rs
vendor/libc/src/unix/nto/neutrino.rs
vendor/libc/src/unix/redox/mod.rs
vendor/libgit2-sys/.cargo-checksum.json
vendor/libgit2-sys/CHANGELOG.md
vendor/libgit2-sys/Cargo.toml
vendor/libgit2-sys/lib.rs
vendor/libm/.cargo-checksum.json
vendor/libm/Cargo.toml
vendor/libm/src/lib.rs
vendor/libm/src/libm_helper.rs [new file with mode: 0644]
vendor/libm/src/math/erf.rs
vendor/libm/src/math/erff.rs
vendor/libm/src/math/fma.rs
vendor/libm/src/math/sqrt.rs
vendor/libm/src/math/sqrtf.rs
vendor/libz-sys/.cargo-checksum.json
vendor/libz-sys/Cargo.toml
vendor/libz-sys/README-zng.md
vendor/libz-sys/README.md
vendor/libz-sys/build.rs
vendor/link-cplusplus/.cargo-checksum.json [deleted file]
vendor/link-cplusplus/Cargo.toml [deleted file]
vendor/link-cplusplus/LICENSE-APACHE [deleted file]
vendor/link-cplusplus/LICENSE-MIT [deleted file]
vendor/link-cplusplus/README.md [deleted file]
vendor/link-cplusplus/build.rs [deleted file]
vendor/link-cplusplus/src/lib.rs [deleted file]
vendor/linux-raw-sys-0.3.8/.cargo-checksum.json [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/COPYRIGHT [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/Cargo.toml [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/LICENSE-APACHE [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/LICENSE-Apache-2.0_WITH_LLVM-exception [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/LICENSE-MIT [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/ORG_CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/README.md [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/aarch64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/aarch64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/aarch64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/aarch64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/arm/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/arm/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/arm/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/arm/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/lib.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/loongarch64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/loongarch64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/loongarch64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/loongarch64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/mips/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/mips/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/mips/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/mips/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/mips64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/mips64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/mips64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/mips64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/powerpc/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/powerpc/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/powerpc/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/powerpc/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/powerpc64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/powerpc64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/powerpc64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/powerpc64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/riscv32/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/riscv32/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/riscv32/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/riscv32/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/riscv64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/riscv64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/riscv64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/riscv64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/s390x/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/s390x/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/s390x/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/s390x/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/sparc/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/sparc/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/sparc/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/sparc/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/sparc64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/sparc64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/sparc64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/sparc64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/x32/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/x32/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/x32/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/x32/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/x86/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/x86/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/x86/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/x86/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/x86_64/errno.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/x86_64/general.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/x86_64/ioctl.rs [new file with mode: 0644]
vendor/linux-raw-sys-0.3.8/src/x86_64/netlink.rs [new file with mode: 0644]
vendor/linux-raw-sys/.cargo-checksum.json
vendor/linux-raw-sys/Cargo.toml
vendor/linux-raw-sys/README.md
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 [new file with mode: 0644]
vendor/linux-raw-sys/src/aarch64/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/aarch64/ioctl.rs
vendor/linux-raw-sys/src/aarch64/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/aarch64/netlink.rs
vendor/linux-raw-sys/src/aarch64/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/aarch64/system.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/linux-raw-sys/src/arm/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/arm/ioctl.rs
vendor/linux-raw-sys/src/arm/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/arm/netlink.rs
vendor/linux-raw-sys/src/arm/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/arm/system.rs [new file with mode: 0644]
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/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/loongarch64/ioctl.rs
vendor/linux-raw-sys/src/loongarch64/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/loongarch64/netlink.rs
vendor/linux-raw-sys/src/loongarch64/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/loongarch64/system.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/linux-raw-sys/src/mips/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips/ioctl.rs
vendor/linux-raw-sys/src/mips/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips/netlink.rs
vendor/linux-raw-sys/src/mips/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips/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 [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64/ioctl.rs
vendor/linux-raw-sys/src/mips64/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64/netlink.rs
vendor/linux-raw-sys/src/mips64/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/mips64/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 [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc/ioctl.rs
vendor/linux-raw-sys/src/powerpc/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc/netlink.rs
vendor/linux-raw-sys/src/powerpc/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc/system.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc64/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc64/ioctl.rs
vendor/linux-raw-sys/src/powerpc64/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc64/netlink.rs
vendor/linux-raw-sys/src/powerpc64/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/powerpc64/system.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv32/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv32/ioctl.rs
vendor/linux-raw-sys/src/riscv32/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv32/netlink.rs
vendor/linux-raw-sys/src/riscv32/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv32/system.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv64/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv64/ioctl.rs
vendor/linux-raw-sys/src/riscv64/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv64/netlink.rs
vendor/linux-raw-sys/src/riscv64/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/riscv64/system.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/linux-raw-sys/src/s390x/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/s390x/ioctl.rs
vendor/linux-raw-sys/src/s390x/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/s390x/netlink.rs
vendor/linux-raw-sys/src/s390x/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/s390x/system.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc/ioctl.rs
vendor/linux-raw-sys/src/sparc/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc/netlink.rs
vendor/linux-raw-sys/src/sparc/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc/system.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc64/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc64/ioctl.rs
vendor/linux-raw-sys/src/sparc64/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc64/netlink.rs
vendor/linux-raw-sys/src/sparc64/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/sparc64/system.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/linux-raw-sys/src/x32/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x32/ioctl.rs
vendor/linux-raw-sys/src/x32/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x32/netlink.rs
vendor/linux-raw-sys/src/x32/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x32/system.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/linux-raw-sys/src/x86/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86/ioctl.rs
vendor/linux-raw-sys/src/x86/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86/netlink.rs
vendor/linux-raw-sys/src/x86/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86/system.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/linux-raw-sys/src/x86_64/io_uring.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86_64/ioctl.rs
vendor/linux-raw-sys/src/x86_64/net.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86_64/netlink.rs
vendor/linux-raw-sys/src/x86_64/prctl.rs [new file with mode: 0644]
vendor/linux-raw-sys/src/x86_64/system.rs [new file with mode: 0644]
vendor/lock_api/.cargo-checksum.json
vendor/lock_api/Cargo.toml
vendor/lock_api/src/lib.rs
vendor/lock_api/src/mutex.rs
vendor/lock_api/src/remutex.rs
vendor/lock_api/src/rwlock.rs
vendor/log/.cargo-checksum.json
vendor/log/CHANGELOG.md
vendor/log/Cargo.toml
vendor/log/LICENSE-APACHE
vendor/log/LICENSE-MIT
vendor/log/README.md
vendor/log/benches/value.rs
vendor/log/build.rs [deleted file]
vendor/log/src/kv/error.rs
vendor/log/src/kv/key.rs
vendor/log/src/kv/mod.rs
vendor/log/src/kv/source.rs
vendor/log/src/kv/value.rs
vendor/log/src/lib.rs
vendor/log/src/macros.rs
vendor/log/src/serde.rs
vendor/log/triagebot.toml
vendor/md-5/.cargo-checksum.json
vendor/md-5/CHANGELOG.md
vendor/md-5/Cargo.toml
vendor/md-5/src/lib.rs
vendor/mdbook/.cargo-checksum.json
vendor/mdbook/CHANGELOG.md
vendor/mdbook/Cargo.lock
vendor/mdbook/Cargo.toml
vendor/mdbook/src/book/book.rs
vendor/mdbook/src/book/init.rs
vendor/mdbook/src/book/mod.rs
vendor/mdbook/src/cmd/build.rs
vendor/mdbook/src/cmd/clean.rs
vendor/mdbook/src/cmd/init.rs
vendor/mdbook/src/cmd/serve.rs
vendor/mdbook/src/cmd/test.rs
vendor/mdbook/src/cmd/watch.rs
vendor/mdbook/src/config.rs
vendor/mdbook/src/preprocess/links.rs
vendor/mdbook/src/renderer/html_handlebars/hbs_renderer.rs
vendor/mdbook/src/renderer/html_handlebars/helpers/navigation.rs
vendor/mdbook/src/renderer/html_handlebars/search.rs
vendor/mdbook/src/renderer/markdown_renderer.rs
vendor/mdbook/src/theme/book.js
vendor/mdbook/src/theme/index.hbs
vendor/mdbook/src/theme/tomorrow-night.css
vendor/mdbook/src/utils/fs.rs
vendor/mdbook/src/utils/mod.rs
vendor/mdbook/test_book/src/individual/heading.md
vendor/mdbook/test_book/src/individual/image.md
vendor/mdbook/test_book/src/individual/mixed.md
vendor/mdbook/test_book/src/individual/strikethrough.md
vendor/mdbook/test_book/src/languages/highlight.md
vendor/mdbook/tests/alternative_backends.rs
vendor/mdbook/tests/cli/init.rs [new file with mode: 0644]
vendor/mdbook/tests/cli/mod.rs
vendor/mdbook/tests/dummy_book/mod.rs
vendor/mdbook/tests/dummy_book/src/SUMMARY.md
vendor/mdbook/tests/dummy_book/src/first/heading-attributes.md [new file with mode: 0644]
vendor/mdbook/tests/rendered_output.rs
vendor/mdbook/tests/searchindex_fixture.json
vendor/measureme/.cargo-checksum.json
vendor/measureme/Cargo.toml
vendor/measureme/src/counters.rs
vendor/memmap2-0.2.1/.cargo-checksum.json [deleted file]
vendor/memmap2-0.2.1/CHANGELOG.md [deleted file]
vendor/memmap2-0.2.1/Cargo.lock [deleted file]
vendor/memmap2-0.2.1/Cargo.toml [deleted file]
vendor/memmap2-0.2.1/LICENSE-APACHE [deleted file]
vendor/memmap2-0.2.1/LICENSE-MIT [deleted file]
vendor/memmap2-0.2.1/README.md [deleted file]
vendor/memmap2-0.2.1/examples/cat.rs [deleted file]
vendor/memmap2-0.2.1/src/lib.rs [deleted file]
vendor/memmap2-0.2.1/src/unix.rs [deleted file]
vendor/memmap2-0.2.1/src/windows.rs [deleted file]
vendor/memmap2-0.2.3/.cargo-checksum.json [new file with mode: 0644]
vendor/memmap2-0.2.3/CHANGELOG.md [new file with mode: 0644]
vendor/memmap2-0.2.3/Cargo.lock [new file with mode: 0644]
vendor/memmap2-0.2.3/Cargo.toml [new file with mode: 0644]
vendor/memmap2-0.2.3/LICENSE-APACHE [new file with mode: 0644]
vendor/memmap2-0.2.3/LICENSE-MIT [new file with mode: 0644]
vendor/memmap2-0.2.3/README.md [new file with mode: 0644]
vendor/memmap2-0.2.3/examples/cat.rs [new file with mode: 0644]
vendor/memmap2-0.2.3/src/lib.rs [new file with mode: 0644]
vendor/memmap2-0.2.3/src/stub.rs [new file with mode: 0644]
vendor/memmap2-0.2.3/src/unix.rs [new file with mode: 0644]
vendor/memmap2-0.2.3/src/windows.rs [new file with mode: 0644]
vendor/memoffset-0.6.5/.cargo-checksum.json [deleted file]
vendor/memoffset-0.6.5/Cargo.toml [deleted file]
vendor/memoffset-0.6.5/LICENSE [deleted file]
vendor/memoffset-0.6.5/README.md [deleted file]
vendor/memoffset-0.6.5/build.rs [deleted file]
vendor/memoffset-0.6.5/ci/miri.sh [deleted file]
vendor/memoffset-0.6.5/src/lib.rs [deleted file]
vendor/memoffset-0.6.5/src/offset_of.rs [deleted file]
vendor/memoffset-0.6.5/src/raw_field.rs [deleted file]
vendor/memoffset-0.6.5/src/span_of.rs [deleted file]
vendor/memoffset-0.8.0/.cargo-checksum.json [new file with mode: 0644]
vendor/memoffset-0.8.0/Cargo.toml [new file with mode: 0644]
vendor/memoffset-0.8.0/LICENSE [new file with mode: 0644]
vendor/memoffset-0.8.0/README.md [new file with mode: 0644]
vendor/memoffset-0.8.0/build.rs [new file with mode: 0644]
vendor/memoffset-0.8.0/src/lib.rs [new file with mode: 0644]
vendor/memoffset-0.8.0/src/offset_of.rs [new file with mode: 0644]
vendor/memoffset-0.8.0/src/raw_field.rs [new file with mode: 0644]
vendor/memoffset-0.8.0/src/span_of.rs [new file with mode: 0644]
vendor/memoffset/.cargo-checksum.json
vendor/memoffset/Cargo.toml
vendor/memoffset/src/lib.rs
vendor/memoffset/src/offset_of.rs
vendor/mime/.cargo-checksum.json
vendor/mime/Cargo.toml
vendor/mime/src/lib.rs
vendor/mime/src/parse.rs
vendor/miniz_oxide/.cargo-checksum.json
vendor/miniz_oxide/Cargo.toml
vendor/miniz_oxide/Readme.md
vendor/miniz_oxide/src/deflate/core.rs
vendor/miniz_oxide/src/inflate/core.rs
vendor/miniz_oxide/src/lib.rs
vendor/nohash-hasher/.cargo-checksum.json [new file with mode: 0644]
vendor/nohash-hasher/Cargo.toml [new file with mode: 0644]
vendor/nohash-hasher/LICENSE-APACHE [new file with mode: 0644]
vendor/nohash-hasher/LICENSE-MIT [new file with mode: 0644]
vendor/nohash-hasher/README.md [new file with mode: 0644]
vendor/nohash-hasher/src/lib.rs [new file with mode: 0644]
vendor/num-integer/.cargo-checksum.json [deleted file]
vendor/num-integer/Cargo.toml [deleted file]
vendor/num-integer/LICENSE-APACHE [deleted file]
vendor/num-integer/LICENSE-MIT [deleted file]
vendor/num-integer/README.md [deleted file]
vendor/num-integer/RELEASES.md [deleted file]
vendor/num-integer/benches/average.rs [deleted file]
vendor/num-integer/benches/gcd.rs [deleted file]
vendor/num-integer/benches/roots.rs [deleted file]
vendor/num-integer/build.rs [deleted file]
vendor/num-integer/src/average.rs [deleted file]
vendor/num-integer/src/lib.rs [deleted file]
vendor/num-integer/src/roots.rs [deleted file]
vendor/num-integer/tests/average.rs [deleted file]
vendor/num-integer/tests/roots.rs [deleted file]
vendor/num_cpus/.cargo-checksum.json
vendor/num_cpus/CHANGELOG.md
vendor/num_cpus/Cargo.lock
vendor/num_cpus/Cargo.toml
vendor/num_cpus/README.md
vendor/num_cpus/src/lib.rs
vendor/object-0.30.3/.cargo-checksum.json [deleted file]
vendor/object-0.30.3/CHANGELOG.md [deleted file]
vendor/object-0.30.3/Cargo.toml [deleted file]
vendor/object-0.30.3/LICENSE-APACHE [deleted file]
vendor/object-0.30.3/LICENSE-MIT [deleted file]
vendor/object-0.30.3/README.md [deleted file]
vendor/object-0.30.3/clippy.toml [deleted file]
vendor/object-0.30.3/src/archive.rs [deleted file]
vendor/object-0.30.3/src/common.rs [deleted file]
vendor/object-0.30.3/src/elf.rs [deleted file]
vendor/object-0.30.3/src/endian.rs [deleted file]
vendor/object-0.30.3/src/lib.rs [deleted file]
vendor/object-0.30.3/src/macho.rs [deleted file]
vendor/object-0.30.3/src/pe.rs [deleted file]
vendor/object-0.30.3/src/pod.rs [deleted file]
vendor/object-0.30.3/src/read/any.rs [deleted file]
vendor/object-0.30.3/src/read/archive.rs [deleted file]
vendor/object-0.30.3/src/read/coff/comdat.rs [deleted file]
vendor/object-0.30.3/src/read/coff/file.rs [deleted file]
vendor/object-0.30.3/src/read/coff/mod.rs [deleted file]
vendor/object-0.30.3/src/read/coff/relocation.rs [deleted file]
vendor/object-0.30.3/src/read/coff/section.rs [deleted file]
vendor/object-0.30.3/src/read/coff/symbol.rs [deleted file]
vendor/object-0.30.3/src/read/elf/comdat.rs [deleted file]
vendor/object-0.30.3/src/read/elf/compression.rs [deleted file]
vendor/object-0.30.3/src/read/elf/dynamic.rs [deleted file]
vendor/object-0.30.3/src/read/elf/file.rs [deleted file]
vendor/object-0.30.3/src/read/elf/hash.rs [deleted file]
vendor/object-0.30.3/src/read/elf/mod.rs [deleted file]
vendor/object-0.30.3/src/read/elf/note.rs [deleted file]
vendor/object-0.30.3/src/read/elf/relocation.rs [deleted file]
vendor/object-0.30.3/src/read/elf/section.rs [deleted file]
vendor/object-0.30.3/src/read/elf/segment.rs [deleted file]
vendor/object-0.30.3/src/read/elf/symbol.rs [deleted file]
vendor/object-0.30.3/src/read/elf/version.rs [deleted file]
vendor/object-0.30.3/src/read/macho/dyld_cache.rs [deleted file]
vendor/object-0.30.3/src/read/macho/fat.rs [deleted file]
vendor/object-0.30.3/src/read/macho/file.rs [deleted file]
vendor/object-0.30.3/src/read/macho/load_command.rs [deleted file]
vendor/object-0.30.3/src/read/macho/mod.rs [deleted file]
vendor/object-0.30.3/src/read/macho/relocation.rs [deleted file]
vendor/object-0.30.3/src/read/macho/section.rs [deleted file]
vendor/object-0.30.3/src/read/macho/segment.rs [deleted file]
vendor/object-0.30.3/src/read/macho/symbol.rs [deleted file]
vendor/object-0.30.3/src/read/mod.rs [deleted file]
vendor/object-0.30.3/src/read/pe/data_directory.rs [deleted file]
vendor/object-0.30.3/src/read/pe/export.rs [deleted file]
vendor/object-0.30.3/src/read/pe/file.rs [deleted file]
vendor/object-0.30.3/src/read/pe/import.rs [deleted file]
vendor/object-0.30.3/src/read/pe/mod.rs [deleted file]
vendor/object-0.30.3/src/read/pe/relocation.rs [deleted file]
vendor/object-0.30.3/src/read/pe/resource.rs [deleted file]
vendor/object-0.30.3/src/read/pe/rich.rs [deleted file]
vendor/object-0.30.3/src/read/pe/section.rs [deleted file]
vendor/object-0.30.3/src/read/read_cache.rs [deleted file]
vendor/object-0.30.3/src/read/read_ref.rs [deleted file]
vendor/object-0.30.3/src/read/traits.rs [deleted file]
vendor/object-0.30.3/src/read/util.rs [deleted file]
vendor/object-0.30.3/src/read/wasm.rs [deleted file]
vendor/object-0.30.3/src/read/xcoff/comdat.rs [deleted file]
vendor/object-0.30.3/src/read/xcoff/file.rs [deleted file]
vendor/object-0.30.3/src/read/xcoff/mod.rs [deleted file]
vendor/object-0.30.3/src/read/xcoff/relocation.rs [deleted file]
vendor/object-0.30.3/src/read/xcoff/section.rs [deleted file]
vendor/object-0.30.3/src/read/xcoff/segment.rs [deleted file]
vendor/object-0.30.3/src/read/xcoff/symbol.rs [deleted file]
vendor/object-0.30.3/src/write/coff.rs [deleted file]
vendor/object-0.30.3/src/write/elf/mod.rs [deleted file]
vendor/object-0.30.3/src/write/elf/object.rs [deleted file]
vendor/object-0.30.3/src/write/elf/writer.rs [deleted file]
vendor/object-0.30.3/src/write/macho.rs [deleted file]
vendor/object-0.30.3/src/write/mod.rs [deleted file]
vendor/object-0.30.3/src/write/pe.rs [deleted file]
vendor/object-0.30.3/src/write/string.rs [deleted file]
vendor/object-0.30.3/src/write/util.rs [deleted file]
vendor/object-0.30.3/src/xcoff.rs [deleted file]
vendor/object-0.30.3/tests/integration.rs [deleted file]
vendor/object-0.30.3/tests/parse_self.rs [deleted file]
vendor/object-0.30.3/tests/read/coff.rs [deleted file]
vendor/object-0.30.3/tests/read/mod.rs [deleted file]
vendor/object-0.30.3/tests/round_trip/bss.rs [deleted file]
vendor/object-0.30.3/tests/round_trip/coff.rs [deleted file]
vendor/object-0.30.3/tests/round_trip/comdat.rs [deleted file]
vendor/object-0.30.3/tests/round_trip/common.rs [deleted file]
vendor/object-0.30.3/tests/round_trip/elf.rs [deleted file]
vendor/object-0.30.3/tests/round_trip/macho.rs [deleted file]
vendor/object-0.30.3/tests/round_trip/mod.rs [deleted file]
vendor/object-0.30.3/tests/round_trip/section_flags.rs [deleted file]
vendor/object-0.30.3/tests/round_trip/tls.rs [deleted file]
vendor/object-0.30.4/.cargo-checksum.json [new file with mode: 0644]
vendor/object-0.30.4/CHANGELOG.md [new file with mode: 0644]
vendor/object-0.30.4/Cargo.toml [new file with mode: 0644]
vendor/object-0.30.4/LICENSE-APACHE [new file with mode: 0644]
vendor/object-0.30.4/LICENSE-MIT [new file with mode: 0644]
vendor/object-0.30.4/README.md [new file with mode: 0644]
vendor/object-0.30.4/clippy.toml [new file with mode: 0644]
vendor/object-0.30.4/src/archive.rs [new file with mode: 0644]
vendor/object-0.30.4/src/common.rs [new file with mode: 0644]
vendor/object-0.30.4/src/elf.rs [new file with mode: 0644]
vendor/object-0.30.4/src/endian.rs [new file with mode: 0644]
vendor/object-0.30.4/src/lib.rs [new file with mode: 0644]
vendor/object-0.30.4/src/macho.rs [new file with mode: 0644]
vendor/object-0.30.4/src/pe.rs [new file with mode: 0644]
vendor/object-0.30.4/src/pod.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/any.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/archive.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/coff/comdat.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/coff/file.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/coff/mod.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/coff/relocation.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/coff/section.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/coff/symbol.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/elf/comdat.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/elf/compression.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/elf/dynamic.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/elf/file.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/elf/hash.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/elf/mod.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/elf/note.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/elf/relocation.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/elf/section.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/elf/segment.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/elf/symbol.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/elf/version.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/macho/dyld_cache.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/macho/fat.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/macho/file.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/macho/load_command.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/macho/mod.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/macho/relocation.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/macho/section.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/macho/segment.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/macho/symbol.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/mod.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/pe/data_directory.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/pe/export.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/pe/file.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/pe/import.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/pe/mod.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/pe/relocation.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/pe/resource.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/pe/rich.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/pe/section.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/read_cache.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/read_ref.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/traits.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/util.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/wasm.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/xcoff/comdat.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/xcoff/file.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/xcoff/mod.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/xcoff/relocation.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/xcoff/section.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/xcoff/segment.rs [new file with mode: 0644]
vendor/object-0.30.4/src/read/xcoff/symbol.rs [new file with mode: 0644]
vendor/object-0.30.4/src/write/coff.rs [new file with mode: 0644]
vendor/object-0.30.4/src/write/elf/mod.rs [new file with mode: 0644]
vendor/object-0.30.4/src/write/elf/object.rs [new file with mode: 0644]
vendor/object-0.30.4/src/write/elf/writer.rs [new file with mode: 0644]
vendor/object-0.30.4/src/write/macho.rs [new file with mode: 0644]
vendor/object-0.30.4/src/write/mod.rs [new file with mode: 0644]
vendor/object-0.30.4/src/write/pe.rs [new file with mode: 0644]
vendor/object-0.30.4/src/write/string.rs [new file with mode: 0644]
vendor/object-0.30.4/src/write/util.rs [new file with mode: 0644]
vendor/object-0.30.4/src/xcoff.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/integration.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/parse_self.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/read/coff.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/read/mod.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/round_trip/bss.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/round_trip/coff.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/round_trip/comdat.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/round_trip/common.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/round_trip/elf.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/round_trip/macho.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/round_trip/mod.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/round_trip/section_flags.rs [new file with mode: 0644]
vendor/object-0.30.4/tests/round_trip/tls.rs [new file with mode: 0644]
vendor/object-0.31.1/.cargo-checksum.json [new file with mode: 0644]
vendor/object-0.31.1/CHANGELOG.md [new file with mode: 0644]
vendor/object-0.31.1/Cargo.toml [new file with mode: 0644]
vendor/object-0.31.1/LICENSE-APACHE [new file with mode: 0644]
vendor/object-0.31.1/LICENSE-MIT [new file with mode: 0644]
vendor/object-0.31.1/README.md [new file with mode: 0644]
vendor/object-0.31.1/clippy.toml [new file with mode: 0644]
vendor/object-0.31.1/src/archive.rs [new file with mode: 0644]
vendor/object-0.31.1/src/common.rs [new file with mode: 0644]
vendor/object-0.31.1/src/elf.rs [new file with mode: 0644]
vendor/object-0.31.1/src/endian.rs [new file with mode: 0644]
vendor/object-0.31.1/src/lib.rs [new file with mode: 0644]
vendor/object-0.31.1/src/macho.rs [new file with mode: 0644]
vendor/object-0.31.1/src/pe.rs [new file with mode: 0644]
vendor/object-0.31.1/src/pod.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/any.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/archive.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/coff/comdat.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/coff/file.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/coff/mod.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/coff/relocation.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/coff/section.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/coff/symbol.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/attributes.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/comdat.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/compression.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/dynamic.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/file.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/hash.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/mod.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/note.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/relocation.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/section.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/segment.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/symbol.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/elf/version.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/macho/dyld_cache.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/macho/fat.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/macho/file.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/macho/load_command.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/macho/mod.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/macho/relocation.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/macho/section.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/macho/segment.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/macho/symbol.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/mod.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/pe/data_directory.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/pe/export.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/pe/file.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/pe/import.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/pe/mod.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/pe/relocation.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/pe/resource.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/pe/rich.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/pe/section.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/read_cache.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/read_ref.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/traits.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/util.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/wasm.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/xcoff/comdat.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/xcoff/file.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/xcoff/mod.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/xcoff/relocation.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/xcoff/section.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/xcoff/segment.rs [new file with mode: 0644]
vendor/object-0.31.1/src/read/xcoff/symbol.rs [new file with mode: 0644]
vendor/object-0.31.1/src/write/coff.rs [new file with mode: 0644]
vendor/object-0.31.1/src/write/elf/mod.rs [new file with mode: 0644]
vendor/object-0.31.1/src/write/elf/object.rs [new file with mode: 0644]
vendor/object-0.31.1/src/write/elf/writer.rs [new file with mode: 0644]
vendor/object-0.31.1/src/write/macho.rs [new file with mode: 0644]
vendor/object-0.31.1/src/write/mod.rs [new file with mode: 0644]
vendor/object-0.31.1/src/write/pe.rs [new file with mode: 0644]
vendor/object-0.31.1/src/write/string.rs [new file with mode: 0644]
vendor/object-0.31.1/src/write/util.rs [new file with mode: 0644]
vendor/object-0.31.1/src/write/xcoff.rs [new file with mode: 0644]
vendor/object-0.31.1/src/xcoff.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/integration.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/parse_self.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/read/coff.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/read/mod.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/round_trip/bss.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/round_trip/coff.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/round_trip/comdat.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/round_trip/common.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/round_trip/elf.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/round_trip/macho.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/round_trip/mod.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/round_trip/section_flags.rs [new file with mode: 0644]
vendor/object-0.31.1/tests/round_trip/tls.rs [new file with mode: 0644]
vendor/object/.cargo-checksum.json
vendor/object/CHANGELOG.md
vendor/object/Cargo.toml
vendor/object/README.md
vendor/object/clippy.toml
vendor/object/src/common.rs
vendor/object/src/elf.rs
vendor/object/src/pe.rs
vendor/object/src/read/any.rs
vendor/object/src/read/coff/import.rs [new file with mode: 0644]
vendor/object/src/read/coff/mod.rs
vendor/object/src/read/elf/file.rs
vendor/object/src/read/elf/note.rs
vendor/object/src/read/elf/relocation.rs
vendor/object/src/read/elf/symbol.rs
vendor/object/src/read/mod.rs
vendor/object/src/write/elf/object.rs
vendor/object/src/write/macho.rs
vendor/object/tests/round_trip/macho.rs
vendor/object/tests/round_trip/mod.rs
vendor/once_cell/.cargo-checksum.json
vendor/once_cell/CHANGELOG.md
vendor/once_cell/Cargo.lock
vendor/once_cell/Cargo.toml
vendor/once_cell/examples/bench_vs_lazy_static.rs [deleted file]
vendor/once_cell/src/imp_cs.rs
vendor/once_cell/src/imp_pl.rs
vendor/once_cell/src/imp_std.rs
vendor/once_cell/src/lib.rs
vendor/once_cell/src/race.rs
vendor/once_cell/tests/it.rs [deleted file]
vendor/once_cell/tests/it/main.rs [new file with mode: 0644]
vendor/once_cell/tests/it/race.rs [new file with mode: 0644]
vendor/once_cell/tests/it/race_once_box.rs [new file with mode: 0644]
vendor/once_cell/tests/it/sync_lazy.rs [new file with mode: 0644]
vendor/once_cell/tests/it/sync_once_cell.rs [new file with mode: 0644]
vendor/once_cell/tests/it/unsync_lazy.rs [new file with mode: 0644]
vendor/once_cell/tests/it/unsync_once_cell.rs [new file with mode: 0644]
vendor/openssl-sys/.cargo-checksum.json
vendor/openssl-sys/CHANGELOG.md
vendor/openssl-sys/Cargo.toml
vendor/openssl-sys/build/cfgs.rs
vendor/openssl-sys/build/expando.c
vendor/openssl-sys/build/main.rs
vendor/openssl-sys/build/run_bindgen.rs
vendor/openssl-sys/src/evp.rs
vendor/openssl-sys/src/handwritten/asn1.rs
vendor/openssl-sys/src/handwritten/ec.rs
vendor/openssl-sys/src/handwritten/evp.rs
vendor/openssl-sys/src/handwritten/ssl.rs
vendor/openssl-sys/src/handwritten/x509v3.rs
vendor/openssl-sys/src/lib.rs
vendor/openssl-sys/src/obj_mac.rs
vendor/openssl/.cargo-checksum.json
vendor/openssl/CHANGELOG.md
vendor/openssl/Cargo.lock
vendor/openssl/Cargo.toml
vendor/openssl/src/asn1.rs
vendor/openssl/src/bn.rs
vendor/openssl/src/cipher.rs
vendor/openssl/src/derive.rs
vendor/openssl/src/dh.rs
vendor/openssl/src/dsa.rs
vendor/openssl/src/ec.rs
vendor/openssl/src/ecdsa.rs
vendor/openssl/src/hash.rs
vendor/openssl/src/lib.rs
vendor/openssl/src/md_ctx.rs
vendor/openssl/src/nid.rs
vendor/openssl/src/pkcs5.rs
vendor/openssl/src/pkey.rs
vendor/openssl/src/pkey_ctx.rs
vendor/openssl/src/rsa.rs
vendor/openssl/src/sign.rs
vendor/openssl/src/ssl/mod.rs
vendor/openssl/src/ssl/test/mod.rs
vendor/openssl/src/symm.rs
vendor/openssl/src/x509/extension.rs
vendor/openssl/src/x509/mod.rs
vendor/openssl/src/x509/tests.rs
vendor/openssl/src/x509/verify.rs
vendor/openssl/test/authority_key_identifier.pem [new file with mode: 0644]
vendor/openssl/test/entry_extensions.crl [new file with mode: 0644]
vendor/os_str_bytes/.cargo-checksum.json [deleted file]
vendor/os_str_bytes/COPYRIGHT [deleted file]
vendor/os_str_bytes/Cargo.toml [deleted file]
vendor/os_str_bytes/LICENSE-APACHE [deleted file]
vendor/os_str_bytes/LICENSE-MIT [deleted file]
vendor/os_str_bytes/README.md [deleted file]
vendor/os_str_bytes/src/common/mod.rs [deleted file]
vendor/os_str_bytes/src/common/raw.rs [deleted file]
vendor/os_str_bytes/src/iter.rs [deleted file]
vendor/os_str_bytes/src/lib.rs [deleted file]
vendor/os_str_bytes/src/pattern.rs [deleted file]
vendor/os_str_bytes/src/raw_str.rs [deleted file]
vendor/os_str_bytes/src/util.rs [deleted file]
vendor/os_str_bytes/src/wasm32/mod.rs [deleted file]
vendor/os_str_bytes/src/wasm32/raw.rs [deleted file]
vendor/os_str_bytes/src/windows/mod.rs [deleted file]
vendor/os_str_bytes/src/windows/raw.rs [deleted file]
vendor/os_str_bytes/src/windows/wtf8/code_points.rs [deleted file]
vendor/os_str_bytes/src/windows/wtf8/convert.rs [deleted file]
vendor/os_str_bytes/src/windows/wtf8/mod.rs [deleted file]
vendor/os_str_bytes/src/windows/wtf8/string.rs [deleted file]
vendor/owo-colors/.cargo-checksum.json [new file with mode: 0644]
vendor/owo-colors/Cargo.lock [new file with mode: 0644]
vendor/owo-colors/Cargo.toml [new file with mode: 0644]
vendor/owo-colors/LICENSE [new file with mode: 0644]
vendor/owo-colors/README.md [new file with mode: 0644]
vendor/owo-colors/examples/all_xterm_colors.rs [new file with mode: 0644]
vendor/owo-colors/examples/banner.rs [new file with mode: 0644]
vendor/owo-colors/examples/colors.rs [new file with mode: 0644]
vendor/owo-colors/examples/custom_colors.rs [new file with mode: 0644]
vendor/owo-colors/examples/dyn_colors.rs [new file with mode: 0644]
vendor/owo-colors/examples/extra_colors.rs [new file with mode: 0644]
vendor/owo-colors/examples/override.rs [new file with mode: 0644]
vendor/owo-colors/examples/supports_color.rs [new file with mode: 0644]
vendor/owo-colors/src/colors.rs [new file with mode: 0644]
vendor/owo-colors/src/colors/css.rs [new file with mode: 0644]
vendor/owo-colors/src/colors/custom.rs [new file with mode: 0644]
vendor/owo-colors/src/colors/dynamic.rs [new file with mode: 0644]
vendor/owo-colors/src/colors/xterm.rs [new file with mode: 0644]
vendor/owo-colors/src/combo.rs [new file with mode: 0644]
vendor/owo-colors/src/dyn_colors.rs [new file with mode: 0644]
vendor/owo-colors/src/dyn_styles.rs [new file with mode: 0644]
vendor/owo-colors/src/lib.rs [new file with mode: 0644]
vendor/owo-colors/src/overrides.rs [new file with mode: 0644]
vendor/owo-colors/src/styled_list.rs [new file with mode: 0644]
vendor/owo-colors/src/styles.rs [new file with mode: 0644]
vendor/owo-colors/src/supports_colors.rs [new file with mode: 0644]
vendor/owo-colors/src/tests.rs [new file with mode: 0644]
vendor/parking_lot_core/.cargo-checksum.json
vendor/parking_lot_core/Cargo.toml
vendor/parking_lot_core/src/parking_lot.rs
vendor/parking_lot_core/src/thread_parker/windows/bindings.rs [new file with mode: 0644]
vendor/parking_lot_core/src/thread_parker/windows/keyed_event.rs
vendor/parking_lot_core/src/thread_parker/windows/mod.rs
vendor/parking_lot_core/src/thread_parker/windows/waitaddress.rs
vendor/pasetors/.cargo-checksum.json
vendor/pasetors/CHANGELOG.md
vendor/pasetors/Cargo.toml
vendor/pasetors/SECURITY.md [new file with mode: 0644]
vendor/pasetors/src/claims.rs
vendor/pasetors/src/lib.rs
vendor/percent-encoding/.cargo-checksum.json
vendor/percent-encoding/Cargo.toml
vendor/percent-encoding/src/lib.rs
vendor/perf-event-open-sys-1.0.1/.cargo-checksum.json [new file with mode: 0644]
vendor/perf-event-open-sys-1.0.1/Cargo.toml [new file with mode: 0644]
vendor/perf-event-open-sys-1.0.1/LICENSE-APACHE [new file with mode: 0644]
vendor/perf-event-open-sys-1.0.1/LICENSE-MIT [new file with mode: 0644]
vendor/perf-event-open-sys-1.0.1/README.md [new file with mode: 0644]
vendor/perf-event-open-sys-1.0.1/regenerate.sh [new file with mode: 0755]
vendor/perf-event-open-sys-1.0.1/src/bindings.rs [new file with mode: 0644]
vendor/perf-event-open-sys-1.0.1/src/lib.rs [new file with mode: 0644]
vendor/perf-event-open-sys-1.0.1/wrapper.h [new file with mode: 0644]
vendor/perf-event-open-sys/.cargo-checksum.json
vendor/perf-event-open-sys/Cargo.toml
vendor/perf-event-open-sys/LICENSE-APACHE [deleted file]
vendor/perf-event-open-sys/LICENSE-MIT [deleted file]
vendor/perf-event-open-sys/README.md
vendor/perf-event-open-sys/RELEASE-NOTES.md [new file with mode: 0644]
vendor/perf-event-open-sys/regenerate.sh
vendor/perf-event-open-sys/src/bindings.rs
vendor/perf-event-open-sys/src/lib.rs
vendor/pest/.cargo-checksum.json
vendor/pest/Cargo.lock
vendor/pest/Cargo.toml
vendor/pest/_README.md
vendor/pest/src/error.rs
vendor/pest/src/iterators/flat_pairs.rs
vendor/pest/src/iterators/pair.rs
vendor/pest/src/iterators/pairs.rs
vendor/pest/src/iterators/queueable_token.rs
vendor/pest/src/iterators/tokens.rs
vendor/pest/src/parser_state.rs
vendor/pest/src/pratt_parser.rs
vendor/pest/src/unicode/mod.rs
vendor/pest_derive/.cargo-checksum.json
vendor/pest_derive/Cargo.lock
vendor/pest_derive/Cargo.toml
vendor/pest_derive/_README.md
vendor/pest_derive/examples/calc.rs
vendor/pest_derive/examples/help-menu.pest [new file with mode: 0644]
vendor/pest_derive/examples/help-menu.rs [new file with mode: 0644]
vendor/pest_derive/tests/grammar.pest
vendor/pest_derive/tests/grammar.rs
vendor/pest_derive/tests/implicit.pest
vendor/pest_derive/tests/implicit.rs
vendor/pest_generator/.cargo-checksum.json
vendor/pest_generator/Cargo.toml
vendor/pest_generator/_README.md
vendor/pest_generator/src/docs.rs
vendor/pest_generator/src/generator.rs
vendor/pest_generator/src/lib.rs
vendor/pest_meta/.cargo-checksum.json
vendor/pest_meta/Cargo.toml
vendor/pest_meta/_README.md
vendor/pest_meta/src/ast.rs
vendor/pest_meta/src/grammar.pest
vendor/pest_meta/src/grammar.rs
vendor/pest_meta/src/optimizer/concatenator.rs
vendor/pest_meta/src/optimizer/factorizer.rs
vendor/pest_meta/src/optimizer/lister.rs
vendor/pest_meta/src/optimizer/mod.rs
vendor/pest_meta/src/optimizer/rotater.rs
vendor/pest_meta/src/optimizer/skipper.rs
vendor/pest_meta/src/parser.rs
vendor/pest_meta/src/validator.rs
vendor/petgraph/.cargo-checksum.json [deleted file]
vendor/petgraph/CONTRIBUTING.rst [deleted file]
vendor/petgraph/Cargo.toml [deleted file]
vendor/petgraph/LICENSE-APACHE [deleted file]
vendor/petgraph/LICENSE-MIT [deleted file]
vendor/petgraph/Makefile [deleted file]
vendor/petgraph/README.rst [deleted file]
vendor/petgraph/benches/common/factories.rs [deleted file]
vendor/petgraph/benches/common/mod.rs [deleted file]
vendor/petgraph/benches/dijkstra.rs [deleted file]
vendor/petgraph/benches/iso.rs [deleted file]
vendor/petgraph/benches/matrix_graph.rs [deleted file]
vendor/petgraph/benches/ograph.rs [deleted file]
vendor/petgraph/benches/stable_graph.rs [deleted file]
vendor/petgraph/benches/unionfind.rs [deleted file]
vendor/petgraph/custom.css [deleted file]
vendor/petgraph/graph-example.dot [deleted file]
vendor/petgraph/src/algo/dominators.rs [deleted file]
vendor/petgraph/src/algo/mod.rs [deleted file]
vendor/petgraph/src/astar.rs [deleted file]
vendor/petgraph/src/csr.rs [deleted file]
vendor/petgraph/src/data.rs [deleted file]
vendor/petgraph/src/dijkstra.rs [deleted file]
vendor/petgraph/src/dot.rs [deleted file]
vendor/petgraph/src/generate.rs [deleted file]
vendor/petgraph/src/graph_impl/frozen.rs [deleted file]
vendor/petgraph/src/graph_impl/mod.rs [deleted file]
vendor/petgraph/src/graph_impl/serialization.rs [deleted file]
vendor/petgraph/src/graph_impl/stable_graph/mod.rs [deleted file]
vendor/petgraph/src/graph_impl/stable_graph/serialization.rs [deleted file]
vendor/petgraph/src/graphmap.rs [deleted file]
vendor/petgraph/src/isomorphism.rs [deleted file]
vendor/petgraph/src/iter_format.rs [deleted file]
vendor/petgraph/src/iter_utils.rs [deleted file]
vendor/petgraph/src/lib.rs [deleted file]
vendor/petgraph/src/macros.rs [deleted file]
vendor/petgraph/src/matrix_graph.rs [deleted file]
vendor/petgraph/src/prelude.rs [deleted file]
vendor/petgraph/src/quickcheck.rs [deleted file]
vendor/petgraph/src/scored.rs [deleted file]
vendor/petgraph/src/serde_utils.rs [deleted file]
vendor/petgraph/src/simple_paths.rs [deleted file]
vendor/petgraph/src/traits_graph.rs [deleted file]
vendor/petgraph/src/unionfind.rs [deleted file]
vendor/petgraph/src/util.rs [deleted file]
vendor/petgraph/src/visit/dfsvisit.rs [deleted file]
vendor/petgraph/src/visit/filter.rs [deleted file]
vendor/petgraph/src/visit/macros.rs [deleted file]
vendor/petgraph/src/visit/mod.rs [deleted file]
vendor/petgraph/src/visit/reversed.rs [deleted file]
vendor/petgraph/src/visit/traversal.rs [deleted file]
vendor/petgraph/tests/graph.rs [deleted file]
vendor/petgraph/tests/graphmap.rs [deleted file]
vendor/petgraph/tests/iso.rs [deleted file]
vendor/petgraph/tests/quickcheck.rs [deleted file]
vendor/petgraph/tests/res/graph_1000n_1000e.txt [deleted file]
vendor/petgraph/tests/res/graph_1000n_1000e_iso.txt [deleted file]
vendor/petgraph/tests/res/graph_100n_100e.txt [deleted file]
vendor/petgraph/tests/res/graph_100n_100e_iso.txt [deleted file]
vendor/petgraph/tests/stable_graph.rs [deleted file]
vendor/petgraph/tests/unionfind.rs [deleted file]
vendor/petgraph/tests/utils/mod.rs [deleted file]
vendor/petgraph/tests/utils/qc.rs [deleted file]
vendor/pin-project-lite/.cargo-checksum.json
vendor/pin-project-lite/CHANGELOG.md
vendor/pin-project-lite/Cargo.toml
vendor/pin-project-lite/README.md
vendor/pin-project-lite/src/lib.rs
vendor/pin-project-lite/tests/README.md [deleted file]
vendor/pin-project-lite/tests/compiletest.rs
vendor/pin-project-lite/tests/expand/default/enum.expanded.rs
vendor/pin-project-lite/tests/expand/default/struct.expanded.rs
vendor/pin-project-lite/tests/expand/multifields/enum.expanded.rs
vendor/pin-project-lite/tests/expand/multifields/struct.expanded.rs
vendor/pin-project-lite/tests/expand/naming/enum-all.expanded.rs
vendor/pin-project-lite/tests/expand/naming/enum-mut.expanded.rs
vendor/pin-project-lite/tests/expand/naming/enum-none.expanded.rs
vendor/pin-project-lite/tests/expand/naming/enum-ref.expanded.rs
vendor/pin-project-lite/tests/expand/naming/struct-all.expanded.rs
vendor/pin-project-lite/tests/expand/naming/struct-mut.expanded.rs
vendor/pin-project-lite/tests/expand/naming/struct-none.expanded.rs
vendor/pin-project-lite/tests/expand/naming/struct-ref.expanded.rs
vendor/pin-project-lite/tests/expand/pinned_drop/enum.expanded.rs
vendor/pin-project-lite/tests/expand/pinned_drop/enum.rs
vendor/pin-project-lite/tests/expand/pinned_drop/struct.expanded.rs
vendor/pin-project-lite/tests/expand/pinned_drop/struct.rs
vendor/pin-project-lite/tests/expand/pub/enum.expanded.rs
vendor/pin-project-lite/tests/expand/pub/struct.expanded.rs
vendor/pin-project-lite/tests/expandtest.rs
vendor/pin-project-lite/tests/lint.rs
vendor/pin-project-lite/tests/ui/pin_project/conflict-drop.stderr
vendor/pin-project-lite/tests/ui/pin_project/conflict-unpin.stderr
vendor/pin-project-lite/tests/ui/pin_project/invalid-bounds.stderr
vendor/pin-project-lite/tests/ui/pin_project/invalid.stderr
vendor/pin-project-lite/tests/ui/pin_project/overlapping_lifetime_names.stderr
vendor/pin-project-lite/tests/ui/pin_project/overlapping_unpin_struct.stderr
vendor/pin-project-lite/tests/ui/pin_project/packed.rs
vendor/pin-project-lite/tests/ui/pin_project/packed.stderr
vendor/pin-project-lite/tests/ui/pin_project/unpin_sneaky.stderr
vendor/pin-project-lite/tests/ui/pin_project/unsupported.stderr
vendor/pin-project-lite/tests/ui/pinned_drop/call-drop-inner.stderr
vendor/pin-project-lite/tests/ui/pinned_drop/conditional-drop-impl.stderr
vendor/pkg-config/.cargo-checksum.json
vendor/pkg-config/CHANGELOG.md
vendor/pkg-config/Cargo.toml
vendor/pkg-config/src/lib.rs
vendor/pkg-config/tests/test.rs
vendor/primeorder/.cargo-checksum.json
vendor/primeorder/CHANGELOG.md
vendor/primeorder/Cargo.toml
vendor/primeorder/README.md
vendor/primeorder/src/affine.rs
vendor/primeorder/src/dev.rs
vendor/primeorder/src/field.rs
vendor/primeorder/src/lib.rs
vendor/proc-macro-error-attr/.cargo-checksum.json [deleted file]
vendor/proc-macro-error-attr/Cargo.toml [deleted file]
vendor/proc-macro-error-attr/LICENSE-APACHE [deleted file]
vendor/proc-macro-error-attr/LICENSE-MIT [deleted file]
vendor/proc-macro-error-attr/build.rs [deleted file]
vendor/proc-macro-error-attr/src/lib.rs [deleted file]
vendor/proc-macro-error-attr/src/parse.rs [deleted file]
vendor/proc-macro-error-attr/src/settings.rs [deleted file]
vendor/proc-macro-error/.cargo-checksum.json [deleted file]
vendor/proc-macro-error/CHANGELOG.md [deleted file]
vendor/proc-macro-error/Cargo.toml [deleted file]
vendor/proc-macro-error/LICENSE-APACHE [deleted file]
vendor/proc-macro-error/LICENSE-MIT [deleted file]
vendor/proc-macro-error/README.md [deleted file]
vendor/proc-macro-error/build.rs [deleted file]
vendor/proc-macro-error/src/diagnostic.rs [deleted file]
vendor/proc-macro-error/src/dummy.rs [deleted file]
vendor/proc-macro-error/src/imp/delegate.rs [deleted file]
vendor/proc-macro-error/src/imp/fallback.rs [deleted file]
vendor/proc-macro-error/src/lib.rs [deleted file]
vendor/proc-macro-error/src/macros.rs [deleted file]
vendor/proc-macro-error/src/sealed.rs [deleted file]
vendor/proc-macro-error/tests/macro-errors.rs [deleted file]
vendor/proc-macro-error/tests/ok.rs [deleted file]
vendor/proc-macro-error/tests/runtime-errors.rs [deleted file]
vendor/proc-macro-error/tests/ui/abort.rs [deleted file]
vendor/proc-macro-error/tests/ui/abort.stderr [deleted file]
vendor/proc-macro-error/tests/ui/append_dummy.rs [deleted file]
vendor/proc-macro-error/tests/ui/append_dummy.stderr [deleted file]
vendor/proc-macro-error/tests/ui/children_messages.rs [deleted file]
vendor/proc-macro-error/tests/ui/children_messages.stderr [deleted file]
vendor/proc-macro-error/tests/ui/dummy.rs [deleted file]
vendor/proc-macro-error/tests/ui/dummy.stderr [deleted file]
vendor/proc-macro-error/tests/ui/emit.rs [deleted file]
vendor/proc-macro-error/tests/ui/emit.stderr [deleted file]
vendor/proc-macro-error/tests/ui/explicit_span_range.rs [deleted file]
vendor/proc-macro-error/tests/ui/explicit_span_range.stderr [deleted file]
vendor/proc-macro-error/tests/ui/misuse.rs [deleted file]
vendor/proc-macro-error/tests/ui/misuse.stderr [deleted file]
vendor/proc-macro-error/tests/ui/multiple_tokens.rs [deleted file]
vendor/proc-macro-error/tests/ui/multiple_tokens.stderr [deleted file]
vendor/proc-macro-error/tests/ui/not_proc_macro.rs [deleted file]
vendor/proc-macro-error/tests/ui/not_proc_macro.stderr [deleted file]
vendor/proc-macro-error/tests/ui/option_ext.rs [deleted file]
vendor/proc-macro-error/tests/ui/option_ext.stderr [deleted file]
vendor/proc-macro-error/tests/ui/proc_macro_hack.rs [deleted file]
vendor/proc-macro-error/tests/ui/proc_macro_hack.stderr [deleted file]
vendor/proc-macro-error/tests/ui/result_ext.rs [deleted file]
vendor/proc-macro-error/tests/ui/result_ext.stderr [deleted file]
vendor/proc-macro-error/tests/ui/to_tokens_span.rs [deleted file]
vendor/proc-macro-error/tests/ui/to_tokens_span.stderr [deleted file]
vendor/proc-macro-error/tests/ui/unknown_setting.rs [deleted file]
vendor/proc-macro-error/tests/ui/unknown_setting.stderr [deleted file]
vendor/proc-macro-error/tests/ui/unrelated_panic.rs [deleted file]
vendor/proc-macro-error/tests/ui/unrelated_panic.stderr [deleted file]
vendor/proc-macro-hack/.cargo-checksum.json
vendor/proc-macro-hack/Cargo.toml
vendor/proc-macro-hack/README.md
vendor/proc-macro-hack/src/lib.rs
vendor/proc-macro-hack/src/parse.rs
vendor/proc-macro-hack/tests/ui/private.stderr
vendor/proc-macro-hack/tests/ui/unexpected-arg.stderr
vendor/proc-macro-hack/tests/ui/unexpected.stderr
vendor/proc-macro-hack/tests/ui/unknown-arg.stderr
vendor/proc-macro2/.cargo-checksum.json
vendor/proc-macro2/Cargo.toml
vendor/proc-macro2/src/lib.rs
vendor/proc-macro2/src/parse.rs
vendor/proc-macro2/tests/test.rs
vendor/prodash/.cargo-checksum.json
vendor/prodash/CHANGELOG.md
vendor/prodash/Cargo.lock
vendor/prodash/Cargo.toml
vendor/prodash/src/lib.rs
vendor/prodash/src/progress/key.rs
vendor/prodash/src/progress/log.rs
vendor/prodash/src/progress/mod.rs
vendor/prodash/src/progress/utils.rs
vendor/prodash/src/render/line/draw.rs
vendor/prodash/src/traits.rs
vendor/prodash/src/tree/item.rs
vendor/proptest/.cargo-checksum.json
vendor/proptest/CHANGELOG.md
vendor/proptest/Cargo.lock
vendor/proptest/Cargo.toml
vendor/proptest/README.md
vendor/proptest/src/arbitrary/_core/mod.rs
vendor/proptest/src/arbitrary/_core/non_zero.rs [new file with mode: 0644]
vendor/proptest/src/arbitrary/mod.rs
vendor/proptest/src/arbitrary/non_zero.rs [deleted file]
vendor/proptest/src/bits.rs
vendor/proptest/src/collection.rs
vendor/proptest/src/lib.rs
vendor/proptest/src/num.rs
vendor/proptest/src/string.rs
vendor/proptest/src/sugar.rs
vendor/proptest/src/test_runner/config.rs
vendor/proptest/src/test_runner/errors.rs
vendor/proptest/src/test_runner/failure_persistence/mod.rs
vendor/proptest/src/test_runner/result_cache.rs
vendor/quote/.cargo-checksum.json
vendor/quote/Cargo.toml
vendor/quote/README.md
vendor/quote/src/ident_fragment.rs
vendor/quote/src/lib.rs
vendor/quote/tests/ui/does-not-have-iter-interpolated-dup.stderr
vendor/quote/tests/ui/does-not-have-iter-interpolated.stderr
vendor/ra-ap-rustc_lexer/.cargo-checksum.json [new file with mode: 0644]
vendor/ra-ap-rustc_lexer/Cargo.toml [new file with mode: 0644]
vendor/ra-ap-rustc_lexer/src/cursor.rs [new file with mode: 0644]
vendor/ra-ap-rustc_lexer/src/lib.rs [new file with mode: 0644]
vendor/ra-ap-rustc_lexer/src/tests.rs [new file with mode: 0644]
vendor/ra-ap-rustc_lexer/src/unescape.rs [new file with mode: 0644]
vendor/ra-ap-rustc_lexer/src/unescape/tests.rs [new file with mode: 0644]
vendor/redox_users/.cargo-checksum.json
vendor/redox_users/Cargo.toml
vendor/redox_users/src/lib.rs
vendor/redox_users/tests/etc/group
vendor/redox_users/tests/etc/passwd
vendor/redox_users/tests/etc/shadow
vendor/regex-syntax/.cargo-checksum.json
vendor/regex-syntax/Cargo.toml
vendor/regex-syntax/src/hir/mod.rs
vendor/regex-syntax/src/lib.rs
vendor/regex/.cargo-checksum.json
vendor/regex/CHANGELOG.md
vendor/regex/Cargo.lock
vendor/regex/Cargo.toml
vendor/regex/README.md
vendor/regex/record/README.md [new file with mode: 0644]
vendor/regex/record/compile-test/2023-04-19_1.7.3.csv [new file with mode: 0644]
vendor/regex/record/compile-test/2023-04-20_master.csv [new file with mode: 0644]
vendor/regex/record/compile-test/README.md [new file with mode: 0644]
vendor/regex/src/compile.rs
vendor/regex/src/dfa.rs
vendor/regex/src/error.rs
vendor/regex/src/exec.rs
vendor/regex/src/expand.rs
vendor/regex/src/lib.rs
vendor/regex/src/literal/imp.rs
vendor/regex/src/literal/mod.rs
vendor/regex/src/prog.rs
vendor/regex/src/re_bytes.rs
vendor/regex/src/re_set.rs
vendor/regex/src/re_trait.rs
vendor/regex/src/re_unicode.rs
vendor/regex/tests/regression.rs
vendor/regex/tests/regression_fuzz.rs
vendor/regex/tests/replace.rs
vendor/regex/tests/set.rs
vendor/regex/tests/unicode.rs
vendor/remove_dir_all/.cargo-checksum.json [deleted file]
vendor/remove_dir_all/Cargo.toml [deleted file]
vendor/remove_dir_all/LICENCE-APACHE [deleted file]
vendor/remove_dir_all/LICENCE-MIT [deleted file]
vendor/remove_dir_all/README.md [deleted file]
vendor/remove_dir_all/src/fs.rs [deleted file]
vendor/remove_dir_all/src/lib.rs [deleted file]
vendor/rowan/.cargo-checksum.json
vendor/rowan/Cargo.lock
vendor/rowan/Cargo.toml
vendor/rustc-ap-rustc_lexer/.cargo-checksum.json [deleted file]
vendor/rustc-ap-rustc_lexer/Cargo.toml [deleted file]
vendor/rustc-ap-rustc_lexer/src/cursor.rs [deleted file]
vendor/rustc-ap-rustc_lexer/src/lib.rs [deleted file]
vendor/rustc-ap-rustc_lexer/src/tests.rs [deleted file]
vendor/rustc-ap-rustc_lexer/src/unescape.rs [deleted file]
vendor/rustc-ap-rustc_lexer/src/unescape/tests.rs [deleted file]
vendor/rustc-demangle/.cargo-checksum.json
vendor/rustc-demangle/Cargo.toml
vendor/rustc-demangle/src/lib.rs
vendor/rustc-workspace-hack/.cargo-checksum.json [deleted file]
vendor/rustc-workspace-hack/Cargo.toml [deleted file]
vendor/rustc-workspace-hack/src/lib.rs [deleted file]
vendor/rustix-0.37.11/.cargo-checksum.json [new file with mode: 0644]
vendor/rustix-0.37.11/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/rustix-0.37.11/CONTRIBUTING.md [new file with mode: 0644]
vendor/rustix-0.37.11/COPYRIGHT [new file with mode: 0644]
vendor/rustix-0.37.11/Cargo.toml [new file with mode: 0644]
vendor/rustix-0.37.11/LICENSE-APACHE [new file with mode: 0644]
vendor/rustix-0.37.11/LICENSE-Apache-2.0_WITH_LLVM-exception [new file with mode: 0644]
vendor/rustix-0.37.11/LICENSE-MIT [new file with mode: 0644]
vendor/rustix-0.37.11/ORG_CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/rustix-0.37.11/README.md [new file with mode: 0644]
vendor/rustix-0.37.11/SECURITY.md [new file with mode: 0644]
vendor/rustix-0.37.11/benches/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/build.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/c.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/conv.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/fs/dir.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/fs/inotify.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/fs/makedev.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/fs/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/fs/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/fs/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/io/epoll.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/io/errno.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/io/io_slice.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/io/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/io/poll_fd.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/io/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/io/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/io/windows_syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/io_lifetimes.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/io_uring/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/io_uring/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/mm/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/mm/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/mm/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/net/addr.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/net/ext.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/net/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/net/read_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/net/send_recv.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/net/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/net/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/net/write_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/offset.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/param/auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/param/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/process/cpu_set.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/process/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/process/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/process/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/process/wait.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/rand/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/rand/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/rand/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/termios/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/termios/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/termios/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/thread/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/thread/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/time/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/time/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/time/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/weak.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/libc/winsock_c.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/aarch64.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/arm.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/mips.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/mips64.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/powerpc64.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/riscv64.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/thumb.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/x86.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/inline/x86_64.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/aarch64.s [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/arm.s [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/mips.s [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/mips64.s [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/nr_last.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/powerpc64.s [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/riscv64.s [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/x86.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/x86.s [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/arch/outline/x86_64.s [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/c.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/conv.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/elf.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/fs/dir.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/fs/inotify.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/fs/makedev.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/fs/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/fs/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/fs/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/io/epoll.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/io/errno.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/io/io_slice.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/io/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/io/poll_fd.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/io/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/io/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/io_uring/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/io_uring/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/mm/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/mm/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/mm/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/net/addr.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/net/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/net/read_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/net/send_recv.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/net/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/net/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/net/write_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/param/auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/param/libc_auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/param/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/param/mustang_auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/process/cpu_set.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/process/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/process/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/process/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/process/wait.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/rand/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/rand/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/rand/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/reg.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/runtime/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/runtime/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/runtime/tls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/termios/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/termios/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/termios/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/thread/futex.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/thread/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/thread/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/time/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/time/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/time/types.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/vdso.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/vdso_wrappers.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/backend/linux_raw/weak.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/const_assert.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/cstr.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/ffi/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/abs.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/at.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/constants.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/copy_file_range.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/cwd.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/dir.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/fadvise.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/fcntl.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/fcntl_apple.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/fcopyfile.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/fd.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/file_type.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/getpath.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/makedev.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/memfd_create.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/mount.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/openat2.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/raw_dir.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/sendfile.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/statx.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/fs/sync.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/close.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/dup.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/errno.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/eventfd.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/fcntl.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/fd/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/fd/owned.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/fd/raw.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/ioctl.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/is_read_write.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/kqueue.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/pipe.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/poll.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/port.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/procfs.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/read_write.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/seek_from.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io/stdio.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/io_uring.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/lib.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/mm/madvise.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/mm/mmap.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/mm/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/mm/msync.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/mm/userfaultfd.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/net/addr.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/net/ip.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/net/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/net/send_recv.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/net/socket.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/net/socket_addr_any.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/net/socketpair.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/net/sockopt.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/net/wsa.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/param/auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/param/init.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/param/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/path/arg.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/path/dec_int.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/path/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/chdir.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/exit.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/id.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/kill.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/membarrier.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/pidfd.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/prctl.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/priority.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/procctl.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/rlimit.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/sched.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/sched_yield.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/umask.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/uname.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/process/wait.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/rand/getrandom.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/rand/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/runtime.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/termios/cf.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/termios/constants.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/termios/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/termios/tc.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/termios/tty.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/thread/clock.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/thread/futex.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/thread/id.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/thread/libcap.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/thread/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/thread/prctl.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/thread/setns.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/time/clock.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/time/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/time/timerfd.rs [new file with mode: 0644]
vendor/rustix-0.37.11/src/utils.rs [new file with mode: 0644]
vendor/rustix-0.37.20/.cargo-checksum.json [new file with mode: 0644]
vendor/rustix-0.37.20/CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/rustix-0.37.20/CONTRIBUTING.md [new file with mode: 0644]
vendor/rustix-0.37.20/COPYRIGHT [new file with mode: 0644]
vendor/rustix-0.37.20/Cargo.toml [new file with mode: 0644]
vendor/rustix-0.37.20/LICENSE-APACHE [new file with mode: 0644]
vendor/rustix-0.37.20/LICENSE-Apache-2.0_WITH_LLVM-exception [new file with mode: 0644]
vendor/rustix-0.37.20/LICENSE-MIT [new file with mode: 0644]
vendor/rustix-0.37.20/ORG_CODE_OF_CONDUCT.md [new file with mode: 0644]
vendor/rustix-0.37.20/README.md [new file with mode: 0644]
vendor/rustix-0.37.20/SECURITY.md [new file with mode: 0644]
vendor/rustix-0.37.20/benches/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/build.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/c.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/conv.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/fs/dir.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/fs/inotify.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/fs/makedev.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/fs/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/fs/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/fs/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/io/epoll.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/io/errno.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/io/io_slice.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/io/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/io/poll_fd.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/io/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/io/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/io/windows_syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/io_lifetimes.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/io_uring/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/io_uring/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/mm/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/mm/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/mm/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/net/addr.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/net/ext.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/net/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/net/msghdr.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/net/read_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/net/send_recv.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/net/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/net/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/net/write_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/offset.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/param/auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/param/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/process/cpu_set.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/process/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/process/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/process/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/process/wait.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/pty/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/pty/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/rand/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/rand/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/rand/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/termios/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/termios/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/termios/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/thread/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/thread/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/time/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/time/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/time/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/libc/winsock_c.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/aarch64.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/arm.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/mips.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/mips64.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/powerpc64.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/riscv64.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/thumb.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/x86.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/inline/x86_64.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/aarch64.s [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/arm.s [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/mips.s [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/mips64.s [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/nr_last.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/powerpc64.s [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/riscv64.s [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/x86.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/x86.s [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/arch/outline/x86_64.s [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/c.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/conv.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/elf.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/fs/dir.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/fs/inotify.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/fs/makedev.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/fs/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/fs/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/fs/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/io/epoll.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/io/errno.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/io/io_slice.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/io/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/io/poll_fd.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/io/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/io/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/io_uring/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/io_uring/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/mm/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/mm/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/mm/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/net/addr.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/net/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/net/msghdr.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/net/read_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/net/send_recv.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/net/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/net/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/net/write_sockaddr.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/param/auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/param/libc_auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/param/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/param/mustang_auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/process/cpu_set.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/process/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/process/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/process/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/process/wait.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/pty/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/pty/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/rand/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/rand/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/rand/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/reg.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/runtime/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/runtime/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/runtime/tls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/termios/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/termios/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/termios/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/thread/futex.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/thread/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/thread/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/time/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/time/syscalls.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/time/types.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/vdso.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/backend/linux_raw/vdso_wrappers.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/const_assert.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/cstr.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/ffi/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/abs.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/at.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/constants.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/copy_file_range.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/cwd.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/dir.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/fadvise.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/fcntl.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/fcntl_apple.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/fcopyfile.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/fd.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/file_type.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/getpath.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/makedev.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/memfd_create.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/mount.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/openat2.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/raw_dir.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/sendfile.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/statx.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/sync.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/fs/xattr.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/close.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/dup.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/errno.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/eventfd.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/fcntl.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/fd/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/fd/owned.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/fd/raw.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/ioctl.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/is_read_write.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/kqueue.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/pipe.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/poll.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/port.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/procfs.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/read_write.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/seek_from.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io/stdio.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/io_uring.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/lib.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/mm/madvise.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/mm/mmap.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/mm/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/mm/msync.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/mm/userfaultfd.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/net/addr.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/net/ip.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/net/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/net/send_recv/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/net/send_recv/msg.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/net/socket.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/net/socket_addr_any.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/net/socketpair.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/net/sockopt.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/net/wsa.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/param/auxv.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/param/init.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/param/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/path/arg.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/path/dec_int.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/path/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/chdir.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/chroot.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/exit.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/id.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/ioctl.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/kill.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/membarrier.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/pidfd.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/prctl.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/priority.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/procctl.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/rlimit.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/sched.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/sched_yield.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/system.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/umask.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/process/wait.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/pty.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/rand/getrandom.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/rand/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/runtime.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/termios/cf.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/termios/constants.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/termios/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/termios/tc.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/termios/tty.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/thread/clock.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/thread/futex.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/thread/id.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/thread/libcap.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/thread/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/thread/prctl.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/thread/setns.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/time/clock.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/time/mod.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/time/timerfd.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/utils.rs [new file with mode: 0644]
vendor/rustix-0.37.20/src/weak.rs [new file with mode: 0644]
vendor/rustix/.cargo-checksum.json
vendor/rustix/Cargo.toml
vendor/rustix/README.md
vendor/rustix/benches/mod.rs
vendor/rustix/build.rs
vendor/rustix/src/backend/libc/c.rs
vendor/rustix/src/backend/libc/conv.rs
vendor/rustix/src/backend/libc/event/epoll.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/event/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/event/poll_fd.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/event/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/event/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/event/windows_syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/fs/dir.rs
vendor/rustix/src/backend/libc/fs/inotify.rs
vendor/rustix/src/backend/libc/fs/makedev.rs
vendor/rustix/src/backend/libc/fs/mod.rs
vendor/rustix/src/backend/libc/fs/syscalls.rs
vendor/rustix/src/backend/libc/fs/types.rs
vendor/rustix/src/backend/libc/io/epoll.rs [deleted file]
vendor/rustix/src/backend/libc/io/errno.rs
vendor/rustix/src/backend/libc/io/io_slice.rs [deleted file]
vendor/rustix/src/backend/libc/io/mod.rs
vendor/rustix/src/backend/libc/io/poll_fd.rs [deleted file]
vendor/rustix/src/backend/libc/io/syscalls.rs
vendor/rustix/src/backend/libc/io/types.rs
vendor/rustix/src/backend/libc/io/windows_syscalls.rs
vendor/rustix/src/backend/libc/io_lifetimes.rs [deleted file]
vendor/rustix/src/backend/libc/io_uring/syscalls.rs
vendor/rustix/src/backend/libc/mm/syscalls.rs
vendor/rustix/src/backend/libc/mm/types.rs
vendor/rustix/src/backend/libc/mod.rs
vendor/rustix/src/backend/libc/net/addr.rs
vendor/rustix/src/backend/libc/net/ext.rs
vendor/rustix/src/backend/libc/net/mod.rs
vendor/rustix/src/backend/libc/net/msghdr.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/net/read_sockaddr.rs
vendor/rustix/src/backend/libc/net/send_recv.rs
vendor/rustix/src/backend/libc/net/syscalls.rs
vendor/rustix/src/backend/libc/net/types.rs [deleted file]
vendor/rustix/src/backend/libc/net/write_sockaddr.rs
vendor/rustix/src/backend/libc/offset.rs [deleted file]
vendor/rustix/src/backend/libc/param/auxv.rs
vendor/rustix/src/backend/libc/pid/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/pid/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/pipe/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/pipe/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/pipe/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/prctl/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/prctl/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/process/cpu_set.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/process/wait.rs
vendor/rustix/src/backend/libc/pty/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/pty/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/rand/syscalls.rs
vendor/rustix/src/backend/libc/rand/types.rs
vendor/rustix/src/backend/libc/system/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/system/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/system/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/termios/mod.rs
vendor/rustix/src/backend/libc/termios/syscalls.rs
vendor/rustix/src/backend/libc/termios/types.rs [deleted file]
vendor/rustix/src/backend/libc/thread/syscalls.rs
vendor/rustix/src/backend/libc/time/syscalls.rs
vendor/rustix/src/backend/libc/time/types.rs
vendor/rustix/src/backend/libc/ugid/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/ugid/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/libc/winsock_c.rs
vendor/rustix/src/backend/linux_raw/arch/inline/mod.rs
vendor/rustix/src/backend/linux_raw/arch/inline/x86.rs
vendor/rustix/src/backend/linux_raw/arch/mod.rs
vendor/rustix/src/backend/linux_raw/arch/outline/aarch64.s [deleted file]
vendor/rustix/src/backend/linux_raw/arch/outline/arm.s [deleted file]
vendor/rustix/src/backend/linux_raw/arch/outline/mips.s
vendor/rustix/src/backend/linux_raw/arch/outline/mips64.s
vendor/rustix/src/backend/linux_raw/arch/outline/mod.rs
vendor/rustix/src/backend/linux_raw/arch/outline/riscv64.s [deleted file]
vendor/rustix/src/backend/linux_raw/arch/outline/x86_64.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/event/epoll.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/event/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/event/poll_fd.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/event/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/event/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/fs/dir.rs
vendor/rustix/src/backend/linux_raw/fs/inotify.rs
vendor/rustix/src/backend/linux_raw/fs/syscalls.rs
vendor/rustix/src/backend/linux_raw/fs/types.rs
vendor/rustix/src/backend/linux_raw/io/epoll.rs [deleted file]
vendor/rustix/src/backend/linux_raw/io/errno.rs
vendor/rustix/src/backend/linux_raw/io/io_slice.rs [deleted file]
vendor/rustix/src/backend/linux_raw/io/mod.rs
vendor/rustix/src/backend/linux_raw/io/poll_fd.rs [deleted file]
vendor/rustix/src/backend/linux_raw/io/syscalls.rs
vendor/rustix/src/backend/linux_raw/io/types.rs
vendor/rustix/src/backend/linux_raw/io_uring/syscalls.rs
vendor/rustix/src/backend/linux_raw/mm/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/net/addr.rs
vendor/rustix/src/backend/linux_raw/net/mod.rs
vendor/rustix/src/backend/linux_raw/net/msghdr.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/net/read_sockaddr.rs
vendor/rustix/src/backend/linux_raw/net/send_recv.rs
vendor/rustix/src/backend/linux_raw/net/syscalls.rs
vendor/rustix/src/backend/linux_raw/net/types.rs [deleted file]
vendor/rustix/src/backend/linux_raw/net/write_sockaddr.rs
vendor/rustix/src/backend/linux_raw/param/auxv.rs
vendor/rustix/src/backend/linux_raw/param/libc_auxv.rs
vendor/rustix/src/backend/linux_raw/param/mustang_auxv.rs
vendor/rustix/src/backend/linux_raw/pid/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/pid/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/pipe/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/pipe/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/pipe/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/prctl/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/prctl/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/process/cpu_set.rs
vendor/rustix/src/backend/linux_raw/process/syscalls.rs
vendor/rustix/src/backend/linux_raw/process/types.rs
vendor/rustix/src/backend/linux_raw/pty/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/pty/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/rand/syscalls.rs
vendor/rustix/src/backend/linux_raw/rand/types.rs
vendor/rustix/src/backend/linux_raw/reg.rs
vendor/rustix/src/backend/linux_raw/runtime/syscalls.rs
vendor/rustix/src/backend/linux_raw/runtime/tls.rs
vendor/rustix/src/backend/linux_raw/system/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/system/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/system/types.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/termios/mod.rs
vendor/rustix/src/backend/linux_raw/termios/syscalls.rs
vendor/rustix/src/backend/linux_raw/termios/types.rs [deleted file]
vendor/rustix/src/backend/linux_raw/thread/futex.rs
vendor/rustix/src/backend/linux_raw/thread/syscalls.rs
vendor/rustix/src/backend/linux_raw/time/syscalls.rs
vendor/rustix/src/backend/linux_raw/time/types.rs
vendor/rustix/src/backend/linux_raw/ugid/mod.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/ugid/syscalls.rs [new file with mode: 0644]
vendor/rustix/src/backend/linux_raw/vdso_wrappers.rs
vendor/rustix/src/bitcast.rs [new file with mode: 0644]
vendor/rustix/src/check_types.rs [new file with mode: 0644]
vendor/rustix/src/clockid.rs [new file with mode: 0644]
vendor/rustix/src/const_assert.rs [deleted file]
vendor/rustix/src/cstr.rs
vendor/rustix/src/event/eventfd.rs [new file with mode: 0644]
vendor/rustix/src/event/kqueue.rs [new file with mode: 0644]
vendor/rustix/src/event/mod.rs [new file with mode: 0644]
vendor/rustix/src/event/poll.rs [new file with mode: 0644]
vendor/rustix/src/event/port.rs [new file with mode: 0644]
vendor/rustix/src/ffi.rs [new file with mode: 0644]
vendor/rustix/src/ffi/mod.rs [deleted file]
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/fd.rs
vendor/rustix/src/fs/id.rs [new file with mode: 0644]
vendor/rustix/src/fs/ioctl.rs [new file with mode: 0644]
vendor/rustix/src/fs/makedev.rs
vendor/rustix/src/fs/mod.rs
vendor/rustix/src/fs/raw_dir.rs
vendor/rustix/src/fs/seek_from.rs [new file with mode: 0644]
vendor/rustix/src/fs/sendfile.rs
vendor/rustix/src/fs/statx.rs
vendor/rustix/src/fs/xattr.rs
vendor/rustix/src/io/dup.rs
vendor/rustix/src/io/eventfd.rs [deleted file]
vendor/rustix/src/io/fd/mod.rs [deleted file]
vendor/rustix/src/io/fd/owned.rs [deleted file]
vendor/rustix/src/io/fd/raw.rs [deleted file]
vendor/rustix/src/io/ioctl.rs
vendor/rustix/src/io/is_read_write.rs
vendor/rustix/src/io/kqueue.rs [deleted file]
vendor/rustix/src/io/mod.rs
vendor/rustix/src/io/pipe.rs [deleted file]
vendor/rustix/src/io/poll.rs [deleted file]
vendor/rustix/src/io/port.rs [deleted file]
vendor/rustix/src/io/procfs.rs [deleted file]
vendor/rustix/src/io/read_write.rs
vendor/rustix/src/io/seek_from.rs [deleted file]
vendor/rustix/src/io/stdio.rs [deleted file]
vendor/rustix/src/io_uring.rs
vendor/rustix/src/lib.rs
vendor/rustix/src/maybe_polyfill/no_std/io/mod.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/no_std/mod.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/no_std/net/ip_addr.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/no_std/net/mod.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/no_std/net/socket_addr.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/no_std/os/fd/mod.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/no_std/os/fd/owned.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/no_std/os/fd/raw.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/no_std/os/mod.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/no_std/os/windows/io/mod.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/no_std/os/windows/io/raw.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/no_std/os/windows/io/socket.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/no_std/os/windows/mod.rs [new file with mode: 0644]
vendor/rustix/src/maybe_polyfill/std/mod.rs [new file with mode: 0644]
vendor/rustix/src/mm/mmap.rs
vendor/rustix/src/mm/mod.rs
vendor/rustix/src/net/addr.rs [deleted file]
vendor/rustix/src/net/ip.rs [deleted file]
vendor/rustix/src/net/mod.rs
vendor/rustix/src/net/send_recv.rs [deleted file]
vendor/rustix/src/net/send_recv/mod.rs [new file with mode: 0644]
vendor/rustix/src/net/send_recv/msg.rs [new file with mode: 0644]
vendor/rustix/src/net/socket.rs
vendor/rustix/src/net/socket_addr_any.rs
vendor/rustix/src/net/socketpair.rs
vendor/rustix/src/net/sockopt.rs
vendor/rustix/src/net/types.rs [new file with mode: 0644]
vendor/rustix/src/param/mod.rs
vendor/rustix/src/path/arg.rs
vendor/rustix/src/path/dec_int.rs
vendor/rustix/src/path/mod.rs
vendor/rustix/src/pid.rs [new file with mode: 0644]
vendor/rustix/src/pipe.rs [new file with mode: 0644]
vendor/rustix/src/prctl.rs [new file with mode: 0644]
vendor/rustix/src/process/chdir.rs
vendor/rustix/src/process/chroot.rs
vendor/rustix/src/process/id.rs
vendor/rustix/src/process/ioctl.rs [new file with mode: 0644]
vendor/rustix/src/process/kill.rs
vendor/rustix/src/process/membarrier.rs
vendor/rustix/src/process/mod.rs
vendor/rustix/src/process/pidfd.rs
vendor/rustix/src/process/pidfd_getfd.rs [new file with mode: 0644]
vendor/rustix/src/process/prctl.rs
vendor/rustix/src/process/priority.rs
vendor/rustix/src/process/procctl.rs
vendor/rustix/src/process/rlimit.rs
vendor/rustix/src/process/sched.rs
vendor/rustix/src/process/system.rs [deleted file]
vendor/rustix/src/process/umask.rs
vendor/rustix/src/process/wait.rs
vendor/rustix/src/procfs.rs [new file with mode: 0644]
vendor/rustix/src/pty.rs [new file with mode: 0644]
vendor/rustix/src/rand/getrandom.rs
vendor/rustix/src/rand/mod.rs
vendor/rustix/src/runtime.rs
vendor/rustix/src/signal.rs [new file with mode: 0644]
vendor/rustix/src/stdio.rs [new file with mode: 0644]
vendor/rustix/src/system.rs [new file with mode: 0644]
vendor/rustix/src/termios/cf.rs [deleted file]
vendor/rustix/src/termios/constants.rs [deleted file]
vendor/rustix/src/termios/ioctl.rs [new file with mode: 0644]
vendor/rustix/src/termios/mod.rs
vendor/rustix/src/termios/tc.rs
vendor/rustix/src/termios/tty.rs
vendor/rustix/src/termios/types.rs [new file with mode: 0644]
vendor/rustix/src/thread/clock.rs
vendor/rustix/src/thread/id.rs
vendor/rustix/src/thread/libcap.rs
vendor/rustix/src/thread/mod.rs
vendor/rustix/src/thread/prctl.rs
vendor/rustix/src/thread/setns.rs
vendor/rustix/src/time/clock.rs
vendor/rustix/src/time/mod.rs
vendor/rustix/src/timespec.rs [new file with mode: 0644]
vendor/rustix/src/ugid.rs [new file with mode: 0644]
vendor/rustix/src/utils.rs
vendor/rustix/src/weak.rs
vendor/rustversion/.cargo-checksum.json
vendor/rustversion/Cargo.toml
vendor/rustversion/LICENSE-APACHE
vendor/rustversion/README.md
vendor/rustversion/build/build.rs
vendor/rustversion/build/rustc.rs
vendor/rustversion/src/expand.rs [new file with mode: 0644]
vendor/rustversion/src/lib.rs
vendor/rustversion/tests/compiletest.rs
vendor/rustversion/tests/test_const.rs
vendor/rustversion/tests/test_parse.rs
vendor/rustversion/tests/ui/bad-bound.stderr
vendor/rustversion/tests/ui/bad-date.stderr
vendor/rustversion/tests/ui/bad-not.stderr
vendor/rustversion/tests/ui/bad-version.stderr
vendor/rustversion/tests/ui/const-not-fn.stderr
vendor/scratch/.cargo-checksum.json [deleted file]
vendor/scratch/Cargo.toml [deleted file]
vendor/scratch/LICENSE-APACHE [deleted file]
vendor/scratch/LICENSE-MIT [deleted file]
vendor/scratch/README.md [deleted file]
vendor/scratch/build.rs [deleted file]
vendor/scratch/src/lib.rs [deleted file]
vendor/serde-1.0.156/.cargo-checksum.json [new file with mode: 0644]
vendor/serde-1.0.156/Cargo.toml [new file with mode: 0644]
vendor/serde-1.0.156/LICENSE-APACHE [new file with mode: 0644]
vendor/serde-1.0.156/LICENSE-MIT [new file with mode: 0644]
vendor/serde-1.0.156/README.md [new file with mode: 0644]
vendor/serde-1.0.156/build.rs [new file with mode: 0644]
vendor/serde-1.0.156/crates-io.md [new file with mode: 0644]
vendor/serde-1.0.156/src/de/format.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/de/ignored_any.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/de/impls.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/de/mod.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/de/seed.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/de/utf8.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/de/value.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/integer128.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/lib.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/macros.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/private/de.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/private/doc.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/private/mod.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/private/ser.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/private/size_hint.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/ser/fmt.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/ser/impls.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/ser/impossible.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/ser/mod.rs [new file with mode: 0644]
vendor/serde-1.0.156/src/std_error.rs [new file with mode: 0644]
vendor/serde/.cargo-checksum.json
vendor/serde/Cargo.toml
vendor/serde/src/de/impls.rs
vendor/serde/src/lib.rs
vendor/serde/src/private/de.rs
vendor/serde_derive-1.0.156/.cargo-checksum.json [new file with mode: 0644]
vendor/serde_derive-1.0.156/Cargo.toml [new file with mode: 0644]
vendor/serde_derive-1.0.156/LICENSE-APACHE [new file with mode: 0644]
vendor/serde_derive-1.0.156/LICENSE-MIT [new file with mode: 0644]
vendor/serde_derive-1.0.156/README.md [new file with mode: 0644]
vendor/serde_derive-1.0.156/build.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/crates-io.md [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/bound.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/de.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/dummy.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/fragment.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/internals/ast.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/internals/attr.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/internals/case.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/internals/check.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/internals/ctxt.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/internals/mod.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/internals/receiver.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/internals/respan.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/internals/symbol.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/lib.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/pretend.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/ser.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/this.rs [new file with mode: 0644]
vendor/serde_derive-1.0.156/src/try.rs [new file with mode: 0644]
vendor/serde_derive/.cargo-checksum.json
vendor/serde_derive/Cargo.toml
vendor/serde_derive/build.rs [deleted file]
vendor/serde_derive/src/de.rs
vendor/serde_derive/src/dummy.rs
vendor/serde_derive/src/internals/ast.rs
vendor/serde_derive/src/internals/attr.rs
vendor/serde_derive/src/internals/ctxt.rs
vendor/serde_derive/src/lib.rs
vendor/serde_derive/src/pretend.rs
vendor/serde_derive/src/ser.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/io/core.rs
vendor/serde_json/src/lib.rs
vendor/serde_json/src/macros.rs
vendor/serde_json/src/ser.rs
vendor/serde_json/tests/regression/issue1004.rs
vendor/serde_repr/.cargo-checksum.json
vendor/serde_repr/Cargo.toml
vendor/serde_repr/LICENSE-APACHE
vendor/serde_repr/src/lib.rs
vendor/serde_spanned/.cargo-checksum.json
vendor/serde_spanned/Cargo.toml
vendor/sha2/.cargo-checksum.json
vendor/sha2/CHANGELOG.md
vendor/sha2/Cargo.toml
vendor/sha2/src/lib.rs
vendor/sha2/src/sha256/aarch64.rs
vendor/sha2/src/sha512.rs
vendor/sha2/src/sha512/aarch64.rs [new file with mode: 0644]
vendor/shlex/.cargo-checksum.json
vendor/shlex/CHANGELOG.md [new file with mode: 0644]
vendor/shlex/Cargo.toml
vendor/shlex/README.md
vendor/shlex/src/lib.rs
vendor/siphasher/.cargo-checksum.json
vendor/siphasher/COPYING
vendor/siphasher/Cargo.toml
vendor/siphasher/src/lib.rs
vendor/siphasher/src/sip.rs
vendor/siphasher/src/sip128.rs
vendor/siphasher/src/tests.rs
vendor/siphasher/src/tests128.rs
vendor/slab/.cargo-checksum.json
vendor/slab/CHANGELOG.md
vendor/slab/Cargo.toml
vendor/slab/README.md
vendor/slab/build.rs [new file with mode: 0644]
vendor/slab/src/builder.rs [new file with mode: 0644]
vendor/slab/src/lib.rs
vendor/slab/src/serde.rs [new file with mode: 0644]
vendor/slab/tests/serde.rs [new file with mode: 0644]
vendor/slab/tests/slab.rs
vendor/smol_str/.cargo-checksum.json
vendor/smol_str/Cargo.toml
vendor/smol_str/README.md
vendor/smol_str/src/lib.rs
vendor/smol_str/tests/test.rs
vendor/snapbox-macros/.cargo-checksum.json
vendor/snapbox-macros/Cargo.toml
vendor/snapbox-macros/LICENSE-APACHE [new file with mode: 0644]
vendor/snapbox-macros/LICENSE-MIT [new file with mode: 0644]
vendor/snapbox/.cargo-checksum.json
vendor/snapbox/Cargo.lock
vendor/snapbox/Cargo.toml
vendor/snapbox/LICENSE-APACHE [new file with mode: 0644]
vendor/snapbox/LICENSE-MIT [new file with mode: 0644]
vendor/snapbox/src/data.rs
vendor/snapbox/src/report/color.rs
vendor/spdx-rs/.cargo-checksum.json
vendor/spdx-rs/CHANGELOG.md
vendor/spdx-rs/Cargo.toml
vendor/spdx-rs/src/models/checksum.rs
vendor/spdx-rs/src/models/file_information.rs
vendor/spdx-rs/src/models/package_information.rs
vendor/spdx-rs/src/models/relationship.rs
vendor/spdx-rs/src/models/snippet.rs
vendor/spdx-rs/src/models/spdx_document.rs
vendor/spdx-rs/src/parsers/mod.rs
vendor/spdx-rs/src/parsers/tag_value.rs
vendor/spki/.cargo-checksum.json
vendor/spki/CHANGELOG.md
vendor/spki/Cargo.toml
vendor/spki/src/algorithm.rs
vendor/spki/src/lib.rs
vendor/spki/src/traits.rs
vendor/string_cache/.cargo-checksum.json
vendor/string_cache/Cargo.lock
vendor/string_cache/Cargo.toml
vendor/string_cache/src/atom.rs
vendor/string_cache/src/dynamic_set.rs
vendor/subtle/.cargo-checksum.json
vendor/subtle/CHANGELOG.md
vendor/subtle/Cargo.toml
vendor/subtle/README.md
vendor/subtle/src/lib.rs
vendor/subtle/tests/mod.rs
vendor/syn-2.0.8/.cargo-checksum.json [new file with mode: 0644]
vendor/syn-2.0.8/Cargo.toml [new file with mode: 0644]
vendor/syn-2.0.8/LICENSE-APACHE [new file with mode: 0644]
vendor/syn-2.0.8/LICENSE-MIT [new file with mode: 0644]
vendor/syn-2.0.8/README.md [new file with mode: 0644]
vendor/syn-2.0.8/benches/file.rs [new file with mode: 0644]
vendor/syn-2.0.8/benches/rust.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/attr.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/bigint.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/buffer.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/custom_keyword.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/custom_punctuation.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/data.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/derive.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/discouraged.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/drops.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/error.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/export.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/expr.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/ext.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/file.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/gen/clone.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/gen/debug.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/gen/eq.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/gen/fold.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/gen/hash.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/gen/visit.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/gen/visit_mut.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/gen_helper.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/generics.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/group.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/ident.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/item.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/lib.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/lifetime.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/lit.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/lookahead.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/mac.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/macros.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/meta.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/op.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/parse.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/parse_macro_input.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/parse_quote.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/pat.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/path.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/print.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/punctuated.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/restriction.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/sealed.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/span.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/spanned.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/stmt.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/thread.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/token.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/tt.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/ty.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/verbatim.rs [new file with mode: 0644]
vendor/syn-2.0.8/src/whitespace.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/common/eq.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/common/mod.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/common/parse.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/debug/gen.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/debug/mod.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/macros/mod.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/regression.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/regression/issue1108.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/regression/issue1235.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/repo/mod.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/repo/progress.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_asyncness.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_attribute.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_derive_input.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_expr.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_generics.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_grouping.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_ident.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_item.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_iterators.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_lit.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_meta.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_parse_buffer.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_parse_stream.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_pat.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_path.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_precedence.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_receiver.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_round_trip.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_shebang.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_should_parse.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_size.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_stmt.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_token_trees.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_ty.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/test_visibility.rs [new file with mode: 0644]
vendor/syn-2.0.8/tests/zzz_stable.rs [new file with mode: 0644]
vendor/syn/.cargo-checksum.json
vendor/syn/Cargo.toml
vendor/syn/src/buffer.rs
vendor/syn/src/export.rs
vendor/syn/src/expr.rs
vendor/syn/src/lib.rs
vendor/syn/src/meta.rs
vendor/syn/src/parse.rs
vendor/syn/src/ty.rs
vendor/syn/tests/common/eq.rs
vendor/syn/tests/test_size.rs
vendor/tempfile/.cargo-checksum.json
vendor/tempfile/Cargo.toml
vendor/tempfile/NEWS
vendor/tempfile/build.rs [new file with mode: 0644]
vendor/tempfile/src/dir.rs
vendor/tempfile/src/file/imp/windows.rs
vendor/tempfile/src/file/mod.rs
vendor/tempfile/src/spooled.rs
vendor/tempfile/src/util.rs
vendor/tester/.cargo-checksum.json
vendor/tester/Cargo.toml
vendor/tester/src/test_result.rs
vendor/textwrap-0.11.0/.cargo-checksum.json [deleted file]
vendor/textwrap-0.11.0/Cargo.toml [deleted file]
vendor/textwrap-0.11.0/LICENSE [deleted file]
vendor/textwrap-0.11.0/README.md [deleted file]
vendor/textwrap-0.11.0/benches/linear.rs [deleted file]
vendor/textwrap-0.11.0/examples/layout.rs [deleted file]
vendor/textwrap-0.11.0/examples/termwidth.rs [deleted file]
vendor/textwrap-0.11.0/src/indentation.rs [deleted file]
vendor/textwrap-0.11.0/src/lib.rs [deleted file]
vendor/textwrap-0.11.0/src/splitting.rs [deleted file]
vendor/textwrap-0.11.0/tests/version-numbers.rs [deleted file]
vendor/textwrap/.cargo-checksum.json
vendor/textwrap/CHANGELOG.md [deleted file]
vendor/textwrap/Cargo.lock [deleted file]
vendor/textwrap/Cargo.toml
vendor/textwrap/README.md
vendor/textwrap/benches/linear.rs [new file with mode: 0644]
vendor/textwrap/examples/layout.rs [new file with mode: 0644]
vendor/textwrap/examples/termwidth.rs [new file with mode: 0644]
vendor/textwrap/rustfmt.toml [deleted file]
vendor/textwrap/src/core.rs [deleted file]
vendor/textwrap/src/indentation.rs
vendor/textwrap/src/lib.rs
vendor/textwrap/src/splitting.rs [new file with mode: 0644]
vendor/textwrap/src/word_separators.rs [deleted file]
vendor/textwrap/src/word_splitters.rs [deleted file]
vendor/textwrap/src/wrap_algorithms.rs [deleted file]
vendor/textwrap/src/wrap_algorithms/optimal_fit.rs [deleted file]
vendor/textwrap/tests/indent.rs [deleted file]
vendor/textwrap/tests/version-numbers.rs
vendor/time-core/.cargo-checksum.json
vendor/time-core/Cargo.toml
vendor/time-core/src/convert.rs [new file with mode: 0644]
vendor/time-core/src/lib.rs
vendor/time-macros/.cargo-checksum.json
vendor/time-macros/Cargo.toml
vendor/time-macros/src/format_description/ast.rs
vendor/time-macros/src/lib.rs
vendor/time-macros/src/offset.rs
vendor/time-macros/src/quote.rs
vendor/time-macros/src/serde_format_description.rs
vendor/time-macros/src/shim.rs [deleted file]
vendor/time-macros/src/time.rs
vendor/time/.cargo-checksum.json
vendor/time/Cargo.toml
vendor/time/README.md
vendor/time/src/date.rs
vendor/time/src/date_time.rs
vendor/time/src/duration.rs
vendor/time/src/ext.rs
vendor/time/src/format_description/mod.rs
vendor/time/src/format_description/parse/ast.rs
vendor/time/src/format_description/well_known/iso8601/adt_hack.rs
vendor/time/src/formatting/formattable.rs
vendor/time/src/formatting/iso8601.rs
vendor/time/src/formatting/mod.rs
vendor/time/src/lib.rs
vendor/time/src/offset_date_time.rs
vendor/time/src/parsing/component.rs
vendor/time/src/parsing/iso8601.rs
vendor/time/src/parsing/parsed.rs
vendor/time/src/quickcheck.rs
vendor/time/src/rand.rs
vendor/time/src/serde/mod.rs
vendor/time/src/shim.rs [deleted file]
vendor/time/src/sys/local_offset_at/wasm_js.rs
vendor/time/src/sys/local_offset_at/windows.rs
vendor/time/src/time.rs
vendor/time/src/utc_offset.rs
vendor/time/src/util.rs
vendor/time/src/weekday.rs
vendor/tokio/.cargo-checksum.json
vendor/tokio/CHANGELOG.md
vendor/tokio/Cargo.toml
vendor/tokio/LICENSE
vendor/tokio/README.md
vendor/tokio/build.rs
vendor/tokio/docs/reactor-refactor.md
vendor/tokio/external-types.toml [new file with mode: 0644]
vendor/tokio/src/blocking.rs
vendor/tokio/src/coop.rs [deleted file]
vendor/tokio/src/doc/mod.rs
vendor/tokio/src/doc/os.rs
vendor/tokio/src/doc/winapi.rs [deleted file]
vendor/tokio/src/fs/create_dir.rs
vendor/tokio/src/fs/dir_builder.rs
vendor/tokio/src/fs/file.rs
vendor/tokio/src/fs/file/tests.rs
vendor/tokio/src/fs/mocks.rs
vendor/tokio/src/fs/mod.rs
vendor/tokio/src/fs/open_options.rs
vendor/tokio/src/fs/open_options/mock_open_options.rs
vendor/tokio/src/fs/read.rs
vendor/tokio/src/fs/read_dir.rs
vendor/tokio/src/fs/read_to_string.rs
vendor/tokio/src/fs/symlink_dir.rs
vendor/tokio/src/fs/symlink_file.rs
vendor/tokio/src/fs/try_exists.rs [new file with mode: 0644]
vendor/tokio/src/fs/write.rs
vendor/tokio/src/future/block_on.rs
vendor/tokio/src/future/maybe_done.rs
vendor/tokio/src/future/mod.rs
vendor/tokio/src/future/poll_fn.rs
vendor/tokio/src/future/ready.rs [deleted file]
vendor/tokio/src/fuzz.rs [new file with mode: 0644]
vendor/tokio/src/io/async_fd.rs
vendor/tokio/src/io/blocking.rs
vendor/tokio/src/io/bsd/poll_aio.rs [new file with mode: 0644]
vendor/tokio/src/io/driver/interest.rs [deleted file]
vendor/tokio/src/io/driver/mod.rs [deleted file]
vendor/tokio/src/io/driver/platform.rs [deleted file]
vendor/tokio/src/io/driver/ready.rs [deleted file]
vendor/tokio/src/io/driver/registration.rs [deleted file]
vendor/tokio/src/io/driver/scheduled_io.rs [deleted file]
vendor/tokio/src/io/interest.rs [new file with mode: 0644]
vendor/tokio/src/io/mod.rs
vendor/tokio/src/io/poll_evented.rs
vendor/tokio/src/io/read_buf.rs
vendor/tokio/src/io/ready.rs [new file with mode: 0644]
vendor/tokio/src/io/split.rs
vendor/tokio/src/io/stderr.rs
vendor/tokio/src/io/stdin.rs
vendor/tokio/src/io/stdio_common.rs
vendor/tokio/src/io/stdout.rs
vendor/tokio/src/io/util/async_buf_read_ext.rs
vendor/tokio/src/io/util/async_read_ext.rs
vendor/tokio/src/io/util/async_seek_ext.rs
vendor/tokio/src/io/util/async_write_ext.rs
vendor/tokio/src/io/util/buf_reader.rs
vendor/tokio/src/io/util/copy.rs
vendor/tokio/src/io/util/copy_bidirectional.rs
vendor/tokio/src/io/util/copy_buf.rs
vendor/tokio/src/io/util/empty.rs
vendor/tokio/src/io/util/fill_buf.rs [new file with mode: 0644]
vendor/tokio/src/io/util/lines.rs
vendor/tokio/src/io/util/mem.rs
vendor/tokio/src/io/util/mod.rs
vendor/tokio/src/io/util/read.rs
vendor/tokio/src/io/util/read_exact.rs
vendor/tokio/src/io/util/read_int.rs
vendor/tokio/src/io/util/read_to_end.rs
vendor/tokio/src/io/util/read_until.rs
vendor/tokio/src/io/util/take.rs
vendor/tokio/src/io/util/vec_with_initialized.rs
vendor/tokio/src/io/util/write_all.rs
vendor/tokio/src/io/util/write_int.rs
vendor/tokio/src/lib.rs
vendor/tokio/src/loom/mocked.rs
vendor/tokio/src/loom/std/atomic_ptr.rs [deleted file]
vendor/tokio/src/loom/std/atomic_u16.rs
vendor/tokio/src/loom/std/atomic_u32.rs
vendor/tokio/src/loom/std/atomic_u64.rs
vendor/tokio/src/loom/std/atomic_u64_as_mutex.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/atomic_u64_native.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/atomic_u64_static_const_new.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/atomic_u64_static_once_cell.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/atomic_u8.rs [deleted file]
vendor/tokio/src/loom/std/atomic_usize.rs
vendor/tokio/src/loom/std/barrier.rs [new file with mode: 0644]
vendor/tokio/src/loom/std/mod.rs
vendor/tokio/src/loom/std/mutex.rs
vendor/tokio/src/loom/std/parking_lot.rs
vendor/tokio/src/macros/addr_of.rs [new file with mode: 0644]
vendor/tokio/src/macros/cfg.rs
vendor/tokio/src/macros/join.rs
vendor/tokio/src/macros/loom.rs
vendor/tokio/src/macros/mod.rs
vendor/tokio/src/macros/scoped_tls.rs [deleted file]
vendor/tokio/src/macros/select.rs
vendor/tokio/src/macros/support.rs
vendor/tokio/src/macros/thread_local.rs
vendor/tokio/src/macros/trace.rs [new file with mode: 0644]
vendor/tokio/src/macros/try_join.rs
vendor/tokio/src/net/addr.rs
vendor/tokio/src/net/mod.rs
vendor/tokio/src/net/tcp/listener.rs
vendor/tokio/src/net/tcp/mod.rs
vendor/tokio/src/net/tcp/socket.rs
vendor/tokio/src/net/tcp/split.rs
vendor/tokio/src/net/tcp/split_owned.rs
vendor/tokio/src/net/tcp/stream.rs
vendor/tokio/src/net/udp.rs
vendor/tokio/src/net/unix/datagram/socket.rs
vendor/tokio/src/net/unix/listener.rs
vendor/tokio/src/net/unix/mod.rs
vendor/tokio/src/net/unix/pipe.rs [new file with mode: 0644]
vendor/tokio/src/net/unix/split.rs
vendor/tokio/src/net/unix/split_owned.rs
vendor/tokio/src/net/unix/stream.rs
vendor/tokio/src/net/unix/ucred.rs
vendor/tokio/src/net/windows/named_pipe.rs
vendor/tokio/src/park/either.rs [deleted file]
vendor/tokio/src/park/mod.rs [deleted file]
vendor/tokio/src/park/thread.rs [deleted file]
vendor/tokio/src/process/mod.rs
vendor/tokio/src/process/unix/driver.rs [deleted file]
vendor/tokio/src/process/unix/mod.rs
vendor/tokio/src/process/unix/orphan.rs
vendor/tokio/src/process/windows.rs
vendor/tokio/src/runtime/basic_scheduler.rs [deleted file]
vendor/tokio/src/runtime/blocking/mod.rs
vendor/tokio/src/runtime/blocking/pool.rs
vendor/tokio/src/runtime/blocking/schedule.rs
vendor/tokio/src/runtime/blocking/shutdown.rs
vendor/tokio/src/runtime/blocking/task.rs
vendor/tokio/src/runtime/builder.rs
vendor/tokio/src/runtime/config.rs [new file with mode: 0644]
vendor/tokio/src/runtime/context.rs
vendor/tokio/src/runtime/context/blocking.rs [new file with mode: 0644]
vendor/tokio/src/runtime/context/current.rs [new file with mode: 0644]
vendor/tokio/src/runtime/context/runtime.rs [new file with mode: 0644]
vendor/tokio/src/runtime/context/runtime_mt.rs [new file with mode: 0644]
vendor/tokio/src/runtime/context/scoped.rs [new file with mode: 0644]
vendor/tokio/src/runtime/coop.rs [new file with mode: 0644]
vendor/tokio/src/runtime/driver.rs
vendor/tokio/src/runtime/dump.rs [new file with mode: 0644]
vendor/tokio/src/runtime/enter.rs [deleted file]
vendor/tokio/src/runtime/handle.rs
vendor/tokio/src/runtime/io/metrics.rs [new file with mode: 0644]
vendor/tokio/src/runtime/io/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/io/registration.rs [new file with mode: 0644]
vendor/tokio/src/runtime/io/scheduled_io.rs [new file with mode: 0644]
vendor/tokio/src/runtime/metrics/batch.rs [new file with mode: 0644]
vendor/tokio/src/runtime/metrics/histogram.rs [new file with mode: 0644]
vendor/tokio/src/runtime/metrics/io.rs [new file with mode: 0644]
vendor/tokio/src/runtime/metrics/mock.rs [new file with mode: 0644]
vendor/tokio/src/runtime/metrics/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/metrics/runtime.rs [new file with mode: 0644]
vendor/tokio/src/runtime/metrics/scheduler.rs [new file with mode: 0644]
vendor/tokio/src/runtime/metrics/worker.rs [new file with mode: 0644]
vendor/tokio/src/runtime/mod.rs
vendor/tokio/src/runtime/park.rs
vendor/tokio/src/runtime/process.rs [new file with mode: 0644]
vendor/tokio/src/runtime/queue.rs [deleted file]
vendor/tokio/src/runtime/runtime.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/current_thread.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/defer.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/inject.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/inject/metrics.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/inject/pop.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/inject/rt_multi_thread.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/inject/shared.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/inject/synced.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/lock.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/counters.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/handle.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/handle/metrics.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/handle/taskdump.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/idle.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/overflow.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/park.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/queue.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/stats.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/trace.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/trace_mock.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/worker.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/worker/metrics.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/worker/taskdump.rs [new file with mode: 0644]
vendor/tokio/src/runtime/scheduler/multi_thread/worker/taskdump_mock.rs [new file with mode: 0644]
vendor/tokio/src/runtime/signal/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/spawner.rs [deleted file]
vendor/tokio/src/runtime/task/abort.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/core.rs
vendor/tokio/src/runtime/task/error.rs
vendor/tokio/src/runtime/task/harness.rs
vendor/tokio/src/runtime/task/id.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/join.rs
vendor/tokio/src/runtime/task/list.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/mod.rs
vendor/tokio/src/runtime/task/raw.rs
vendor/tokio/src/runtime/task/stack.rs [deleted file]
vendor/tokio/src/runtime/task/state.rs
vendor/tokio/src/runtime/task/trace/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/trace/symbol.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/trace/tree.rs [new file with mode: 0644]
vendor/tokio/src/runtime/task/waker.rs
vendor/tokio/src/runtime/tests/inject.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/loom_basic_scheduler.rs [deleted file]
vendor/tokio/src/runtime/tests/loom_blocking.rs
vendor/tokio/src/runtime/tests/loom_current_thread_scheduler.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/loom_join_set.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/loom_pool.rs
vendor/tokio/src/runtime/tests/loom_queue.rs
vendor/tokio/src/runtime/tests/loom_yield.rs [new file with mode: 0644]
vendor/tokio/src/runtime/tests/mod.rs
vendor/tokio/src/runtime/tests/queue.rs
vendor/tokio/src/runtime/tests/task.rs
vendor/tokio/src/runtime/tests/task_combinations.rs
vendor/tokio/src/runtime/thread_id.rs [new file with mode: 0644]
vendor/tokio/src/runtime/thread_pool/atomic_cell.rs [deleted file]
vendor/tokio/src/runtime/thread_pool/idle.rs [deleted file]
vendor/tokio/src/runtime/thread_pool/mod.rs [deleted file]
vendor/tokio/src/runtime/thread_pool/worker.rs [deleted file]
vendor/tokio/src/runtime/time/entry.rs [new file with mode: 0644]
vendor/tokio/src/runtime/time/handle.rs [new file with mode: 0644]
vendor/tokio/src/runtime/time/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/time/source.rs [new file with mode: 0644]
vendor/tokio/src/runtime/time/tests/mod.rs [new file with mode: 0644]
vendor/tokio/src/runtime/time/wheel/level.rs [new file with mode: 0644]
vendor/tokio/src/runtime/time/wheel/mod.rs [new file with mode: 0644]
vendor/tokio/src/signal/ctrl_c.rs
vendor/tokio/src/signal/mod.rs
vendor/tokio/src/signal/registry.rs
vendor/tokio/src/signal/reusable_box.rs
vendor/tokio/src/signal/unix.rs
vendor/tokio/src/signal/unix/driver.rs [deleted file]
vendor/tokio/src/signal/windows.rs
vendor/tokio/src/signal/windows/stub.rs [new file with mode: 0644]
vendor/tokio/src/signal/windows/sys.rs [new file with mode: 0644]
vendor/tokio/src/sync/barrier.rs
vendor/tokio/src/sync/batch_semaphore.rs
vendor/tokio/src/sync/broadcast.rs
vendor/tokio/src/sync/mod.rs
vendor/tokio/src/sync/mpsc/block.rs
vendor/tokio/src/sync/mpsc/bounded.rs
vendor/tokio/src/sync/mpsc/chan.rs
vendor/tokio/src/sync/mpsc/error.rs
vendor/tokio/src/sync/mpsc/list.rs
vendor/tokio/src/sync/mpsc/mod.rs
vendor/tokio/src/sync/mpsc/unbounded.rs
vendor/tokio/src/sync/mutex.rs
vendor/tokio/src/sync/notify.rs
vendor/tokio/src/sync/once_cell.rs
vendor/tokio/src/sync/oneshot.rs
vendor/tokio/src/sync/rwlock.rs
vendor/tokio/src/sync/rwlock/owned_read_guard.rs
vendor/tokio/src/sync/rwlock/owned_write_guard.rs
vendor/tokio/src/sync/rwlock/owned_write_guard_mapped.rs
vendor/tokio/src/sync/rwlock/read_guard.rs
vendor/tokio/src/sync/rwlock/write_guard.rs
vendor/tokio/src/sync/rwlock/write_guard_mapped.rs
vendor/tokio/src/sync/semaphore.rs
vendor/tokio/src/sync/task/atomic_waker.rs
vendor/tokio/src/sync/tests/atomic_waker.rs
vendor/tokio/src/sync/tests/loom_atomic_waker.rs
vendor/tokio/src/sync/tests/loom_mpsc.rs
vendor/tokio/src/sync/tests/loom_notify.rs
vendor/tokio/src/sync/tests/loom_watch.rs
vendor/tokio/src/sync/tests/mod.rs
vendor/tokio/src/sync/tests/notify.rs [new file with mode: 0644]
vendor/tokio/src/sync/tests/semaphore_batch.rs
vendor/tokio/src/sync/watch.rs
vendor/tokio/src/task/blocking.rs
vendor/tokio/src/task/builder.rs
vendor/tokio/src/task/consume_budget.rs [new file with mode: 0644]
vendor/tokio/src/task/join_set.rs [new file with mode: 0644]
vendor/tokio/src/task/local.rs
vendor/tokio/src/task/mod.rs
vendor/tokio/src/task/spawn.rs
vendor/tokio/src/task/task_local.rs
vendor/tokio/src/task/unconstrained.rs
vendor/tokio/src/task/yield_now.rs
vendor/tokio/src/time/clock.rs
vendor/tokio/src/time/driver/entry.rs [deleted file]
vendor/tokio/src/time/driver/handle.rs [deleted file]
vendor/tokio/src/time/driver/mod.rs [deleted file]
vendor/tokio/src/time/driver/sleep.rs [deleted file]
vendor/tokio/src/time/driver/tests/mod.rs [deleted file]
vendor/tokio/src/time/driver/wheel/level.rs [deleted file]
vendor/tokio/src/time/driver/wheel/mod.rs [deleted file]
vendor/tokio/src/time/driver/wheel/stack.rs [deleted file]
vendor/tokio/src/time/error.rs
vendor/tokio/src/time/instant.rs
vendor/tokio/src/time/interval.rs
vendor/tokio/src/time/mod.rs
vendor/tokio/src/time/sleep.rs [new file with mode: 0644]
vendor/tokio/src/time/tests/mod.rs [deleted file]
vendor/tokio/src/time/tests/test_sleep.rs [deleted file]
vendor/tokio/src/time/timeout.rs
vendor/tokio/src/util/atomic_cell.rs [new file with mode: 0644]
vendor/tokio/src/util/bit.rs
vendor/tokio/src/util/error.rs
vendor/tokio/src/util/idle_notified_set.rs [new file with mode: 0644]
vendor/tokio/src/util/linked_list.rs
vendor/tokio/src/util/markers.rs [new file with mode: 0644]
vendor/tokio/src/util/memchr.rs [new file with mode: 0644]
vendor/tokio/src/util/mod.rs
vendor/tokio/src/util/once_cell.rs [new file with mode: 0644]
vendor/tokio/src/util/pad.rs [deleted file]
vendor/tokio/src/util/rand.rs
vendor/tokio/src/util/rand/rt.rs [new file with mode: 0644]
vendor/tokio/src/util/rand/rt_unstable.rs [new file with mode: 0644]
vendor/tokio/src/util/rc_cell.rs [new file with mode: 0644]
vendor/tokio/src/util/slab.rs
vendor/tokio/src/util/sync_wrapper.rs [new file with mode: 0644]
vendor/tokio/src/util/trace.rs
vendor/tokio/src/util/wake.rs
vendor/tokio/src/util/wake_list.rs [new file with mode: 0644]
vendor/tokio/tests/_require_full.rs
vendor/tokio/tests/async_send_sync.rs
vendor/tokio/tests/buffered.rs
vendor/tokio/tests/dump.rs [new file with mode: 0644]
vendor/tokio/tests/fs.rs
vendor/tokio/tests/fs_canonicalize_dir.rs [new file with mode: 0644]
vendor/tokio/tests/fs_copy.rs
vendor/tokio/tests/fs_dir.rs
vendor/tokio/tests/fs_file.rs
vendor/tokio/tests/fs_link.rs
vendor/tokio/tests/fs_open_options.rs [new file with mode: 0644]
vendor/tokio/tests/fs_open_options_windows.rs [new file with mode: 0644]
vendor/tokio/tests/fs_remove_dir_all.rs [new file with mode: 0644]
vendor/tokio/tests/fs_remove_file.rs [new file with mode: 0644]
vendor/tokio/tests/fs_rename.rs [new file with mode: 0644]
vendor/tokio/tests/fs_symlink_dir_windows.rs [new file with mode: 0644]
vendor/tokio/tests/fs_symlink_file_windows.rs [new file with mode: 0644]
vendor/tokio/tests/fs_try_exists.rs [new file with mode: 0644]
vendor/tokio/tests/io_async_fd.rs
vendor/tokio/tests/io_buf_reader.rs
vendor/tokio/tests/io_buf_writer.rs
vendor/tokio/tests/io_copy.rs
vendor/tokio/tests/io_copy_bidirectional.rs
vendor/tokio/tests/io_driver.rs
vendor/tokio/tests/io_driver_drop.rs
vendor/tokio/tests/io_fill_buf.rs [new file with mode: 0644]
vendor/tokio/tests/io_mem_stream.rs
vendor/tokio/tests/io_panic.rs [new file with mode: 0644]
vendor/tokio/tests/io_poll_aio.rs [new file with mode: 0644]
vendor/tokio/tests/io_read.rs
vendor/tokio/tests/io_read_buf.rs
vendor/tokio/tests/io_read_to_end.rs
vendor/tokio/tests/io_split.rs
vendor/tokio/tests/io_take.rs
vendor/tokio/tests/io_util_empty.rs [new file with mode: 0644]
vendor/tokio/tests/io_write_all_buf.rs
vendor/tokio/tests/join_handle_panic.rs [new file with mode: 0644]
vendor/tokio/tests/macros_join.rs
vendor/tokio/tests/macros_pin.rs
vendor/tokio/tests/macros_rename_test.rs [new file with mode: 0644]
vendor/tokio/tests/macros_select.rs
vendor/tokio/tests/macros_test.rs
vendor/tokio/tests/macros_try_join.rs
vendor/tokio/tests/named_pipe.rs [deleted file]
vendor/tokio/tests/net_bind_resource.rs
vendor/tokio/tests/net_lookup_host.rs
vendor/tokio/tests/net_named_pipe.rs [new file with mode: 0644]
vendor/tokio/tests/net_panic.rs [new file with mode: 0644]
vendor/tokio/tests/net_unix_pipe.rs [new file with mode: 0644]
vendor/tokio/tests/no_rt.rs
vendor/tokio/tests/process_arg0.rs [new file with mode: 0644]
vendor/tokio/tests/process_kill_on_drop.rs
vendor/tokio/tests/process_raw_handle.rs [new file with mode: 0644]
vendor/tokio/tests/process_smoke.rs
vendor/tokio/tests/rt_basic.rs
vendor/tokio/tests/rt_common.rs
vendor/tokio/tests/rt_handle.rs [new file with mode: 0644]
vendor/tokio/tests/rt_handle_block_on.rs
vendor/tokio/tests/rt_metrics.rs [new file with mode: 0644]
vendor/tokio/tests/rt_panic.rs [new file with mode: 0644]
vendor/tokio/tests/rt_threaded.rs
vendor/tokio/tests/rt_time_start_paused.rs [new file with mode: 0644]
vendor/tokio/tests/signal_no_rt.rs
vendor/tokio/tests/signal_panic.rs [new file with mode: 0644]
vendor/tokio/tests/support/leaked_buffers.rs [new file with mode: 0644]
vendor/tokio/tests/support/panic.rs [new file with mode: 0644]
vendor/tokio/tests/sync_barrier.rs
vendor/tokio/tests/sync_broadcast.rs
vendor/tokio/tests/sync_errors.rs
vendor/tokio/tests/sync_mpsc.rs
vendor/tokio/tests/sync_mpsc_weak.rs [new file with mode: 0644]
vendor/tokio/tests/sync_mutex.rs
vendor/tokio/tests/sync_mutex_owned.rs
vendor/tokio/tests/sync_notify.rs
vendor/tokio/tests/sync_once_cell.rs
vendor/tokio/tests/sync_oneshot.rs
vendor/tokio/tests/sync_panic.rs [new file with mode: 0644]
vendor/tokio/tests/sync_rwlock.rs
vendor/tokio/tests/sync_semaphore.rs
vendor/tokio/tests/sync_semaphore_owned.rs
vendor/tokio/tests/sync_watch.rs
vendor/tokio/tests/task_abort.rs
vendor/tokio/tests/task_blocking.rs
vendor/tokio/tests/task_builder.rs
vendor/tokio/tests/task_id.rs [new file with mode: 0644]
vendor/tokio/tests/task_join_set.rs [new file with mode: 0644]
vendor/tokio/tests/task_local.rs
vendor/tokio/tests/task_local_set.rs
vendor/tokio/tests/task_panic.rs [new file with mode: 0644]
vendor/tokio/tests/task_yield_now.rs [new file with mode: 0644]
vendor/tokio/tests/tcp_accept.rs
vendor/tokio/tests/tcp_connect.rs
vendor/tokio/tests/tcp_echo.rs
vendor/tokio/tests/tcp_into_split.rs
vendor/tokio/tests/tcp_into_std.rs
vendor/tokio/tests/tcp_peek.rs
vendor/tokio/tests/tcp_shutdown.rs
vendor/tokio/tests/tcp_socket.rs
vendor/tokio/tests/tcp_split.rs
vendor/tokio/tests/tcp_stream.rs
vendor/tokio/tests/time_interval.rs
vendor/tokio/tests/time_panic.rs [new file with mode: 0644]
vendor/tokio/tests/time_pause.rs
vendor/tokio/tests/time_rt.rs
vendor/tokio/tests/time_sleep.rs
vendor/tokio/tests/time_timeout.rs
vendor/tokio/tests/udp.rs
vendor/tokio/tests/uds_datagram.rs
vendor/tokio/tests/uds_stream.rs
vendor/tokio/tests/unwindsafe.rs [new file with mode: 0644]
vendor/toml-0.5.11/.cargo-checksum.json [new file with mode: 0644]
vendor/toml-0.5.11/Cargo.lock [new file with mode: 0644]
vendor/toml-0.5.11/Cargo.toml [new file with mode: 0644]
vendor/toml-0.5.11/LICENSE-APACHE [new file with mode: 0644]
vendor/toml-0.5.11/LICENSE-MIT [new file with mode: 0644]
vendor/toml-0.5.11/README.md [new file with mode: 0644]
vendor/toml-0.5.11/examples/decode.rs [new file with mode: 0644]
vendor/toml-0.5.11/examples/enum_external.rs [new file with mode: 0644]
vendor/toml-0.5.11/examples/toml2json.rs [new file with mode: 0644]
vendor/toml-0.5.11/src/datetime.rs [new file with mode: 0644]
vendor/toml-0.5.11/src/de.rs [new file with mode: 0644]
vendor/toml-0.5.11/src/lib.rs [new file with mode: 0644]
vendor/toml-0.5.11/src/macros.rs [new file with mode: 0644]
vendor/toml-0.5.11/src/map.rs [new file with mode: 0644]
vendor/toml-0.5.11/src/ser.rs [new file with mode: 0644]
vendor/toml-0.5.11/src/spanned.rs [new file with mode: 0644]
vendor/toml-0.5.11/src/tokens.rs [new file with mode: 0644]
vendor/toml-0.5.11/src/value.rs [new file with mode: 0644]
vendor/toml-0.5.11/tests/enum_external_deserialize.rs [new file with mode: 0644]
vendor/toml-0.5.9/.cargo-checksum.json [deleted file]
vendor/toml-0.5.9/Cargo.lock [deleted file]
vendor/toml-0.5.9/Cargo.toml [deleted file]
vendor/toml-0.5.9/LICENSE-APACHE [deleted file]
vendor/toml-0.5.9/LICENSE-MIT [deleted file]
vendor/toml-0.5.9/README.md [deleted file]
vendor/toml-0.5.9/examples/decode.rs [deleted file]
vendor/toml-0.5.9/examples/enum_external.rs [deleted file]
vendor/toml-0.5.9/examples/toml2json.rs [deleted file]
vendor/toml-0.5.9/src/datetime.rs [deleted file]
vendor/toml-0.5.9/src/de.rs [deleted file]
vendor/toml-0.5.9/src/lib.rs [deleted file]
vendor/toml-0.5.9/src/macros.rs [deleted file]
vendor/toml-0.5.9/src/map.rs [deleted file]
vendor/toml-0.5.9/src/ser.rs [deleted file]
vendor/toml-0.5.9/src/spanned.rs [deleted file]
vendor/toml-0.5.9/src/tokens.rs [deleted file]
vendor/toml-0.5.9/src/value.rs [deleted file]
vendor/toml-0.5.9/tests/enum_external_deserialize.rs [deleted file]
vendor/toml/.cargo-checksum.json
vendor/toml/Cargo.lock
vendor/toml/Cargo.toml
vendor/toml/src/value.rs
vendor/toml/tests/testsuite/serde.rs
vendor/toml_datetime/.cargo-checksum.json
vendor/toml_datetime/Cargo.toml
vendor/toml_edit/.cargo-checksum.json
vendor/toml_edit/Cargo.lock
vendor/toml_edit/Cargo.toml
vendor/toml_edit/src/de/value.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/inline_table.rs
vendor/toml_edit/src/parser/key.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/ser/value.rs
vendor/toml_edit/src/table.rs
vendor/toml_edit/tests/testsuite/parse.rs
vendor/tracing-attributes/.cargo-checksum.json
vendor/tracing-attributes/CHANGELOG.md
vendor/tracing-attributes/Cargo.toml
vendor/tracing-attributes/README.md
vendor/tracing-attributes/src/attr.rs
vendor/tracing-attributes/src/expand.rs
vendor/tracing-attributes/src/lib.rs
vendor/tracing-attributes/tests/async_fn.rs
vendor/tracing-attributes/tests/err.rs
vendor/tracing-attributes/tests/follows_from.rs
vendor/tracing-attributes/tests/instrument.rs
vendor/tracing-attributes/tests/levels.rs
vendor/tracing-attributes/tests/ret.rs
vendor/tracing-attributes/tests/ui.rs
vendor/tracing-attributes/tests/ui/async_instrument.stderr
vendor/tracing-attributes/tests/ui/const_instrument.rs [new file with mode: 0644]
vendor/tracing-attributes/tests/ui/const_instrument.stderr [new file with mode: 0644]
vendor/tracing-error/.cargo-checksum.json [new file with mode: 0644]
vendor/tracing-error/CHANGELOG.md [new file with mode: 0644]
vendor/tracing-error/Cargo.toml [new file with mode: 0644]
vendor/tracing-error/LICENSE [new file with mode: 0644]
vendor/tracing-error/README.md [new file with mode: 0644]
vendor/tracing-error/src/backtrace.rs [new file with mode: 0644]
vendor/tracing-error/src/error.rs [new file with mode: 0644]
vendor/tracing-error/src/layer.rs [new file with mode: 0644]
vendor/tracing-error/src/lib.rs [new file with mode: 0644]
vendor/tracing-subscriber/.cargo-checksum.json
vendor/tracing-subscriber/CHANGELOG.md
vendor/tracing-subscriber/Cargo.toml
vendor/tracing-subscriber/README.md
vendor/tracing-subscriber/benches/support/mod.rs
vendor/tracing-subscriber/src/filter/targets.rs
vendor/tracing-subscriber/src/fmt/fmt_layer.rs
vendor/tracing-subscriber/src/fmt/format/json.rs
vendor/tracing-subscriber/src/fmt/format/mod.rs
vendor/tracing-subscriber/src/fmt/mod.rs
vendor/tracing-subscriber/src/fmt/time/mod.rs
vendor/tracing-subscriber/src/fmt/writer.rs
vendor/tracing-subscriber/src/lib.rs
vendor/tracing-subscriber/src/registry/sharded.rs
vendor/tracing-subscriber/tests/cached_layer_filters_dont_break_other_layers.rs
vendor/tracing-subscriber/tests/env_filter/main.rs
vendor/tracing-subscriber/tests/env_filter/per_layer.rs
vendor/tracing-subscriber/tests/field_filter.rs
vendor/tracing-subscriber/tests/hinted_layer_filters_dont_break_other_layers.rs
vendor/tracing-subscriber/tests/layer_filter_interests_are_cached.rs
vendor/tracing-subscriber/tests/layer_filters/boxed.rs
vendor/tracing-subscriber/tests/layer_filters/filter_scopes.rs
vendor/tracing-subscriber/tests/layer_filters/main.rs
vendor/tracing-subscriber/tests/layer_filters/per_event.rs
vendor/tracing-subscriber/tests/layer_filters/trees.rs
vendor/tracing-subscriber/tests/layer_filters/vec.rs
vendor/tracing-subscriber/tests/multiple_layer_filter_interests_cached.rs
vendor/tracing-subscriber/tests/support.rs [deleted file]
vendor/tracing-subscriber/tests/unhinted_layer_filters_dont_break_other_layers.rs
vendor/tracing-subscriber/tests/vec_subscriber_filter_interests_cached.rs
vendor/tracing-tree/.cargo-checksum.json
vendor/tracing-tree/Cargo.lock
vendor/tracing-tree/Cargo.toml
vendor/tracing-tree/src/lib.rs
vendor/tracing-tree/src/time.rs [new file with mode: 0644]
vendor/tracing-tree/tests/format_time.rs [new file with mode: 0644]
vendor/triomphe/.cargo-checksum.json [new file with mode: 0644]
vendor/triomphe/Cargo.toml [new file with mode: 0644]
vendor/triomphe/LICENSE-APACHE [new file with mode: 0644]
vendor/triomphe/LICENSE-MIT [new file with mode: 0644]
vendor/triomphe/README.md [new file with mode: 0644]
vendor/triomphe/src/arc.rs [new file with mode: 0644]
vendor/triomphe/src/arc_borrow.rs [new file with mode: 0644]
vendor/triomphe/src/arc_swap_support.rs [new file with mode: 0644]
vendor/triomphe/src/arc_union.rs [new file with mode: 0644]
vendor/triomphe/src/header.rs [new file with mode: 0644]
vendor/triomphe/src/lib.rs [new file with mode: 0644]
vendor/triomphe/src/offset_arc.rs [new file with mode: 0644]
vendor/triomphe/src/thin_arc.rs [new file with mode: 0644]
vendor/triomphe/src/unique_arc.rs [new file with mode: 0644]
vendor/ucd-parse/.cargo-checksum.json
vendor/ucd-parse/Cargo.toml
vendor/ucd-parse/README.md
vendor/ucd-parse/src/arabic_shaping.rs
vendor/ucd-parse/src/bidi_mirroring_glyph.rs
vendor/ucd-parse/src/case_folding.rs
vendor/ucd-parse/src/common.rs
vendor/ucd-parse/src/east_asian_width.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/derived_bidi_class.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/derived_binary_properties.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/derived_combining_class.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/derived_decomposition_type.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/derived_east_asian_width.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/derived_general_category.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/derived_joining_group.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/derived_joining_type.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/derived_line_break.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/derived_name.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/derived_numeric_type.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/derived_numeric_values.rs [new file with mode: 0644]
vendor/ucd-parse/src/extracted/mod.rs [new file with mode: 0644]
vendor/ucd-parse/src/jamo_short_name.rs
vendor/ucd-parse/src/lib.rs
vendor/ucd-parse/src/name_aliases.rs
vendor/ucd-parse/src/property_aliases.rs
vendor/ucd-parse/src/property_value_aliases.rs
vendor/ucd-parse/src/special_casing.rs
vendor/ucd-parse/src/unicode_data.rs
vendor/ui_test/.cargo-checksum.json [new file with mode: 0644]
vendor/ui_test/CONTRIBUTING.md [new file with mode: 0644]
vendor/ui_test/Cargo.toml [new file with mode: 0644]
vendor/ui_test/README.md [new file with mode: 0644]
vendor/ui_test/src/cmd.rs [new file with mode: 0644]
vendor/ui_test/src/config.rs [new file with mode: 0644]
vendor/ui_test/src/dependencies.rs [new file with mode: 0644]
vendor/ui_test/src/diff.rs [new file with mode: 0644]
vendor/ui_test/src/error.rs [new file with mode: 0644]
vendor/ui_test/src/github_actions.rs [new file with mode: 0644]
vendor/ui_test/src/lib.rs [new file with mode: 0644]
vendor/ui_test/src/mode.rs [new file with mode: 0644]
vendor/ui_test/src/parser.rs [new file with mode: 0644]
vendor/ui_test/src/parser/tests.rs [new file with mode: 0644]
vendor/ui_test/src/rustc_stderr.rs [new file with mode: 0644]
vendor/ui_test/src/status_emitter.rs [new file with mode: 0644]
vendor/ui_test/src/tests.rs [new file with mode: 0644]
vendor/ui_test/tests/integration.rs [new file with mode: 0644]
vendor/unicode-ident/.cargo-checksum.json
vendor/unicode-ident/Cargo.toml
vendor/unicode-ident/src/lib.rs
vendor/unicode-segmentation/.cargo-checksum.json
vendor/unicode-segmentation/Cargo.toml
vendor/unicode-segmentation/README.md
vendor/unicode-segmentation/benches/unicode_words.rs
vendor/unicode-segmentation/benches/word_bounds.rs
vendor/unicode-segmentation/scripts/unicode.py
vendor/unicode-segmentation/src/tables.rs
vendor/url/.cargo-checksum.json
vendor/url/Cargo.toml
vendor/url/src/host.rs
vendor/url/src/lib.rs
vendor/url/src/parser.rs
vendor/url/src/slicing.rs
vendor/url/tests/data.rs
vendor/url/tests/unit.rs
vendor/url/tests/urltestdata.json
vendor/utf-8/.cargo-checksum.json
vendor/utf-8/Cargo.toml
vendor/utf-8/LICENSE-APACHE [new file with mode: 0644]
vendor/utf-8/LICENSE-MIT [new file with mode: 0644]
vendor/uuid/.cargo-checksum.json
vendor/uuid/Cargo.lock
vendor/uuid/Cargo.toml
vendor/uuid/README.md
vendor/uuid/SECURITY.md [new file with mode: 0644]
vendor/uuid/src/external.rs
vendor/uuid/src/external/arbitrary_support.rs
vendor/uuid/src/external/borsh_support.rs [new file with mode: 0644]
vendor/uuid/src/lib.rs
vendor/uuid/src/timestamp.rs
vendor/uuid/src/v1.rs
vendor/uuid/src/v3.rs
vendor/uuid/src/v4.rs
vendor/uuid/src/v5.rs
vendor/uuid/src/v6.rs
vendor/uuid/src/v7.rs
vendor/uuid/src/v8.rs
vendor/wasm-bindgen-backend/.cargo-checksum.json
vendor/wasm-bindgen-backend/Cargo.toml
vendor/wasm-bindgen-backend/src/ast.rs
vendor/wasm-bindgen-backend/src/codegen.rs
vendor/wasm-bindgen-backend/src/encode.rs
vendor/wasm-bindgen-backend/src/error.rs
vendor/wasm-bindgen-backend/src/util.rs
vendor/wasm-bindgen-macro-support/.cargo-checksum.json
vendor/wasm-bindgen-macro-support/Cargo.toml
vendor/wasm-bindgen-macro-support/src/lib.rs
vendor/wasm-bindgen-macro-support/src/parser.rs
vendor/wasm-bindgen-macro/.cargo-checksum.json
vendor/wasm-bindgen-macro/Cargo.toml
vendor/wasm-bindgen-macro/ui-tests/async-errors.stderr
vendor/wasm-bindgen-macro/ui-tests/invalid-imports.rs
vendor/wasm-bindgen-macro/ui-tests/invalid-imports.stderr
vendor/wasm-bindgen-macro/ui-tests/invalid-methods.stderr
vendor/wasm-bindgen-macro/ui-tests/main-async.rs [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/main-async.stderr [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/main-debug.rs [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/main-debug.stderr [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/main-infallible.rs [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/main-infallible.stderr [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/main-jsvalue.rs [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/main-jsvalue.stderr [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/main-unit.rs [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/main-unit.stderr [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/main.rs [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/main.stderr [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/missing-catch.stderr
vendor/wasm-bindgen-macro/ui-tests/start-function.stderr
vendor/wasm-bindgen-macro/ui-tests/struct-fields.rs [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/struct-fields.stderr [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/traits-not-implemented.stderr
vendor/wasm-bindgen-macro/ui-tests/unknown-type-in-import.stderr
vendor/wasm-bindgen-macro/ui-tests/unused-attributes.stderr
vendor/wasm-bindgen-macro/ui-tests/wasm-bindgen.rs [new file with mode: 0644]
vendor/wasm-bindgen-macro/ui-tests/wasm-bindgen.stderr [new file with mode: 0644]
vendor/wasm-bindgen-shared/.cargo-checksum.json
vendor/wasm-bindgen-shared/Cargo.toml
vendor/wasm-bindgen-shared/src/lib.rs
vendor/wasm-bindgen-shared/src/schema_hash_approval.rs
vendor/wasm-bindgen/.cargo-checksum.json
vendor/wasm-bindgen/CHANGELOG.md
vendor/wasm-bindgen/Cargo.toml
vendor/wasm-bindgen/src/cast.rs
vendor/wasm-bindgen/src/closure.rs
vendor/wasm-bindgen/src/convert/closures.rs
vendor/wasm-bindgen/src/convert/slices.rs
vendor/wasm-bindgen/src/convert/traits.rs
vendor/wasm-bindgen/src/externref.rs
vendor/wasm-bindgen/src/lib.rs
vendor/wasm-bindgen/tests/non_wasm.rs
vendor/wasm-bindgen/tests/wasm/api.rs
vendor/wasm-bindgen/tests/wasm/classes.js
vendor/wasm-bindgen/tests/wasm/classes.rs
vendor/wasm-bindgen/tests/wasm/closures.rs
vendor/wasm-bindgen/tests/wasm/futures.rs
vendor/wasm-bindgen/tests/wasm/import_class.rs
vendor/wasm-bindgen/tests/wasm/imports.rs
vendor/wasm-bindgen/tests/wasm/js_keywords.rs
vendor/wasm-bindgen/tests/wasm/js_objects.rs
vendor/wasm-bindgen/tests/wasm/main.rs
vendor/wasm-bindgen/tests/wasm/no_shims.rs
vendor/wasm-bindgen/tests/wasm/owned.rs
vendor/wasm-bindgen/tests/wasm/result.rs
vendor/wasm-bindgen/tests/wasm/result_jserror.rs
vendor/wasm-bindgen/tests/wasm/should_panic.rs [new file with mode: 0644]
vendor/wasm-bindgen/tests/wasm/simple.rs
vendor/wasm-bindgen/tests/wasm/slice.rs
vendor/wasm-bindgen/tests/wasm/truthy_falsy.rs
vendor/wasm-bindgen/tests/worker/main.rs [new file with mode: 0644]
vendor/wasm-bindgen/tests/worker/modules.js [new file with mode: 0644]
vendor/wasm-bindgen/tests/worker/modules.rs [new file with mode: 0644]
vendor/wasm-bindgen/webdriver.json [new file with mode: 0644]
vendor/web-sys/.cargo-checksum.json
vendor/web-sys/Cargo.toml
vendor/web-sys/README.md
vendor/web-sys/src/features/gen_AbortController.rs
vendor/web-sys/src/features/gen_AbortSignal.rs
vendor/web-sys/src/features/gen_AddEventListenerOptions.rs
vendor/web-sys/src/features/gen_AesCbcParams.rs
vendor/web-sys/src/features/gen_AesCtrParams.rs
vendor/web-sys/src/features/gen_AesDerivedKeyParams.rs
vendor/web-sys/src/features/gen_AesGcmParams.rs
vendor/web-sys/src/features/gen_AesKeyAlgorithm.rs
vendor/web-sys/src/features/gen_AesKeyGenParams.rs
vendor/web-sys/src/features/gen_Algorithm.rs
vendor/web-sys/src/features/gen_AlignSetting.rs
vendor/web-sys/src/features/gen_AllowedBluetoothDevice.rs
vendor/web-sys/src/features/gen_AllowedUsbDevice.rs
vendor/web-sys/src/features/gen_AlphaOption.rs
vendor/web-sys/src/features/gen_AnalyserNode.rs
vendor/web-sys/src/features/gen_AnalyserOptions.rs
vendor/web-sys/src/features/gen_AngleInstancedArrays.rs
vendor/web-sys/src/features/gen_Animation.rs
vendor/web-sys/src/features/gen_AnimationEffect.rs
vendor/web-sys/src/features/gen_AnimationEvent.rs
vendor/web-sys/src/features/gen_AnimationEventInit.rs
vendor/web-sys/src/features/gen_AnimationPlayState.rs
vendor/web-sys/src/features/gen_AnimationPlaybackEvent.rs
vendor/web-sys/src/features/gen_AnimationPlaybackEventInit.rs
vendor/web-sys/src/features/gen_AnimationPropertyDetails.rs
vendor/web-sys/src/features/gen_AnimationPropertyValueDetails.rs
vendor/web-sys/src/features/gen_AnimationTimeline.rs
vendor/web-sys/src/features/gen_AssignedNodesOptions.rs
vendor/web-sys/src/features/gen_AttestationConveyancePreference.rs
vendor/web-sys/src/features/gen_Attr.rs
vendor/web-sys/src/features/gen_AttributeNameValue.rs
vendor/web-sys/src/features/gen_AudioBuffer.rs
vendor/web-sys/src/features/gen_AudioBufferOptions.rs
vendor/web-sys/src/features/gen_AudioBufferSourceNode.rs
vendor/web-sys/src/features/gen_AudioBufferSourceOptions.rs
vendor/web-sys/src/features/gen_AudioConfiguration.rs
vendor/web-sys/src/features/gen_AudioContext.rs
vendor/web-sys/src/features/gen_AudioContextOptions.rs
vendor/web-sys/src/features/gen_AudioContextState.rs
vendor/web-sys/src/features/gen_AudioData.rs
vendor/web-sys/src/features/gen_AudioDataCopyToOptions.rs
vendor/web-sys/src/features/gen_AudioDataInit.rs
vendor/web-sys/src/features/gen_AudioDecoder.rs
vendor/web-sys/src/features/gen_AudioDecoderConfig.rs
vendor/web-sys/src/features/gen_AudioDecoderInit.rs
vendor/web-sys/src/features/gen_AudioDecoderSupport.rs
vendor/web-sys/src/features/gen_AudioDestinationNode.rs
vendor/web-sys/src/features/gen_AudioEncoder.rs
vendor/web-sys/src/features/gen_AudioEncoderConfig.rs
vendor/web-sys/src/features/gen_AudioEncoderInit.rs
vendor/web-sys/src/features/gen_AudioEncoderSupport.rs
vendor/web-sys/src/features/gen_AudioListener.rs
vendor/web-sys/src/features/gen_AudioNode.rs
vendor/web-sys/src/features/gen_AudioNodeOptions.rs
vendor/web-sys/src/features/gen_AudioParam.rs
vendor/web-sys/src/features/gen_AudioParamMap.rs
vendor/web-sys/src/features/gen_AudioProcessingEvent.rs
vendor/web-sys/src/features/gen_AudioSampleFormat.rs
vendor/web-sys/src/features/gen_AudioScheduledSourceNode.rs
vendor/web-sys/src/features/gen_AudioStreamTrack.rs
vendor/web-sys/src/features/gen_AudioTrack.rs
vendor/web-sys/src/features/gen_AudioTrackList.rs
vendor/web-sys/src/features/gen_AudioWorklet.rs
vendor/web-sys/src/features/gen_AudioWorkletGlobalScope.rs
vendor/web-sys/src/features/gen_AudioWorkletNode.rs
vendor/web-sys/src/features/gen_AudioWorkletNodeOptions.rs
vendor/web-sys/src/features/gen_AudioWorkletProcessor.rs
vendor/web-sys/src/features/gen_AuthenticationExtensionsClientInputs.rs
vendor/web-sys/src/features/gen_AuthenticationExtensionsClientOutputs.rs
vendor/web-sys/src/features/gen_AuthenticatorAssertionResponse.rs
vendor/web-sys/src/features/gen_AuthenticatorAttachment.rs
vendor/web-sys/src/features/gen_AuthenticatorAttestationResponse.rs
vendor/web-sys/src/features/gen_AuthenticatorResponse.rs
vendor/web-sys/src/features/gen_AuthenticatorSelectionCriteria.rs
vendor/web-sys/src/features/gen_AuthenticatorTransport.rs
vendor/web-sys/src/features/gen_AutoKeyword.rs
vendor/web-sys/src/features/gen_AutocompleteInfo.rs
vendor/web-sys/src/features/gen_BarProp.rs
vendor/web-sys/src/features/gen_BaseAudioContext.rs
vendor/web-sys/src/features/gen_BaseComputedKeyframe.rs
vendor/web-sys/src/features/gen_BaseKeyframe.rs
vendor/web-sys/src/features/gen_BasePropertyIndexedKeyframe.rs
vendor/web-sys/src/features/gen_BasicCardRequest.rs
vendor/web-sys/src/features/gen_BasicCardResponse.rs
vendor/web-sys/src/features/gen_BasicCardType.rs
vendor/web-sys/src/features/gen_BatteryManager.rs
vendor/web-sys/src/features/gen_BeforeUnloadEvent.rs
vendor/web-sys/src/features/gen_BinaryType.rs
vendor/web-sys/src/features/gen_BiquadFilterNode.rs
vendor/web-sys/src/features/gen_BiquadFilterOptions.rs
vendor/web-sys/src/features/gen_BiquadFilterType.rs
vendor/web-sys/src/features/gen_Blob.rs
vendor/web-sys/src/features/gen_BlobEvent.rs
vendor/web-sys/src/features/gen_BlobEventInit.rs
vendor/web-sys/src/features/gen_BlobPropertyBag.rs
vendor/web-sys/src/features/gen_BlockParsingOptions.rs
vendor/web-sys/src/features/gen_Bluetooth.rs
vendor/web-sys/src/features/gen_BluetoothAdvertisingEvent.rs
vendor/web-sys/src/features/gen_BluetoothAdvertisingEventInit.rs
vendor/web-sys/src/features/gen_BluetoothCharacteristicProperties.rs
vendor/web-sys/src/features/gen_BluetoothDataFilterInit.rs
vendor/web-sys/src/features/gen_BluetoothDevice.rs
vendor/web-sys/src/features/gen_BluetoothLeScanFilterInit.rs
vendor/web-sys/src/features/gen_BluetoothManufacturerDataMap.rs
vendor/web-sys/src/features/gen_BluetoothPermissionDescriptor.rs
vendor/web-sys/src/features/gen_BluetoothPermissionResult.rs
vendor/web-sys/src/features/gen_BluetoothPermissionStorage.rs
vendor/web-sys/src/features/gen_BluetoothRemoteGattCharacteristic.rs
vendor/web-sys/src/features/gen_BluetoothRemoteGattDescriptor.rs
vendor/web-sys/src/features/gen_BluetoothRemoteGattServer.rs
vendor/web-sys/src/features/gen_BluetoothRemoteGattService.rs
vendor/web-sys/src/features/gen_BluetoothServiceDataMap.rs
vendor/web-sys/src/features/gen_BluetoothUuid.rs
vendor/web-sys/src/features/gen_BoxQuadOptions.rs
vendor/web-sys/src/features/gen_BroadcastChannel.rs
vendor/web-sys/src/features/gen_BrowserElementDownloadOptions.rs
vendor/web-sys/src/features/gen_BrowserElementExecuteScriptOptions.rs
vendor/web-sys/src/features/gen_BrowserFeedWriter.rs
vendor/web-sys/src/features/gen_BrowserFindCaseSensitivity.rs
vendor/web-sys/src/features/gen_BrowserFindDirection.rs
vendor/web-sys/src/features/gen_ByteLengthQueuingStrategy.rs
vendor/web-sys/src/features/gen_Cache.rs
vendor/web-sys/src/features/gen_CacheBatchOperation.rs
vendor/web-sys/src/features/gen_CacheQueryOptions.rs
vendor/web-sys/src/features/gen_CacheStorage.rs
vendor/web-sys/src/features/gen_CacheStorageNamespace.rs
vendor/web-sys/src/features/gen_CanvasCaptureMediaStream.rs
vendor/web-sys/src/features/gen_CanvasCaptureMediaStreamTrack.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_CanvasGradient.rs
vendor/web-sys/src/features/gen_CanvasPattern.rs
vendor/web-sys/src/features/gen_CanvasRenderingContext2d.rs
vendor/web-sys/src/features/gen_CanvasWindingRule.rs
vendor/web-sys/src/features/gen_CaretChangedReason.rs
vendor/web-sys/src/features/gen_CaretPosition.rs
vendor/web-sys/src/features/gen_CaretStateChangedEventInit.rs
vendor/web-sys/src/features/gen_CdataSection.rs
vendor/web-sys/src/features/gen_ChannelCountMode.rs
vendor/web-sys/src/features/gen_ChannelInterpretation.rs
vendor/web-sys/src/features/gen_ChannelMergerNode.rs
vendor/web-sys/src/features/gen_ChannelMergerOptions.rs
vendor/web-sys/src/features/gen_ChannelSplitterNode.rs
vendor/web-sys/src/features/gen_ChannelSplitterOptions.rs
vendor/web-sys/src/features/gen_CharacterData.rs
vendor/web-sys/src/features/gen_CheckerboardReason.rs
vendor/web-sys/src/features/gen_CheckerboardReport.rs
vendor/web-sys/src/features/gen_CheckerboardReportService.rs
vendor/web-sys/src/features/gen_ChromeFilePropertyBag.rs
vendor/web-sys/src/features/gen_ChromeWorker.rs
vendor/web-sys/src/features/gen_Client.rs
vendor/web-sys/src/features/gen_ClientQueryOptions.rs
vendor/web-sys/src/features/gen_ClientRectsAndTexts.rs
vendor/web-sys/src/features/gen_ClientType.rs
vendor/web-sys/src/features/gen_Clients.rs
vendor/web-sys/src/features/gen_Clipboard.rs
vendor/web-sys/src/features/gen_ClipboardEvent.rs
vendor/web-sys/src/features/gen_ClipboardEventInit.rs
vendor/web-sys/src/features/gen_ClipboardItem.rs
vendor/web-sys/src/features/gen_ClipboardItemOptions.rs
vendor/web-sys/src/features/gen_ClipboardPermissionDescriptor.rs
vendor/web-sys/src/features/gen_CloseEvent.rs
vendor/web-sys/src/features/gen_CloseEventInit.rs
vendor/web-sys/src/features/gen_CodecState.rs
vendor/web-sys/src/features/gen_CollectedClientData.rs
vendor/web-sys/src/features/gen_ColorSpaceConversion.rs
vendor/web-sys/src/features/gen_Comment.rs
vendor/web-sys/src/features/gen_CompositeOperation.rs
vendor/web-sys/src/features/gen_CompositionEvent.rs
vendor/web-sys/src/features/gen_CompositionEventInit.rs
vendor/web-sys/src/features/gen_ComputedEffectTiming.rs
vendor/web-sys/src/features/gen_ConnStatusDict.rs
vendor/web-sys/src/features/gen_ConnectionType.rs
vendor/web-sys/src/features/gen_ConsoleCounter.rs
vendor/web-sys/src/features/gen_ConsoleCounterError.rs
vendor/web-sys/src/features/gen_ConsoleEvent.rs
vendor/web-sys/src/features/gen_ConsoleInstance.rs
vendor/web-sys/src/features/gen_ConsoleInstanceOptions.rs
vendor/web-sys/src/features/gen_ConsoleLevel.rs
vendor/web-sys/src/features/gen_ConsoleLogLevel.rs
vendor/web-sys/src/features/gen_ConsoleProfileEvent.rs
vendor/web-sys/src/features/gen_ConsoleStackEntry.rs
vendor/web-sys/src/features/gen_ConsoleTimerError.rs
vendor/web-sys/src/features/gen_ConsoleTimerLogOrEnd.rs
vendor/web-sys/src/features/gen_ConsoleTimerStart.rs
vendor/web-sys/src/features/gen_ConstantSourceNode.rs
vendor/web-sys/src/features/gen_ConstantSourceOptions.rs
vendor/web-sys/src/features/gen_ConstrainBooleanParameters.rs
vendor/web-sys/src/features/gen_ConstrainDomStringParameters.rs
vendor/web-sys/src/features/gen_ConstrainDoubleRange.rs
vendor/web-sys/src/features/gen_ConstrainLongRange.rs
vendor/web-sys/src/features/gen_ContextAttributes2d.rs
vendor/web-sys/src/features/gen_ConvertCoordinateOptions.rs
vendor/web-sys/src/features/gen_ConvolverNode.rs
vendor/web-sys/src/features/gen_ConvolverOptions.rs
vendor/web-sys/src/features/gen_Coordinates.rs
vendor/web-sys/src/features/gen_CountQueuingStrategy.rs
vendor/web-sys/src/features/gen_Credential.rs
vendor/web-sys/src/features/gen_CredentialCreationOptions.rs
vendor/web-sys/src/features/gen_CredentialRequestOptions.rs
vendor/web-sys/src/features/gen_CredentialsContainer.rs
vendor/web-sys/src/features/gen_Crypto.rs
vendor/web-sys/src/features/gen_CryptoKey.rs
vendor/web-sys/src/features/gen_CryptoKeyPair.rs
vendor/web-sys/src/features/gen_Csp.rs
vendor/web-sys/src/features/gen_CspPolicies.rs
vendor/web-sys/src/features/gen_CspReport.rs
vendor/web-sys/src/features/gen_CspReportProperties.rs
vendor/web-sys/src/features/gen_CssAnimation.rs
vendor/web-sys/src/features/gen_CssBoxType.rs
vendor/web-sys/src/features/gen_CssConditionRule.rs
vendor/web-sys/src/features/gen_CssCounterStyleRule.rs
vendor/web-sys/src/features/gen_CssFontFaceRule.rs
vendor/web-sys/src/features/gen_CssFontFeatureValuesRule.rs
vendor/web-sys/src/features/gen_CssGroupingRule.rs
vendor/web-sys/src/features/gen_CssImportRule.rs
vendor/web-sys/src/features/gen_CssKeyframeRule.rs
vendor/web-sys/src/features/gen_CssKeyframesRule.rs
vendor/web-sys/src/features/gen_CssMediaRule.rs
vendor/web-sys/src/features/gen_CssNamespaceRule.rs
vendor/web-sys/src/features/gen_CssPageRule.rs
vendor/web-sys/src/features/gen_CssPseudoElement.rs
vendor/web-sys/src/features/gen_CssRule.rs
vendor/web-sys/src/features/gen_CssRuleList.rs
vendor/web-sys/src/features/gen_CssStyleDeclaration.rs
vendor/web-sys/src/features/gen_CssStyleRule.rs
vendor/web-sys/src/features/gen_CssStyleSheet.rs
vendor/web-sys/src/features/gen_CssStyleSheetParsingMode.rs
vendor/web-sys/src/features/gen_CssSupportsRule.rs
vendor/web-sys/src/features/gen_CssTransition.rs
vendor/web-sys/src/features/gen_CustomElementRegistry.rs
vendor/web-sys/src/features/gen_CustomEvent.rs
vendor/web-sys/src/features/gen_CustomEventInit.rs
vendor/web-sys/src/features/gen_DataTransfer.rs
vendor/web-sys/src/features/gen_DataTransferItem.rs
vendor/web-sys/src/features/gen_DataTransferItemList.rs
vendor/web-sys/src/features/gen_DateTimeValue.rs
vendor/web-sys/src/features/gen_DecoderDoctorNotification.rs
vendor/web-sys/src/features/gen_DecoderDoctorNotificationType.rs
vendor/web-sys/src/features/gen_DedicatedWorkerGlobalScope.rs
vendor/web-sys/src/features/gen_DelayNode.rs
vendor/web-sys/src/features/gen_DelayOptions.rs
vendor/web-sys/src/features/gen_DeviceAcceleration.rs
vendor/web-sys/src/features/gen_DeviceAccelerationInit.rs
vendor/web-sys/src/features/gen_DeviceLightEvent.rs
vendor/web-sys/src/features/gen_DeviceLightEventInit.rs
vendor/web-sys/src/features/gen_DeviceMotionEvent.rs
vendor/web-sys/src/features/gen_DeviceMotionEventInit.rs
vendor/web-sys/src/features/gen_DeviceOrientationEvent.rs
vendor/web-sys/src/features/gen_DeviceOrientationEventInit.rs
vendor/web-sys/src/features/gen_DeviceProximityEvent.rs
vendor/web-sys/src/features/gen_DeviceProximityEventInit.rs
vendor/web-sys/src/features/gen_DeviceRotationRate.rs
vendor/web-sys/src/features/gen_DeviceRotationRateInit.rs
vendor/web-sys/src/features/gen_DhKeyDeriveParams.rs
vendor/web-sys/src/features/gen_DirectionSetting.rs
vendor/web-sys/src/features/gen_Directory.rs
vendor/web-sys/src/features/gen_DisplayMediaStreamConstraints.rs
vendor/web-sys/src/features/gen_DisplayNameOptions.rs
vendor/web-sys/src/features/gen_DisplayNameResult.rs
vendor/web-sys/src/features/gen_DistanceModelType.rs
vendor/web-sys/src/features/gen_DnsCacheDict.rs
vendor/web-sys/src/features/gen_DnsCacheEntry.rs
vendor/web-sys/src/features/gen_DnsLookupDict.rs
vendor/web-sys/src/features/gen_Document.rs
vendor/web-sys/src/features/gen_DocumentFragment.rs
vendor/web-sys/src/features/gen_DocumentTimeline.rs
vendor/web-sys/src/features/gen_DocumentTimelineOptions.rs
vendor/web-sys/src/features/gen_DocumentType.rs
vendor/web-sys/src/features/gen_DomError.rs
vendor/web-sys/src/features/gen_DomException.rs
vendor/web-sys/src/features/gen_DomImplementation.rs
vendor/web-sys/src/features/gen_DomMatrix.rs
vendor/web-sys/src/features/gen_DomMatrixReadOnly.rs
vendor/web-sys/src/features/gen_DomParser.rs
vendor/web-sys/src/features/gen_DomPoint.rs
vendor/web-sys/src/features/gen_DomPointInit.rs
vendor/web-sys/src/features/gen_DomPointReadOnly.rs
vendor/web-sys/src/features/gen_DomQuad.rs
vendor/web-sys/src/features/gen_DomQuadInit.rs
vendor/web-sys/src/features/gen_DomQuadJson.rs
vendor/web-sys/src/features/gen_DomRect.rs
vendor/web-sys/src/features/gen_DomRectInit.rs
vendor/web-sys/src/features/gen_DomRectList.rs
vendor/web-sys/src/features/gen_DomRectReadOnly.rs
vendor/web-sys/src/features/gen_DomRequest.rs
vendor/web-sys/src/features/gen_DomRequestReadyState.rs
vendor/web-sys/src/features/gen_DomStringList.rs
vendor/web-sys/src/features/gen_DomStringMap.rs
vendor/web-sys/src/features/gen_DomTokenList.rs
vendor/web-sys/src/features/gen_DomWindowResizeEventDetail.rs
vendor/web-sys/src/features/gen_DragEvent.rs
vendor/web-sys/src/features/gen_DragEventInit.rs
vendor/web-sys/src/features/gen_DynamicsCompressorNode.rs
vendor/web-sys/src/features/gen_DynamicsCompressorOptions.rs
vendor/web-sys/src/features/gen_EcKeyAlgorithm.rs
vendor/web-sys/src/features/gen_EcKeyGenParams.rs
vendor/web-sys/src/features/gen_EcKeyImportParams.rs
vendor/web-sys/src/features/gen_EcdhKeyDeriveParams.rs
vendor/web-sys/src/features/gen_EcdsaParams.rs
vendor/web-sys/src/features/gen_EffectTiming.rs
vendor/web-sys/src/features/gen_Element.rs
vendor/web-sys/src/features/gen_ElementCreationOptions.rs
vendor/web-sys/src/features/gen_ElementDefinitionOptions.rs
vendor/web-sys/src/features/gen_EncodedAudioChunk.rs
vendor/web-sys/src/features/gen_EncodedAudioChunkInit.rs
vendor/web-sys/src/features/gen_EncodedAudioChunkMetadata.rs
vendor/web-sys/src/features/gen_EncodedAudioChunkType.rs
vendor/web-sys/src/features/gen_EncodedVideoChunk.rs
vendor/web-sys/src/features/gen_EncodedVideoChunkInit.rs
vendor/web-sys/src/features/gen_EncodedVideoChunkMetadata.rs
vendor/web-sys/src/features/gen_EncodedVideoChunkType.rs
vendor/web-sys/src/features/gen_EndingTypes.rs
vendor/web-sys/src/features/gen_ErrorCallback.rs
vendor/web-sys/src/features/gen_ErrorEvent.rs
vendor/web-sys/src/features/gen_ErrorEventInit.rs
vendor/web-sys/src/features/gen_Event.rs
vendor/web-sys/src/features/gen_EventInit.rs
vendor/web-sys/src/features/gen_EventListener.rs
vendor/web-sys/src/features/gen_EventListenerOptions.rs
vendor/web-sys/src/features/gen_EventModifierInit.rs
vendor/web-sys/src/features/gen_EventSource.rs
vendor/web-sys/src/features/gen_EventSourceInit.rs
vendor/web-sys/src/features/gen_EventTarget.rs
vendor/web-sys/src/features/gen_Exception.rs
vendor/web-sys/src/features/gen_ExtBlendMinmax.rs
vendor/web-sys/src/features/gen_ExtColorBufferFloat.rs
vendor/web-sys/src/features/gen_ExtColorBufferHalfFloat.rs
vendor/web-sys/src/features/gen_ExtDisjointTimerQuery.rs
vendor/web-sys/src/features/gen_ExtFragDepth.rs
vendor/web-sys/src/features/gen_ExtSRgb.rs
vendor/web-sys/src/features/gen_ExtShaderTextureLod.rs
vendor/web-sys/src/features/gen_ExtTextureFilterAnisotropic.rs
vendor/web-sys/src/features/gen_ExtTextureNorm16.rs
vendor/web-sys/src/features/gen_ExtendableEvent.rs
vendor/web-sys/src/features/gen_ExtendableEventInit.rs
vendor/web-sys/src/features/gen_ExtendableMessageEvent.rs
vendor/web-sys/src/features/gen_ExtendableMessageEventInit.rs
vendor/web-sys/src/features/gen_External.rs
vendor/web-sys/src/features/gen_FakePluginMimeEntry.rs
vendor/web-sys/src/features/gen_FakePluginTagInit.rs
vendor/web-sys/src/features/gen_FetchEvent.rs
vendor/web-sys/src/features/gen_FetchEventInit.rs
vendor/web-sys/src/features/gen_FetchObserver.rs
vendor/web-sys/src/features/gen_FetchReadableStreamReadDataArray.rs
vendor/web-sys/src/features/gen_FetchReadableStreamReadDataDone.rs
vendor/web-sys/src/features/gen_FetchState.rs
vendor/web-sys/src/features/gen_File.rs
vendor/web-sys/src/features/gen_FileCallback.rs
vendor/web-sys/src/features/gen_FileList.rs
vendor/web-sys/src/features/gen_FilePropertyBag.rs
vendor/web-sys/src/features/gen_FileReader.rs
vendor/web-sys/src/features/gen_FileReaderSync.rs
vendor/web-sys/src/features/gen_FileSystem.rs
vendor/web-sys/src/features/gen_FileSystemCreateWritableOptions.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_FileSystemDirectoryEntry.rs
vendor/web-sys/src/features/gen_FileSystemDirectoryHandle.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_FileSystemDirectoryReader.rs
vendor/web-sys/src/features/gen_FileSystemEntriesCallback.rs
vendor/web-sys/src/features/gen_FileSystemEntry.rs
vendor/web-sys/src/features/gen_FileSystemEntryCallback.rs
vendor/web-sys/src/features/gen_FileSystemFileEntry.rs
vendor/web-sys/src/features/gen_FileSystemFileHandle.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_FileSystemFlags.rs
vendor/web-sys/src/features/gen_FileSystemGetDirectoryOptions.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_FileSystemGetFileOptions.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_FileSystemHandle.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_FileSystemHandleKind.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_FileSystemReadWriteOptions.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_FileSystemRemoveOptions.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_FileSystemSyncAccessHandle.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_FileSystemWritableFileStream.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_FillMode.rs
vendor/web-sys/src/features/gen_FlashClassification.rs
vendor/web-sys/src/features/gen_FlexLineGrowthState.rs
vendor/web-sys/src/features/gen_FlowControlType.rs
vendor/web-sys/src/features/gen_FocusEvent.rs
vendor/web-sys/src/features/gen_FocusEventInit.rs
vendor/web-sys/src/features/gen_FontData.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_FontFace.rs
vendor/web-sys/src/features/gen_FontFaceDescriptors.rs
vendor/web-sys/src/features/gen_FontFaceLoadStatus.rs
vendor/web-sys/src/features/gen_FontFaceSet.rs
vendor/web-sys/src/features/gen_FontFaceSetIterator.rs
vendor/web-sys/src/features/gen_FontFaceSetIteratorResult.rs
vendor/web-sys/src/features/gen_FontFaceSetLoadEvent.rs
vendor/web-sys/src/features/gen_FontFaceSetLoadEventInit.rs
vendor/web-sys/src/features/gen_FontFaceSetLoadStatus.rs
vendor/web-sys/src/features/gen_FormData.rs
vendor/web-sys/src/features/gen_FrameType.rs
vendor/web-sys/src/features/gen_FuzzingFunctions.rs
vendor/web-sys/src/features/gen_GainNode.rs
vendor/web-sys/src/features/gen_GainOptions.rs
vendor/web-sys/src/features/gen_Gamepad.rs
vendor/web-sys/src/features/gen_GamepadAxisMoveEvent.rs
vendor/web-sys/src/features/gen_GamepadAxisMoveEventInit.rs
vendor/web-sys/src/features/gen_GamepadButton.rs
vendor/web-sys/src/features/gen_GamepadButtonEvent.rs
vendor/web-sys/src/features/gen_GamepadButtonEventInit.rs
vendor/web-sys/src/features/gen_GamepadEvent.rs
vendor/web-sys/src/features/gen_GamepadEventInit.rs
vendor/web-sys/src/features/gen_GamepadHand.rs
vendor/web-sys/src/features/gen_GamepadHapticActuator.rs
vendor/web-sys/src/features/gen_GamepadHapticActuatorType.rs
vendor/web-sys/src/features/gen_GamepadMappingType.rs
vendor/web-sys/src/features/gen_GamepadPose.rs
vendor/web-sys/src/features/gen_GamepadServiceTest.rs
vendor/web-sys/src/features/gen_Geolocation.rs
vendor/web-sys/src/features/gen_GetAnimationsOptions.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_GetNotificationOptions.rs
vendor/web-sys/src/features/gen_GetRootNodeOptions.rs
vendor/web-sys/src/features/gen_GetUserMediaRequest.rs
vendor/web-sys/src/features/gen_Gpu.rs
vendor/web-sys/src/features/gen_GpuAdapter.rs
vendor/web-sys/src/features/gen_GpuAdapterInfo.rs
vendor/web-sys/src/features/gen_GpuAddressMode.rs
vendor/web-sys/src/features/gen_GpuAutoLayoutMode.rs
vendor/web-sys/src/features/gen_GpuBindGroup.rs
vendor/web-sys/src/features/gen_GpuBindGroupDescriptor.rs
vendor/web-sys/src/features/gen_GpuBindGroupEntry.rs
vendor/web-sys/src/features/gen_GpuBindGroupLayout.rs
vendor/web-sys/src/features/gen_GpuBindGroupLayoutDescriptor.rs
vendor/web-sys/src/features/gen_GpuBindGroupLayoutEntry.rs
vendor/web-sys/src/features/gen_GpuBlendComponent.rs
vendor/web-sys/src/features/gen_GpuBlendFactor.rs
vendor/web-sys/src/features/gen_GpuBlendOperation.rs
vendor/web-sys/src/features/gen_GpuBlendState.rs
vendor/web-sys/src/features/gen_GpuBuffer.rs
vendor/web-sys/src/features/gen_GpuBufferBinding.rs
vendor/web-sys/src/features/gen_GpuBufferBindingLayout.rs
vendor/web-sys/src/features/gen_GpuBufferBindingType.rs
vendor/web-sys/src/features/gen_GpuBufferDescriptor.rs
vendor/web-sys/src/features/gen_GpuBufferMapState.rs
vendor/web-sys/src/features/gen_GpuCanvasAlphaMode.rs
vendor/web-sys/src/features/gen_GpuCanvasConfiguration.rs
vendor/web-sys/src/features/gen_GpuCanvasContext.rs
vendor/web-sys/src/features/gen_GpuColorDict.rs
vendor/web-sys/src/features/gen_GpuColorTargetState.rs
vendor/web-sys/src/features/gen_GpuCommandBuffer.rs
vendor/web-sys/src/features/gen_GpuCommandBufferDescriptor.rs
vendor/web-sys/src/features/gen_GpuCommandEncoder.rs
vendor/web-sys/src/features/gen_GpuCommandEncoderDescriptor.rs
vendor/web-sys/src/features/gen_GpuCompareFunction.rs
vendor/web-sys/src/features/gen_GpuCompilationInfo.rs
vendor/web-sys/src/features/gen_GpuCompilationMessage.rs
vendor/web-sys/src/features/gen_GpuCompilationMessageType.rs
vendor/web-sys/src/features/gen_GpuComputePassDescriptor.rs
vendor/web-sys/src/features/gen_GpuComputePassEncoder.rs
vendor/web-sys/src/features/gen_GpuComputePassTimestampLocation.rs
vendor/web-sys/src/features/gen_GpuComputePassTimestampWrite.rs
vendor/web-sys/src/features/gen_GpuComputePipeline.rs
vendor/web-sys/src/features/gen_GpuComputePipelineDescriptor.rs
vendor/web-sys/src/features/gen_GpuCullMode.rs
vendor/web-sys/src/features/gen_GpuDepthStencilState.rs
vendor/web-sys/src/features/gen_GpuDevice.rs
vendor/web-sys/src/features/gen_GpuDeviceDescriptor.rs
vendor/web-sys/src/features/gen_GpuDeviceLostInfo.rs
vendor/web-sys/src/features/gen_GpuDeviceLostReason.rs
vendor/web-sys/src/features/gen_GpuError.rs
vendor/web-sys/src/features/gen_GpuErrorFilter.rs
vendor/web-sys/src/features/gen_GpuExtent3dDict.rs
vendor/web-sys/src/features/gen_GpuExternalTexture.rs
vendor/web-sys/src/features/gen_GpuExternalTextureBindingLayout.rs
vendor/web-sys/src/features/gen_GpuExternalTextureDescriptor.rs
vendor/web-sys/src/features/gen_GpuFeatureName.rs
vendor/web-sys/src/features/gen_GpuFilterMode.rs
vendor/web-sys/src/features/gen_GpuFragmentState.rs
vendor/web-sys/src/features/gen_GpuFrontFace.rs
vendor/web-sys/src/features/gen_GpuImageCopyBuffer.rs
vendor/web-sys/src/features/gen_GpuImageCopyExternalImage.rs
vendor/web-sys/src/features/gen_GpuImageCopyTexture.rs
vendor/web-sys/src/features/gen_GpuImageCopyTextureTagged.rs
vendor/web-sys/src/features/gen_GpuImageDataLayout.rs
vendor/web-sys/src/features/gen_GpuIndexFormat.rs
vendor/web-sys/src/features/gen_GpuInternalError.rs
vendor/web-sys/src/features/gen_GpuLoadOp.rs
vendor/web-sys/src/features/gen_GpuMipmapFilterMode.rs
vendor/web-sys/src/features/gen_GpuMultisampleState.rs
vendor/web-sys/src/features/gen_GpuObjectDescriptorBase.rs
vendor/web-sys/src/features/gen_GpuOrigin2dDict.rs
vendor/web-sys/src/features/gen_GpuOrigin3dDict.rs
vendor/web-sys/src/features/gen_GpuOutOfMemoryError.rs
vendor/web-sys/src/features/gen_GpuPipelineDescriptorBase.rs
vendor/web-sys/src/features/gen_GpuPipelineLayout.rs
vendor/web-sys/src/features/gen_GpuPipelineLayoutDescriptor.rs
vendor/web-sys/src/features/gen_GpuPowerPreference.rs
vendor/web-sys/src/features/gen_GpuPrimitiveState.rs
vendor/web-sys/src/features/gen_GpuPrimitiveTopology.rs
vendor/web-sys/src/features/gen_GpuProgrammableStage.rs
vendor/web-sys/src/features/gen_GpuQuerySet.rs
vendor/web-sys/src/features/gen_GpuQuerySetDescriptor.rs
vendor/web-sys/src/features/gen_GpuQueryType.rs
vendor/web-sys/src/features/gen_GpuQueue.rs
vendor/web-sys/src/features/gen_GpuQueueDescriptor.rs
vendor/web-sys/src/features/gen_GpuRenderBundle.rs
vendor/web-sys/src/features/gen_GpuRenderBundleDescriptor.rs
vendor/web-sys/src/features/gen_GpuRenderBundleEncoder.rs
vendor/web-sys/src/features/gen_GpuRenderBundleEncoderDescriptor.rs
vendor/web-sys/src/features/gen_GpuRenderPassColorAttachment.rs
vendor/web-sys/src/features/gen_GpuRenderPassDepthStencilAttachment.rs
vendor/web-sys/src/features/gen_GpuRenderPassDescriptor.rs
vendor/web-sys/src/features/gen_GpuRenderPassEncoder.rs
vendor/web-sys/src/features/gen_GpuRenderPassLayout.rs
vendor/web-sys/src/features/gen_GpuRenderPassTimestampLocation.rs
vendor/web-sys/src/features/gen_GpuRenderPassTimestampWrite.rs
vendor/web-sys/src/features/gen_GpuRenderPipeline.rs
vendor/web-sys/src/features/gen_GpuRenderPipelineDescriptor.rs
vendor/web-sys/src/features/gen_GpuRequestAdapterOptions.rs
vendor/web-sys/src/features/gen_GpuSampler.rs
vendor/web-sys/src/features/gen_GpuSamplerBindingLayout.rs
vendor/web-sys/src/features/gen_GpuSamplerBindingType.rs
vendor/web-sys/src/features/gen_GpuSamplerDescriptor.rs
vendor/web-sys/src/features/gen_GpuShaderModule.rs
vendor/web-sys/src/features/gen_GpuShaderModuleCompilationHint.rs
vendor/web-sys/src/features/gen_GpuShaderModuleDescriptor.rs
vendor/web-sys/src/features/gen_GpuStencilFaceState.rs
vendor/web-sys/src/features/gen_GpuStencilOperation.rs
vendor/web-sys/src/features/gen_GpuStorageTextureAccess.rs
vendor/web-sys/src/features/gen_GpuStorageTextureBindingLayout.rs
vendor/web-sys/src/features/gen_GpuStoreOp.rs
vendor/web-sys/src/features/gen_GpuSupportedFeatures.rs
vendor/web-sys/src/features/gen_GpuSupportedLimits.rs
vendor/web-sys/src/features/gen_GpuTexture.rs
vendor/web-sys/src/features/gen_GpuTextureAspect.rs
vendor/web-sys/src/features/gen_GpuTextureBindingLayout.rs
vendor/web-sys/src/features/gen_GpuTextureDescriptor.rs
vendor/web-sys/src/features/gen_GpuTextureDimension.rs
vendor/web-sys/src/features/gen_GpuTextureFormat.rs
vendor/web-sys/src/features/gen_GpuTextureSampleType.rs
vendor/web-sys/src/features/gen_GpuTextureView.rs
vendor/web-sys/src/features/gen_GpuTextureViewDescriptor.rs
vendor/web-sys/src/features/gen_GpuTextureViewDimension.rs
vendor/web-sys/src/features/gen_GpuUncapturedErrorEvent.rs
vendor/web-sys/src/features/gen_GpuUncapturedErrorEventInit.rs
vendor/web-sys/src/features/gen_GpuValidationError.rs
vendor/web-sys/src/features/gen_GpuVertexAttribute.rs
vendor/web-sys/src/features/gen_GpuVertexBufferLayout.rs
vendor/web-sys/src/features/gen_GpuVertexFormat.rs
vendor/web-sys/src/features/gen_GpuVertexState.rs
vendor/web-sys/src/features/gen_GpuVertexStepMode.rs
vendor/web-sys/src/features/gen_GridDeclaration.rs
vendor/web-sys/src/features/gen_GridTrackState.rs
vendor/web-sys/src/features/gen_GroupedHistoryEventInit.rs
vendor/web-sys/src/features/gen_HalfOpenInfoDict.rs
vendor/web-sys/src/features/gen_HardwareAcceleration.rs
vendor/web-sys/src/features/gen_HashChangeEvent.rs
vendor/web-sys/src/features/gen_HashChangeEventInit.rs
vendor/web-sys/src/features/gen_Headers.rs
vendor/web-sys/src/features/gen_HeadersGuardEnum.rs
vendor/web-sys/src/features/gen_Hid.rs
vendor/web-sys/src/features/gen_HidCollectionInfo.rs
vendor/web-sys/src/features/gen_HidConnectionEvent.rs
vendor/web-sys/src/features/gen_HidConnectionEventInit.rs
vendor/web-sys/src/features/gen_HidDevice.rs
vendor/web-sys/src/features/gen_HidDeviceFilter.rs
vendor/web-sys/src/features/gen_HidDeviceRequestOptions.rs
vendor/web-sys/src/features/gen_HidInputReportEvent.rs
vendor/web-sys/src/features/gen_HidInputReportEventInit.rs
vendor/web-sys/src/features/gen_HidReportInfo.rs
vendor/web-sys/src/features/gen_HidReportItem.rs
vendor/web-sys/src/features/gen_HidUnitSystem.rs
vendor/web-sys/src/features/gen_HiddenPluginEventInit.rs
vendor/web-sys/src/features/gen_History.rs
vendor/web-sys/src/features/gen_HitRegionOptions.rs
vendor/web-sys/src/features/gen_HkdfParams.rs
vendor/web-sys/src/features/gen_HmacDerivedKeyParams.rs
vendor/web-sys/src/features/gen_HmacImportParams.rs
vendor/web-sys/src/features/gen_HmacKeyAlgorithm.rs
vendor/web-sys/src/features/gen_HmacKeyGenParams.rs
vendor/web-sys/src/features/gen_HtmlAllCollection.rs
vendor/web-sys/src/features/gen_HtmlAnchorElement.rs
vendor/web-sys/src/features/gen_HtmlAreaElement.rs
vendor/web-sys/src/features/gen_HtmlAudioElement.rs
vendor/web-sys/src/features/gen_HtmlBaseElement.rs
vendor/web-sys/src/features/gen_HtmlBodyElement.rs
vendor/web-sys/src/features/gen_HtmlBrElement.rs
vendor/web-sys/src/features/gen_HtmlButtonElement.rs
vendor/web-sys/src/features/gen_HtmlCanvasElement.rs
vendor/web-sys/src/features/gen_HtmlCollection.rs
vendor/web-sys/src/features/gen_HtmlDListElement.rs
vendor/web-sys/src/features/gen_HtmlDataElement.rs
vendor/web-sys/src/features/gen_HtmlDataListElement.rs
vendor/web-sys/src/features/gen_HtmlDetailsElement.rs
vendor/web-sys/src/features/gen_HtmlDialogElement.rs
vendor/web-sys/src/features/gen_HtmlDirectoryElement.rs
vendor/web-sys/src/features/gen_HtmlDivElement.rs
vendor/web-sys/src/features/gen_HtmlDocument.rs
vendor/web-sys/src/features/gen_HtmlElement.rs
vendor/web-sys/src/features/gen_HtmlEmbedElement.rs
vendor/web-sys/src/features/gen_HtmlFieldSetElement.rs
vendor/web-sys/src/features/gen_HtmlFontElement.rs
vendor/web-sys/src/features/gen_HtmlFormControlsCollection.rs
vendor/web-sys/src/features/gen_HtmlFormElement.rs
vendor/web-sys/src/features/gen_HtmlFrameElement.rs
vendor/web-sys/src/features/gen_HtmlFrameSetElement.rs
vendor/web-sys/src/features/gen_HtmlHeadElement.rs
vendor/web-sys/src/features/gen_HtmlHeadingElement.rs
vendor/web-sys/src/features/gen_HtmlHrElement.rs
vendor/web-sys/src/features/gen_HtmlHtmlElement.rs
vendor/web-sys/src/features/gen_HtmlIFrameElement.rs
vendor/web-sys/src/features/gen_HtmlImageElement.rs
vendor/web-sys/src/features/gen_HtmlInputElement.rs
vendor/web-sys/src/features/gen_HtmlLabelElement.rs
vendor/web-sys/src/features/gen_HtmlLegendElement.rs
vendor/web-sys/src/features/gen_HtmlLiElement.rs
vendor/web-sys/src/features/gen_HtmlLinkElement.rs
vendor/web-sys/src/features/gen_HtmlMapElement.rs
vendor/web-sys/src/features/gen_HtmlMediaElement.rs
vendor/web-sys/src/features/gen_HtmlMenuElement.rs
vendor/web-sys/src/features/gen_HtmlMenuItemElement.rs
vendor/web-sys/src/features/gen_HtmlMetaElement.rs
vendor/web-sys/src/features/gen_HtmlMeterElement.rs
vendor/web-sys/src/features/gen_HtmlModElement.rs
vendor/web-sys/src/features/gen_HtmlOListElement.rs
vendor/web-sys/src/features/gen_HtmlObjectElement.rs
vendor/web-sys/src/features/gen_HtmlOptGroupElement.rs
vendor/web-sys/src/features/gen_HtmlOptionElement.rs
vendor/web-sys/src/features/gen_HtmlOptionsCollection.rs
vendor/web-sys/src/features/gen_HtmlOutputElement.rs
vendor/web-sys/src/features/gen_HtmlParagraphElement.rs
vendor/web-sys/src/features/gen_HtmlParamElement.rs
vendor/web-sys/src/features/gen_HtmlPictureElement.rs
vendor/web-sys/src/features/gen_HtmlPreElement.rs
vendor/web-sys/src/features/gen_HtmlProgressElement.rs
vendor/web-sys/src/features/gen_HtmlQuoteElement.rs
vendor/web-sys/src/features/gen_HtmlScriptElement.rs
vendor/web-sys/src/features/gen_HtmlSelectElement.rs
vendor/web-sys/src/features/gen_HtmlSlotElement.rs
vendor/web-sys/src/features/gen_HtmlSourceElement.rs
vendor/web-sys/src/features/gen_HtmlSpanElement.rs
vendor/web-sys/src/features/gen_HtmlStyleElement.rs
vendor/web-sys/src/features/gen_HtmlTableCaptionElement.rs
vendor/web-sys/src/features/gen_HtmlTableCellElement.rs
vendor/web-sys/src/features/gen_HtmlTableColElement.rs
vendor/web-sys/src/features/gen_HtmlTableElement.rs
vendor/web-sys/src/features/gen_HtmlTableRowElement.rs
vendor/web-sys/src/features/gen_HtmlTableSectionElement.rs
vendor/web-sys/src/features/gen_HtmlTemplateElement.rs
vendor/web-sys/src/features/gen_HtmlTextAreaElement.rs
vendor/web-sys/src/features/gen_HtmlTimeElement.rs
vendor/web-sys/src/features/gen_HtmlTitleElement.rs
vendor/web-sys/src/features/gen_HtmlTrackElement.rs
vendor/web-sys/src/features/gen_HtmlUListElement.rs
vendor/web-sys/src/features/gen_HtmlUnknownElement.rs
vendor/web-sys/src/features/gen_HtmlVideoElement.rs
vendor/web-sys/src/features/gen_HttpConnDict.rs
vendor/web-sys/src/features/gen_HttpConnInfo.rs
vendor/web-sys/src/features/gen_HttpConnectionElement.rs
vendor/web-sys/src/features/gen_IdbCursor.rs
vendor/web-sys/src/features/gen_IdbCursorDirection.rs
vendor/web-sys/src/features/gen_IdbCursorWithValue.rs
vendor/web-sys/src/features/gen_IdbDatabase.rs
vendor/web-sys/src/features/gen_IdbFactory.rs
vendor/web-sys/src/features/gen_IdbFileHandle.rs
vendor/web-sys/src/features/gen_IdbFileMetadataParameters.rs
vendor/web-sys/src/features/gen_IdbFileRequest.rs
vendor/web-sys/src/features/gen_IdbIndex.rs
vendor/web-sys/src/features/gen_IdbIndexParameters.rs
vendor/web-sys/src/features/gen_IdbKeyRange.rs
vendor/web-sys/src/features/gen_IdbLocaleAwareKeyRange.rs
vendor/web-sys/src/features/gen_IdbMutableFile.rs
vendor/web-sys/src/features/gen_IdbObjectStore.rs
vendor/web-sys/src/features/gen_IdbObjectStoreParameters.rs
vendor/web-sys/src/features/gen_IdbOpenDbOptions.rs
vendor/web-sys/src/features/gen_IdbOpenDbRequest.rs
vendor/web-sys/src/features/gen_IdbRequest.rs
vendor/web-sys/src/features/gen_IdbRequestReadyState.rs
vendor/web-sys/src/features/gen_IdbTransaction.rs
vendor/web-sys/src/features/gen_IdbTransactionMode.rs
vendor/web-sys/src/features/gen_IdbVersionChangeEvent.rs
vendor/web-sys/src/features/gen_IdbVersionChangeEventInit.rs
vendor/web-sys/src/features/gen_IdleDeadline.rs
vendor/web-sys/src/features/gen_IdleRequestOptions.rs
vendor/web-sys/src/features/gen_IirFilterNode.rs
vendor/web-sys/src/features/gen_IirFilterOptions.rs
vendor/web-sys/src/features/gen_ImageBitmap.rs
vendor/web-sys/src/features/gen_ImageBitmapOptions.rs
vendor/web-sys/src/features/gen_ImageBitmapRenderingContext.rs
vendor/web-sys/src/features/gen_ImageCapture.rs
vendor/web-sys/src/features/gen_ImageCaptureError.rs
vendor/web-sys/src/features/gen_ImageCaptureErrorEvent.rs
vendor/web-sys/src/features/gen_ImageCaptureErrorEventInit.rs
vendor/web-sys/src/features/gen_ImageData.rs
vendor/web-sys/src/features/gen_ImageDecodeOptions.rs
vendor/web-sys/src/features/gen_ImageDecodeResult.rs
vendor/web-sys/src/features/gen_ImageDecoder.rs
vendor/web-sys/src/features/gen_ImageDecoderInit.rs
vendor/web-sys/src/features/gen_ImageEncodeOptions.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_ImageOrientation.rs
vendor/web-sys/src/features/gen_ImageTrack.rs
vendor/web-sys/src/features/gen_ImageTrackList.rs
vendor/web-sys/src/features/gen_InputEvent.rs
vendor/web-sys/src/features/gen_InputEventInit.rs
vendor/web-sys/src/features/gen_InstallTriggerData.rs
vendor/web-sys/src/features/gen_IntersectionObserver.rs
vendor/web-sys/src/features/gen_IntersectionObserverEntry.rs
vendor/web-sys/src/features/gen_IntersectionObserverEntryInit.rs
vendor/web-sys/src/features/gen_IntersectionObserverInit.rs
vendor/web-sys/src/features/gen_IntlUtils.rs
vendor/web-sys/src/features/gen_IterableKeyAndValueResult.rs
vendor/web-sys/src/features/gen_IterableKeyOrValueResult.rs
vendor/web-sys/src/features/gen_IterationCompositeOperation.rs
vendor/web-sys/src/features/gen_JsonWebKey.rs
vendor/web-sys/src/features/gen_KeyAlgorithm.rs
vendor/web-sys/src/features/gen_KeyEvent.rs
vendor/web-sys/src/features/gen_KeyIdsInitData.rs
vendor/web-sys/src/features/gen_KeyboardEvent.rs
vendor/web-sys/src/features/gen_KeyboardEventInit.rs
vendor/web-sys/src/features/gen_KeyframeAnimationOptions.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_KeyframeEffect.rs
vendor/web-sys/src/features/gen_KeyframeEffectOptions.rs
vendor/web-sys/src/features/gen_L10nElement.rs
vendor/web-sys/src/features/gen_L10nValue.rs
vendor/web-sys/src/features/gen_LatencyMode.rs
vendor/web-sys/src/features/gen_LifecycleCallbacks.rs
vendor/web-sys/src/features/gen_LineAlignSetting.rs
vendor/web-sys/src/features/gen_ListBoxObject.rs
vendor/web-sys/src/features/gen_LocalMediaStream.rs
vendor/web-sys/src/features/gen_LocaleInfo.rs
vendor/web-sys/src/features/gen_Location.rs
vendor/web-sys/src/features/gen_MediaCapabilities.rs
vendor/web-sys/src/features/gen_MediaCapabilitiesInfo.rs
vendor/web-sys/src/features/gen_MediaConfiguration.rs
vendor/web-sys/src/features/gen_MediaDecodingConfiguration.rs
vendor/web-sys/src/features/gen_MediaDecodingType.rs
vendor/web-sys/src/features/gen_MediaDeviceInfo.rs
vendor/web-sys/src/features/gen_MediaDeviceKind.rs
vendor/web-sys/src/features/gen_MediaDevices.rs
vendor/web-sys/src/features/gen_MediaElementAudioSourceNode.rs
vendor/web-sys/src/features/gen_MediaElementAudioSourceOptions.rs
vendor/web-sys/src/features/gen_MediaEncodingConfiguration.rs
vendor/web-sys/src/features/gen_MediaEncodingType.rs
vendor/web-sys/src/features/gen_MediaEncryptedEvent.rs
vendor/web-sys/src/features/gen_MediaError.rs
vendor/web-sys/src/features/gen_MediaImage.rs
vendor/web-sys/src/features/gen_MediaKeyError.rs
vendor/web-sys/src/features/gen_MediaKeyMessageEvent.rs
vendor/web-sys/src/features/gen_MediaKeyMessageEventInit.rs
vendor/web-sys/src/features/gen_MediaKeyMessageType.rs
vendor/web-sys/src/features/gen_MediaKeyNeededEventInit.rs
vendor/web-sys/src/features/gen_MediaKeySession.rs
vendor/web-sys/src/features/gen_MediaKeySessionType.rs
vendor/web-sys/src/features/gen_MediaKeyStatus.rs
vendor/web-sys/src/features/gen_MediaKeyStatusMap.rs
vendor/web-sys/src/features/gen_MediaKeySystemAccess.rs
vendor/web-sys/src/features/gen_MediaKeySystemConfiguration.rs
vendor/web-sys/src/features/gen_MediaKeySystemMediaCapability.rs
vendor/web-sys/src/features/gen_MediaKeySystemStatus.rs
vendor/web-sys/src/features/gen_MediaKeys.rs
vendor/web-sys/src/features/gen_MediaKeysPolicy.rs
vendor/web-sys/src/features/gen_MediaKeysRequirement.rs
vendor/web-sys/src/features/gen_MediaList.rs
vendor/web-sys/src/features/gen_MediaMetadata.rs
vendor/web-sys/src/features/gen_MediaMetadataInit.rs
vendor/web-sys/src/features/gen_MediaPositionState.rs
vendor/web-sys/src/features/gen_MediaQueryList.rs
vendor/web-sys/src/features/gen_MediaQueryListEvent.rs
vendor/web-sys/src/features/gen_MediaQueryListEventInit.rs
vendor/web-sys/src/features/gen_MediaRecorder.rs
vendor/web-sys/src/features/gen_MediaRecorderErrorEvent.rs
vendor/web-sys/src/features/gen_MediaRecorderErrorEventInit.rs
vendor/web-sys/src/features/gen_MediaRecorderOptions.rs
vendor/web-sys/src/features/gen_MediaSession.rs
vendor/web-sys/src/features/gen_MediaSessionAction.rs
vendor/web-sys/src/features/gen_MediaSessionActionDetails.rs
vendor/web-sys/src/features/gen_MediaSessionPlaybackState.rs
vendor/web-sys/src/features/gen_MediaSource.rs
vendor/web-sys/src/features/gen_MediaSourceEndOfStreamError.rs
vendor/web-sys/src/features/gen_MediaSourceEnum.rs
vendor/web-sys/src/features/gen_MediaSourceReadyState.rs
vendor/web-sys/src/features/gen_MediaStream.rs
vendor/web-sys/src/features/gen_MediaStreamAudioDestinationNode.rs
vendor/web-sys/src/features/gen_MediaStreamAudioSourceNode.rs
vendor/web-sys/src/features/gen_MediaStreamAudioSourceOptions.rs
vendor/web-sys/src/features/gen_MediaStreamConstraints.rs
vendor/web-sys/src/features/gen_MediaStreamError.rs
vendor/web-sys/src/features/gen_MediaStreamEvent.rs
vendor/web-sys/src/features/gen_MediaStreamEventInit.rs
vendor/web-sys/src/features/gen_MediaStreamTrack.rs
vendor/web-sys/src/features/gen_MediaStreamTrackEvent.rs
vendor/web-sys/src/features/gen_MediaStreamTrackEventInit.rs
vendor/web-sys/src/features/gen_MediaStreamTrackGenerator.rs
vendor/web-sys/src/features/gen_MediaStreamTrackGeneratorInit.rs
vendor/web-sys/src/features/gen_MediaStreamTrackProcessor.rs
vendor/web-sys/src/features/gen_MediaStreamTrackProcessorInit.rs
vendor/web-sys/src/features/gen_MediaStreamTrackState.rs
vendor/web-sys/src/features/gen_MediaTrackConstraintSet.rs
vendor/web-sys/src/features/gen_MediaTrackConstraints.rs
vendor/web-sys/src/features/gen_MediaTrackSettings.rs
vendor/web-sys/src/features/gen_MediaTrackSupportedConstraints.rs
vendor/web-sys/src/features/gen_MemoryAttribution.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_MemoryAttributionContainer.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_MemoryBreakdownEntry.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_MemoryMeasurement.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_MessageChannel.rs
vendor/web-sys/src/features/gen_MessageEvent.rs
vendor/web-sys/src/features/gen_MessageEventInit.rs
vendor/web-sys/src/features/gen_MessagePort.rs
vendor/web-sys/src/features/gen_MidiAccess.rs
vendor/web-sys/src/features/gen_MidiConnectionEvent.rs
vendor/web-sys/src/features/gen_MidiConnectionEventInit.rs
vendor/web-sys/src/features/gen_MidiInput.rs
vendor/web-sys/src/features/gen_MidiInputMap.rs
vendor/web-sys/src/features/gen_MidiMessageEvent.rs
vendor/web-sys/src/features/gen_MidiMessageEventInit.rs
vendor/web-sys/src/features/gen_MidiOptions.rs
vendor/web-sys/src/features/gen_MidiOutput.rs
vendor/web-sys/src/features/gen_MidiOutputMap.rs
vendor/web-sys/src/features/gen_MidiPort.rs
vendor/web-sys/src/features/gen_MidiPortConnectionState.rs
vendor/web-sys/src/features/gen_MidiPortDeviceState.rs
vendor/web-sys/src/features/gen_MidiPortType.rs
vendor/web-sys/src/features/gen_MimeType.rs
vendor/web-sys/src/features/gen_MimeTypeArray.rs
vendor/web-sys/src/features/gen_MouseEvent.rs
vendor/web-sys/src/features/gen_MouseEventInit.rs
vendor/web-sys/src/features/gen_MouseScrollEvent.rs
vendor/web-sys/src/features/gen_MozDebug.rs
vendor/web-sys/src/features/gen_MutationEvent.rs
vendor/web-sys/src/features/gen_MutationObserver.rs
vendor/web-sys/src/features/gen_MutationObserverInit.rs
vendor/web-sys/src/features/gen_MutationObservingInfo.rs
vendor/web-sys/src/features/gen_MutationRecord.rs
vendor/web-sys/src/features/gen_NamedNodeMap.rs
vendor/web-sys/src/features/gen_NativeOsFileReadOptions.rs
vendor/web-sys/src/features/gen_NativeOsFileWriteAtomicOptions.rs
vendor/web-sys/src/features/gen_NavigationType.rs
vendor/web-sys/src/features/gen_Navigator.rs
vendor/web-sys/src/features/gen_NavigatorAutomationInformation.rs
vendor/web-sys/src/features/gen_NetworkCommandOptions.rs
vendor/web-sys/src/features/gen_NetworkInformation.rs
vendor/web-sys/src/features/gen_NetworkResultOptions.rs
vendor/web-sys/src/features/gen_Node.rs
vendor/web-sys/src/features/gen_NodeFilter.rs
vendor/web-sys/src/features/gen_NodeIterator.rs
vendor/web-sys/src/features/gen_NodeList.rs
vendor/web-sys/src/features/gen_Notification.rs
vendor/web-sys/src/features/gen_NotificationBehavior.rs
vendor/web-sys/src/features/gen_NotificationDirection.rs
vendor/web-sys/src/features/gen_NotificationEvent.rs
vendor/web-sys/src/features/gen_NotificationEventInit.rs
vendor/web-sys/src/features/gen_NotificationOptions.rs
vendor/web-sys/src/features/gen_NotificationPermission.rs
vendor/web-sys/src/features/gen_ObserverCallback.rs
vendor/web-sys/src/features/gen_OesElementIndexUint.rs
vendor/web-sys/src/features/gen_OesStandardDerivatives.rs
vendor/web-sys/src/features/gen_OesTextureFloat.rs
vendor/web-sys/src/features/gen_OesTextureFloatLinear.rs
vendor/web-sys/src/features/gen_OesTextureHalfFloat.rs
vendor/web-sys/src/features/gen_OesTextureHalfFloatLinear.rs
vendor/web-sys/src/features/gen_OesVertexArrayObject.rs
vendor/web-sys/src/features/gen_OfflineAudioCompletionEvent.rs
vendor/web-sys/src/features/gen_OfflineAudioCompletionEventInit.rs
vendor/web-sys/src/features/gen_OfflineAudioContext.rs
vendor/web-sys/src/features/gen_OfflineAudioContextOptions.rs
vendor/web-sys/src/features/gen_OfflineResourceList.rs
vendor/web-sys/src/features/gen_OffscreenCanvas.rs
vendor/web-sys/src/features/gen_OffscreenCanvasRenderingContext2d.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_OpenWindowEventDetail.rs
vendor/web-sys/src/features/gen_OptionalEffectTiming.rs
vendor/web-sys/src/features/gen_OrientationLockType.rs
vendor/web-sys/src/features/gen_OrientationType.rs
vendor/web-sys/src/features/gen_OscillatorNode.rs
vendor/web-sys/src/features/gen_OscillatorOptions.rs
vendor/web-sys/src/features/gen_OscillatorType.rs
vendor/web-sys/src/features/gen_OverSampleType.rs
vendor/web-sys/src/features/gen_OvrMultiview2.rs
vendor/web-sys/src/features/gen_PageTransitionEvent.rs
vendor/web-sys/src/features/gen_PageTransitionEventInit.rs
vendor/web-sys/src/features/gen_PaintRequest.rs
vendor/web-sys/src/features/gen_PaintRequestList.rs
vendor/web-sys/src/features/gen_PaintWorkletGlobalScope.rs
vendor/web-sys/src/features/gen_PannerNode.rs
vendor/web-sys/src/features/gen_PannerOptions.rs
vendor/web-sys/src/features/gen_PanningModelType.rs
vendor/web-sys/src/features/gen_ParityType.rs
vendor/web-sys/src/features/gen_Path2d.rs
vendor/web-sys/src/features/gen_PaymentAddress.rs
vendor/web-sys/src/features/gen_PaymentComplete.rs
vendor/web-sys/src/features/gen_PaymentMethodChangeEvent.rs
vendor/web-sys/src/features/gen_PaymentMethodChangeEventInit.rs
vendor/web-sys/src/features/gen_PaymentRequestUpdateEvent.rs
vendor/web-sys/src/features/gen_PaymentRequestUpdateEventInit.rs
vendor/web-sys/src/features/gen_PaymentResponse.rs
vendor/web-sys/src/features/gen_Pbkdf2Params.rs
vendor/web-sys/src/features/gen_PcImplIceConnectionState.rs
vendor/web-sys/src/features/gen_PcImplIceGatheringState.rs
vendor/web-sys/src/features/gen_PcImplSignalingState.rs
vendor/web-sys/src/features/gen_PcObserverStateType.rs
vendor/web-sys/src/features/gen_Performance.rs
vendor/web-sys/src/features/gen_PerformanceEntry.rs
vendor/web-sys/src/features/gen_PerformanceEntryEventInit.rs
vendor/web-sys/src/features/gen_PerformanceEntryFilterOptions.rs
vendor/web-sys/src/features/gen_PerformanceMark.rs
vendor/web-sys/src/features/gen_PerformanceMeasure.rs
vendor/web-sys/src/features/gen_PerformanceNavigation.rs
vendor/web-sys/src/features/gen_PerformanceNavigationTiming.rs
vendor/web-sys/src/features/gen_PerformanceObserver.rs
vendor/web-sys/src/features/gen_PerformanceObserverEntryList.rs
vendor/web-sys/src/features/gen_PerformanceObserverInit.rs
vendor/web-sys/src/features/gen_PerformanceResourceTiming.rs
vendor/web-sys/src/features/gen_PerformanceServerTiming.rs
vendor/web-sys/src/features/gen_PerformanceTiming.rs
vendor/web-sys/src/features/gen_PeriodicWave.rs
vendor/web-sys/src/features/gen_PeriodicWaveConstraints.rs
vendor/web-sys/src/features/gen_PeriodicWaveOptions.rs
vendor/web-sys/src/features/gen_PermissionDescriptor.rs
vendor/web-sys/src/features/gen_PermissionName.rs
vendor/web-sys/src/features/gen_PermissionState.rs
vendor/web-sys/src/features/gen_PermissionStatus.rs
vendor/web-sys/src/features/gen_Permissions.rs
vendor/web-sys/src/features/gen_PlaneLayout.rs
vendor/web-sys/src/features/gen_PlaybackDirection.rs
vendor/web-sys/src/features/gen_Plugin.rs
vendor/web-sys/src/features/gen_PluginArray.rs
vendor/web-sys/src/features/gen_PluginCrashedEventInit.rs
vendor/web-sys/src/features/gen_PointerEvent.rs
vendor/web-sys/src/features/gen_PointerEventInit.rs
vendor/web-sys/src/features/gen_PopStateEvent.rs
vendor/web-sys/src/features/gen_PopStateEventInit.rs
vendor/web-sys/src/features/gen_PopupBlockedEvent.rs
vendor/web-sys/src/features/gen_PopupBlockedEventInit.rs
vendor/web-sys/src/features/gen_Position.rs
vendor/web-sys/src/features/gen_PositionAlignSetting.rs
vendor/web-sys/src/features/gen_PositionError.rs
vendor/web-sys/src/features/gen_PositionOptions.rs
vendor/web-sys/src/features/gen_PremultiplyAlpha.rs
vendor/web-sys/src/features/gen_Presentation.rs
vendor/web-sys/src/features/gen_PresentationAvailability.rs
vendor/web-sys/src/features/gen_PresentationConnection.rs
vendor/web-sys/src/features/gen_PresentationConnectionAvailableEvent.rs
vendor/web-sys/src/features/gen_PresentationConnectionAvailableEventInit.rs
vendor/web-sys/src/features/gen_PresentationConnectionBinaryType.rs
vendor/web-sys/src/features/gen_PresentationConnectionCloseEvent.rs
vendor/web-sys/src/features/gen_PresentationConnectionCloseEventInit.rs
vendor/web-sys/src/features/gen_PresentationConnectionClosedReason.rs
vendor/web-sys/src/features/gen_PresentationConnectionList.rs
vendor/web-sys/src/features/gen_PresentationConnectionState.rs
vendor/web-sys/src/features/gen_PresentationReceiver.rs
vendor/web-sys/src/features/gen_PresentationRequest.rs
vendor/web-sys/src/features/gen_PresentationStyle.rs
vendor/web-sys/src/features/gen_ProcessingInstruction.rs
vendor/web-sys/src/features/gen_ProfileTimelineLayerRect.rs
vendor/web-sys/src/features/gen_ProfileTimelineMarker.rs
vendor/web-sys/src/features/gen_ProfileTimelineMessagePortOperationType.rs
vendor/web-sys/src/features/gen_ProfileTimelineStackFrame.rs
vendor/web-sys/src/features/gen_ProfileTimelineWorkerOperationType.rs
vendor/web-sys/src/features/gen_ProgressEvent.rs
vendor/web-sys/src/features/gen_ProgressEventInit.rs
vendor/web-sys/src/features/gen_PromiseNativeHandler.rs
vendor/web-sys/src/features/gen_PromiseRejectionEvent.rs
vendor/web-sys/src/features/gen_PromiseRejectionEventInit.rs
vendor/web-sys/src/features/gen_PublicKeyCredential.rs
vendor/web-sys/src/features/gen_PublicKeyCredentialCreationOptions.rs
vendor/web-sys/src/features/gen_PublicKeyCredentialDescriptor.rs
vendor/web-sys/src/features/gen_PublicKeyCredentialEntity.rs
vendor/web-sys/src/features/gen_PublicKeyCredentialParameters.rs
vendor/web-sys/src/features/gen_PublicKeyCredentialRequestOptions.rs
vendor/web-sys/src/features/gen_PublicKeyCredentialRpEntity.rs
vendor/web-sys/src/features/gen_PublicKeyCredentialType.rs
vendor/web-sys/src/features/gen_PublicKeyCredentialUserEntity.rs
vendor/web-sys/src/features/gen_PushEncryptionKeyName.rs
vendor/web-sys/src/features/gen_PushEvent.rs
vendor/web-sys/src/features/gen_PushEventInit.rs
vendor/web-sys/src/features/gen_PushManager.rs
vendor/web-sys/src/features/gen_PushMessageData.rs
vendor/web-sys/src/features/gen_PushPermissionState.rs
vendor/web-sys/src/features/gen_PushSubscription.rs
vendor/web-sys/src/features/gen_PushSubscriptionInit.rs
vendor/web-sys/src/features/gen_PushSubscriptionJson.rs
vendor/web-sys/src/features/gen_PushSubscriptionKeys.rs
vendor/web-sys/src/features/gen_PushSubscriptionOptions.rs
vendor/web-sys/src/features/gen_PushSubscriptionOptionsInit.rs
vendor/web-sys/src/features/gen_QueryOptions.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_QueuingStrategy.rs
vendor/web-sys/src/features/gen_QueuingStrategyInit.rs
vendor/web-sys/src/features/gen_RadioNodeList.rs
vendor/web-sys/src/features/gen_Range.rs
vendor/web-sys/src/features/gen_RcwnPerfStats.rs
vendor/web-sys/src/features/gen_RcwnStatus.rs
vendor/web-sys/src/features/gen_ReadableByteStreamController.rs
vendor/web-sys/src/features/gen_ReadableStream.rs
vendor/web-sys/src/features/gen_ReadableStreamByobReader.rs
vendor/web-sys/src/features/gen_ReadableStreamByobRequest.rs
vendor/web-sys/src/features/gen_ReadableStreamDefaultController.rs
vendor/web-sys/src/features/gen_ReadableStreamDefaultReader.rs
vendor/web-sys/src/features/gen_ReadableStreamGetReaderOptions.rs
vendor/web-sys/src/features/gen_ReadableStreamIteratorOptions.rs
vendor/web-sys/src/features/gen_ReadableStreamReadResult.rs
vendor/web-sys/src/features/gen_ReadableStreamReaderMode.rs
vendor/web-sys/src/features/gen_ReadableStreamType.rs
vendor/web-sys/src/features/gen_ReadableWritablePair.rs
vendor/web-sys/src/features/gen_RecordingState.rs
vendor/web-sys/src/features/gen_ReferrerPolicy.rs
vendor/web-sys/src/features/gen_RegisterRequest.rs
vendor/web-sys/src/features/gen_RegisterResponse.rs
vendor/web-sys/src/features/gen_RegisteredKey.rs
vendor/web-sys/src/features/gen_RegistrationOptions.rs
vendor/web-sys/src/features/gen_Request.rs
vendor/web-sys/src/features/gen_RequestCache.rs
vendor/web-sys/src/features/gen_RequestCredentials.rs
vendor/web-sys/src/features/gen_RequestDestination.rs
vendor/web-sys/src/features/gen_RequestDeviceOptions.rs
vendor/web-sys/src/features/gen_RequestInit.rs
vendor/web-sys/src/features/gen_RequestMediaKeySystemAccessNotification.rs
vendor/web-sys/src/features/gen_RequestMode.rs
vendor/web-sys/src/features/gen_RequestRedirect.rs
vendor/web-sys/src/features/gen_ResizeObserver.rs
vendor/web-sys/src/features/gen_ResizeObserverBoxOptions.rs
vendor/web-sys/src/features/gen_ResizeObserverEntry.rs
vendor/web-sys/src/features/gen_ResizeObserverOptions.rs
vendor/web-sys/src/features/gen_ResizeObserverSize.rs
vendor/web-sys/src/features/gen_ResizeQuality.rs
vendor/web-sys/src/features/gen_Response.rs
vendor/web-sys/src/features/gen_ResponseInit.rs
vendor/web-sys/src/features/gen_ResponseType.rs
vendor/web-sys/src/features/gen_RsaHashedImportParams.rs
vendor/web-sys/src/features/gen_RsaOaepParams.rs
vendor/web-sys/src/features/gen_RsaOtherPrimesInfo.rs
vendor/web-sys/src/features/gen_RsaPssParams.rs
vendor/web-sys/src/features/gen_RtcAnswerOptions.rs
vendor/web-sys/src/features/gen_RtcBundlePolicy.rs
vendor/web-sys/src/features/gen_RtcCertificate.rs
vendor/web-sys/src/features/gen_RtcCertificateExpiration.rs
vendor/web-sys/src/features/gen_RtcCodecStats.rs
vendor/web-sys/src/features/gen_RtcConfiguration.rs
vendor/web-sys/src/features/gen_RtcDataChannel.rs
vendor/web-sys/src/features/gen_RtcDataChannelEvent.rs
vendor/web-sys/src/features/gen_RtcDataChannelEventInit.rs
vendor/web-sys/src/features/gen_RtcDataChannelInit.rs
vendor/web-sys/src/features/gen_RtcDataChannelState.rs
vendor/web-sys/src/features/gen_RtcDataChannelType.rs
vendor/web-sys/src/features/gen_RtcDegradationPreference.rs
vendor/web-sys/src/features/gen_RtcFecParameters.rs
vendor/web-sys/src/features/gen_RtcIceCandidate.rs
vendor/web-sys/src/features/gen_RtcIceCandidateInit.rs
vendor/web-sys/src/features/gen_RtcIceCandidatePairStats.rs
vendor/web-sys/src/features/gen_RtcIceCandidateStats.rs
vendor/web-sys/src/features/gen_RtcIceComponentStats.rs
vendor/web-sys/src/features/gen_RtcIceConnectionState.rs
vendor/web-sys/src/features/gen_RtcIceCredentialType.rs
vendor/web-sys/src/features/gen_RtcIceGatheringState.rs
vendor/web-sys/src/features/gen_RtcIceServer.rs
vendor/web-sys/src/features/gen_RtcIceTransportPolicy.rs
vendor/web-sys/src/features/gen_RtcIdentityAssertion.rs
vendor/web-sys/src/features/gen_RtcIdentityAssertionResult.rs
vendor/web-sys/src/features/gen_RtcIdentityProvider.rs
vendor/web-sys/src/features/gen_RtcIdentityProviderDetails.rs
vendor/web-sys/src/features/gen_RtcIdentityProviderOptions.rs
vendor/web-sys/src/features/gen_RtcIdentityProviderRegistrar.rs
vendor/web-sys/src/features/gen_RtcIdentityValidationResult.rs
vendor/web-sys/src/features/gen_RtcInboundRtpStreamStats.rs
vendor/web-sys/src/features/gen_RtcLifecycleEvent.rs
vendor/web-sys/src/features/gen_RtcMediaStreamStats.rs
vendor/web-sys/src/features/gen_RtcMediaStreamTrackStats.rs
vendor/web-sys/src/features/gen_RtcOfferAnswerOptions.rs
vendor/web-sys/src/features/gen_RtcOfferOptions.rs
vendor/web-sys/src/features/gen_RtcOutboundRtpStreamStats.rs
vendor/web-sys/src/features/gen_RtcPeerConnection.rs
vendor/web-sys/src/features/gen_RtcPeerConnectionIceEvent.rs
vendor/web-sys/src/features/gen_RtcPeerConnectionIceEventInit.rs
vendor/web-sys/src/features/gen_RtcPeerConnectionState.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_RtcPriorityType.rs
vendor/web-sys/src/features/gen_RtcRtcpParameters.rs
vendor/web-sys/src/features/gen_RtcRtpCodecParameters.rs
vendor/web-sys/src/features/gen_RtcRtpContributingSource.rs
vendor/web-sys/src/features/gen_RtcRtpEncodingParameters.rs
vendor/web-sys/src/features/gen_RtcRtpHeaderExtensionParameters.rs
vendor/web-sys/src/features/gen_RtcRtpParameters.rs
vendor/web-sys/src/features/gen_RtcRtpReceiver.rs
vendor/web-sys/src/features/gen_RtcRtpSender.rs
vendor/web-sys/src/features/gen_RtcRtpSourceEntry.rs
vendor/web-sys/src/features/gen_RtcRtpSourceEntryType.rs
vendor/web-sys/src/features/gen_RtcRtpSynchronizationSource.rs
vendor/web-sys/src/features/gen_RtcRtpTransceiver.rs
vendor/web-sys/src/features/gen_RtcRtpTransceiverDirection.rs
vendor/web-sys/src/features/gen_RtcRtpTransceiverInit.rs
vendor/web-sys/src/features/gen_RtcRtxParameters.rs
vendor/web-sys/src/features/gen_RtcSdpType.rs
vendor/web-sys/src/features/gen_RtcSessionDescription.rs
vendor/web-sys/src/features/gen_RtcSessionDescriptionInit.rs
vendor/web-sys/src/features/gen_RtcSignalingState.rs
vendor/web-sys/src/features/gen_RtcStats.rs
vendor/web-sys/src/features/gen_RtcStatsIceCandidatePairState.rs
vendor/web-sys/src/features/gen_RtcStatsIceCandidateType.rs
vendor/web-sys/src/features/gen_RtcStatsReport.rs
vendor/web-sys/src/features/gen_RtcStatsReportInternal.rs
vendor/web-sys/src/features/gen_RtcStatsType.rs
vendor/web-sys/src/features/gen_RtcTrackEvent.rs
vendor/web-sys/src/features/gen_RtcTrackEventInit.rs
vendor/web-sys/src/features/gen_RtcTransportStats.rs
vendor/web-sys/src/features/gen_RtcdtmfSender.rs
vendor/web-sys/src/features/gen_RtcdtmfToneChangeEvent.rs
vendor/web-sys/src/features/gen_RtcdtmfToneChangeEventInit.rs
vendor/web-sys/src/features/gen_RtcrtpContributingSourceStats.rs
vendor/web-sys/src/features/gen_RtcrtpStreamStats.rs
vendor/web-sys/src/features/gen_Screen.rs
vendor/web-sys/src/features/gen_ScreenColorGamut.rs
vendor/web-sys/src/features/gen_ScreenLuminance.rs
vendor/web-sys/src/features/gen_ScreenOrientation.rs
vendor/web-sys/src/features/gen_ScriptProcessorNode.rs
vendor/web-sys/src/features/gen_ScrollAreaEvent.rs
vendor/web-sys/src/features/gen_ScrollBehavior.rs
vendor/web-sys/src/features/gen_ScrollBoxObject.rs
vendor/web-sys/src/features/gen_ScrollIntoViewOptions.rs
vendor/web-sys/src/features/gen_ScrollLogicalPosition.rs
vendor/web-sys/src/features/gen_ScrollOptions.rs
vendor/web-sys/src/features/gen_ScrollRestoration.rs
vendor/web-sys/src/features/gen_ScrollSetting.rs
vendor/web-sys/src/features/gen_ScrollState.rs
vendor/web-sys/src/features/gen_ScrollToOptions.rs
vendor/web-sys/src/features/gen_ScrollViewChangeEventInit.rs
vendor/web-sys/src/features/gen_SecurityPolicyViolationEvent.rs
vendor/web-sys/src/features/gen_SecurityPolicyViolationEventDisposition.rs
vendor/web-sys/src/features/gen_SecurityPolicyViolationEventInit.rs
vendor/web-sys/src/features/gen_Selection.rs
vendor/web-sys/src/features/gen_SelectionMode.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_Serial.rs
vendor/web-sys/src/features/gen_SerialInputSignals.rs
vendor/web-sys/src/features/gen_SerialOptions.rs
vendor/web-sys/src/features/gen_SerialOutputSignals.rs
vendor/web-sys/src/features/gen_SerialPort.rs
vendor/web-sys/src/features/gen_SerialPortFilter.rs
vendor/web-sys/src/features/gen_SerialPortInfo.rs
vendor/web-sys/src/features/gen_SerialPortRequestOptions.rs
vendor/web-sys/src/features/gen_ServerSocketOptions.rs
vendor/web-sys/src/features/gen_ServiceWorker.rs
vendor/web-sys/src/features/gen_ServiceWorkerContainer.rs
vendor/web-sys/src/features/gen_ServiceWorkerGlobalScope.rs
vendor/web-sys/src/features/gen_ServiceWorkerRegistration.rs
vendor/web-sys/src/features/gen_ServiceWorkerState.rs
vendor/web-sys/src/features/gen_ServiceWorkerUpdateViaCache.rs
vendor/web-sys/src/features/gen_ShadowRoot.rs
vendor/web-sys/src/features/gen_ShadowRootInit.rs
vendor/web-sys/src/features/gen_ShadowRootMode.rs
vendor/web-sys/src/features/gen_ShareData.rs
vendor/web-sys/src/features/gen_SharedWorker.rs
vendor/web-sys/src/features/gen_SharedWorkerGlobalScope.rs
vendor/web-sys/src/features/gen_SignResponse.rs
vendor/web-sys/src/features/gen_SocketElement.rs
vendor/web-sys/src/features/gen_SocketOptions.rs
vendor/web-sys/src/features/gen_SocketReadyState.rs
vendor/web-sys/src/features/gen_SocketsDict.rs
vendor/web-sys/src/features/gen_SourceBuffer.rs
vendor/web-sys/src/features/gen_SourceBufferAppendMode.rs
vendor/web-sys/src/features/gen_SourceBufferList.rs
vendor/web-sys/src/features/gen_SpeechGrammar.rs
vendor/web-sys/src/features/gen_SpeechGrammarList.rs
vendor/web-sys/src/features/gen_SpeechRecognition.rs
vendor/web-sys/src/features/gen_SpeechRecognitionAlternative.rs
vendor/web-sys/src/features/gen_SpeechRecognitionError.rs
vendor/web-sys/src/features/gen_SpeechRecognitionErrorCode.rs
vendor/web-sys/src/features/gen_SpeechRecognitionErrorInit.rs
vendor/web-sys/src/features/gen_SpeechRecognitionEvent.rs
vendor/web-sys/src/features/gen_SpeechRecognitionEventInit.rs
vendor/web-sys/src/features/gen_SpeechRecognitionResult.rs
vendor/web-sys/src/features/gen_SpeechRecognitionResultList.rs
vendor/web-sys/src/features/gen_SpeechSynthesis.rs
vendor/web-sys/src/features/gen_SpeechSynthesisErrorCode.rs
vendor/web-sys/src/features/gen_SpeechSynthesisErrorEvent.rs
vendor/web-sys/src/features/gen_SpeechSynthesisErrorEventInit.rs
vendor/web-sys/src/features/gen_SpeechSynthesisEvent.rs
vendor/web-sys/src/features/gen_SpeechSynthesisEventInit.rs
vendor/web-sys/src/features/gen_SpeechSynthesisUtterance.rs
vendor/web-sys/src/features/gen_SpeechSynthesisVoice.rs
vendor/web-sys/src/features/gen_StereoPannerNode.rs
vendor/web-sys/src/features/gen_StereoPannerOptions.rs
vendor/web-sys/src/features/gen_Storage.rs
vendor/web-sys/src/features/gen_StorageEstimate.rs
vendor/web-sys/src/features/gen_StorageEvent.rs
vendor/web-sys/src/features/gen_StorageEventInit.rs
vendor/web-sys/src/features/gen_StorageManager.rs
vendor/web-sys/src/features/gen_StorageType.rs
vendor/web-sys/src/features/gen_StreamPipeOptions.rs
vendor/web-sys/src/features/gen_StyleRuleChangeEventInit.rs
vendor/web-sys/src/features/gen_StyleSheet.rs
vendor/web-sys/src/features/gen_StyleSheetApplicableStateChangeEventInit.rs
vendor/web-sys/src/features/gen_StyleSheetChangeEventInit.rs
vendor/web-sys/src/features/gen_StyleSheetList.rs
vendor/web-sys/src/features/gen_SubmitEvent.rs
vendor/web-sys/src/features/gen_SubmitEventInit.rs
vendor/web-sys/src/features/gen_SubtleCrypto.rs
vendor/web-sys/src/features/gen_SupportedType.rs
vendor/web-sys/src/features/gen_SvcOutputMetadata.rs
vendor/web-sys/src/features/gen_SvgAngle.rs
vendor/web-sys/src/features/gen_SvgAnimateElement.rs
vendor/web-sys/src/features/gen_SvgAnimateMotionElement.rs
vendor/web-sys/src/features/gen_SvgAnimateTransformElement.rs
vendor/web-sys/src/features/gen_SvgAnimatedAngle.rs
vendor/web-sys/src/features/gen_SvgAnimatedBoolean.rs
vendor/web-sys/src/features/gen_SvgAnimatedEnumeration.rs
vendor/web-sys/src/features/gen_SvgAnimatedInteger.rs
vendor/web-sys/src/features/gen_SvgAnimatedLength.rs
vendor/web-sys/src/features/gen_SvgAnimatedLengthList.rs
vendor/web-sys/src/features/gen_SvgAnimatedNumber.rs
vendor/web-sys/src/features/gen_SvgAnimatedNumberList.rs
vendor/web-sys/src/features/gen_SvgAnimatedPreserveAspectRatio.rs
vendor/web-sys/src/features/gen_SvgAnimatedRect.rs
vendor/web-sys/src/features/gen_SvgAnimatedString.rs
vendor/web-sys/src/features/gen_SvgAnimatedTransformList.rs
vendor/web-sys/src/features/gen_SvgAnimationElement.rs
vendor/web-sys/src/features/gen_SvgBoundingBoxOptions.rs
vendor/web-sys/src/features/gen_SvgCircleElement.rs
vendor/web-sys/src/features/gen_SvgClipPathElement.rs
vendor/web-sys/src/features/gen_SvgComponentTransferFunctionElement.rs
vendor/web-sys/src/features/gen_SvgDefsElement.rs
vendor/web-sys/src/features/gen_SvgDescElement.rs
vendor/web-sys/src/features/gen_SvgElement.rs
vendor/web-sys/src/features/gen_SvgEllipseElement.rs
vendor/web-sys/src/features/gen_SvgFilterElement.rs
vendor/web-sys/src/features/gen_SvgForeignObjectElement.rs
vendor/web-sys/src/features/gen_SvgGeometryElement.rs
vendor/web-sys/src/features/gen_SvgGradientElement.rs
vendor/web-sys/src/features/gen_SvgGraphicsElement.rs
vendor/web-sys/src/features/gen_SvgImageElement.rs
vendor/web-sys/src/features/gen_SvgLength.rs
vendor/web-sys/src/features/gen_SvgLengthList.rs
vendor/web-sys/src/features/gen_SvgLineElement.rs
vendor/web-sys/src/features/gen_SvgLinearGradientElement.rs
vendor/web-sys/src/features/gen_SvgMarkerElement.rs
vendor/web-sys/src/features/gen_SvgMaskElement.rs
vendor/web-sys/src/features/gen_SvgMatrix.rs
vendor/web-sys/src/features/gen_SvgMetadataElement.rs
vendor/web-sys/src/features/gen_SvgNumber.rs
vendor/web-sys/src/features/gen_SvgNumberList.rs
vendor/web-sys/src/features/gen_SvgPathElement.rs
vendor/web-sys/src/features/gen_SvgPathSeg.rs
vendor/web-sys/src/features/gen_SvgPathSegArcAbs.rs
vendor/web-sys/src/features/gen_SvgPathSegArcRel.rs
vendor/web-sys/src/features/gen_SvgPathSegClosePath.rs
vendor/web-sys/src/features/gen_SvgPathSegCurvetoCubicAbs.rs
vendor/web-sys/src/features/gen_SvgPathSegCurvetoCubicRel.rs
vendor/web-sys/src/features/gen_SvgPathSegCurvetoCubicSmoothAbs.rs
vendor/web-sys/src/features/gen_SvgPathSegCurvetoCubicSmoothRel.rs
vendor/web-sys/src/features/gen_SvgPathSegCurvetoQuadraticAbs.rs
vendor/web-sys/src/features/gen_SvgPathSegCurvetoQuadraticRel.rs
vendor/web-sys/src/features/gen_SvgPathSegCurvetoQuadraticSmoothAbs.rs
vendor/web-sys/src/features/gen_SvgPathSegCurvetoQuadraticSmoothRel.rs
vendor/web-sys/src/features/gen_SvgPathSegLinetoAbs.rs
vendor/web-sys/src/features/gen_SvgPathSegLinetoHorizontalAbs.rs
vendor/web-sys/src/features/gen_SvgPathSegLinetoHorizontalRel.rs
vendor/web-sys/src/features/gen_SvgPathSegLinetoRel.rs
vendor/web-sys/src/features/gen_SvgPathSegLinetoVerticalAbs.rs
vendor/web-sys/src/features/gen_SvgPathSegLinetoVerticalRel.rs
vendor/web-sys/src/features/gen_SvgPathSegList.rs
vendor/web-sys/src/features/gen_SvgPathSegMovetoAbs.rs
vendor/web-sys/src/features/gen_SvgPathSegMovetoRel.rs
vendor/web-sys/src/features/gen_SvgPatternElement.rs
vendor/web-sys/src/features/gen_SvgPoint.rs
vendor/web-sys/src/features/gen_SvgPointList.rs
vendor/web-sys/src/features/gen_SvgPolygonElement.rs
vendor/web-sys/src/features/gen_SvgPolylineElement.rs
vendor/web-sys/src/features/gen_SvgPreserveAspectRatio.rs
vendor/web-sys/src/features/gen_SvgRadialGradientElement.rs
vendor/web-sys/src/features/gen_SvgRect.rs
vendor/web-sys/src/features/gen_SvgRectElement.rs
vendor/web-sys/src/features/gen_SvgScriptElement.rs
vendor/web-sys/src/features/gen_SvgSetElement.rs
vendor/web-sys/src/features/gen_SvgStopElement.rs
vendor/web-sys/src/features/gen_SvgStringList.rs
vendor/web-sys/src/features/gen_SvgStyleElement.rs
vendor/web-sys/src/features/gen_SvgSwitchElement.rs
vendor/web-sys/src/features/gen_SvgSymbolElement.rs
vendor/web-sys/src/features/gen_SvgTextContentElement.rs
vendor/web-sys/src/features/gen_SvgTextElement.rs
vendor/web-sys/src/features/gen_SvgTextPathElement.rs
vendor/web-sys/src/features/gen_SvgTextPositioningElement.rs
vendor/web-sys/src/features/gen_SvgTitleElement.rs
vendor/web-sys/src/features/gen_SvgTransform.rs
vendor/web-sys/src/features/gen_SvgTransformList.rs
vendor/web-sys/src/features/gen_SvgUnitTypes.rs
vendor/web-sys/src/features/gen_SvgUseElement.rs
vendor/web-sys/src/features/gen_SvgViewElement.rs
vendor/web-sys/src/features/gen_SvgZoomAndPan.rs
vendor/web-sys/src/features/gen_SvgaElement.rs
vendor/web-sys/src/features/gen_SvgfeBlendElement.rs
vendor/web-sys/src/features/gen_SvgfeColorMatrixElement.rs
vendor/web-sys/src/features/gen_SvgfeComponentTransferElement.rs
vendor/web-sys/src/features/gen_SvgfeCompositeElement.rs
vendor/web-sys/src/features/gen_SvgfeConvolveMatrixElement.rs
vendor/web-sys/src/features/gen_SvgfeDiffuseLightingElement.rs
vendor/web-sys/src/features/gen_SvgfeDisplacementMapElement.rs
vendor/web-sys/src/features/gen_SvgfeDistantLightElement.rs
vendor/web-sys/src/features/gen_SvgfeDropShadowElement.rs
vendor/web-sys/src/features/gen_SvgfeFloodElement.rs
vendor/web-sys/src/features/gen_SvgfeFuncAElement.rs
vendor/web-sys/src/features/gen_SvgfeFuncBElement.rs
vendor/web-sys/src/features/gen_SvgfeFuncGElement.rs
vendor/web-sys/src/features/gen_SvgfeFuncRElement.rs
vendor/web-sys/src/features/gen_SvgfeGaussianBlurElement.rs
vendor/web-sys/src/features/gen_SvgfeImageElement.rs
vendor/web-sys/src/features/gen_SvgfeMergeElement.rs
vendor/web-sys/src/features/gen_SvgfeMergeNodeElement.rs
vendor/web-sys/src/features/gen_SvgfeMorphologyElement.rs
vendor/web-sys/src/features/gen_SvgfeOffsetElement.rs
vendor/web-sys/src/features/gen_SvgfePointLightElement.rs
vendor/web-sys/src/features/gen_SvgfeSpecularLightingElement.rs
vendor/web-sys/src/features/gen_SvgfeSpotLightElement.rs
vendor/web-sys/src/features/gen_SvgfeTileElement.rs
vendor/web-sys/src/features/gen_SvgfeTurbulenceElement.rs
vendor/web-sys/src/features/gen_SvggElement.rs
vendor/web-sys/src/features/gen_SvgmPathElement.rs
vendor/web-sys/src/features/gen_SvgsvgElement.rs
vendor/web-sys/src/features/gen_SvgtSpanElement.rs
vendor/web-sys/src/features/gen_TcpReadyState.rs
vendor/web-sys/src/features/gen_TcpServerSocket.rs
vendor/web-sys/src/features/gen_TcpServerSocketEvent.rs
vendor/web-sys/src/features/gen_TcpServerSocketEventInit.rs
vendor/web-sys/src/features/gen_TcpSocket.rs
vendor/web-sys/src/features/gen_TcpSocketBinaryType.rs
vendor/web-sys/src/features/gen_TcpSocketErrorEvent.rs
vendor/web-sys/src/features/gen_TcpSocketErrorEventInit.rs
vendor/web-sys/src/features/gen_TcpSocketEvent.rs
vendor/web-sys/src/features/gen_TcpSocketEventInit.rs
vendor/web-sys/src/features/gen_Text.rs
vendor/web-sys/src/features/gen_TextDecodeOptions.rs
vendor/web-sys/src/features/gen_TextDecoder.rs
vendor/web-sys/src/features/gen_TextDecoderOptions.rs
vendor/web-sys/src/features/gen_TextEncoder.rs
vendor/web-sys/src/features/gen_TextMetrics.rs
vendor/web-sys/src/features/gen_TextTrack.rs
vendor/web-sys/src/features/gen_TextTrackCue.rs
vendor/web-sys/src/features/gen_TextTrackCueList.rs
vendor/web-sys/src/features/gen_TextTrackKind.rs
vendor/web-sys/src/features/gen_TextTrackList.rs
vendor/web-sys/src/features/gen_TextTrackMode.rs
vendor/web-sys/src/features/gen_TimeEvent.rs
vendor/web-sys/src/features/gen_TimeRanges.rs
vendor/web-sys/src/features/gen_Touch.rs
vendor/web-sys/src/features/gen_TouchEvent.rs
vendor/web-sys/src/features/gen_TouchEventInit.rs
vendor/web-sys/src/features/gen_TouchInit.rs
vendor/web-sys/src/features/gen_TouchList.rs
vendor/web-sys/src/features/gen_TrackEvent.rs
vendor/web-sys/src/features/gen_TrackEventInit.rs
vendor/web-sys/src/features/gen_TransformStream.rs
vendor/web-sys/src/features/gen_TransformStreamDefaultController.rs
vendor/web-sys/src/features/gen_Transformer.rs
vendor/web-sys/src/features/gen_TransitionEvent.rs
vendor/web-sys/src/features/gen_TransitionEventInit.rs
vendor/web-sys/src/features/gen_Transport.rs
vendor/web-sys/src/features/gen_TreeBoxObject.rs
vendor/web-sys/src/features/gen_TreeCellInfo.rs
vendor/web-sys/src/features/gen_TreeView.rs
vendor/web-sys/src/features/gen_TreeWalker.rs
vendor/web-sys/src/features/gen_U2f.rs
vendor/web-sys/src/features/gen_U2fClientData.rs
vendor/web-sys/src/features/gen_UdpMessageEventInit.rs
vendor/web-sys/src/features/gen_UdpOptions.rs
vendor/web-sys/src/features/gen_UiEvent.rs
vendor/web-sys/src/features/gen_UiEventInit.rs
vendor/web-sys/src/features/gen_UnderlyingSink.rs
vendor/web-sys/src/features/gen_UnderlyingSource.rs
vendor/web-sys/src/features/gen_Url.rs
vendor/web-sys/src/features/gen_UrlSearchParams.rs
vendor/web-sys/src/features/gen_Usb.rs
vendor/web-sys/src/features/gen_UsbAlternateInterface.rs
vendor/web-sys/src/features/gen_UsbConfiguration.rs
vendor/web-sys/src/features/gen_UsbConnectionEvent.rs
vendor/web-sys/src/features/gen_UsbConnectionEventInit.rs
vendor/web-sys/src/features/gen_UsbControlTransferParameters.rs
vendor/web-sys/src/features/gen_UsbDevice.rs
vendor/web-sys/src/features/gen_UsbDeviceFilter.rs
vendor/web-sys/src/features/gen_UsbDeviceRequestOptions.rs
vendor/web-sys/src/features/gen_UsbDirection.rs
vendor/web-sys/src/features/gen_UsbEndpoint.rs
vendor/web-sys/src/features/gen_UsbEndpointType.rs
vendor/web-sys/src/features/gen_UsbInTransferResult.rs
vendor/web-sys/src/features/gen_UsbInterface.rs
vendor/web-sys/src/features/gen_UsbIsochronousInTransferPacket.rs
vendor/web-sys/src/features/gen_UsbIsochronousInTransferResult.rs
vendor/web-sys/src/features/gen_UsbIsochronousOutTransferPacket.rs
vendor/web-sys/src/features/gen_UsbIsochronousOutTransferResult.rs
vendor/web-sys/src/features/gen_UsbOutTransferResult.rs
vendor/web-sys/src/features/gen_UsbPermissionDescriptor.rs
vendor/web-sys/src/features/gen_UsbPermissionResult.rs
vendor/web-sys/src/features/gen_UsbPermissionStorage.rs
vendor/web-sys/src/features/gen_UsbRecipient.rs
vendor/web-sys/src/features/gen_UsbRequestType.rs
vendor/web-sys/src/features/gen_UsbTransferStatus.rs
vendor/web-sys/src/features/gen_UserProximityEvent.rs
vendor/web-sys/src/features/gen_UserProximityEventInit.rs
vendor/web-sys/src/features/gen_UserVerificationRequirement.rs
vendor/web-sys/src/features/gen_ValidityState.rs
vendor/web-sys/src/features/gen_ValueEvent.rs
vendor/web-sys/src/features/gen_ValueEventInit.rs
vendor/web-sys/src/features/gen_VideoColorPrimaries.rs
vendor/web-sys/src/features/gen_VideoColorSpace.rs
vendor/web-sys/src/features/gen_VideoColorSpaceInit.rs
vendor/web-sys/src/features/gen_VideoConfiguration.rs
vendor/web-sys/src/features/gen_VideoDecoder.rs
vendor/web-sys/src/features/gen_VideoDecoderConfig.rs
vendor/web-sys/src/features/gen_VideoDecoderInit.rs
vendor/web-sys/src/features/gen_VideoDecoderSupport.rs
vendor/web-sys/src/features/gen_VideoEncoder.rs
vendor/web-sys/src/features/gen_VideoEncoderConfig.rs
vendor/web-sys/src/features/gen_VideoEncoderEncodeOptions.rs
vendor/web-sys/src/features/gen_VideoEncoderInit.rs
vendor/web-sys/src/features/gen_VideoEncoderSupport.rs
vendor/web-sys/src/features/gen_VideoFacingModeEnum.rs
vendor/web-sys/src/features/gen_VideoFrame.rs
vendor/web-sys/src/features/gen_VideoFrameBufferInit.rs
vendor/web-sys/src/features/gen_VideoFrameCopyToOptions.rs
vendor/web-sys/src/features/gen_VideoFrameInit.rs
vendor/web-sys/src/features/gen_VideoMatrixCoefficients.rs
vendor/web-sys/src/features/gen_VideoPixelFormat.rs
vendor/web-sys/src/features/gen_VideoPlaybackQuality.rs
vendor/web-sys/src/features/gen_VideoStreamTrack.rs
vendor/web-sys/src/features/gen_VideoTrack.rs
vendor/web-sys/src/features/gen_VideoTrackList.rs
vendor/web-sys/src/features/gen_VideoTransferCharacteristics.rs
vendor/web-sys/src/features/gen_VisibilityState.rs
vendor/web-sys/src/features/gen_VoidCallback.rs
vendor/web-sys/src/features/gen_VrDisplay.rs
vendor/web-sys/src/features/gen_VrDisplayCapabilities.rs
vendor/web-sys/src/features/gen_VrEye.rs
vendor/web-sys/src/features/gen_VrEyeParameters.rs
vendor/web-sys/src/features/gen_VrFieldOfView.rs
vendor/web-sys/src/features/gen_VrFrameData.rs
vendor/web-sys/src/features/gen_VrLayer.rs
vendor/web-sys/src/features/gen_VrMockController.rs
vendor/web-sys/src/features/gen_VrMockDisplay.rs
vendor/web-sys/src/features/gen_VrPose.rs
vendor/web-sys/src/features/gen_VrServiceTest.rs
vendor/web-sys/src/features/gen_VrStageParameters.rs
vendor/web-sys/src/features/gen_VrSubmitFrameResult.rs
vendor/web-sys/src/features/gen_VttCue.rs
vendor/web-sys/src/features/gen_VttRegion.rs
vendor/web-sys/src/features/gen_WakeLock.rs
vendor/web-sys/src/features/gen_WakeLockSentinel.rs
vendor/web-sys/src/features/gen_WakeLockType.rs
vendor/web-sys/src/features/gen_WatchAdvertisementsOptions.rs
vendor/web-sys/src/features/gen_WaveShaperNode.rs
vendor/web-sys/src/features/gen_WaveShaperOptions.rs
vendor/web-sys/src/features/gen_WebGl2RenderingContext.rs
vendor/web-sys/src/features/gen_WebGlActiveInfo.rs
vendor/web-sys/src/features/gen_WebGlBuffer.rs
vendor/web-sys/src/features/gen_WebGlContextAttributes.rs
vendor/web-sys/src/features/gen_WebGlContextEvent.rs
vendor/web-sys/src/features/gen_WebGlContextEventInit.rs
vendor/web-sys/src/features/gen_WebGlFramebuffer.rs
vendor/web-sys/src/features/gen_WebGlPowerPreference.rs
vendor/web-sys/src/features/gen_WebGlProgram.rs
vendor/web-sys/src/features/gen_WebGlQuery.rs
vendor/web-sys/src/features/gen_WebGlRenderbuffer.rs
vendor/web-sys/src/features/gen_WebGlRenderingContext.rs
vendor/web-sys/src/features/gen_WebGlSampler.rs
vendor/web-sys/src/features/gen_WebGlShader.rs
vendor/web-sys/src/features/gen_WebGlShaderPrecisionFormat.rs
vendor/web-sys/src/features/gen_WebGlSync.rs
vendor/web-sys/src/features/gen_WebGlTexture.rs
vendor/web-sys/src/features/gen_WebGlTransformFeedback.rs
vendor/web-sys/src/features/gen_WebGlUniformLocation.rs
vendor/web-sys/src/features/gen_WebGlVertexArrayObject.rs
vendor/web-sys/src/features/gen_WebKitCssMatrix.rs
vendor/web-sys/src/features/gen_WebSocket.rs
vendor/web-sys/src/features/gen_WebSocketDict.rs
vendor/web-sys/src/features/gen_WebSocketElement.rs
vendor/web-sys/src/features/gen_WebTransport.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportBidirectionalStream.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportCloseInfo.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportCongestionControl.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportDatagramDuplexStream.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportDatagramStats.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportError.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportErrorOptions.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportErrorSource.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportHash.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportOptions.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportReceiveStream.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportReceiveStreamStats.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportReliabilityMode.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportSendStream.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportSendStreamOptions.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportSendStreamStats.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebTransportStats.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WebglColorBufferFloat.rs
vendor/web-sys/src/features/gen_WebglCompressedTextureAstc.rs
vendor/web-sys/src/features/gen_WebglCompressedTextureAtc.rs
vendor/web-sys/src/features/gen_WebglCompressedTextureEtc.rs
vendor/web-sys/src/features/gen_WebglCompressedTextureEtc1.rs
vendor/web-sys/src/features/gen_WebglCompressedTexturePvrtc.rs
vendor/web-sys/src/features/gen_WebglCompressedTextureS3tc.rs
vendor/web-sys/src/features/gen_WebglCompressedTextureS3tcSrgb.rs
vendor/web-sys/src/features/gen_WebglDebugRendererInfo.rs
vendor/web-sys/src/features/gen_WebglDebugShaders.rs
vendor/web-sys/src/features/gen_WebglDepthTexture.rs
vendor/web-sys/src/features/gen_WebglDrawBuffers.rs
vendor/web-sys/src/features/gen_WebglLoseContext.rs
vendor/web-sys/src/features/gen_WebglMultiDraw.rs
vendor/web-sys/src/features/gen_WebrtcGlobalStatisticsReport.rs
vendor/web-sys/src/features/gen_WheelEvent.rs
vendor/web-sys/src/features/gen_WheelEventInit.rs
vendor/web-sys/src/features/gen_WidevineCdmManifest.rs
vendor/web-sys/src/features/gen_Window.rs
vendor/web-sys/src/features/gen_WindowClient.rs
vendor/web-sys/src/features/gen_Worker.rs
vendor/web-sys/src/features/gen_WorkerDebuggerGlobalScope.rs
vendor/web-sys/src/features/gen_WorkerGlobalScope.rs
vendor/web-sys/src/features/gen_WorkerLocation.rs
vendor/web-sys/src/features/gen_WorkerNavigator.rs
vendor/web-sys/src/features/gen_WorkerOptions.rs
vendor/web-sys/src/features/gen_WorkerType.rs
vendor/web-sys/src/features/gen_Worklet.rs
vendor/web-sys/src/features/gen_WorkletGlobalScope.rs
vendor/web-sys/src/features/gen_WorkletOptions.rs
vendor/web-sys/src/features/gen_WritableStream.rs
vendor/web-sys/src/features/gen_WritableStreamDefaultController.rs
vendor/web-sys/src/features/gen_WritableStreamDefaultWriter.rs
vendor/web-sys/src/features/gen_WriteCommandType.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_WriteParams.rs [new file with mode: 0644]
vendor/web-sys/src/features/gen_XPathExpression.rs
vendor/web-sys/src/features/gen_XPathNsResolver.rs
vendor/web-sys/src/features/gen_XPathResult.rs
vendor/web-sys/src/features/gen_XmlDocument.rs
vendor/web-sys/src/features/gen_XmlHttpRequest.rs
vendor/web-sys/src/features/gen_XmlHttpRequestEventTarget.rs
vendor/web-sys/src/features/gen_XmlHttpRequestResponseType.rs
vendor/web-sys/src/features/gen_XmlHttpRequestUpload.rs
vendor/web-sys/src/features/gen_XmlSerializer.rs
vendor/web-sys/src/features/gen_XrBoundedReferenceSpace.rs
vendor/web-sys/src/features/gen_XrEye.rs
vendor/web-sys/src/features/gen_XrFrame.rs
vendor/web-sys/src/features/gen_XrHand.rs
vendor/web-sys/src/features/gen_XrHandJoint.rs
vendor/web-sys/src/features/gen_XrHandedness.rs
vendor/web-sys/src/features/gen_XrInputSource.rs
vendor/web-sys/src/features/gen_XrInputSourceArray.rs
vendor/web-sys/src/features/gen_XrInputSourceEvent.rs
vendor/web-sys/src/features/gen_XrInputSourceEventInit.rs
vendor/web-sys/src/features/gen_XrInputSourcesChangeEvent.rs
vendor/web-sys/src/features/gen_XrInputSourcesChangeEventInit.rs
vendor/web-sys/src/features/gen_XrJointPose.rs
vendor/web-sys/src/features/gen_XrJointSpace.rs
vendor/web-sys/src/features/gen_XrLayer.rs
vendor/web-sys/src/features/gen_XrPermissionDescriptor.rs
vendor/web-sys/src/features/gen_XrPermissionStatus.rs
vendor/web-sys/src/features/gen_XrPose.rs
vendor/web-sys/src/features/gen_XrReferenceSpace.rs
vendor/web-sys/src/features/gen_XrReferenceSpaceEvent.rs
vendor/web-sys/src/features/gen_XrReferenceSpaceEventInit.rs
vendor/web-sys/src/features/gen_XrReferenceSpaceType.rs
vendor/web-sys/src/features/gen_XrRenderState.rs
vendor/web-sys/src/features/gen_XrRenderStateInit.rs
vendor/web-sys/src/features/gen_XrRigidTransform.rs
vendor/web-sys/src/features/gen_XrSession.rs
vendor/web-sys/src/features/gen_XrSessionEvent.rs
vendor/web-sys/src/features/gen_XrSessionEventInit.rs
vendor/web-sys/src/features/gen_XrSessionInit.rs
vendor/web-sys/src/features/gen_XrSessionMode.rs
vendor/web-sys/src/features/gen_XrSessionSupportedPermissionDescriptor.rs
vendor/web-sys/src/features/gen_XrSpace.rs
vendor/web-sys/src/features/gen_XrSystem.rs
vendor/web-sys/src/features/gen_XrTargetRayMode.rs
vendor/web-sys/src/features/gen_XrView.rs
vendor/web-sys/src/features/gen_XrViewerPose.rs
vendor/web-sys/src/features/gen_XrViewport.rs
vendor/web-sys/src/features/gen_XrVisibilityState.rs
vendor/web-sys/src/features/gen_XrWebGlLayer.rs
vendor/web-sys/src/features/gen_XrWebGlLayerInit.rs
vendor/web-sys/src/features/gen_XsltProcessor.rs
vendor/web-sys/src/features/gen_console.rs
vendor/web-sys/src/features/gen_css.rs
vendor/web-sys/src/features/gen_gpu_buffer_usage.rs
vendor/web-sys/src/features/gen_gpu_color_write.rs
vendor/web-sys/src/features/gen_gpu_map_mode.rs
vendor/web-sys/src/features/gen_gpu_shader_stage.rs
vendor/web-sys/src/features/gen_gpu_texture_usage.rs
vendor/web-sys/src/features/mod.rs
vendor/web-sys/tests/wasm/button_element.rs
vendor/web-sys/tests/wasm/element.js
vendor/web-sys/tests/wasm/element.rs
vendor/web-sys/tests/wasm/html_element.rs
vendor/web-sys/tests/wasm/input_element.rs
vendor/web-sys/tests/wasm/main.rs
vendor/web-sys/tests/wasm/menu_element.rs
vendor/web-sys/tests/wasm/menu_item_element.rs [deleted file]
vendor/web-sys/tests/wasm/output_element.rs
vendor/web-sys/tests/wasm/select_element.rs
vendor/web-sys/tests/wasm/slot_element.rs
vendor/web-sys/webidls/enabled/AnimationFrame.webidl [new file with mode: 0644]
vendor/web-sys/webidls/enabled/CanvasCaptureMediaStream.webidl
vendor/web-sys/webidls/enabled/CanvasCaptureMediaStreamTrack.webidl [new file with mode: 0644]
vendor/web-sys/webidls/enabled/CanvasRenderingContext2D.webidl
vendor/web-sys/webidls/enabled/DOMException.webidl
vendor/web-sys/webidls/enabled/Document.webidl
vendor/web-sys/webidls/enabled/Element.webidl
vendor/web-sys/webidls/enabled/HTMLCanvasElement.webidl
vendor/web-sys/webidls/enabled/HTMLInputElement.webidl
vendor/web-sys/webidls/enabled/HTMLMenuElement.webidl
vendor/web-sys/webidls/enabled/HTMLMenuItemElement.webidl
vendor/web-sys/webidls/enabled/HTMLTextAreaElement.webidl
vendor/web-sys/webidls/enabled/ImageBitmapRenderingContext.webidl
vendor/web-sys/webidls/enabled/OffscreenCanvas.webidl
vendor/web-sys/webidls/enabled/OffscreenCanvasRenderingContext2D.webidl [new file with mode: 0644]
vendor/web-sys/webidls/enabled/ParentNode.webidl
vendor/web-sys/webidls/enabled/PresentationConnection.webidl
vendor/web-sys/webidls/enabled/RTCPeerConnection.webidl
vendor/web-sys/webidls/enabled/RTCRtpSender.webidl
vendor/web-sys/webidls/enabled/ResizeObserver.webidl [new file with mode: 0644]
vendor/web-sys/webidls/enabled/ScrollBoxObject.webidl
vendor/web-sys/webidls/enabled/ServiceWorkerContainer.webidl
vendor/web-sys/webidls/enabled/TreeView.webidl
vendor/web-sys/webidls/enabled/Window.webidl
vendor/web-sys/webidls/unstable/Animatable.webidl [new file with mode: 0644]
vendor/web-sys/webidls/unstable/FileSystemAccess.webidl [new file with mode: 0644]
vendor/web-sys/webidls/unstable/LocalFontAccess.webidl [new file with mode: 0644]
vendor/web-sys/webidls/unstable/MeasureMemory.webidl [new file with mode: 0644]
vendor/web-sys/webidls/unstable/ResizeObserver.webidl [deleted file]
vendor/web-sys/webidls/unstable/WebTransport.webidl [new file with mode: 0644]
vendor/winnow/.cargo-checksum.json
vendor/winnow/Cargo.lock
vendor/winnow/Cargo.toml
vendor/winnow/README.md
vendor/winnow/benches/contains_token.rs
vendor/winnow/benches/number.rs
vendor/winnow/examples/arithmetic/parser.rs
vendor/winnow/examples/arithmetic/parser_ast.rs
vendor/winnow/examples/css/parser.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/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/parser.rs
vendor/winnow/examples/s_expression/parser.rs
vendor/winnow/examples/string/parser.rs
vendor/winnow/src/_topic/language.rs
vendor/winnow/src/_topic/mod.rs
vendor/winnow/src/_topic/partial.rs
vendor/winnow/src/_topic/performance.rs [new file with mode: 0644]
vendor/winnow/src/_topic/stream.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 [new file with mode: 0644]
vendor/winnow/src/ascii/tests.rs [new file with mode: 0644]
vendor/winnow/src/binary/bits/mod.rs [new file with mode: 0644]
vendor/winnow/src/binary/bits/tests.rs [new file with mode: 0644]
vendor/winnow/src/binary/mod.rs [new file with mode: 0644]
vendor/winnow/src/binary/tests.rs [new file with mode: 0644]
vendor/winnow/src/bits.rs [new file with mode: 0644]
vendor/winnow/src/bits/mod.rs [deleted file]
vendor/winnow/src/bits/tests.rs [deleted file]
vendor/winnow/src/branch.rs [new file with mode: 0644]
vendor/winnow/src/branch/mod.rs [deleted file]
vendor/winnow/src/branch/tests.rs [deleted file]
vendor/winnow/src/bytes.rs [new file with mode: 0644]
vendor/winnow/src/bytes/mod.rs [deleted file]
vendor/winnow/src/bytes/tests.rs [deleted file]
vendor/winnow/src/character.rs [new file with mode: 0644]
vendor/winnow/src/character/mod.rs [deleted file]
vendor/winnow/src/character/tests.rs [deleted file]
vendor/winnow/src/combinator/branch.rs [new file with mode: 0644]
vendor/winnow/src/combinator/core.rs [new file with mode: 0644]
vendor/winnow/src/combinator/mod.rs
vendor/winnow/src/combinator/multi.rs [new file with mode: 0644]
vendor/winnow/src/combinator/parser.rs [new file with mode: 0644]
vendor/winnow/src/combinator/sequence.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/winnow/src/multi/mod.rs [deleted file]
vendor/winnow/src/multi/tests.rs [deleted file]
vendor/winnow/src/number.rs [new file with mode: 0644]
vendor/winnow/src/number/mod.rs [deleted file]
vendor/winnow/src/number/tests.rs [deleted file]
vendor/winnow/src/parser.rs
vendor/winnow/src/sequence.rs [new file with mode: 0644]
vendor/winnow/src/sequence/mod.rs [deleted file]
vendor/winnow/src/sequence/tests.rs [deleted file]
vendor/winnow/src/stream/mod.rs
vendor/winnow/src/token/mod.rs [new file with mode: 0644]
vendor/winnow/src/token/tests.rs [new file with mode: 0644]
vendor/winnow/src/trace/internals.rs
vendor/winnow/src/trace/mod.rs
vendor/writeable/.cargo-checksum.json
vendor/writeable/Cargo.lock
vendor/writeable/Cargo.toml
vendor/writeable/src/impls.rs
vendor/yoke-derive/.cargo-checksum.json
vendor/yoke-derive/Cargo.lock
vendor/yoke-derive/Cargo.toml
vendor/yoke-derive/src/lib.rs
vendor/zerofrom-derive/.cargo-checksum.json
vendor/zerofrom-derive/Cargo.lock
vendor/zerofrom-derive/Cargo.toml
vendor/zerofrom-derive/examples/zf_derive.rs
vendor/zerofrom-derive/src/lib.rs
vendor/zerofrom/.cargo-checksum.json
vendor/zerofrom/Cargo.toml
vendor/zerovec-derive/.cargo-checksum.json
vendor/zerovec-derive/Cargo.lock
vendor/zerovec-derive/Cargo.toml
vendor/zerovec-derive/examples/make.rs
vendor/zerovec-derive/examples/make_var.rs
vendor/zerovec-derive/src/make_ule.rs
vendor/zerovec-derive/src/make_varule.rs
vendor/zerovec-derive/src/utils.rs
version
x.py