]> git.proxmox.com Git - rustc.git/commit - compiler/rustc_incremental/src/persist/load.rs
New upstream version 1.77.2+dfsg1
authorFabian Grünbichler <debian@fabian.gruenbichler.email>
Wed, 19 Jun 2024 08:24:51 +0000 (10:24 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Wed, 19 Jun 2024 08:24:51 +0000 (10:24 +0200)
commitc0240ec034b7484fe11942fbb2cecf36006e23ee
treee365e53078a77f3d5ffa8967c21b810fc5498fa3
parent4b01247206949d444fe3e04e7e7b7ebef4efabb6
New upstream version 1.77.2+dfsg1
8640 files changed:
Cargo.lock
Cargo.toml
README.md
RELEASES.md
compiler/rustc_abi/Cargo.toml
compiler/rustc_abi/src/layout.rs
compiler/rustc_abi/src/lib.rs
compiler/rustc_arena/src/lib.rs
compiler/rustc_ast/Cargo.toml
compiler/rustc_ast/src/ast.rs
compiler/rustc_ast/src/lib.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/classify.rs
compiler/rustc_ast/src/util/literal.rs
compiler/rustc_ast/src/visit.rs
compiler/rustc_ast_lowering/messages.ftl
compiler/rustc_ast_lowering/src/asm.rs
compiler/rustc_ast_lowering/src/delegation.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/src/errors.rs
compiler/rustc_ast_lowering/src/expr.rs
compiler/rustc_ast_lowering/src/format.rs
compiler/rustc_ast_lowering/src/item.rs
compiler/rustc_ast_lowering/src/lib.rs
compiler/rustc_ast_lowering/src/pat.rs
compiler/rustc_ast_lowering/src/path.rs
compiler/rustc_ast_passes/messages.ftl
compiler/rustc_ast_passes/src/ast_validation.rs
compiler/rustc_ast_passes/src/errors.rs
compiler/rustc_ast_passes/src/feature_gate.rs
compiler/rustc_ast_passes/src/lib.rs
compiler/rustc_ast_passes/src/show_span.rs
compiler/rustc_ast_pretty/src/lib.rs
compiler/rustc_ast_pretty/src/pprust/state.rs
compiler/rustc_ast_pretty/src/pprust/state/expr.rs
compiler/rustc_ast_pretty/src/pprust/state/item.rs
compiler/rustc_attr/src/builtin.rs
compiler/rustc_attr/src/session_diagnostics.rs
compiler/rustc_borrowck/src/borrowck_errors.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/move_errors.rs
compiler/rustc_borrowck/src/diagnostics/mutability_errors.rs
compiler/rustc_borrowck/src/diagnostics/outlives_suggestion.rs
compiler/rustc_borrowck/src/diagnostics/region_errors.rs
compiler/rustc_borrowck/src/diagnostics/region_name.rs
compiler/rustc_borrowck/src/lib.rs
compiler/rustc_borrowck/src/nll.rs
compiler/rustc_borrowck/src/polonius/loan_invalidations.rs
compiler/rustc_borrowck/src/region_infer/mod.rs
compiler/rustc_borrowck/src/region_infer/opaque_types.rs
compiler/rustc_borrowck/src/region_infer/values.rs
compiler/rustc_borrowck/src/session_diagnostics.rs
compiler/rustc_borrowck/src/type_check/constraint_conversion.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/liveness/local_use_map.rs
compiler/rustc_borrowck/src/type_check/liveness/mod.rs
compiler/rustc_borrowck/src/type_check/liveness/trace.rs
compiler/rustc_borrowck/src/type_check/mod.rs
compiler/rustc_borrowck/src/universal_regions.rs
compiler/rustc_builtin_macros/src/alloc_error_handler.rs
compiler/rustc_builtin_macros/src/asm.rs
compiler/rustc_builtin_macros/src/assert.rs
compiler/rustc_builtin_macros/src/assert/context.rs
compiler/rustc_builtin_macros/src/cfg.rs
compiler/rustc_builtin_macros/src/cfg_accessible.rs
compiler/rustc_builtin_macros/src/cfg_eval.rs
compiler/rustc_builtin_macros/src/cmdline_attrs.rs
compiler/rustc_builtin_macros/src/compile_error.rs
compiler/rustc_builtin_macros/src/concat.rs
compiler/rustc_builtin_macros/src/concat_bytes.rs
compiler/rustc_builtin_macros/src/concat_idents.rs
compiler/rustc_builtin_macros/src/derive.rs
compiler/rustc_builtin_macros/src/deriving/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/debug.rs
compiler/rustc_builtin_macros/src/deriving/decodable.rs
compiler/rustc_builtin_macros/src/deriving/default.rs
compiler/rustc_builtin_macros/src/deriving/encodable.rs
compiler/rustc_builtin_macros/src/deriving/generic/mod.rs
compiler/rustc_builtin_macros/src/deriving/generic/ty.rs
compiler/rustc_builtin_macros/src/deriving/hash.rs
compiler/rustc_builtin_macros/src/env.rs
compiler/rustc_builtin_macros/src/errors.rs
compiler/rustc_builtin_macros/src/format.rs
compiler/rustc_builtin_macros/src/global_allocator.rs
compiler/rustc_builtin_macros/src/lib.rs
compiler/rustc_builtin_macros/src/proc_macro_harness.rs
compiler/rustc_builtin_macros/src/source_util.rs
compiler/rustc_builtin_macros/src/test.rs
compiler/rustc_builtin_macros/src/trace_macros.rs
compiler/rustc_builtin_macros/src/type_ascribe.rs
compiler/rustc_codegen_cranelift/.github/workflows/abi-cafe.yml
compiler/rustc_codegen_cranelift/.github/workflows/audit.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_system/tests.rs
compiler/rustc_codegen_cranelift/example/mini_core.rs
compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs
compiler/rustc_codegen_cranelift/patches/0001-portable-simd-Enable-the-exposed_provenance-feature.patch [deleted file]
compiler/rustc_codegen_cranelift/patches/0027-coretests-128bit-atomic-operations.patch
compiler/rustc_codegen_cranelift/patches/rand-lock.toml
compiler/rustc_codegen_cranelift/patches/stdlib-lock.toml
compiler/rustc_codegen_cranelift/rust-toolchain
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/base.rs
compiler/rustc_codegen_cranelift/src/common.rs
compiler/rustc_codegen_cranelift/src/constant.rs
compiler/rustc_codegen_cranelift/src/debuginfo/line_info.rs
compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs
compiler/rustc_codegen_cranelift/src/driver/aot.rs
compiler/rustc_codegen_cranelift/src/driver/jit.rs
compiler/rustc_codegen_cranelift/src/global_asm.rs
compiler/rustc_codegen_cranelift/src/inline_asm.rs
compiler/rustc_codegen_cranelift/src/intrinsics/llvm.rs
compiler/rustc_codegen_cranelift/src/intrinsics/llvm_aarch64.rs
compiler/rustc_codegen_cranelift/src/intrinsics/llvm_x86.rs
compiler/rustc_codegen_cranelift/src/intrinsics/mod.rs
compiler/rustc_codegen_cranelift/src/intrinsics/simd.rs
compiler/rustc_codegen_cranelift/src/lib.rs
compiler/rustc_codegen_cranelift/src/main_shim.rs
compiler/rustc_codegen_cranelift/src/unsize.rs
compiler/rustc_codegen_cranelift/src/value_and_place.rs
compiler/rustc_codegen_cranelift/src/vtable.rs
compiler/rustc_codegen_gcc/example/mini_core.rs
compiler/rustc_codegen_gcc/example/mini_core_hello_world.rs
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/consts.rs
compiler/rustc_codegen_gcc/src/context.rs
compiler/rustc_codegen_gcc/src/errors.rs
compiler/rustc_codegen_gcc/src/gcc_util.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/tests/run/static.rs
compiler/rustc_codegen_llvm/Cargo.toml
compiler/rustc_codegen_llvm/messages.ftl
compiler/rustc_codegen_llvm/src/abi.rs
compiler/rustc_codegen_llvm/src/allocator.rs
compiler/rustc_codegen_llvm/src/asm.rs
compiler/rustc_codegen_llvm/src/attributes.rs
compiler/rustc_codegen_llvm/src/back/archive.rs
compiler/rustc_codegen_llvm/src/back/write.rs
compiler/rustc_codegen_llvm/src/builder.rs
compiler/rustc_codegen_llvm/src/consts.rs
compiler/rustc_codegen_llvm/src/context.rs
compiler/rustc_codegen_llvm/src/coverageinfo/ffi.rs
compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs
compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs
compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs
compiler/rustc_codegen_llvm/src/debuginfo/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/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/llvm_util.rs
compiler/rustc_codegen_llvm/src/mono_item.rs
compiler/rustc_codegen_llvm/src/type_of.rs
compiler/rustc_codegen_ssa/Cargo.toml
compiler/rustc_codegen_ssa/messages.ftl
compiler/rustc_codegen_ssa/src/assert_module_sources.rs
compiler/rustc_codegen_ssa/src/back/archive.rs
compiler/rustc_codegen_ssa/src/back/link.rs
compiler/rustc_codegen_ssa/src/back/linker.rs
compiler/rustc_codegen_ssa/src/back/symbol_export.rs
compiler/rustc_codegen_ssa/src/back/write.rs
compiler/rustc_codegen_ssa/src/base.rs
compiler/rustc_codegen_ssa/src/codegen_attrs.rs
compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs
compiler/rustc_codegen_ssa/src/errors.rs
compiler/rustc_codegen_ssa/src/lib.rs
compiler/rustc_codegen_ssa/src/mir/block.rs
compiler/rustc_codegen_ssa/src/mir/constant.rs
compiler/rustc_codegen_ssa/src/mir/debuginfo.rs
compiler/rustc_codegen_ssa/src/mir/intrinsic.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/target_features.rs
compiler/rustc_codegen_ssa/src/traits/builder.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/discriminant.rs
compiler/rustc_const_eval/src/interpret/eval_context.rs
compiler/rustc_const_eval/src/interpret/intern.rs
compiler/rustc_const_eval/src/interpret/intrinsics.rs
compiler/rustc_const_eval/src/interpret/machine.rs
compiler/rustc_const_eval/src/interpret/memory.rs
compiler/rustc_const_eval/src/interpret/operand.rs
compiler/rustc_const_eval/src/interpret/place.rs
compiler/rustc_const_eval/src/interpret/projection.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/mod.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/mod.rs
compiler/rustc_const_eval/src/transform/promote_consts.rs [deleted file]
compiler/rustc_const_eval/src/transform/validate.rs
compiler/rustc_const_eval/src/util/caller_location.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/binary_search_util/mod.rs
compiler/rustc_data_structures/src/fx.rs
compiler/rustc_data_structures/src/graph/dominators/mod.rs
compiler/rustc_data_structures/src/hashes.rs
compiler/rustc_data_structures/src/jobserver.rs
compiler/rustc_data_structures/src/lib.rs
compiler/rustc_data_structures/src/marker.rs
compiler/rustc_data_structures/src/packed.rs [new file with mode: 0644]
compiler/rustc_data_structures/src/profiling.rs
compiler/rustc_data_structures/src/sharded.rs
compiler/rustc_data_structures/src/sorted_map.rs
compiler/rustc_data_structures/src/sso/map.rs
compiler/rustc_data_structures/src/stable_hasher.rs
compiler/rustc_data_structures/src/svh.rs
compiler/rustc_data_structures/src/sync.rs
compiler/rustc_data_structures/src/tagged_ptr/impl_tag.rs
compiler/rustc_data_structures/src/unord.rs
compiler/rustc_driver_impl/Cargo.toml
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.rs [deleted file]
compiler/rustc_error_codes/src/error_codes/E0379.md
compiler/rustc_error_codes/src/error_codes/E0453.md
compiler/rustc_error_codes/src/error_codes/E0640.md
compiler/rustc_error_codes/src/error_codes/E0708.md
compiler/rustc_error_codes/src/error_codes/E0733.md
compiler/rustc_error_codes/src/error_codes/E0795.md
compiler/rustc_error_codes/src/error_codes/E0796.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0797.md [new file with mode: 0644]
compiler/rustc_error_codes/src/lib.rs
compiler/rustc_error_messages/src/lib.rs
compiler/rustc_errors/Cargo.toml
compiler/rustc_errors/src/annotate_snippet_emitter_writer.rs
compiler/rustc_errors/src/codes.rs [new file with mode: 0644]
compiler/rustc_errors/src/diagnostic.rs
compiler/rustc_errors/src/diagnostic_builder.rs
compiler/rustc_errors/src/diagnostic_impls.rs
compiler/rustc_errors/src/emitter.rs
compiler/rustc_errors/src/json.rs
compiler/rustc_errors/src/lib.rs
compiler/rustc_errors/src/markdown/tests/term.rs
compiler/rustc_errors/src/registry.rs
compiler/rustc_errors/src/translation.rs
compiler/rustc_expand/Cargo.toml
compiler/rustc_expand/messages.ftl
compiler/rustc_expand/src/base.rs
compiler/rustc_expand/src/build.rs
compiler/rustc_expand/src/config.rs
compiler/rustc_expand/src/errors.rs
compiler/rustc_expand/src/expand.rs
compiler/rustc_expand/src/lib.rs
compiler/rustc_expand/src/mbe/diagnostics.rs
compiler/rustc_expand/src/mbe/macro_parser.rs
compiler/rustc_expand/src/mbe/macro_rules.rs
compiler/rustc_expand/src/mbe/metavar_expr.rs
compiler/rustc_expand/src/mbe/quoted.rs
compiler/rustc_expand/src/mbe/transcribe.rs
compiler/rustc_expand/src/module.rs
compiler/rustc_expand/src/proc_macro.rs
compiler/rustc_expand/src/proc_macro_server.rs
compiler/rustc_expand/src/tests.rs
compiler/rustc_feature/src/accepted.rs
compiler/rustc_feature/src/builtin_attrs.rs
compiler/rustc_feature/src/removed.rs
compiler/rustc_feature/src/unstable.rs
compiler/rustc_fluent_macro/Cargo.toml
compiler/rustc_fluent_macro/src/fluent.rs
compiler/rustc_hir/src/def_path_hash_map.rs
compiler/rustc_hir/src/definitions.rs
compiler/rustc_hir/src/hir.rs
compiler/rustc_hir/src/intravisit.rs
compiler/rustc_hir/src/lang_items.rs
compiler/rustc_hir/src/lib.rs
compiler/rustc_hir/src/stable_hash_impls.rs
compiler/rustc_hir_analysis/Cargo.toml
compiler/rustc_hir_analysis/messages.ftl
compiler/rustc_hir_analysis/src/astconv/bounds.rs
compiler/rustc_hir_analysis/src/astconv/errors.rs
compiler/rustc_hir_analysis/src/astconv/generics.rs
compiler/rustc_hir_analysis/src/astconv/lint.rs
compiler/rustc_hir_analysis/src/astconv/mod.rs
compiler/rustc_hir_analysis/src/astconv/object_safety.rs
compiler/rustc_hir_analysis/src/autoderef.rs
compiler/rustc_hir_analysis/src/bounds.rs
compiler/rustc_hir_analysis/src/check/check.rs
compiler/rustc_hir_analysis/src/check/compare_impl_item.rs
compiler/rustc_hir_analysis/src/check/compare_impl_item/refine.rs
compiler/rustc_hir_analysis/src/check/dropck.rs
compiler/rustc_hir_analysis/src/check/entry.rs
compiler/rustc_hir_analysis/src/check/errs.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/check/intrinsic.rs
compiler/rustc_hir_analysis/src/check/intrinsicck.rs
compiler/rustc_hir_analysis/src/check/mod.rs
compiler/rustc_hir_analysis/src/check/region.rs
compiler/rustc_hir_analysis/src/check/wfcheck.rs
compiler/rustc_hir_analysis/src/check_unused.rs
compiler/rustc_hir_analysis/src/coherence/builtin.rs
compiler/rustc_hir_analysis/src/coherence/inherent_impls.rs
compiler/rustc_hir_analysis/src/coherence/inherent_impls_overlap.rs
compiler/rustc_hir_analysis/src/coherence/mod.rs
compiler/rustc_hir_analysis/src/coherence/orphan.rs
compiler/rustc_hir_analysis/src/coherence/unsafety.rs
compiler/rustc_hir_analysis/src/collect.rs
compiler/rustc_hir_analysis/src/collect/generics_of.rs
compiler/rustc_hir_analysis/src/collect/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/errors.rs
compiler/rustc_hir_analysis/src/hir_wf_check.rs
compiler/rustc_hir_analysis/src/impl_wf_check.rs
compiler/rustc_hir_analysis/src/impl_wf_check/min_specialization.rs
compiler/rustc_hir_analysis/src/lib.rs
compiler/rustc_hir_analysis/src/outlives/implicit_infer.rs
compiler/rustc_hir_analysis/src/outlives/mod.rs
compiler/rustc_hir_analysis/src/outlives/test.rs
compiler/rustc_hir_analysis/src/structured_errors.rs
compiler/rustc_hir_analysis/src/structured_errors/missing_cast_for_variadic_arg.rs
compiler/rustc_hir_analysis/src/structured_errors/sized_unsized_cast.rs
compiler/rustc_hir_analysis/src/structured_errors/wrong_number_of_generic_args.rs
compiler/rustc_hir_analysis/src/variance/mod.rs
compiler/rustc_hir_analysis/src/variance/test.rs
compiler/rustc_hir_pretty/src/lib.rs
compiler/rustc_hir_typeck/Cargo.toml
compiler/rustc_hir_typeck/messages.ftl
compiler/rustc_hir_typeck/src/_match.rs
compiler/rustc_hir_typeck/src/autoderef.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/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/inherited.rs
compiler/rustc_hir_typeck/src/intrinsicck.rs
compiler/rustc_hir_typeck/src/lib.rs
compiler/rustc_hir_typeck/src/mem_categorization.rs
compiler/rustc_hir_typeck/src/method/confirm.rs
compiler/rustc_hir_typeck/src/method/mod.rs
compiler/rustc_hir_typeck/src/method/prelude2021.rs
compiler/rustc_hir_typeck/src/method/probe.rs
compiler/rustc_hir_typeck/src/method/suggest.rs
compiler/rustc_hir_typeck/src/op.rs
compiler/rustc_hir_typeck/src/pat.rs
compiler/rustc_hir_typeck/src/place_op.rs
compiler/rustc_hir_typeck/src/upvar.rs
compiler/rustc_hir_typeck/src/writeback.rs
compiler/rustc_incremental/src/assert_dep_graph.rs
compiler/rustc_incremental/src/lib.rs
compiler/rustc_incremental/src/persist/dirty_clean.rs
compiler/rustc_incremental/src/persist/file_format.rs
compiler/rustc_incremental/src/persist/fs.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_index/src/bit_set.rs
compiler/rustc_index/src/interval.rs
compiler/rustc_index/src/lib.rs
compiler/rustc_index/src/vec.rs
compiler/rustc_index_macros/src/lib.rs
compiler/rustc_index_macros/src/newtype.rs
compiler/rustc_infer/src/errors/mod.rs
compiler/rustc_infer/src/errors/note_and_explain.rs
compiler/rustc_infer/src/infer/at.rs
compiler/rustc_infer/src/infer/canonical/canonicalizer.rs
compiler/rustc_infer/src/infer/canonical/query_response.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/different_lifetimes.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/mismatched_static_lifetime.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/mod.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/named_anon_conflict.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/placeholder_error.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/placeholder_relation.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/static_impl_trait.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/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/freshen.rs
compiler/rustc_infer/src/infer/fudge.rs
compiler/rustc_infer/src/infer/lexical_region_resolve/mod.rs
compiler/rustc_infer/src/infer/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/components.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/region_constraints/leak_check.rs
compiler/rustc_infer/src/infer/region_constraints/mod.rs
compiler/rustc_infer/src/infer/relate/combine.rs
compiler/rustc_infer/src/infer/relate/generalize.rs
compiler/rustc_infer/src/infer/relate/nll.rs
compiler/rustc_infer/src/infer/resolve.rs
compiler/rustc_infer/src/lib.rs
compiler/rustc_infer/src/traits/error_reporting/mod.rs
compiler/rustc_infer/src/traits/mod.rs
compiler/rustc_infer/src/traits/structural_impls.rs
compiler/rustc_interface/Cargo.toml
compiler/rustc_interface/src/callbacks.rs
compiler/rustc_interface/src/interface.rs
compiler/rustc_interface/src/lib.rs
compiler/rustc_interface/src/passes.rs
compiler/rustc_interface/src/queries.rs
compiler/rustc_interface/src/tests.rs
compiler/rustc_interface/src/util.rs
compiler/rustc_lexer/src/lib.rs
compiler/rustc_lexer/src/unescape.rs
compiler/rustc_lexer/src/unescape/tests.rs
compiler/rustc_lint/messages.ftl
compiler/rustc_lint/src/array_into_iter.rs
compiler/rustc_lint/src/async_fn_in_trait.rs
compiler/rustc_lint/src/builtin.rs
compiler/rustc_lint/src/context.rs
compiler/rustc_lint/src/context/diagnostics.rs [new file with mode: 0644]
compiler/rustc_lint/src/deref_into_dyn_supertrait.rs
compiler/rustc_lint/src/drop_forget_useless.rs
compiler/rustc_lint/src/early.rs
compiler/rustc_lint/src/enum_intrinsics_non_enums.rs
compiler/rustc_lint/src/errors.rs
compiler/rustc_lint/src/expect.rs
compiler/rustc_lint/src/for_loops_over_fallibles.rs
compiler/rustc_lint/src/foreign_modules.rs
compiler/rustc_lint/src/hidden_unicode_codepoints.rs
compiler/rustc_lint/src/internal.rs
compiler/rustc_lint/src/invalid_from_utf8.rs
compiler/rustc_lint/src/let_underscore.rs
compiler/rustc_lint/src/levels.rs
compiler/rustc_lint/src/lib.rs
compiler/rustc_lint/src/lints.rs
compiler/rustc_lint/src/map_unit_fn.rs
compiler/rustc_lint/src/methods.rs
compiler/rustc_lint/src/multiple_supertrait_upcastable.rs
compiler/rustc_lint/src/non_ascii_idents.rs
compiler/rustc_lint/src/non_fmt_panic.rs
compiler/rustc_lint/src/nonstandard_style.rs
compiler/rustc_lint/src/noop_method_call.rs
compiler/rustc_lint/src/opaque_hidden_inferred_bound.rs
compiler/rustc_lint/src/pass_by_value.rs
compiler/rustc_lint/src/ptr_nulls.rs
compiler/rustc_lint/src/redundant_semicolon.rs
compiler/rustc_lint/src/reference_casting.rs
compiler/rustc_lint/src/traits.rs
compiler/rustc_lint/src/types.rs
compiler/rustc_lint/src/unit_bindings.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/PassWrapper.cpp
compiler/rustc_llvm/src/lib.rs
compiler/rustc_macros/build.rs [new file with mode: 0644]
compiler/rustc_macros/src/diagnostics/diagnostic.rs
compiler/rustc_macros/src/diagnostics/diagnostic_builder.rs
compiler/rustc_macros/src/diagnostics/mod.rs
compiler/rustc_macros/src/diagnostics/subdiagnostic.rs
compiler/rustc_macros/src/diagnostics/utils.rs
compiler/rustc_macros/src/lib.rs
compiler/rustc_macros/src/query.rs
compiler/rustc_macros/src/serialize.rs
compiler/rustc_metadata/Cargo.toml
compiler/rustc_metadata/src/creader.rs
compiler/rustc_metadata/src/dependency_format.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/def_path_hash_map.rs
compiler/rustc_metadata/src/rmeta/encoder.rs
compiler/rustc_metadata/src/rmeta/mod.rs
compiler/rustc_metadata/src/rmeta/table.rs
compiler/rustc_middle/Cargo.toml
compiler/rustc_middle/src/arena.rs
compiler/rustc_middle/src/error.rs
compiler/rustc_middle/src/hir/map/mod.rs
compiler/rustc_middle/src/hir/mod.rs
compiler/rustc_middle/src/infer/unify_key.rs
compiler/rustc_middle/src/lib.rs
compiler/rustc_middle/src/lint.rs
compiler/rustc_middle/src/macros.rs
compiler/rustc_middle/src/middle/codegen_fn_attrs.rs
compiler/rustc_middle/src/middle/lang_items.rs
compiler/rustc_middle/src/middle/limits.rs
compiler/rustc_middle/src/middle/mod.rs
compiler/rustc_middle/src/middle/region.rs
compiler/rustc_middle/src/middle/resolve_bound_vars.rs
compiler/rustc_middle/src/middle/stability.rs
compiler/rustc_middle/src/mir/consts.rs
compiler/rustc_middle/src/mir/coverage.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/pointer.rs
compiler/rustc_middle/src/mir/interpret/queries.rs
compiler/rustc_middle/src/mir/mod.rs
compiler/rustc_middle/src/mir/pretty.rs
compiler/rustc_middle/src/mir/spanview.rs [deleted file]
compiler/rustc_middle/src/mir/syntax.rs
compiler/rustc_middle/src/mir/tcx.rs
compiler/rustc_middle/src/mir/terminator.rs
compiler/rustc_middle/src/mir/visit.rs
compiler/rustc_middle/src/query/erase.rs
compiler/rustc_middle/src/query/keys.rs
compiler/rustc_middle/src/query/mod.rs
compiler/rustc_middle/src/query/on_disk_cache.rs
compiler/rustc_middle/src/query/plumbing.rs
compiler/rustc_middle/src/thir.rs
compiler/rustc_middle/src/thir/visit.rs
compiler/rustc_middle/src/traits/mod.rs
compiler/rustc_middle/src/traits/query.rs
compiler/rustc_middle/src/traits/select.rs
compiler/rustc_middle/src/traits/solve/inspect.rs
compiler/rustc_middle/src/traits/solve/inspect/format.rs
compiler/rustc_middle/src/traits/specialization_graph.rs
compiler/rustc_middle/src/ty/adt.rs
compiler/rustc_middle/src/ty/closure.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/fast_reject.rs
compiler/rustc_middle/src/ty/flags.rs
compiler/rustc_middle/src/ty/generic_args.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/trait_def.rs
compiler/rustc_middle/src/ty/typeck_results.rs
compiler/rustc_middle/src/ty/util.rs
compiler/rustc_middle/src/ty/visit.rs
compiler/rustc_middle/src/ty/walk.rs
compiler/rustc_middle/src/util/bug.rs
compiler/rustc_middle/src/util/find_self_call.rs
compiler/rustc_middle/src/values.rs
compiler/rustc_mir_build/Cargo.toml
compiler/rustc_mir_build/messages.ftl
compiler/rustc_mir_build/src/build/block.rs
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_operand.rs
compiler/rustc_mir_build/src/build/expr/as_place.rs
compiler/rustc_mir_build/src/build/expr/as_rvalue.rs
compiler/rustc_mir_build/src/build/expr/as_temp.rs
compiler/rustc_mir_build/src/build/expr/into.rs
compiler/rustc_mir_build/src/build/expr/stmt.rs
compiler/rustc_mir_build/src/build/matches/mod.rs
compiler/rustc_mir_build/src/build/matches/simplify.rs
compiler/rustc_mir_build/src/build/matches/test.rs
compiler/rustc_mir_build/src/build/mod.rs
compiler/rustc_mir_build/src/build/scope.rs
compiler/rustc_mir_build/src/check_unsafety.rs
compiler/rustc_mir_build/src/errors.rs
compiler/rustc_mir_build/src/lib.rs
compiler/rustc_mir_build/src/lints.rs
compiler/rustc_mir_build/src/thir/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/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/engine.rs
compiler/rustc_mir_dataflow/src/impls/initialized.rs
compiler/rustc_mir_dataflow/src/impls/liveness.rs
compiler/rustc_mir_dataflow/src/impls/storage_liveness.rs
compiler/rustc_mir_dataflow/src/lib.rs
compiler/rustc_mir_dataflow/src/move_paths/builder.rs
compiler/rustc_mir_dataflow/src/points.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/rustc_peek.rs
compiler/rustc_mir_transform/src/check_const_item_mutation.rs
compiler/rustc_mir_transform/src/check_packed_ref.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/coroutine.rs
compiler/rustc_mir_transform/src/coverage/counters.rs
compiler/rustc_mir_transform/src/coverage/graph.rs
compiler/rustc_mir_transform/src/coverage/mod.rs
compiler/rustc_mir_transform/src/coverage/spans.rs
compiler/rustc_mir_transform/src/coverage/spans/from_mir.rs
compiler/rustc_mir_transform/src/coverage/tests.rs
compiler/rustc_mir_transform/src/dead_store_elimination.rs
compiler/rustc_mir_transform/src/deduce_param_attrs.rs
compiler/rustc_mir_transform/src/deduplicate_blocks.rs
compiler/rustc_mir_transform/src/dest_prop.rs
compiler/rustc_mir_transform/src/early_otherwise_branch.rs
compiler/rustc_mir_transform/src/elaborate_drops.rs
compiler/rustc_mir_transform/src/errors.rs
compiler/rustc_mir_transform/src/ffi_unwind_calls.rs
compiler/rustc_mir_transform/src/function_item_references.rs
compiler/rustc_mir_transform/src/gvn.rs
compiler/rustc_mir_transform/src/inline.rs
compiler/rustc_mir_transform/src/instsimplify.rs
compiler/rustc_mir_transform/src/jump_threading.rs
compiler/rustc_mir_transform/src/large_enums.rs
compiler/rustc_mir_transform/src/lib.rs
compiler/rustc_mir_transform/src/lint.rs [new file with mode: 0644]
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/nrvo.rs
compiler/rustc_mir_transform/src/pass_manager.rs
compiler/rustc_mir_transform/src/promote_consts.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/ref_prop.rs
compiler/rustc_mir_transform/src/remove_storage_markers.rs
compiler/rustc_mir_transform/src/remove_unneeded_drops.rs
compiler/rustc_mir_transform/src/separate_const_switch.rs
compiler/rustc_mir_transform/src/shim.rs
compiler/rustc_mir_transform/src/simplify.rs
compiler/rustc_mir_transform/src/ssa.rs
compiler/rustc_mir_transform/src/unreachable_prop.rs
compiler/rustc_monomorphize/messages.ftl
compiler/rustc_monomorphize/src/collector.rs
compiler/rustc_monomorphize/src/errors.rs
compiler/rustc_monomorphize/src/lib.rs
compiler/rustc_monomorphize/src/partitioning.rs
compiler/rustc_monomorphize/src/polymorphize.rs
compiler/rustc_next_trait_solver/src/canonicalizer.rs
compiler/rustc_parse/Cargo.toml
compiler/rustc_parse/messages.ftl
compiler/rustc_parse/src/errors.rs
compiler/rustc_parse/src/lexer/mod.rs
compiler/rustc_parse/src/lexer/tokentrees.rs
compiler/rustc_parse/src/lexer/unescape_error_reporting.rs
compiler/rustc_parse/src/lexer/unicode_chars.rs
compiler/rustc_parse/src/lib.rs
compiler/rustc_parse/src/parser/attr.rs
compiler/rustc_parse/src/parser/diagnostics.rs
compiler/rustc_parse/src/parser/expr.rs
compiler/rustc_parse/src/parser/generics.rs
compiler/rustc_parse/src/parser/item.rs
compiler/rustc_parse/src/parser/mod.rs
compiler/rustc_parse/src/parser/nonterminal.rs
compiler/rustc_parse/src/parser/pat.rs
compiler/rustc_parse/src/parser/path.rs
compiler/rustc_parse/src/parser/stmt.rs
compiler/rustc_parse/src/parser/ty.rs
compiler/rustc_parse/src/validate_attr.rs
compiler/rustc_parse_format/src/lib.rs
compiler/rustc_passes/messages.ftl
compiler/rustc_passes/src/abi_test.rs
compiler/rustc_passes/src/check_attr.rs
compiler/rustc_passes/src/check_const.rs
compiler/rustc_passes/src/dead.rs
compiler/rustc_passes/src/debugger_visualizer.rs
compiler/rustc_passes/src/diagnostic_items.rs
compiler/rustc_passes/src/entry.rs
compiler/rustc_passes/src/errors.rs
compiler/rustc_passes/src/hir_id_validator.rs
compiler/rustc_passes/src/hir_stats.rs
compiler/rustc_passes/src/lang_items.rs
compiler/rustc_passes/src/layout_test.rs
compiler/rustc_passes/src/lib.rs
compiler/rustc_passes/src/lib_features.rs
compiler/rustc_passes/src/liveness.rs
compiler/rustc_passes/src/loops.rs
compiler/rustc_passes/src/naked_functions.rs
compiler/rustc_passes/src/stability.rs
compiler/rustc_passes/src/upvars.rs
compiler/rustc_passes/src/weak_lang_items.rs
compiler/rustc_pattern_analysis/Cargo.toml
compiler/rustc_pattern_analysis/src/constructor.rs
compiler/rustc_pattern_analysis/src/lib.rs
compiler/rustc_pattern_analysis/src/lints.rs
compiler/rustc_pattern_analysis/src/pat.rs
compiler/rustc_pattern_analysis/src/pat_column.rs [new file with mode: 0644]
compiler/rustc_pattern_analysis/src/rustc.rs
compiler/rustc_pattern_analysis/src/usefulness.rs
compiler/rustc_privacy/src/errors.rs
compiler/rustc_privacy/src/lib.rs
compiler/rustc_query_impl/Cargo.toml
compiler/rustc_query_impl/src/lib.rs
compiler/rustc_query_impl/src/plumbing.rs
compiler/rustc_query_system/src/dep_graph/graph.rs
compiler/rustc_query_system/src/dep_graph/serialized.rs
compiler/rustc_query_system/src/error.rs
compiler/rustc_query_system/src/ich/hcx.rs
compiler/rustc_query_system/src/ich/impls_hir.rs [deleted file]
compiler/rustc_query_system/src/ich/impls_syntax.rs
compiler/rustc_query_system/src/ich/mod.rs
compiler/rustc_query_system/src/query/caches.rs
compiler/rustc_query_system/src/query/config.rs
compiler/rustc_query_system/src/query/job.rs
compiler/rustc_query_system/src/query/mod.rs
compiler/rustc_query_system/src/query/plumbing.rs
compiler/rustc_query_system/src/values.rs
compiler/rustc_resolve/Cargo.toml
compiler/rustc_resolve/messages.ftl
compiler/rustc_resolve/src/build_reduced_graph.rs
compiler/rustc_resolve/src/check_unused.rs
compiler/rustc_resolve/src/def_collector.rs
compiler/rustc_resolve/src/diagnostics.rs
compiler/rustc_resolve/src/effective_visibilities.rs
compiler/rustc_resolve/src/errors.rs
compiler/rustc_resolve/src/ident.rs
compiler/rustc_resolve/src/imports.rs
compiler/rustc_resolve/src/late.rs
compiler/rustc_resolve/src/late/diagnostics.rs
compiler/rustc_resolve/src/lib.rs
compiler/rustc_resolve/src/macros.rs
compiler/rustc_serialize/src/lib.rs
compiler/rustc_serialize/src/serialize.rs
compiler/rustc_serialize/tests/opaque.rs
compiler/rustc_session/Cargo.toml
compiler/rustc_session/messages.ftl
compiler/rustc_session/src/config.rs
compiler/rustc_session/src/config/sigpipe.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/src/rustc_internal/internal.rs
compiler/rustc_smir/src/rustc_internal/mod.rs
compiler/rustc_smir/src/rustc_smir/alloc.rs
compiler/rustc_smir/src/rustc_smir/context.rs
compiler/rustc_smir/src/rustc_smir/convert/abi.rs
compiler/rustc_smir/src/rustc_smir/convert/error.rs
compiler/rustc_smir/src/rustc_smir/convert/mir.rs
compiler/rustc_smir/src/rustc_smir/convert/mod.rs
compiler/rustc_smir/src/rustc_smir/convert/ty.rs
compiler/rustc_smir/src/rustc_smir/mod.rs
compiler/rustc_span/src/def_id.rs
compiler/rustc_span/src/edit_distance.rs
compiler/rustc_span/src/hygiene.rs
compiler/rustc_span/src/lib.rs
compiler/rustc_span/src/source_map.rs
compiler/rustc_span/src/source_map/tests.rs
compiler/rustc_span/src/span_encoding.rs
compiler/rustc_span/src/symbol.rs
compiler/rustc_symbol_mangling/Cargo.toml
compiler/rustc_symbol_mangling/src/errors.rs
compiler/rustc_symbol_mangling/src/hashed.rs [new file with mode: 0644]
compiler/rustc_symbol_mangling/src/legacy.rs
compiler/rustc_symbol_mangling/src/lib.rs
compiler/rustc_symbol_mangling/src/test.rs
compiler/rustc_symbol_mangling/src/typeid.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/mod.rs
compiler/rustc_target/src/asm/s390x.rs
compiler/rustc_target/src/json.rs
compiler/rustc_target/src/lib.rs
compiler/rustc_target/src/spec/abi/mod.rs
compiler/rustc_target/src/spec/base/dragonfly.rs
compiler/rustc_target/src/spec/base/freebsd.rs
compiler/rustc_target/src/spec/base/illumos.rs
compiler/rustc_target/src/spec/base/netbsd.rs
compiler/rustc_target/src/spec/base/wasm.rs
compiler/rustc_target/src/spec/mod.rs
compiler/rustc_target/src/spec/targets/aarch64_apple_watchos.rs
compiler/rustc_target/src/spec/targets/aarch64_unknown_illumos.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/targets/asmjs_unknown_emscripten.rs [deleted file]
compiler/rustc_target/src/spec/targets/hexagon_unknown_none_elf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/targets/i386_apple_ios.rs
compiler/rustc_target/src/spec/targets/i586_pc_nto_qnx700.rs
compiler/rustc_target/src/spec/targets/i586_unknown_netbsd.rs
compiler/rustc_target/src/spec/targets/i686_apple_darwin.rs
compiler/rustc_target/src/spec/targets/i686_linux_android.rs
compiler/rustc_target/src/spec/targets/i686_pc_windows_gnu.rs
compiler/rustc_target/src/spec/targets/i686_pc_windows_gnullvm.rs
compiler/rustc_target/src/spec/targets/i686_pc_windows_msvc.rs
compiler/rustc_target/src/spec/targets/i686_unknown_freebsd.rs
compiler/rustc_target/src/spec/targets/i686_unknown_haiku.rs
compiler/rustc_target/src/spec/targets/i686_unknown_hurd_gnu.rs
compiler/rustc_target/src/spec/targets/i686_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/targets/i686_unknown_linux_musl.rs
compiler/rustc_target/src/spec/targets/i686_unknown_netbsd.rs
compiler/rustc_target/src/spec/targets/i686_unknown_openbsd.rs
compiler/rustc_target/src/spec/targets/i686_unknown_uefi.rs
compiler/rustc_target/src/spec/targets/i686_uwp_windows_gnu.rs
compiler/rustc_target/src/spec/targets/i686_uwp_windows_msvc.rs
compiler/rustc_target/src/spec/targets/i686_win7_windows_msvc.rs
compiler/rustc_target/src/spec/targets/i686_wrs_vxworks.rs
compiler/rustc_target/src/spec/targets/powerpc64_unknown_linux_musl.rs
compiler/rustc_target/src/spec/targets/riscv32im_risc0_zkvm_elf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/targets/riscv32imafc_esp_espidf.rs [new file with mode: 0644]
compiler/rustc_target/src/spec/targets/wasm32_unknown_emscripten.rs
compiler/rustc_target/src/spec/targets/x86_64_apple_darwin.rs
compiler/rustc_target/src/spec/targets/x86_64_apple_ios.rs
compiler/rustc_target/src/spec/targets/x86_64_apple_ios_macabi.rs
compiler/rustc_target/src/spec/targets/x86_64_apple_tvos.rs
compiler/rustc_target/src/spec/targets/x86_64_apple_watchos_sim.rs
compiler/rustc_target/src/spec/targets/x86_64_fortanix_unknown_sgx.rs
compiler/rustc_target/src/spec/targets/x86_64_linux_android.rs
compiler/rustc_target/src/spec/targets/x86_64_pc_nto_qnx710.rs
compiler/rustc_target/src/spec/targets/x86_64_pc_solaris.rs
compiler/rustc_target/src/spec/targets/x86_64_pc_windows_gnu.rs
compiler/rustc_target/src/spec/targets/x86_64_pc_windows_gnullvm.rs
compiler/rustc_target/src/spec/targets/x86_64_pc_windows_msvc.rs
compiler/rustc_target/src/spec/targets/x86_64_unikraft_linux_musl.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_dragonfly.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_freebsd.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_fuchsia.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_haiku.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_hermit.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_illumos.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_l4re_uclibc.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_linux_gnux32.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_linux_musl.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_linux_ohos.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_netbsd.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_none.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_openbsd.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_redox.rs
compiler/rustc_target/src/spec/targets/x86_64_unknown_uefi.rs
compiler/rustc_target/src/spec/targets/x86_64_uwp_windows_gnu.rs
compiler/rustc_target/src/spec/targets/x86_64_uwp_windows_msvc.rs
compiler/rustc_target/src/spec/targets/x86_64_win7_windows_msvc.rs
compiler/rustc_target/src/spec/targets/x86_64_wrs_vxworks.rs
compiler/rustc_target/src/spec/targets/x86_64h_apple_darwin.rs
compiler/rustc_target/src/spec/tests/tests_impl.rs
compiler/rustc_trait_selection/Cargo.toml
compiler/rustc_trait_selection/src/errors.rs
compiler/rustc_trait_selection/src/infer.rs
compiler/rustc_trait_selection/src/lib.rs
compiler/rustc_trait_selection/src/regions.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/alias_relate.rs
compiler/rustc_trait_selection/src/solve/assembly/mod.rs
compiler/rustc_trait_selection/src/solve/assembly/structural_traits.rs
compiler/rustc_trait_selection/src/solve/fulfill.rs
compiler/rustc_trait_selection/src/solve/inspect/analyse.rs
compiler/rustc_trait_selection/src/solve/inspect/build.rs
compiler/rustc_trait_selection/src/solve/mod.rs
compiler/rustc_trait_selection/src/solve/normalize.rs
compiler/rustc_trait_selection/src/solve/normalizes_to/mod.rs
compiler/rustc_trait_selection/src/solve/normalizes_to/weak_types.rs
compiler/rustc_trait_selection/src/solve/search_graph.rs
compiler/rustc_trait_selection/src/solve/trait_goals.rs
compiler/rustc_trait_selection/src/traits/auto_trait.rs
compiler/rustc_trait_selection/src/traits/coherence.rs
compiler/rustc_trait_selection/src/traits/const_evaluatable.rs
compiler/rustc_trait_selection/src/traits/engine.rs
compiler/rustc_trait_selection/src/traits/error_reporting/infer_ctxt_ext.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/error_reporting/type_err_ctxt_ext.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/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_traits/src/codegen.rs
compiler/rustc_traits/src/implied_outlives_bounds.rs
compiler/rustc_traits/src/lib.rs
compiler/rustc_traits/src/normalize_projection_ty.rs
compiler/rustc_transmute/src/layout/tree.rs
compiler/rustc_transmute/src/lib.rs
compiler/rustc_ty_utils/src/abi.rs
compiler/rustc_ty_utils/src/consts.rs
compiler/rustc_ty_utils/src/errors.rs
compiler/rustc_ty_utils/src/instance.rs
compiler/rustc_ty_utils/src/layout.rs
compiler/rustc_ty_utils/src/lib.rs
compiler/rustc_ty_utils/src/needs_drop.rs
compiler/rustc_ty_utils/src/opaque_types.rs
compiler/rustc_ty_utils/src/structural_match.rs
compiler/rustc_type_ir/Cargo.toml
compiler/rustc_type_ir/src/codec.rs
compiler/rustc_type_ir/src/flags.rs
compiler/rustc_type_ir/src/lib.rs
compiler/rustc_type_ir/src/ty_kind.rs
compiler/stable_mir/src/abi.rs
compiler/stable_mir/src/compiler_interface.rs
compiler/stable_mir/src/lib.rs
compiler/stable_mir/src/mir/body.rs
compiler/stable_mir/src/mir/visit.rs
compiler/stable_mir/src/ty.rs
config.example.toml
git-commit-hash
git-commit-info
library/alloc/src/alloc.rs
library/alloc/src/boxed.rs
library/alloc/src/boxed/thin.rs
library/alloc/src/collections/btree/map.rs
library/alloc/src/collections/btree/map/tests.rs
library/alloc/src/collections/btree/node.rs
library/alloc/src/collections/btree/set/tests.rs
library/alloc/src/collections/vec_deque/mod.rs
library/alloc/src/collections/vec_deque/tests.rs
library/alloc/src/lib.rs
library/alloc/src/raw_vec.rs
library/alloc/src/rc.rs
library/alloc/src/slice.rs
library/alloc/src/str.rs
library/alloc/src/sync.rs
library/alloc/src/sync/tests.rs
library/alloc/src/vec/cow.rs
library/alloc/src/vec/in_place_collect.rs
library/alloc/src/vec/into_iter.rs
library/alloc/src/vec/mod.rs
library/alloc/src/vec/spec_from_iter.rs
library/alloc/tests/autotraits.rs
library/alloc/tests/lib.rs
library/alloc/tests/slice.rs
library/alloc/tests/vec.rs
library/core/benches/ascii.rs
library/core/benches/iter.rs
library/core/benches/num/int_pow/mod.rs [new file with mode: 0644]
library/core/benches/num/mod.rs
library/core/benches/slice.rs
library/core/src/alloc/global.rs
library/core/src/array/mod.rs
library/core/src/ascii.rs
library/core/src/ascii/ascii_char.rs
library/core/src/async_iter/async_iter.rs
library/core/src/async_iter/mod.rs
library/core/src/char/convert.rs
library/core/src/cmp.rs
library/core/src/convert/mod.rs
library/core/src/error.rs
library/core/src/ffi/mod.rs
library/core/src/future/future.rs
library/core/src/hint.rs
library/core/src/intrinsics.rs
library/core/src/intrinsics/mir.rs
library/core/src/intrinsics/simd.rs
library/core/src/iter/adapters/cloned.rs
library/core/src/iter/adapters/copied.rs
library/core/src/iter/adapters/flatten.rs
library/core/src/iter/adapters/fuse.rs
library/core/src/iter/adapters/intersperse.rs
library/core/src/iter/adapters/map.rs
library/core/src/iter/adapters/skip.rs
library/core/src/iter/adapters/step_by.rs
library/core/src/iter/sources/repeat_n.rs
library/core/src/iter/traits/iterator.rs
library/core/src/lib.rs
library/core/src/macros/mod.rs
library/core/src/macros/panic.md
library/core/src/marker.rs
library/core/src/mem/mod.rs
library/core/src/net/ip_addr.rs
library/core/src/net/mod.rs
library/core/src/num/int_macros.rs
library/core/src/num/mod.rs
library/core/src/num/nonzero.rs
library/core/src/num/overflow_panic.rs [new file with mode: 0644]
library/core/src/num/uint_macros.rs
library/core/src/ops/arith.rs
library/core/src/ops/async_function.rs [new file with mode: 0644]
library/core/src/ops/bit.rs
library/core/src/ops/coroutine.rs
library/core/src/ops/deref.rs
library/core/src/ops/index.rs
library/core/src/ops/mod.rs
library/core/src/ops/range.rs
library/core/src/option.rs
library/core/src/panic.rs
library/core/src/panic/unwind_safe.rs
library/core/src/panicking.rs
library/core/src/pin.rs
library/core/src/primitive_docs.rs
library/core/src/ptr/const_ptr.rs
library/core/src/ptr/metadata.rs
library/core/src/ptr/mod.rs
library/core/src/ptr/mut_ptr.rs
library/core/src/ptr/non_null.rs
library/core/src/result.rs
library/core/src/slice/ascii.rs
library/core/src/slice/cmp.rs
library/core/src/slice/index.rs
library/core/src/slice/iter.rs
library/core/src/slice/iter/macros.rs
library/core/src/slice/mod.rs
library/core/src/str/converts.rs
library/core/src/str/iter.rs
library/core/src/str/mod.rs
library/core/src/sync/atomic.rs
library/core/src/task/wake.rs
library/core/src/tuple.rs
library/core/tests/any.rs
library/core/tests/array.rs
library/core/tests/ascii.rs
library/core/tests/async_iter/mod.rs [new file with mode: 0644]
library/core/tests/atomic.rs
library/core/tests/cell.rs
library/core/tests/error.rs
library/core/tests/fmt/mod.rs
library/core/tests/hash/mod.rs
library/core/tests/intrinsics.rs
library/core/tests/iter/adapters/chain.rs
library/core/tests/iter/adapters/flatten.rs
library/core/tests/iter/adapters/step_by.rs
library/core/tests/iter/adapters/take.rs
library/core/tests/iter/adapters/zip.rs
library/core/tests/iter/range.rs
library/core/tests/iter/traits/iterator.rs
library/core/tests/lib.rs
library/core/tests/net/ip_addr.rs
library/core/tests/option.rs
library/core/tests/ptr.rs
library/core/tests/slice.rs
library/core/tests/time.rs
library/panic_abort/src/lib.rs
library/panic_abort/src/zkvm.rs [new file with mode: 0644]
library/panic_unwind/src/seh.rs
library/proc_macro/src/lib.rs
library/rtstartup/rsbegin.rs
library/rtstartup/rsend.rs
library/std/Cargo.toml
library/std/build.rs
library/std/src/alloc.rs
library/std/src/backtrace.rs
library/std/src/collections/hash/map.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/fs.rs
library/std/src/fs/tests.rs
library/std/src/io/buffered/bufreader.rs
library/std/src/io/error.rs
library/std/src/io/error/tests.rs
library/std/src/io/impls.rs
library/std/src/io/mod.rs
library/std/src/io/stdio.rs
library/std/src/io/util.rs
library/std/src/lib.rs
library/std/src/num.rs
library/std/src/num/benches.rs [deleted file]
library/std/src/os/linux/process.rs
library/std/src/os/unix/fs.rs
library/std/src/os/unix/net/listener.rs
library/std/src/os/windows/fs.rs
library/std/src/os/windows/process.rs
library/std/src/os/xous/ffi.rs
library/std/src/os/xous/services.rs
library/std/src/os/xous/services/dns.rs [new file with mode: 0644]
library/std/src/os/xous/services/log.rs
library/std/src/os/xous/services/net.rs [new file with mode: 0644]
library/std/src/panic.rs
library/std/src/panicking.rs
library/std/src/process.rs
library/std/src/sync/lazy_lock.rs
library/std/src/sync/mutex.rs
library/std/src/sync/rwlock.rs
library/std/src/sys/cmath/builtins.rs [new file with mode: 0644]
library/std/src/sys/cmath/mod.rs [new file with mode: 0644]
library/std/src/sys/cmath/windows.rs [new file with mode: 0644]
library/std/src/sys/common/alloc.rs [deleted file]
library/std/src/sys/common/mod.rs [deleted file]
library/std/src/sys/common/small_c_string.rs [deleted file]
library/std/src/sys/common/tests.rs [deleted file]
library/std/src/sys/common/thread_local/fast_local.rs [deleted file]
library/std/src/sys/common/thread_local/mod.rs [deleted file]
library/std/src/sys/common/thread_local/os_local.rs [deleted file]
library/std/src/sys/common/thread_local/static_local.rs [deleted file]
library/std/src/sys/hermit/alloc.rs [deleted file]
library/std/src/sys/hermit/args.rs [deleted file]
library/std/src/sys/hermit/env.rs [deleted file]
library/std/src/sys/hermit/fd.rs [deleted file]
library/std/src/sys/hermit/fs.rs [deleted file]
library/std/src/sys/hermit/futex.rs [deleted file]
library/std/src/sys/hermit/memchr.rs [deleted file]
library/std/src/sys/hermit/mod.rs [deleted file]
library/std/src/sys/hermit/net.rs [deleted file]
library/std/src/sys/hermit/os.rs [deleted file]
library/std/src/sys/hermit/stdio.rs [deleted file]
library/std/src/sys/hermit/thread.rs [deleted file]
library/std/src/sys/hermit/thread_local_dtor.rs [deleted file]
library/std/src/sys/hermit/time.rs [deleted file]
library/std/src/sys/itron/abi.rs [deleted file]
library/std/src/sys/itron/condvar.rs [deleted file]
library/std/src/sys/itron/error.rs [deleted file]
library/std/src/sys/itron/mutex.rs [deleted file]
library/std/src/sys/itron/spin.rs [deleted file]
library/std/src/sys/itron/task.rs [deleted file]
library/std/src/sys/itron/thread.rs [deleted file]
library/std/src/sys/itron/thread_parking.rs [deleted file]
library/std/src/sys/itron/time.rs [deleted file]
library/std/src/sys/itron/time/tests.rs [deleted file]
library/std/src/sys/mod.rs
library/std/src/sys/os_str/bytes.rs [new file with mode: 0644]
library/std/src/sys/os_str/bytes/tests.rs [new file with mode: 0644]
library/std/src/sys/os_str/mod.rs [new file with mode: 0644]
library/std/src/sys/os_str/wtf8.rs [new file with mode: 0644]
library/std/src/sys/pal/common/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/common/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/common/small_c_string.rs [new file with mode: 0644]
library/std/src/sys/pal/common/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/common/thread_local/fast_local.rs [new file with mode: 0644]
library/std/src/sys/pal/common/thread_local/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/common/thread_local/os_local.rs [new file with mode: 0644]
library/std/src/sys/pal/common/thread_local/static_local.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/args.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/env.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/fd.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/fs.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/futex.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/memchr.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/net.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/os.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/stdio.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/thread.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/thread_local_dtor.rs [new file with mode: 0644]
library/std/src/sys/pal/hermit/time.rs [new file with mode: 0644]
library/std/src/sys/pal/itron/abi.rs [new file with mode: 0644]
library/std/src/sys/pal/itron/condvar.rs [new file with mode: 0644]
library/std/src/sys/pal/itron/error.rs [new file with mode: 0644]
library/std/src/sys/pal/itron/mutex.rs [new file with mode: 0644]
library/std/src/sys/pal/itron/spin.rs [new file with mode: 0644]
library/std/src/sys/pal/itron/task.rs [new file with mode: 0644]
library/std/src/sys/pal/itron/thread.rs [new file with mode: 0644]
library/std/src/sys/pal/itron/thread_parking.rs [new file with mode: 0644]
library/std/src/sys/pal/itron/time.rs [new file with mode: 0644]
library/std/src/sys/pal/itron/time/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/entry.S [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/mem.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/panic.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/reloc.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/thread.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/tls/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/tls/sync_bitset.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/tls/sync_bitset/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/usercalls/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/usercalls/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/usercalls/raw.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/abi/usercalls/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/args.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/condvar.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/env.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/fd.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/memchr.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/mutex.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/net.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/os.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/path.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/rwlock.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/rwlock/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/stdio.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/thread.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/thread_parking.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/time.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/waitqueue/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/waitqueue/spin_mutex.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/waitqueue/spin_mutex/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/waitqueue/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/waitqueue/unsafe_list.rs [new file with mode: 0644]
library/std/src/sys/pal/sgx/waitqueue/unsafe_list/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/abi/fs.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/abi/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/abi/sockets.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/env.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/error.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/fs.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/io.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/memchr.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/net.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/os.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/path.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/rwlock.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/stdio.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/thread_local_dtor.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys/pal/solid/time.rs [new file with mode: 0644]
library/std/src/sys/pal/teeos/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/teeos/locks/condvar.rs [new file with mode: 0644]
library/std/src/sys/pal/teeos/locks/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/teeos/locks/rwlock.rs [new file with mode: 0644]
library/std/src/sys/pal/teeos/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/teeos/net.rs [new file with mode: 0644]
library/std/src/sys/pal/teeos/os.rs [new file with mode: 0644]
library/std/src/sys/pal/teeos/rand.rs [new file with mode: 0644]
library/std/src/sys/pal/teeos/stdio.rs [new file with mode: 0644]
library/std/src/sys/pal/teeos/thread.rs [new file with mode: 0644]
library/std/src/sys/pal/teeos/thread_local_dtor.rs [new file with mode: 0644]
library/std/src/sys/pal/uefi/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/uefi/args.rs [new file with mode: 0644]
library/std/src/sys/pal/uefi/env.rs [new file with mode: 0644]
library/std/src/sys/pal/uefi/helpers.rs [new file with mode: 0644]
library/std/src/sys/pal/uefi/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/uefi/os.rs [new file with mode: 0644]
library/std/src/sys/pal/uefi/path.rs [new file with mode: 0644]
library/std/src/sys/pal/uefi/stdio.rs [new file with mode: 0644]
library/std/src/sys/pal/uefi/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/android.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/args.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/env.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/fd.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/fd/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/fs.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/futex.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/io.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/kernel_copy.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/kernel_copy/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/l4re.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/locks/fuchsia_mutex.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/locks/futex_condvar.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/locks/futex_mutex.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/locks/futex_rwlock.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/locks/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/locks/pthread_condvar.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/locks/pthread_mutex.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/locks/pthread_rwlock.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/memchr.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/net.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/os.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/os/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/path.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/pipe.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/process/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/process/process_common.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/process/process_common/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/process/process_fuchsia.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/process/process_unix.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/process/process_unix/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/process/process_unsupported.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/process/process_unsupported/wait_status.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/process/process_unsupported/wait_status/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/process/process_vxworks.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/process/zircon.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/rand.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/stack_overflow.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/stdio.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/thread.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/thread_local_dtor.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/thread_parking/darwin.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/thread_parking/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/thread_parking/netbsd.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/thread_parking/pthread.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/time.rs [new file with mode: 0644]
library/std/src/sys/pal/unix/weak.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/args.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/common.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/env.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/fs.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/io.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/locks/condvar.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/locks/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/locks/mutex.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/locks/rwlock.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/net.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/once.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/os.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/pipe.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/process.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/stdio.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/thread.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/thread_local_dtor.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/thread_parking.rs [new file with mode: 0644]
library/std/src/sys/pal/unsupported/time.rs [new file with mode: 0644]
library/std/src/sys/pal/wasi/args.rs [new file with mode: 0644]
library/std/src/sys/pal/wasi/env.rs [new file with mode: 0644]
library/std/src/sys/pal/wasi/fd.rs [new file with mode: 0644]
library/std/src/sys/pal/wasi/fs.rs [new file with mode: 0644]
library/std/src/sys/pal/wasi/io.rs [new file with mode: 0644]
library/std/src/sys/pal/wasi/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/wasi/net.rs [new file with mode: 0644]
library/std/src/sys/pal/wasi/os.rs [new file with mode: 0644]
library/std/src/sys/pal/wasi/stdio.rs [new file with mode: 0644]
library/std/src/sys/pal/wasi/thread.rs [new file with mode: 0644]
library/std/src/sys/pal/wasi/time.rs [new file with mode: 0644]
library/std/src/sys/pal/wasm/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/wasm/atomics/futex.rs [new file with mode: 0644]
library/std/src/sys/pal/wasm/atomics/thread.rs [new file with mode: 0644]
library/std/src/sys/pal/wasm/env.rs [new file with mode: 0644]
library/std/src/sys/pal/wasm/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/alloc/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/api.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/args.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/args/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/c.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/c/windows_sys.lst [new file with mode: 0644]
library/std/src/sys/pal/windows/c/windows_sys.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/compat.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/env.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/fs.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/handle.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/handle/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/io.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/locks/condvar.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/locks/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/locks/mutex.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/locks/rwlock.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/memchr.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/net.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/os.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/os/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/path.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/path/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/pipe.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/process.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/process/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/rand.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/stack_overflow.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/stack_overflow_uwp.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/stdio.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/stdio/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/thread.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/thread_local_dtor.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/thread_local_key/tests.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/thread_parking.rs [new file with mode: 0644]
library/std/src/sys/pal/windows/time.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/locks/condvar.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/locks/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/locks/mutex.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/locks/rwlock.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/net/dns.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/net/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/net/tcplistener.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/net/tcpstream.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/net/udp.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/os.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/stdio.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/thread.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/thread_parking.rs [new file with mode: 0644]
library/std/src/sys/pal/xous/time.rs [new file with mode: 0644]
library/std/src/sys/pal/zkvm/abi.rs [new file with mode: 0644]
library/std/src/sys/pal/zkvm/alloc.rs [new file with mode: 0644]
library/std/src/sys/pal/zkvm/args.rs [new file with mode: 0644]
library/std/src/sys/pal/zkvm/env.rs [new file with mode: 0644]
library/std/src/sys/pal/zkvm/mod.rs [new file with mode: 0644]
library/std/src/sys/pal/zkvm/os.rs [new file with mode: 0644]
library/std/src/sys/pal/zkvm/stdio.rs [new file with mode: 0644]
library/std/src/sys/pal/zkvm/thread_local_key.rs [new file with mode: 0644]
library/std/src/sys/sgx/abi/entry.S [deleted file]
library/std/src/sys/sgx/abi/mem.rs [deleted file]
library/std/src/sys/sgx/abi/mod.rs [deleted file]
library/std/src/sys/sgx/abi/panic.rs [deleted file]
library/std/src/sys/sgx/abi/reloc.rs [deleted file]
library/std/src/sys/sgx/abi/thread.rs [deleted file]
library/std/src/sys/sgx/abi/tls/mod.rs [deleted file]
library/std/src/sys/sgx/abi/tls/sync_bitset.rs [deleted file]
library/std/src/sys/sgx/abi/tls/sync_bitset/tests.rs [deleted file]
library/std/src/sys/sgx/abi/usercalls/alloc.rs [deleted file]
library/std/src/sys/sgx/abi/usercalls/mod.rs [deleted file]
library/std/src/sys/sgx/abi/usercalls/raw.rs [deleted file]
library/std/src/sys/sgx/abi/usercalls/tests.rs [deleted file]
library/std/src/sys/sgx/alloc.rs [deleted file]
library/std/src/sys/sgx/args.rs [deleted file]
library/std/src/sys/sgx/condvar.rs [deleted file]
library/std/src/sys/sgx/env.rs [deleted file]
library/std/src/sys/sgx/fd.rs [deleted file]
library/std/src/sys/sgx/memchr.rs [deleted file]
library/std/src/sys/sgx/mod.rs [deleted file]
library/std/src/sys/sgx/mutex.rs [deleted file]
library/std/src/sys/sgx/net.rs [deleted file]
library/std/src/sys/sgx/os.rs [deleted file]
library/std/src/sys/sgx/path.rs [deleted file]
library/std/src/sys/sgx/rwlock.rs [deleted file]
library/std/src/sys/sgx/rwlock/tests.rs [deleted file]
library/std/src/sys/sgx/stdio.rs [deleted file]
library/std/src/sys/sgx/thread.rs [deleted file]
library/std/src/sys/sgx/thread_local_key.rs [deleted file]
library/std/src/sys/sgx/thread_parking.rs [deleted file]
library/std/src/sys/sgx/time.rs [deleted file]
library/std/src/sys/sgx/waitqueue/mod.rs [deleted file]
library/std/src/sys/sgx/waitqueue/spin_mutex.rs [deleted file]
library/std/src/sys/sgx/waitqueue/spin_mutex/tests.rs [deleted file]
library/std/src/sys/sgx/waitqueue/tests.rs [deleted file]
library/std/src/sys/sgx/waitqueue/unsafe_list.rs [deleted file]
library/std/src/sys/sgx/waitqueue/unsafe_list/tests.rs [deleted file]
library/std/src/sys/solid/abi/fs.rs [deleted file]
library/std/src/sys/solid/abi/mod.rs [deleted file]
library/std/src/sys/solid/abi/sockets.rs [deleted file]
library/std/src/sys/solid/alloc.rs [deleted file]
library/std/src/sys/solid/env.rs [deleted file]
library/std/src/sys/solid/error.rs [deleted file]
library/std/src/sys/solid/fs.rs [deleted file]
library/std/src/sys/solid/io.rs [deleted file]
library/std/src/sys/solid/memchr.rs [deleted file]
library/std/src/sys/solid/mod.rs [deleted file]
library/std/src/sys/solid/net.rs [deleted file]
library/std/src/sys/solid/os.rs [deleted file]
library/std/src/sys/solid/path.rs [deleted file]
library/std/src/sys/solid/rwlock.rs [deleted file]
library/std/src/sys/solid/stdio.rs [deleted file]
library/std/src/sys/solid/thread_local_dtor.rs [deleted file]
library/std/src/sys/solid/thread_local_key.rs [deleted file]
library/std/src/sys/solid/time.rs [deleted file]
library/std/src/sys/teeos/alloc.rs [deleted file]
library/std/src/sys/teeos/locks/condvar.rs [deleted file]
library/std/src/sys/teeos/locks/mod.rs [deleted file]
library/std/src/sys/teeos/locks/rwlock.rs [deleted file]
library/std/src/sys/teeos/mod.rs [deleted file]
library/std/src/sys/teeos/net.rs [deleted file]
library/std/src/sys/teeos/os.rs [deleted file]
library/std/src/sys/teeos/rand.rs [deleted file]
library/std/src/sys/teeos/stdio.rs [deleted file]
library/std/src/sys/teeos/thread.rs [deleted file]
library/std/src/sys/teeos/thread_local_dtor.rs [deleted file]
library/std/src/sys/uefi/alloc.rs [deleted file]
library/std/src/sys/uefi/args.rs [deleted file]
library/std/src/sys/uefi/env.rs [deleted file]
library/std/src/sys/uefi/helpers.rs [deleted file]
library/std/src/sys/uefi/mod.rs [deleted file]
library/std/src/sys/uefi/os.rs [deleted file]
library/std/src/sys/uefi/path.rs [deleted file]
library/std/src/sys/uefi/stdio.rs [deleted file]
library/std/src/sys/uefi/tests.rs [deleted file]
library/std/src/sys/unix/alloc.rs [deleted file]
library/std/src/sys/unix/android.rs [deleted file]
library/std/src/sys/unix/args.rs [deleted file]
library/std/src/sys/unix/cmath.rs [deleted file]
library/std/src/sys/unix/env.rs [deleted file]
library/std/src/sys/unix/fd.rs [deleted file]
library/std/src/sys/unix/fd/tests.rs [deleted file]
library/std/src/sys/unix/fs.rs [deleted file]
library/std/src/sys/unix/futex.rs [deleted file]
library/std/src/sys/unix/io.rs [deleted file]
library/std/src/sys/unix/kernel_copy.rs [deleted file]
library/std/src/sys/unix/kernel_copy/tests.rs [deleted file]
library/std/src/sys/unix/l4re.rs [deleted file]
library/std/src/sys/unix/locks/fuchsia_mutex.rs [deleted file]
library/std/src/sys/unix/locks/futex_condvar.rs [deleted file]
library/std/src/sys/unix/locks/futex_mutex.rs [deleted file]
library/std/src/sys/unix/locks/futex_rwlock.rs [deleted file]
library/std/src/sys/unix/locks/mod.rs [deleted file]
library/std/src/sys/unix/locks/pthread_condvar.rs [deleted file]
library/std/src/sys/unix/locks/pthread_mutex.rs [deleted file]
library/std/src/sys/unix/locks/pthread_rwlock.rs [deleted file]
library/std/src/sys/unix/memchr.rs [deleted file]
library/std/src/sys/unix/mod.rs [deleted file]
library/std/src/sys/unix/net.rs [deleted file]
library/std/src/sys/unix/os.rs [deleted file]
library/std/src/sys/unix/os/tests.rs [deleted file]
library/std/src/sys/unix/os_str.rs [deleted file]
library/std/src/sys/unix/os_str/tests.rs [deleted file]
library/std/src/sys/unix/path.rs [deleted file]
library/std/src/sys/unix/pipe.rs [deleted file]
library/std/src/sys/unix/process/mod.rs [deleted file]
library/std/src/sys/unix/process/process_common.rs [deleted file]
library/std/src/sys/unix/process/process_common/tests.rs [deleted file]
library/std/src/sys/unix/process/process_fuchsia.rs [deleted file]
library/std/src/sys/unix/process/process_unix.rs [deleted file]
library/std/src/sys/unix/process/process_unix/tests.rs [deleted file]
library/std/src/sys/unix/process/process_unsupported.rs [deleted file]
library/std/src/sys/unix/process/process_unsupported/wait_status.rs [deleted file]
library/std/src/sys/unix/process/process_unsupported/wait_status/tests.rs [deleted file]
library/std/src/sys/unix/process/process_vxworks.rs [deleted file]
library/std/src/sys/unix/process/zircon.rs [deleted file]
library/std/src/sys/unix/rand.rs [deleted file]
library/std/src/sys/unix/stack_overflow.rs [deleted file]
library/std/src/sys/unix/stdio.rs [deleted file]
library/std/src/sys/unix/thread.rs [deleted file]
library/std/src/sys/unix/thread_local_dtor.rs [deleted file]
library/std/src/sys/unix/thread_local_key.rs [deleted file]
library/std/src/sys/unix/thread_parking/darwin.rs [deleted file]
library/std/src/sys/unix/thread_parking/mod.rs [deleted file]
library/std/src/sys/unix/thread_parking/netbsd.rs [deleted file]
library/std/src/sys/unix/thread_parking/pthread.rs [deleted file]
library/std/src/sys/unix/time.rs [deleted file]
library/std/src/sys/unix/weak.rs [deleted file]
library/std/src/sys/unsupported/alloc.rs [deleted file]
library/std/src/sys/unsupported/args.rs [deleted file]
library/std/src/sys/unsupported/common.rs [deleted file]
library/std/src/sys/unsupported/env.rs [deleted file]
library/std/src/sys/unsupported/fs.rs [deleted file]
library/std/src/sys/unsupported/io.rs [deleted file]
library/std/src/sys/unsupported/locks/condvar.rs [deleted file]
library/std/src/sys/unsupported/locks/mod.rs [deleted file]
library/std/src/sys/unsupported/locks/mutex.rs [deleted file]
library/std/src/sys/unsupported/locks/rwlock.rs [deleted file]
library/std/src/sys/unsupported/mod.rs [deleted file]
library/std/src/sys/unsupported/net.rs [deleted file]
library/std/src/sys/unsupported/once.rs [deleted file]
library/std/src/sys/unsupported/os.rs [deleted file]
library/std/src/sys/unsupported/pipe.rs [deleted file]
library/std/src/sys/unsupported/process.rs [deleted file]
library/std/src/sys/unsupported/stdio.rs [deleted file]
library/std/src/sys/unsupported/thread.rs [deleted file]
library/std/src/sys/unsupported/thread_local_dtor.rs [deleted file]
library/std/src/sys/unsupported/thread_local_key.rs [deleted file]
library/std/src/sys/unsupported/thread_parking.rs [deleted file]
library/std/src/sys/unsupported/time.rs [deleted file]
library/std/src/sys/wasi/args.rs [deleted file]
library/std/src/sys/wasi/env.rs [deleted file]
library/std/src/sys/wasi/fd.rs [deleted file]
library/std/src/sys/wasi/fs.rs [deleted file]
library/std/src/sys/wasi/io.rs [deleted file]
library/std/src/sys/wasi/mod.rs [deleted file]
library/std/src/sys/wasi/net.rs [deleted file]
library/std/src/sys/wasi/os.rs [deleted file]
library/std/src/sys/wasi/stdio.rs [deleted file]
library/std/src/sys/wasi/thread.rs [deleted file]
library/std/src/sys/wasi/time.rs [deleted file]
library/std/src/sys/wasm/alloc.rs [deleted file]
library/std/src/sys/wasm/atomics/futex.rs [deleted file]
library/std/src/sys/wasm/atomics/thread.rs [deleted file]
library/std/src/sys/wasm/env.rs [deleted file]
library/std/src/sys/wasm/mod.rs [deleted file]
library/std/src/sys/windows/alloc.rs [deleted file]
library/std/src/sys/windows/alloc/tests.rs [deleted file]
library/std/src/sys/windows/api.rs [deleted file]
library/std/src/sys/windows/args.rs [deleted file]
library/std/src/sys/windows/args/tests.rs [deleted file]
library/std/src/sys/windows/c.rs [deleted file]
library/std/src/sys/windows/c/windows_sys.lst [deleted file]
library/std/src/sys/windows/c/windows_sys.rs [deleted file]
library/std/src/sys/windows/cmath.rs [deleted file]
library/std/src/sys/windows/compat.rs [deleted file]
library/std/src/sys/windows/env.rs [deleted file]
library/std/src/sys/windows/fs.rs [deleted file]
library/std/src/sys/windows/handle.rs [deleted file]
library/std/src/sys/windows/handle/tests.rs [deleted file]
library/std/src/sys/windows/io.rs [deleted file]
library/std/src/sys/windows/locks/condvar.rs [deleted file]
library/std/src/sys/windows/locks/mod.rs [deleted file]
library/std/src/sys/windows/locks/mutex.rs [deleted file]
library/std/src/sys/windows/locks/rwlock.rs [deleted file]
library/std/src/sys/windows/memchr.rs [deleted file]
library/std/src/sys/windows/mod.rs [deleted file]
library/std/src/sys/windows/net.rs [deleted file]
library/std/src/sys/windows/os.rs [deleted file]
library/std/src/sys/windows/os/tests.rs [deleted file]
library/std/src/sys/windows/os_str.rs [deleted file]
library/std/src/sys/windows/path.rs [deleted file]
library/std/src/sys/windows/path/tests.rs [deleted file]
library/std/src/sys/windows/pipe.rs [deleted file]
library/std/src/sys/windows/process.rs [deleted file]
library/std/src/sys/windows/process/tests.rs [deleted file]
library/std/src/sys/windows/rand.rs [deleted file]
library/std/src/sys/windows/stack_overflow.rs [deleted file]
library/std/src/sys/windows/stack_overflow_uwp.rs [deleted file]
library/std/src/sys/windows/stdio.rs [deleted file]
library/std/src/sys/windows/stdio/tests.rs [deleted file]
library/std/src/sys/windows/thread.rs [deleted file]
library/std/src/sys/windows/thread_local_dtor.rs [deleted file]
library/std/src/sys/windows/thread_local_key.rs [deleted file]
library/std/src/sys/windows/thread_local_key/tests.rs [deleted file]
library/std/src/sys/windows/thread_parking.rs [deleted file]
library/std/src/sys/windows/time.rs [deleted file]
library/std/src/sys/xous/alloc.rs [deleted file]
library/std/src/sys/xous/locks/condvar.rs [deleted file]
library/std/src/sys/xous/locks/mod.rs [deleted file]
library/std/src/sys/xous/locks/mutex.rs [deleted file]
library/std/src/sys/xous/locks/rwlock.rs [deleted file]
library/std/src/sys/xous/mod.rs [deleted file]
library/std/src/sys/xous/os.rs [deleted file]
library/std/src/sys/xous/stdio.rs [deleted file]
library/std/src/sys/xous/thread.rs [deleted file]
library/std/src/sys/xous/thread_local_key.rs [deleted file]
library/std/src/sys/xous/thread_parking.rs [deleted file]
library/std/src/sys/xous/time.rs [deleted file]
library/std/src/sys_common/once/mod.rs
library/std/src/thread/local.rs
library/std/tests/process_spawning.rs
library/std/tests/thread.rs
library/test/Cargo.toml
library/test/src/console.rs
library/test/src/lib.rs
library/unwind/src/lib.rs
src/bootstrap/Cargo.lock
src/bootstrap/Cargo.toml
src/bootstrap/bootstrap.py
src/bootstrap/configure.py
src/bootstrap/src/bin/main.rs
src/bootstrap/src/core/build_steps/check.rs
src/bootstrap/src/core/build_steps/compile.rs
src/bootstrap/src/core/build_steps/dist.rs
src/bootstrap/src/core/build_steps/doc.rs
src/bootstrap/src/core/build_steps/install.rs
src/bootstrap/src/core/build_steps/run.rs
src/bootstrap/src/core/build_steps/setup.rs
src/bootstrap/src/core/build_steps/setup/tests.rs [new file with mode: 0644]
src/bootstrap/src/core/build_steps/test.rs
src/bootstrap/src/core/build_steps/tool.rs
src/bootstrap/src/core/builder.rs
src/bootstrap/src/core/builder/tests.rs [new file with mode: 0644]
src/bootstrap/src/core/config/config.rs
src/bootstrap/src/core/config/flags.rs
src/bootstrap/src/core/config/mod.rs
src/bootstrap/src/core/config/tests.rs [new file with mode: 0644]
src/bootstrap/src/core/sanity.rs
src/bootstrap/src/lib.rs
src/bootstrap/src/tests/builder.rs [deleted file]
src/bootstrap/src/tests/config.rs [deleted file]
src/bootstrap/src/tests/helpers.rs [deleted file]
src/bootstrap/src/tests/setup.rs [deleted file]
src/bootstrap/src/utils/change_tracker.rs
src/bootstrap/src/utils/change_tracker/tests.rs [new file with mode: 0644]
src/bootstrap/src/utils/helpers.rs
src/bootstrap/src/utils/helpers/tests.rs [new file with mode: 0644]
src/bootstrap/src/utils/metrics.rs
src/ci/docker/host-x86_64/disabled/dist-x86_64-haiku/Dockerfile
src/ci/docker/host-x86_64/dist-powerpc-linux/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-integration/build-fuchsia.sh
src/ci/docker/host-x86_64/x86_64-gnu-llvm-17/Dockerfile
src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
src/ci/docker/run.sh
src/ci/github-actions/ci.yml
src/ci/run.sh
src/ci/scripts/dump-environment.sh
src/ci/scripts/install-ninja.sh
src/ci/scripts/select-xcode.sh
src/doc/edition-guide/src/SUMMARY.md
src/doc/edition-guide/src/rust-2021/c-string-literals.md [new file with mode: 0644]
src/doc/embedded-book/src/unsorted/speed-vs-size.md
src/doc/nomicon/src/subtyping.md
src/doc/reference/src/expressions/literal-expr.md
src/doc/reference/src/inline-assembly.md
src/doc/reference/src/patterns.md
src/doc/reference/src/tokens.md
src/doc/rust-by-example/src/attribute.md
src/doc/rust-by-example/src/conversion/string.md
src/doc/rust-by-example/src/custom_types/structs.md
src/doc/rust-by-example/src/error/multiple_error_types/wrap_error.md
src/doc/rust-by-example/src/hello/print.md
src/doc/rust-by-example/src/meta/doc.md
src/doc/rust-by-example/src/std/str.md
src/doc/rust-by-example/src/types/alias.md
src/doc/rust.css
src/doc/rustc-dev-guide/.github/workflows/ci.yml
src/doc/rustc-dev-guide/.github/workflows/date-check.yml
src/doc/rustc-dev-guide/CODE_OF_CONDUCT.md
src/doc/rustc-dev-guide/examples/rustc-driver-example.rs
src/doc/rustc-dev-guide/examples/rustc-driver-getting-diagnostics.rs
src/doc/rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs
src/doc/rustc-dev-guide/src/SUMMARY.md
src/doc/rustc-dev-guide/src/about-this-guide.md
src/doc/rustc-dev-guide/src/appendix/background.md
src/doc/rustc-dev-guide/src/building/bootstrapping.md
src/doc/rustc-dev-guide/src/building/new-target.md
src/doc/rustc-dev-guide/src/building/prerequisites.md
src/doc/rustc-dev-guide/src/building/suggested.md
src/doc/rustc-dev-guide/src/compiler-debugging.md
src/doc/rustc-dev-guide/src/constants.md
src/doc/rustc-dev-guide/src/contributing.md
src/doc/rustc-dev-guide/src/diagnostics.md
src/doc/rustc-dev-guide/src/diagnostics/translation.md
src/doc/rustc-dev-guide/src/getting-started.md
src/doc/rustc-dev-guide/src/hir.md
src/doc/rustc-dev-guide/src/identifiers.md
src/doc/rustc-dev-guide/src/incrcomp-debugging.md
src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md
src/doc/rustc-dev-guide/src/mir/debugging.md
src/doc/rustc-dev-guide/src/mir/index.md
src/doc/rustc-dev-guide/src/panic-implementation.md
src/doc/rustc-dev-guide/src/pat-exhaustive-checking.md
src/doc/rustc-dev-guide/src/rustbot.md
src/doc/rustc-dev-guide/src/rustc-driver-getting-diagnostics.md
src/doc/rustc-dev-guide/src/rustc-driver-interacting-with-the-ast.md
src/doc/rustc-dev-guide/src/rustdoc-internals/search.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/salsa.md
src/doc/rustc-dev-guide/src/sanitizers.md
src/doc/rustc-dev-guide/src/solve/trait-solving.md
src/doc/rustc-dev-guide/src/tests/compiletest.md
src/doc/rustc-dev-guide/src/tests/perf.md
src/doc/rustc-dev-guide/src/tests/running.md
src/doc/rustc-dev-guide/src/tests/suggest-tests.md
src/doc/rustc-dev-guide/src/thir.md
src/doc/rustc-dev-guide/src/traits/canonicalization.md
src/doc/rustc-dev-guide/src/traits/unsize.md
src/doc/rustc-dev-guide/src/ty.md
src/doc/rustc-dev-guide/src/unsafety-checking.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/walkthrough.md
src/doc/rustc/src/SUMMARY.md
src/doc/rustc/src/command-line-arguments.md
src/doc/rustc/src/platform-support.md
src/doc/rustc/src/platform-support/csky-unknown-linux-gnuabiv2.md
src/doc/rustc/src/platform-support/esp-idf.md
src/doc/rustc/src/platform-support/hexagon-unknown-none-elf.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/riscv32im-risc0-zkvm-elf.md [new file with mode: 0644]
src/doc/rustc/src/platform-support/riscv32imac-unknown-none-elf.md
src/doc/rustc/src/platform-support/unknown-uefi.md
src/doc/rustc/src/platform-support/wasm32-wasi-preview1-threads.md
src/doc/rustc/src/target-tier-policy.md
src/doc/rustdoc/src/how-to-write-documentation.md
src/doc/rustdoc/src/lints.md
src/doc/rustdoc/src/read-documentation/search.md
src/doc/style-guide/src/README.md
src/doc/style-guide/src/cargo.md
src/doc/style-guide/src/editions.md
src/doc/style-guide/src/expressions.md
src/doc/style-guide/src/items.md
src/doc/unstable-book/src/compiler-flags/check-cfg.md
src/doc/unstable-book/src/compiler-flags/env-set.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/env.md [deleted file]
src/doc/unstable-book/src/compiler-flags/remap-path-scope.md
src/doc/unstable-book/src/compiler-flags/shell-argfiles.md [new file with mode: 0644]
src/doc/unstable-book/src/language-features/asm-experimental-arch.md
src/doc/unstable-book/src/library-features/core-panic.md [deleted file]
src/etc/completions/x.py.fish
src/etc/completions/x.py.ps1
src/etc/completions/x.py.sh
src/etc/completions/x.py.zsh
src/etc/natvis/libcore.natvis
src/etc/rust_analyzer_settings.json
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/render_macro_matchers.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/externalfiles.rs
src/librustdoc/html/format.rs
src/librustdoc/html/markdown.rs
src/librustdoc/html/markdown/tests.rs
src/librustdoc/html/render/context.rs
src/librustdoc/html/render/mod.rs
src/librustdoc/html/render/print_item.rs
src/librustdoc/html/render/search_index.rs
src/librustdoc/html/render/span_map.rs
src/librustdoc/html/sources.rs
src/librustdoc/html/static/css/noscript.css
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/src-script.js
src/librustdoc/html/static/js/storage.js
src/librustdoc/html/templates/item_union.html
src/librustdoc/html/templates/page.html
src/librustdoc/json/conversions.rs
src/librustdoc/lib.rs
src/librustdoc/lint.rs
src/librustdoc/passes/check_custom_code_classes.rs
src/librustdoc/passes/check_doc_test_visibility.rs
src/librustdoc/passes/collect_intra_doc_links.rs
src/librustdoc/passes/collect_trait_impls.rs
src/librustdoc/passes/lint/bare_urls.rs
src/librustdoc/passes/lint/check_code_block_syntax.rs
src/librustdoc/passes/lint/html_tags.rs
src/librustdoc/passes/lint/redundant_explicit_links.rs
src/librustdoc/passes/lint/unescaped_backticks.rs
src/librustdoc/passes/stripper.rs
src/librustdoc/scrape_examples.rs
src/librustdoc/theme.rs
src/rustdoc-json-types/lib.rs
src/stage0.json
src/tools/build-manifest/src/main.rs
src/tools/cargo/.github/renovate.json5
src/tools/cargo/.github/workflows/main.yml
src/tools/cargo/CHANGELOG.md
src/tools/cargo/Cargo.lock
src/tools/cargo/Cargo.toml
src/tools/cargo/benches/benchsuite/Cargo.toml
src/tools/cargo/benches/capture/Cargo.toml
src/tools/cargo/crates/cargo-platform/Cargo.toml
src/tools/cargo/crates/cargo-test-macro/Cargo.toml
src/tools/cargo/crates/cargo-test-macro/src/lib.rs
src/tools/cargo/crates/cargo-test-support/Cargo.toml
src/tools/cargo/crates/cargo-test-support/containers/sshd/Dockerfile
src/tools/cargo/crates/cargo-test-support/src/lib.rs
src/tools/cargo/crates/cargo-test-support/src/registry.rs
src/tools/cargo/crates/cargo-util-schemas/Cargo.toml [new file with mode: 0644]
src/tools/cargo/crates/cargo-util-schemas/LICENSE-APACHE [new symlink]
src/tools/cargo/crates/cargo-util-schemas/LICENSE-MIT [new symlink]
src/tools/cargo/crates/cargo-util-schemas/src/core/mod.rs [new file with mode: 0644]
src/tools/cargo/crates/cargo-util-schemas/src/core/package_id_spec.rs [new file with mode: 0644]
src/tools/cargo/crates/cargo-util-schemas/src/core/partial_version.rs [new file with mode: 0644]
src/tools/cargo/crates/cargo-util-schemas/src/core/source_kind.rs [new file with mode: 0644]
src/tools/cargo/crates/cargo-util-schemas/src/lib.rs [new file with mode: 0644]
src/tools/cargo/crates/cargo-util-schemas/src/manifest.rs [new file with mode: 0644]
src/tools/cargo/crates/cargo-util-schemas/src/restricted_names.rs [new file with mode: 0644]
src/tools/cargo/crates/cargo-util/Cargo.toml
src/tools/cargo/crates/cargo-util/src/du.rs
src/tools/cargo/crates/crates-io/Cargo.toml
src/tools/cargo/crates/crates-io/lib.rs
src/tools/cargo/crates/home/Cargo.toml
src/tools/cargo/crates/mdman/Cargo.toml
src/tools/cargo/crates/mdman/doc/out/mdman.md
src/tools/cargo/crates/mdman/src/format/md.rs
src/tools/cargo/crates/mdman/src/format/text.rs
src/tools/cargo/crates/mdman/src/hbs.rs
src/tools/cargo/crates/mdman/tests/compare/links.md
src/tools/cargo/crates/mdman/tests/compare/options.md
src/tools/cargo/crates/mdman/tests/compare/vars.md
src/tools/cargo/crates/resolver-tests/Cargo.toml
src/tools/cargo/crates/resolver-tests/src/lib.rs
src/tools/cargo/crates/rustfix/CHANGELOG.md [new file with mode: 0644]
src/tools/cargo/crates/rustfix/Cargo.toml
src/tools/cargo/crates/rustfix/Changelog.md [deleted file]
src/tools/cargo/crates/rustfix/README.md [new file with mode: 0644]
src/tools/cargo/crates/rustfix/Readme.md [deleted file]
src/tools/cargo/crates/rustfix/examples/fix-json.rs
src/tools/cargo/crates/rustfix/src/lib.rs
src/tools/cargo/crates/rustfix/tests/everything/use-insert.fixed.rs [new file with mode: 0644]
src/tools/cargo/crates/rustfix/tests/everything/use-insert.json [new file with mode: 0644]
src/tools/cargo/crates/rustfix/tests/everything/use-insert.rs [new file with mode: 0644]
src/tools/cargo/crates/rustfix/tests/parse_and_replace.rs
src/tools/cargo/crates/semver-check/Cargo.toml
src/tools/cargo/crates/xtask-build-man/Cargo.toml
src/tools/cargo/crates/xtask-bump-check/Cargo.toml
src/tools/cargo/crates/xtask-bump-check/src/xtask.rs
src/tools/cargo/crates/xtask-stale-label/Cargo.toml
src/tools/cargo/credential/cargo-credential-1password/Cargo.toml
src/tools/cargo/credential/cargo-credential-libsecret/Cargo.toml
src/tools/cargo/credential/cargo-credential-macos-keychain/Cargo.toml
src/tools/cargo/credential/cargo-credential-wincred/Cargo.toml
src/tools/cargo/credential/cargo-credential/Cargo.toml
src/tools/cargo/credential/cargo-credential/examples/stdout-redirected.rs
src/tools/cargo/credential/cargo-credential/tests/examples.rs
src/tools/cargo/publish.py
src/tools/cargo/src/bin/cargo/cli.rs
src/tools/cargo/src/bin/cargo/commands/add.rs
src/tools/cargo/src/bin/cargo/commands/doc.rs
src/tools/cargo/src/bin/cargo/commands/install.rs
src/tools/cargo/src/bin/cargo/commands/rustdoc.rs
src/tools/cargo/src/bin/cargo/commands/test.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/compilation.rs
src/tools/cargo/src/cargo/core/compiler/context/compilation_files.rs
src/tools/cargo/src/cargo/core/compiler/context/mod.rs
src/tools/cargo/src/cargo/core/compiler/custom_build.rs
src/tools/cargo/src/cargo/core/compiler/fingerprint/dirty_reason.rs
src/tools/cargo/src/cargo/core/compiler/future_incompat.rs
src/tools/cargo/src/cargo/core/compiler/mod.rs
src/tools/cargo/src/cargo/core/compiler/rustdoc.rs
src/tools/cargo/src/cargo/core/compiler/timings.rs
src/tools/cargo/src/cargo/core/compiler/unit_dependencies.rs
src/tools/cargo/src/cargo/core/features.rs
src/tools/cargo/src/cargo/core/global_cache_tracker.rs
src/tools/cargo/src/cargo/core/manifest.rs
src/tools/cargo/src/cargo/core/mod.rs
src/tools/cargo/src/cargo/core/package.rs
src/tools/cargo/src/cargo/core/profiles.rs
src/tools/cargo/src/cargo/core/resolver/errors.rs
src/tools/cargo/src/cargo/core/resolver/version_prefs.rs
src/tools/cargo/src/cargo/core/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_add/crate_spec.rs
src/tools/cargo/src/cargo/ops/cargo_add/mod.rs
src/tools/cargo/src/cargo/ops/cargo_compile/mod.rs
src/tools/cargo/src/cargo/ops/cargo_compile/packages.rs
src/tools/cargo/src/cargo/ops/cargo_doc.rs
src/tools/cargo/src/cargo/ops/cargo_generate_lockfile.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_output_metadata.rs
src/tools/cargo/src/cargo/ops/fix.rs
src/tools/cargo/src/cargo/ops/mod.rs
src/tools/cargo/src/cargo/ops/resolve.rs
src/tools/cargo/src/cargo/ops/tree/mod.rs
src/tools/cargo/src/cargo/ops/vendor.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/registry/index.rs
src/tools/cargo/src/cargo/sources/registry/mod.rs
src/tools/cargo/src/cargo/sources/registry/remote.rs
src/tools/cargo/src/cargo/util/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/diagnostic_server.rs
src/tools/cargo/src/cargo/util/machine_message.rs
src/tools/cargo/src/cargo/util/mod.rs
src/tools/cargo/src/cargo/util/semver_ext.rs
src/tools/cargo/src/cargo/util/toml/embedded.rs
src/tools/cargo/src/cargo/util/toml/mod.rs
src/tools/cargo/src/cargo/util/toml/targets.rs
src/tools/cargo/src/cargo/util_schemas/core/mod.rs [deleted file]
src/tools/cargo/src/cargo/util_schemas/core/package_id_spec.rs [deleted file]
src/tools/cargo/src/cargo/util_schemas/core/source_kind.rs [deleted file]
src/tools/cargo/src/cargo/util_schemas/manifest.rs [deleted file]
src/tools/cargo/src/cargo/util_schemas/mod.rs [deleted file]
src/tools/cargo/src/cargo/util_schemas/restricted_names.rs [deleted file]
src/tools/cargo/src/cargo/util_semver.rs [deleted file]
src/tools/cargo/src/doc/contrib/src/team.md
src/tools/cargo/src/doc/man/cargo-add.md
src/tools/cargo/src/doc/man/cargo-install.md
src/tools/cargo/src/doc/man/cargo-metadata.md
src/tools/cargo/src/doc/man/cargo-pkgid.md
src/tools/cargo/src/doc/man/cargo-rustc.md
src/tools/cargo/src/doc/man/cargo-rustdoc.md
src/tools/cargo/src/doc/man/generated_txt/cargo-add.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-install.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-metadata.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-pkgid.txt
src/tools/cargo/src/doc/man/generated_txt/cargo-rustdoc.txt
src/tools/cargo/src/doc/man/includes/options-output-format.md [new file with mode: 0644]
src/tools/cargo/src/doc/src/commands/cargo-add.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-clean.md
src/tools/cargo/src/doc/src/commands/cargo-doc.md
src/tools/cargo/src/doc/src/commands/cargo-fetch.md
src/tools/cargo/src/doc/src/commands/cargo-fix.md
src/tools/cargo/src/doc/src/commands/cargo-generate-lockfile.md
src/tools/cargo/src/doc/src/commands/cargo-init.md
src/tools/cargo/src/doc/src/commands/cargo-install.md
src/tools/cargo/src/doc/src/commands/cargo-locate-project.md
src/tools/cargo/src/doc/src/commands/cargo-login.md
src/tools/cargo/src/doc/src/commands/cargo-logout.md
src/tools/cargo/src/doc/src/commands/cargo-metadata.md
src/tools/cargo/src/doc/src/commands/cargo-new.md
src/tools/cargo/src/doc/src/commands/cargo-owner.md
src/tools/cargo/src/doc/src/commands/cargo-package.md
src/tools/cargo/src/doc/src/commands/cargo-pkgid.md
src/tools/cargo/src/doc/src/commands/cargo-publish.md
src/tools/cargo/src/doc/src/commands/cargo-remove.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-search.md
src/tools/cargo/src/doc/src/commands/cargo-test.md
src/tools/cargo/src/doc/src/commands/cargo-tree.md
src/tools/cargo/src/doc/src/commands/cargo-uninstall.md
src/tools/cargo/src/doc/src/commands/cargo-update.md
src/tools/cargo/src/doc/src/commands/cargo-vendor.md
src/tools/cargo/src/doc/src/commands/cargo-verify-project.md
src/tools/cargo/src/doc/src/commands/cargo-yank.md
src/tools/cargo/src/doc/src/faq.md
src/tools/cargo/src/doc/src/reference/build-script-examples.md
src/tools/cargo/src/doc/src/reference/build-scripts.md
src/tools/cargo/src/doc/src/reference/external-tools.md
src/tools/cargo/src/doc/src/reference/manifest.md
src/tools/cargo/src/doc/src/reference/registry-web-api.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-add.1
src/tools/cargo/src/etc/man/cargo-install.1
src/tools/cargo/src/etc/man/cargo-metadata.1
src/tools/cargo/src/etc/man/cargo-pkgid.1
src/tools/cargo/src/etc/man/cargo-rustdoc.1
src/tools/cargo/tests/build-std/main.rs
src/tools/cargo/tests/testsuite/alt_registry.rs
src/tools/cargo/tests/testsuite/bad_config.rs
src/tools/cargo/tests/testsuite/bench.rs
src/tools/cargo/tests/testsuite/binary_name.rs
src/tools/cargo/tests/testsuite/build.rs
src/tools/cargo/tests/testsuite/build_script.rs
src/tools/cargo/tests/testsuite/build_script_env.rs
src/tools/cargo/tests/testsuite/build_script_extra_link_arg.rs
src/tools/cargo/tests/testsuite/cargo/help/stdout.log
src/tools/cargo/tests/testsuite/cargo/mod.rs
src/tools/cargo/tests/testsuite/cargo/z_help/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo/z_help/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo/z_help/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/git_multiple_packages_features/in [new symlink]
src/tools/cargo/tests/testsuite/cargo_add/git_multiple_packages_features/mod.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/git_multiple_packages_features/out/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/git_multiple_packages_features/stderr.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/git_multiple_packages_features/stdout.log [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_add/help/stdout.log
src/tools/cargo/tests/testsuite/cargo_add/invalid_manifest/stderr.log
src/tools/cargo/tests/testsuite/cargo_add/mod.rs
src/tools/cargo/tests/testsuite/cargo_features.rs
src/tools/cargo/tests/testsuite/cargo_install/help/stdout.log
src/tools/cargo/tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/in/Cargo.toml
src/tools/cargo/tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/mod.rs
src/tools/cargo/tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/out/Cargo.toml
src/tools/cargo/tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/out/bar/Cargo.toml [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/out/bar/src/main.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/out/foo/Cargo.toml [deleted file]
src/tools/cargo/tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/out/foo/src/main.rs [deleted file]
src/tools/cargo/tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/stderr.log
src/tools/cargo/tests/testsuite/cargo_rustdoc/help/stdout.log
src/tools/cargo/tests/testsuite/cargo_test/help/stdout.log
src/tools/cargo/tests/testsuite/check_cfg.rs
src/tools/cargo/tests/testsuite/clean.rs
src/tools/cargo/tests/testsuite/config.rs
src/tools/cargo/tests/testsuite/cross_compile.rs
src/tools/cargo/tests/testsuite/custom_target.rs
src/tools/cargo/tests/testsuite/dep_info.rs
src/tools/cargo/tests/testsuite/diagnostics.rs [new file with mode: 0644]
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/features_namespaced.rs
src/tools/cargo/tests/testsuite/fix.rs
src/tools/cargo/tests/testsuite/fix_n_times.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/freshness.rs
src/tools/cargo/tests/testsuite/future_incompat_report.rs
src/tools/cargo/tests/testsuite/git.rs
src/tools/cargo/tests/testsuite/git_shallow.rs
src/tools/cargo/tests/testsuite/global_cache_tracker.rs
src/tools/cargo/tests/testsuite/help.rs
src/tools/cargo/tests/testsuite/inheritable_workspace_fields.rs
src/tools/cargo/tests/testsuite/install.rs
src/tools/cargo/tests/testsuite/jobserver.rs
src/tools/cargo/tests/testsuite/lints.rs
src/tools/cargo/tests/testsuite/main.rs
src/tools/cargo/tests/testsuite/member_errors.rs
src/tools/cargo/tests/testsuite/messages.rs
src/tools/cargo/tests/testsuite/metabuild.rs
src/tools/cargo/tests/testsuite/metadata.rs
src/tools/cargo/tests/testsuite/new.rs
src/tools/cargo/tests/testsuite/offline.rs
src/tools/cargo/tests/testsuite/patch.rs
src/tools/cargo/tests/testsuite/pkgid.rs
src/tools/cargo/tests/testsuite/precise_pre_release.rs [new file with mode: 0644]
src/tools/cargo/tests/testsuite/proc_macro.rs
src/tools/cargo/tests/testsuite/profile_config.rs
src/tools/cargo/tests/testsuite/profile_custom.rs
src/tools/cargo/tests/testsuite/profile_overrides.rs
src/tools/cargo/tests/testsuite/profile_trim_paths.rs
src/tools/cargo/tests/testsuite/profiles.rs
src/tools/cargo/tests/testsuite/pub_priv.rs
src/tools/cargo/tests/testsuite/read_manifest.rs
src/tools/cargo/tests/testsuite/run.rs
src/tools/cargo/tests/testsuite/rust_version.rs
src/tools/cargo/tests/testsuite/rustdoc.rs
src/tools/cargo/tests/testsuite/script.rs
src/tools/cargo/tests/testsuite/test.rs
src/tools/cargo/tests/testsuite/unit_graph.rs
src/tools/cargo/tests/testsuite/update.rs
src/tools/cargo/tests/testsuite/warn_on_failure.rs
src/tools/cargo/tests/testsuite/workspaces.rs
src/tools/cargo/triagebot.toml
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/.github/workflows/deploy.yml
src/tools/clippy/.github/workflows/remark.yml
src/tools/clippy/CHANGELOG.md
src/tools/clippy/COPYRIGHT
src/tools/clippy/Cargo.toml
src/tools/clippy/LICENSE-APACHE
src/tools/clippy/LICENSE-MIT
src/tools/clippy/README.md
src/tools/clippy/book/src/README.md
src/tools/clippy/book/src/SUMMARY.md
src/tools/clippy/book/src/continuous_integration/github_actions.md
src/tools/clippy/book/src/continuous_integration/gitlab.md [new file with mode: 0644]
src/tools/clippy/book/src/development/macro_expansions.md
src/tools/clippy/book/src/development/type_checking.md
src/tools/clippy/book/src/lint_configuration.md
src/tools/clippy/clippy.toml
src/tools/clippy/clippy_config/Cargo.toml
src/tools/clippy/clippy_config/src/conf.rs
src/tools/clippy/clippy_config/src/lib.rs
src/tools/clippy/clippy_config/src/metadata.rs
src/tools/clippy/clippy_config/src/msrvs.rs
src/tools/clippy/clippy_config/src/types.rs
src/tools/clippy/clippy_dev/Cargo.toml
src/tools/clippy/clippy_dev/src/new_lint.rs
src/tools/clippy/clippy_dev/src/update_lints.rs
src/tools/clippy/clippy_lints/Cargo.toml
src/tools/clippy/clippy_lints/src/arc_with_non_send_sync.rs
src/tools/clippy/clippy_lints/src/assertions_on_constants.rs
src/tools/clippy/clippy_lints/src/async_yields_async.rs
src/tools/clippy/clippy_lints/src/await_holding_invalid.rs
src/tools/clippy/clippy_lints/src/blocks_in_conditions.rs
src/tools/clippy/clippy_lints/src/cargo/mod.rs
src/tools/clippy/clippy_lints/src/cargo/multiple_crate_versions.rs
src/tools/clippy/clippy_lints/src/casts/cast_sign_loss.rs
src/tools/clippy/clippy_lints/src/casts/unnecessary_cast.rs
src/tools/clippy/clippy_lints/src/copies.rs
src/tools/clippy/clippy_lints/src/declared_lints.rs
src/tools/clippy/clippy_lints/src/default_constructed_unit_structs.rs
src/tools/clippy/clippy_lints/src/default_instead_of_iter_empty.rs
src/tools/clippy/clippy_lints/src/default_numeric_fallback.rs
src/tools/clippy/clippy_lints/src/default_union_representation.rs
src/tools/clippy/clippy_lints/src/dereference.rs
src/tools/clippy/clippy_lints/src/derive.rs
src/tools/clippy/clippy_lints/src/doc/missing_headers.rs
src/tools/clippy/clippy_lints/src/doc/needless_doctest_main.rs
src/tools/clippy/clippy_lints/src/empty_structs_with_brackets.rs [deleted file]
src/tools/clippy/clippy_lints/src/empty_with_brackets.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/entry.rs
src/tools/clippy/clippy_lints/src/equatable_if_let.rs
src/tools/clippy/clippy_lints/src/format_push_string.rs
src/tools/clippy/clippy_lints/src/from_over_into.rs
src/tools/clippy/clippy_lints/src/if_then_some_else_none.rs
src/tools/clippy/clippy_lints/src/implicit_hasher.rs
src/tools/clippy/clippy_lints/src/implicit_return.rs
src/tools/clippy/clippy_lints/src/implicit_saturating_add.rs
src/tools/clippy/clippy_lints/src/implicit_saturating_sub.rs
src/tools/clippy/clippy_lints/src/implied_bounds_in_impls.rs
src/tools/clippy/clippy_lints/src/indexing_slicing.rs
src/tools/clippy/clippy_lints/src/ineffective_open_options.rs
src/tools/clippy/clippy_lints/src/inherent_impl.rs
src/tools/clippy/clippy_lints/src/instant_subtraction.rs
src/tools/clippy/clippy_lints/src/item_name_repetitions.rs
src/tools/clippy/clippy_lints/src/iter_without_into_iter.rs
src/tools/clippy/clippy_lints/src/len_zero.rs
src/tools/clippy/clippy_lints/src/lib.rs
src/tools/clippy/clippy_lints/src/lines_filter_map_ok.rs
src/tools/clippy/clippy_lints/src/loops/explicit_iter_loop.rs
src/tools/clippy/clippy_lints/src/loops/infinite_loop.rs
src/tools/clippy/clippy_lints/src/loops/manual_flatten.rs
src/tools/clippy/clippy_lints/src/loops/manual_memcpy.rs
src/tools/clippy/clippy_lints/src/loops/needless_range_loop.rs
src/tools/clippy/clippy_lints/src/loops/same_item_push.rs
src/tools/clippy/clippy_lints/src/loops/while_let_on_iterator.rs
src/tools/clippy/clippy_lints/src/manual_async_fn.rs
src/tools/clippy/clippy_lints/src/manual_bits.rs
src/tools/clippy/clippy_lints/src/manual_clamp.rs
src/tools/clippy/clippy_lints/src/manual_hash_one.rs
src/tools/clippy/clippy_lints/src/manual_let_else.rs
src/tools/clippy/clippy_lints/src/manual_range_patterns.rs
src/tools/clippy/clippy_lints/src/manual_strip.rs
src/tools/clippy/clippy_lints/src/matches/collapsible_match.rs
src/tools/clippy/clippy_lints/src/matches/manual_utils.rs
src/tools/clippy/clippy_lints/src/matches/match_like_matches.rs
src/tools/clippy/clippy_lints/src/matches/match_same_arms.rs
src/tools/clippy/clippy_lints/src/matches/mod.rs
src/tools/clippy/clippy_lints/src/matches/needless_match.rs
src/tools/clippy/clippy_lints/src/matches/redundant_guards.rs
src/tools/clippy/clippy_lints/src/matches/redundant_pattern_match.rs
src/tools/clippy/clippy_lints/src/mem_replace.rs
src/tools/clippy/clippy_lints/src/methods/drain_collect.rs
src/tools/clippy/clippy_lints/src/methods/filter_map.rs
src/tools/clippy/clippy_lints/src/methods/get_first.rs
src/tools/clippy/clippy_lints/src/methods/iter_filter.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/iter_kv_map.rs
src/tools/clippy/clippy_lints/src/methods/iter_nth_zero.rs
src/tools/clippy/clippy_lints/src/methods/iter_on_single_or_empty_collections.rs
src/tools/clippy/clippy_lints/src/methods/iter_out_of_bounds.rs
src/tools/clippy/clippy_lints/src/methods/iter_overeager_cloned.rs
src/tools/clippy/clippy_lints/src/methods/join_absolute_paths.rs
src/tools/clippy/clippy_lints/src/methods/manual_is_variant_and.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/manual_saturating_arithmetic.rs
src/tools/clippy/clippy_lints/src/methods/map_clone.rs
src/tools/clippy/clippy_lints/src/methods/mod.rs
src/tools/clippy/clippy_lints/src/methods/open_options.rs
src/tools/clippy/clippy_lints/src/methods/option_as_ref_cloned.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/option_as_ref_deref.rs
src/tools/clippy/clippy_lints/src/methods/option_map_or_err_ok.rs
src/tools/clippy/clippy_lints/src/methods/option_map_or_none.rs
src/tools/clippy/clippy_lints/src/methods/option_map_unwrap_or.rs
src/tools/clippy/clippy_lints/src/methods/or_fun_call.rs
src/tools/clippy/clippy_lints/src/methods/path_ends_with_ext.rs
src/tools/clippy/clippy_lints/src/methods/redundant_as_str.rs
src/tools/clippy/clippy_lints/src/methods/result_map_or_else_none.rs
src/tools/clippy/clippy_lints/src/methods/search_is_some.rs
src/tools/clippy/clippy_lints/src/methods/seek_from_current.rs
src/tools/clippy/clippy_lints/src/methods/seek_to_start_instead_of_rewind.rs
src/tools/clippy/clippy_lints/src/methods/single_char_pattern.rs
src/tools/clippy/clippy_lints/src/methods/str_split.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/unnecessary_fold.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_join.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_sort_by.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_to_owned.rs
src/tools/clippy/clippy_lints/src/methods/useless_asref.rs
src/tools/clippy/clippy_lints/src/methods/utils.rs
src/tools/clippy/clippy_lints/src/methods/vec_resize_to_zero.rs
src/tools/clippy/clippy_lints/src/min_ident_chars.rs
src/tools/clippy/clippy_lints/src/missing_asserts_for_indexing.rs
src/tools/clippy/clippy_lints/src/missing_const_for_fn.rs
src/tools/clippy/clippy_lints/src/missing_enforced_import_rename.rs
src/tools/clippy/clippy_lints/src/mixed_read_write_in_expression.rs
src/tools/clippy/clippy_lints/src/mut_key.rs
src/tools/clippy/clippy_lints/src/mutex_atomic.rs
src/tools/clippy/clippy_lints/src/needless_bool.rs
src/tools/clippy/clippy_lints/src/needless_continue.rs
src/tools/clippy/clippy_lints/src/needless_pass_by_ref_mut.rs
src/tools/clippy/clippy_lints/src/needless_question_mark.rs
src/tools/clippy/clippy_lints/src/no_effect.rs
src/tools/clippy/clippy_lints/src/non_copy_const.rs
src/tools/clippy/clippy_lints/src/non_octal_unix_permissions.rs
src/tools/clippy/clippy_lints/src/operators/arithmetic_side_effects.rs
src/tools/clippy/clippy_lints/src/operators/identity_op.rs
src/tools/clippy/clippy_lints/src/operators/ptr_eq.rs
src/tools/clippy/clippy_lints/src/operators/verbose_bit_mask.rs
src/tools/clippy/clippy_lints/src/option_if_let_else.rs
src/tools/clippy/clippy_lints/src/pub_underscore_fields.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/question_mark.rs
src/tools/clippy/clippy_lints/src/read_zero_byte_vec.rs
src/tools/clippy/clippy_lints/src/redundant_async_block.rs
src/tools/clippy/clippy_lints/src/redundant_clone.rs
src/tools/clippy/clippy_lints/src/redundant_closure_call.rs
src/tools/clippy/clippy_lints/src/redundant_else.rs
src/tools/clippy/clippy_lints/src/returns.rs
src/tools/clippy/clippy_lints/src/semicolon_if_nothing_returned.rs
src/tools/clippy/clippy_lints/src/serde_api.rs
src/tools/clippy/clippy_lints/src/single_call_fn.rs
src/tools/clippy/clippy_lints/src/suspicious_operation_groupings.rs
src/tools/clippy/clippy_lints/src/thread_local_initializer_can_be_made_const.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/trait_bounds.rs
src/tools/clippy/clippy_lints/src/transmute/eager_transmute.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/mod.rs
src/tools/clippy/clippy_lints/src/transmute/transmute_int_to_char.rs
src/tools/clippy/clippy_lints/src/transmute/transmute_int_to_non_zero.rs
src/tools/clippy/clippy_lints/src/transmute/transmute_ref_to_ref.rs
src/tools/clippy/clippy_lints/src/transmute/transmute_undefined_repr.rs
src/tools/clippy/clippy_lints/src/transmute/utils.rs
src/tools/clippy/clippy_lints/src/types/mod.rs
src/tools/clippy/clippy_lints/src/types/redundant_allocation.rs
src/tools/clippy/clippy_lints/src/types/vec_box.rs
src/tools/clippy/clippy_lints/src/unconditional_recursion.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/undocumented_unsafe_blocks.rs
src/tools/clippy/clippy_lints/src/uninhabited_references.rs
src/tools/clippy/clippy_lints/src/unit_types/let_unit_value.rs
src/tools/clippy/clippy_lints/src/unnested_or_patterns.rs
src/tools/clippy/clippy_lints/src/unused_async.rs
src/tools/clippy/clippy_lints/src/unused_io_amount.rs
src/tools/clippy/clippy_lints/src/use_self.rs
src/tools/clippy/clippy_lints/src/utils/author.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/almost_standard_lint_formulation.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/compiler_lint_functions.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/invalid_paths.rs
src/tools/clippy/clippy_lints/src/vec.rs
src/tools/clippy/clippy_lints/src/wildcard_imports.rs
src/tools/clippy/clippy_lints/src/zero_sized_map_values.rs
src/tools/clippy/clippy_utils/Cargo.toml
src/tools/clippy/clippy_utils/src/ast_utils.rs
src/tools/clippy/clippy_utils/src/attrs.rs
src/tools/clippy/clippy_utils/src/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/higher.rs
src/tools/clippy/clippy_utils/src/hir_utils.rs
src/tools/clippy/clippy_utils/src/lib.rs
src/tools/clippy/clippy_utils/src/macros.rs
src/tools/clippy/clippy_utils/src/mir/possible_borrower.rs
src/tools/clippy/clippy_utils/src/paths.rs
src/tools/clippy/clippy_utils/src/qualify_min_const_fn.rs
src/tools/clippy/clippy_utils/src/sugg.rs
src/tools/clippy/clippy_utils/src/ty.rs
src/tools/clippy/clippy_utils/src/ty/type_certainty/mod.rs
src/tools/clippy/clippy_utils/src/visitors.rs
src/tools/clippy/declare_clippy_lint/Cargo.toml
src/tools/clippy/rust-toolchain
src/tools/clippy/rustc_tools_util/README.md
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/12145_with_dashes/Cargo.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/12145_with_dashes/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/12145_with_dashes/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/12176_allow_duplicate_crates/Cargo.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/12176_allow_duplicate_crates/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-cargo/multiple_crate_versions/12176_allow_duplicate_crates/src/main.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/check_formulation.stderr
src/tools/clippy/tests/ui-internal/disallow_span_lint.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/disallow_span_lint.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-internal/disallow_struct_span_lint.rs [deleted file]
src/tools/clippy/tests/ui-internal/disallow_struct_span_lint.stderr [deleted file]
src/tools/clippy/tests/ui-toml/pub_underscore_fields/all_pub_fields/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/pub_underscore_fields/exported/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/pub_underscore_fields/pub_underscore_fields.all_pub_fields.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/pub_underscore_fields/pub_underscore_fields.exported.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/pub_underscore_fields/pub_underscore_fields.rs [new file with mode: 0644]
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_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/as_conversions.rs
src/tools/clippy/tests/ui/assertions_on_constants.rs
src/tools/clippy/tests/ui/assertions_on_constants.stderr
src/tools/clippy/tests/ui/author/blocks.stdout
src/tools/clippy/tests/ui/author/loop.rs
src/tools/clippy/tests/ui/author/macro_in_closure.stdout
src/tools/clippy/tests/ui/author/macro_in_loop.stdout
src/tools/clippy/tests/ui/auxiliary/proc_macro_attr.rs
src/tools/clippy/tests/ui/blocks_in_conditions.fixed
src/tools/clippy/tests/ui/blocks_in_conditions.rs
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_interior_mutable_const/auxiliary/helper.rs
src/tools/clippy/tests/ui/branches_sharing_code/shared_at_bottom.rs
src/tools/clippy/tests/ui/branches_sharing_code/shared_at_bottom.stderr
src/tools/clippy/tests/ui/branches_sharing_code/shared_at_top.rs
src/tools/clippy/tests/ui/branches_sharing_code/shared_at_top.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/cast.rs
src/tools/clippy/tests/ui/cast.stderr
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/crashes/ice-11939.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-12253.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/ice-5497.rs
src/tools/clippy/tests/ui/crashes/ice-5497.stderr
src/tools/clippy/tests/ui/crashes/ice-6251.stderr
src/tools/clippy/tests/ui/crashes/ice-6252.stderr
src/tools/clippy/tests/ui/crashes/ice-6254.rs
src/tools/clippy/tests/ui/crashes/ice-6254.stderr [deleted file]
src/tools/clippy/tests/ui/crashes/ice-8821.fixed [deleted file]
src/tools/clippy/tests/ui/crashes/ice-8821.rs
src/tools/clippy/tests/ui/crashes/ice-8821.stderr [deleted file]
src/tools/clippy/tests/ui/crashes/ice-9041.stderr
src/tools/clippy/tests/ui/default_instead_of_iter_empty_no_std.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/default_instead_of_iter_empty_no_std.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/default_instead_of_iter_empty_no_std.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/default_numeric_fallback_f64.fixed
src/tools/clippy/tests/ui/default_numeric_fallback_f64.rs
src/tools/clippy/tests/ui/default_numeric_fallback_f64.stderr
src/tools/clippy/tests/ui/default_numeric_fallback_i32.fixed
src/tools/clippy/tests/ui/default_numeric_fallback_i32.rs
src/tools/clippy/tests/ui/default_numeric_fallback_i32.stderr
src/tools/clippy/tests/ui/derive_partial_eq_without_eq.fixed
src/tools/clippy/tests/ui/derive_partial_eq_without_eq.rs
src/tools/clippy/tests/ui/doc/doc-fixable.fixed
src/tools/clippy/tests/ui/doc/doc-fixable.rs
src/tools/clippy/tests/ui/eager_transmute.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/eager_transmute.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/eager_transmute.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_enum_variants_with_brackets.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_enum_variants_with_brackets.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/empty_enum_variants_with_brackets.stderr [new file with mode: 0644]
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/from_iter_instead_of_collect.fixed
src/tools/clippy/tests/ui/from_iter_instead_of_collect.rs
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/get_unwrap.fixed
src/tools/clippy/tests/ui/get_unwrap.rs
src/tools/clippy/tests/ui/get_unwrap.stderr
src/tools/clippy/tests/ui/identity_op.fixed
src/tools/clippy/tests/ui/identity_op.rs
src/tools/clippy/tests/ui/identity_op.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/if_then_some_else_none.rs
src/tools/clippy/tests/ui/if_then_some_else_none.stderr
src/tools/clippy/tests/ui/indexing_slicing_index.rs
src/tools/clippy/tests/ui/indexing_slicing_index.stderr
src/tools/clippy/tests/ui/ineffective_open_options.fixed
src/tools/clippy/tests/ui/ineffective_open_options.rs
src/tools/clippy/tests/ui/infinite_loops.stderr
src/tools/clippy/tests/ui/into_iter_without_iter.rs
src/tools/clippy/tests/ui/into_iter_without_iter.stderr
src/tools/clippy/tests/ui/iter_filter_is_ok.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_filter_is_ok.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_filter_is_ok.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_filter_is_some.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_filter_is_some.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_filter_is_some.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/iter_without_into_iter.rs
src/tools/clippy/tests/ui/iter_without_into_iter.stderr
src/tools/clippy/tests/ui/join_absolute_paths.stderr
src/tools/clippy/tests/ui/let_underscore_lock.rs
src/tools/clippy/tests/ui/let_unit.fixed
src/tools/clippy/tests/ui/let_unit.rs
src/tools/clippy/tests/ui/let_unit.stderr
src/tools/clippy/tests/ui/manual_is_variant_and.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_is_variant_and.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_is_variant_and.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/manual_let_else_question_mark.fixed
src/tools/clippy/tests/ui/manual_let_else_question_mark.rs
src/tools/clippy/tests/ui/manual_let_else_question_mark.stderr
src/tools/clippy/tests/ui/manual_ok_or.stderr
src/tools/clippy/tests/ui/manual_saturating_arithmetic.stderr
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/match_same_arms2.rs
src/tools/clippy/tests/ui/match_same_arms2.stderr
src/tools/clippy/tests/ui/mem_replace_no_std.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/mem_replace_no_std.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/mem_replace_no_std.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/modulo_one.rs
src/tools/clippy/tests/ui/modulo_one.stderr
src/tools/clippy/tests/ui/must_use_candidates.fixed
src/tools/clippy/tests/ui/must_use_candidates.rs
src/tools/clippy/tests/ui/must_use_candidates.stderr
src/tools/clippy/tests/ui/mutex_atomic.rs
src/tools/clippy/tests/ui/mutex_atomic.stderr
src/tools/clippy/tests/ui/needless_if.fixed
src/tools/clippy/tests/ui/needless_if.rs
src/tools/clippy/tests/ui/needless_if.stderr
src/tools/clippy/tests/ui/needless_question_mark.fixed
src/tools/clippy/tests/ui/needless_question_mark.rs
src/tools/clippy/tests/ui/needless_question_mark.stderr
src/tools/clippy/tests/ui/needless_raw_string.fixed
src/tools/clippy/tests/ui/needless_raw_string.rs
src/tools/clippy/tests/ui/needless_raw_string.stderr
src/tools/clippy/tests/ui/needless_raw_string_hashes.fixed
src/tools/clippy/tests/ui/needless_raw_string_hashes.rs
src/tools/clippy/tests/ui/needless_raw_string_hashes.stderr
src/tools/clippy/tests/ui/no_effect.rs
src/tools/clippy/tests/ui/no_effect.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/non_octal_unix_permissions.stderr
src/tools/clippy/tests/ui/nonminimal_bool.rs
src/tools/clippy/tests/ui/nonminimal_bool.stderr
src/tools/clippy/tests/ui/numbered_fields.fixed
src/tools/clippy/tests/ui/numbered_fields.rs
src/tools/clippy/tests/ui/numbered_fields.stderr
src/tools/clippy/tests/ui/open_options.rs
src/tools/clippy/tests/ui/open_options.stderr
src/tools/clippy/tests/ui/open_options_fixable.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/open_options_fixable.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/open_options_fixable.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/option_as_ref_cloned.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/option_as_ref_cloned.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/option_as_ref_cloned.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/option_as_ref_deref.stderr
src/tools/clippy/tests/ui/option_filter_map.fixed
src/tools/clippy/tests/ui/option_filter_map.rs
src/tools/clippy/tests/ui/option_filter_map.stderr
src/tools/clippy/tests/ui/option_if_let_else.fixed
src/tools/clippy/tests/ui/option_if_let_else.rs
src/tools/clippy/tests/ui/option_if_let_else.stderr
src/tools/clippy/tests/ui/option_map_or_err_ok.stderr
src/tools/clippy/tests/ui/option_map_or_none.stderr
src/tools/clippy/tests/ui/ptr_eq_no_std.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_eq_no_std.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/ptr_eq_no_std.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/read_zero_byte_vec.rs
src/tools/clippy/tests/ui/read_zero_byte_vec.stderr
src/tools/clippy/tests/ui/redundant_as_str.fixed
src/tools/clippy/tests/ui/redundant_as_str.rs
src/tools/clippy/tests/ui/redundant_async_block.fixed
src/tools/clippy/tests/ui/redundant_async_block.rs
src/tools/clippy/tests/ui/redundant_pattern_matching_if_let_true.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_if_let_true.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_pattern_matching_if_let_true.stderr [new file with mode: 0644]
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_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/regex.rs
src/tools/clippy/tests/ui/result_filter_map.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/result_filter_map.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/result_filter_map.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/result_map_or_into_option.stderr
src/tools/clippy/tests/ui/same_item_push.stderr
src/tools/clippy/tests/ui/same_name_method.rs
src/tools/clippy/tests/ui/same_name_method.stderr
src/tools/clippy/tests/ui/search_is_some.stderr
src/tools/clippy/tests/ui/search_is_some_fixable_none.stderr
src/tools/clippy/tests/ui/search_is_some_fixable_some.stderr
src/tools/clippy/tests/ui/seek_to_start_instead_of_rewind.fixed
src/tools/clippy/tests/ui/seek_to_start_instead_of_rewind.rs
src/tools/clippy/tests/ui/seek_to_start_instead_of_rewind.stderr
src/tools/clippy/tests/ui/semicolon_if_nothing_returned.fixed
src/tools/clippy/tests/ui/semicolon_if_nothing_returned.rs
src/tools/clippy/tests/ui/semicolon_if_nothing_returned.stderr
src/tools/clippy/tests/ui/single_call_fn.rs
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/str_split.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/str_split.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/str_split.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/struct_fields.rs
src/tools/clippy/tests/ui/struct_fields.stderr
src/tools/clippy/tests/ui/thread_local_initializer_can_be_made_const.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/thread_local_initializer_can_be_made_const.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/thread_local_initializer_can_be_made_const.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/trait_duplication_in_bounds.fixed
src/tools/clippy/tests/ui/trait_duplication_in_bounds.rs
src/tools/clippy/tests/ui/transmute.rs
src/tools/clippy/tests/ui/transmute.stderr
src/tools/clippy/tests/ui/transmute_int_to_char.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_int_to_char.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_int_to_char.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_int_to_char_no_std.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_int_to_char_no_std.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_int_to_char_no_std.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_ref_to_ref.rs
src/tools/clippy/tests/ui/transmute_ref_to_ref.stderr
src/tools/clippy/tests/ui/transmute_ref_to_ref_no_std.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_ref_to_ref_no_std.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unconditional_recursion.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unconditional_recursion.stderr [new file with mode: 0644]
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_join.stderr
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_safety_comment.rs
src/tools/clippy/tests/ui/unnecessary_sort_by.stderr
src/tools/clippy/tests/ui/unnecessary_to_owned_on_split.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_to_owned_on_split.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/unnecessary_to_owned_on_split.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/unreadable_literal.fixed
src/tools/clippy/tests/ui/unreadable_literal.rs
src/tools/clippy/tests/ui/unreadable_literal.stderr
src/tools/clippy/tests/ui/unused_io_amount.rs
src/tools/clippy/tests/ui/unused_io_amount.stderr
src/tools/clippy/tests/ui/useless_asref.fixed
src/tools/clippy/tests/ui/useless_asref.rs
src/tools/clippy/tests/ui/useless_asref.stderr
src/tools/clippy/tests/ui/useless_conversion.fixed
src/tools/clippy/tests/ui/useless_conversion.rs
src/tools/clippy/tests/ui/vec.fixed
src/tools/clippy/tests/ui/vec.rs
src/tools/clippy/triagebot.toml
src/tools/compiletest/src/common.rs
src/tools/compiletest/src/errors.rs
src/tools/compiletest/src/header.rs
src/tools/compiletest/src/header/cfg.rs
src/tools/compiletest/src/header/needs.rs
src/tools/compiletest/src/header/tests.rs
src/tools/compiletest/src/lib.rs
src/tools/compiletest/src/main.rs
src/tools/compiletest/src/runtest.rs
src/tools/compiletest/src/runtest/tests.rs
src/tools/error_index_generator/Cargo.toml
src/tools/error_index_generator/main.rs
src/tools/generate-windows-sys/src/main.rs
src/tools/lint-docs/src/groups.rs
src/tools/miropt-test-tools/src/lib.rs
src/tools/rust-analyzer/.cargo/config.toml
src/tools/rust-analyzer/.editorconfig
src/tools/rust-analyzer/Cargo.lock
src/tools/rust-analyzer/Cargo.toml
src/tools/rust-analyzer/crates/base-db/Cargo.toml
src/tools/rust-analyzer/crates/base-db/src/change.rs
src/tools/rust-analyzer/crates/base-db/src/fixture.rs [deleted file]
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/base-db/src/span.rs [deleted file]
src/tools/rust-analyzer/crates/cfg/Cargo.toml
src/tools/rust-analyzer/crates/cfg/src/cfg_expr.rs
src/tools/rust-analyzer/crates/cfg/src/lib.rs
src/tools/rust-analyzer/crates/cfg/src/tests.rs
src/tools/rust-analyzer/crates/flycheck/Cargo.toml
src/tools/rust-analyzer/crates/hir-def/Cargo.toml
src/tools/rust-analyzer/crates/hir-def/src/attr.rs
src/tools/rust-analyzer/crates/hir-def/src/attr/tests.rs
src/tools/rust-analyzer/crates/hir-def/src/body.rs
src/tools/rust-analyzer/crates/hir-def/src/body/lower.rs
src/tools/rust-analyzer/crates/hir-def/src/body/pretty.rs
src/tools/rust-analyzer/crates/hir-def/src/body/scope.rs
src/tools/rust-analyzer/crates/hir-def/src/body/tests.rs
src/tools/rust-analyzer/crates/hir-def/src/child_by_source.rs
src/tools/rust-analyzer/crates/hir-def/src/data.rs
src/tools/rust-analyzer/crates/hir-def/src/data/adt.rs
src/tools/rust-analyzer/crates/hir-def/src/db.rs
src/tools/rust-analyzer/crates/hir-def/src/dyn_map/keys.rs
src/tools/rust-analyzer/crates/hir-def/src/expander.rs
src/tools/rust-analyzer/crates/hir-def/src/find_path.rs
src/tools/rust-analyzer/crates/hir-def/src/generics.rs
src/tools/rust-analyzer/crates/hir-def/src/hir.rs
src/tools/rust-analyzer/crates/hir-def/src/hir/format_args.rs
src/tools/rust-analyzer/crates/hir-def/src/hir/type_ref.rs
src/tools/rust-analyzer/crates/hir-def/src/import_map.rs
src/tools/rust-analyzer/crates/hir-def/src/item_scope.rs
src/tools/rust-analyzer/crates/hir-def/src/item_tree.rs
src/tools/rust-analyzer/crates/hir-def/src/item_tree/lower.rs
src/tools/rust-analyzer/crates/hir-def/src/item_tree/pretty.rs
src/tools/rust-analyzer/crates/hir-def/src/item_tree/tests.rs
src/tools/rust-analyzer/crates/hir-def/src/lang_item.rs
src/tools/rust-analyzer/crates/hir-def/src/lib.rs
src/tools/rust-analyzer/crates/hir-def/src/lower.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/builtin_derive_macro.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/builtin_fn_macro.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/meta_syntax.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/metavar_expr.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mod.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/proc_macros.rs
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/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/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/trace.rs
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/change.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/db.rs
src/tools/rust-analyzer/crates/hir-expand/src/declarative.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/eager.rs
src/tools/rust-analyzer/crates/hir-expand/src/files.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-expand/src/span.rs [deleted file]
src/tools/rust-analyzer/crates/hir-expand/src/span_map.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/Cargo.toml
src/tools/rust-analyzer/crates/hir-ty/src/builder.rs
src/tools/rust-analyzer/crates/hir-ty/src/chalk_db.rs
src/tools/rust-analyzer/crates/hir-ty/src/chalk_ext.rs
src/tools/rust-analyzer/crates/hir-ty/src/consteval.rs
src/tools/rust-analyzer/crates/hir-ty/src/consteval/tests.rs
src/tools/rust-analyzer/crates/hir-ty/src/db.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/decl_check.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/expr.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs [deleted file]
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check/pat_analysis.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check/usefulness.rs [deleted file]
src/tools/rust-analyzer/crates/hir-ty/src/display.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/cast.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/closure.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/coerce.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/expr.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/mutability.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/pat.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/path.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/unify.rs
src/tools/rust-analyzer/crates/hir-ty/src/inhabitedness.rs
src/tools/rust-analyzer/crates/hir-ty/src/interner.rs
src/tools/rust-analyzer/crates/hir-ty/src/layout.rs
src/tools/rust-analyzer/crates/hir-ty/src/layout/adt.rs
src/tools/rust-analyzer/crates/hir-ty/src/layout/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
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/mapping.rs
src/tools/rust-analyzer/crates/hir-ty/src/method_resolution.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/borrowck.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/eval.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/eval/shim.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/eval/shim/simd.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/eval/tests.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/lower.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/lower/as_place.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/lower/pattern_matching.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/monomorphization.rs
src/tools/rust-analyzer/crates/hir-ty/src/mir/pretty.rs
src/tools/rust-analyzer/crates/hir-ty/src/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/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/utils.rs
src/tools/rust-analyzer/crates/hir/Cargo.toml
src/tools/rust-analyzer/crates/hir/src/attrs.rs
src/tools/rust-analyzer/crates/hir/src/db.rs
src/tools/rust-analyzer/crates/hir/src/diagnostics.rs
src/tools/rust-analyzer/crates/hir/src/display.rs
src/tools/rust-analyzer/crates/hir/src/from_id.rs
src/tools/rust-analyzer/crates/hir/src/has_source.rs
src/tools/rust-analyzer/crates/hir/src/lib.rs
src/tools/rust-analyzer/crates/hir/src/semantics.rs
src/tools/rust-analyzer/crates/hir/src/semantics/source_to_def.rs
src/tools/rust-analyzer/crates/hir/src/source_analyzer.rs
src/tools/rust-analyzer/crates/hir/src/symbols.rs
src/tools/rust-analyzer/crates/ide-assists/Cargo.toml
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_missing_match_arms.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_turbo_fish.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/auto_import.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/bool_to_enum.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/change_visibility.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_integer_literal.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_nested_function_to_closure.rs
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_return_type_to_struct.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/destructure_tuple_binding.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/flip_trait_bound.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_delegate_trait.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_is_method.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_enum_variant.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_from_impl_for_enum.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_function.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_getter_or_setter.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_impl.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_is_empty_from_len.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_mut_trait_impl.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_trait_from_impl.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
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/merge_imports.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/merge_nested_if.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/promote_local_to_const.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/qualify_path.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/remove_parentheses.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/remove_unused_imports.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_if_let_with_match.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_is_method_with_if_let_method.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_method_eager_lazy.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_qualified_name_with_use.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/unnecessary_async.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/unwrap_block.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/gen_trait_fn_body.rs
src/tools/rust-analyzer/crates/ide-assists/src/utils/suggest_name.rs
src/tools/rust-analyzer/crates/ide-completion/Cargo.toml
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/macro_use.rs [new file with mode: 0644]
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/extern_abi.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/field.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/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/postfix.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/use_.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/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/tests.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/attribute.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/flyimport.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/active_parameter.rs
src/tools/rust-analyzer/crates/ide-db/src/apply_change.rs
src/tools/rust-analyzer/crates/ide-db/src/defs.rs
src/tools/rust-analyzer/crates/ide-db/src/documentation.rs
src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs
src/tools/rust-analyzer/crates/ide-db/src/imports/import_assets.rs
src/tools/rust-analyzer/crates/ide-db/src/imports/insert_use.rs
src/tools/rust-analyzer/crates/ide-db/src/imports/insert_use/tests.rs
src/tools/rust-analyzer/crates/ide-db/src/imports/merge_imports.rs
src/tools/rust-analyzer/crates/ide-db/src/items_locator.rs
src/tools/rust-analyzer/crates/ide-db/src/lib.rs
src/tools/rust-analyzer/crates/ide-db/src/path_transform.rs
src/tools/rust-analyzer/crates/ide-db/src/rename.rs
src/tools/rust-analyzer/crates/ide-db/src/search.rs
src/tools/rust-analyzer/crates/ide-db/src/source_change.rs
src/tools/rust-analyzer/crates/ide-db/src/symbol_index.rs
src/tools/rust-analyzer/crates/ide-db/src/test_data/test_symbol_index_collection.txt
src/tools/rust-analyzer/crates/ide-db/src/traits.rs
src/tools/rust-analyzer/crates/ide-diagnostics/Cargo.toml
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/break_outside_of_loop.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/expected_function.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/inactive_code.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/incoherent_impl.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/incorrect_case.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/invalid_derive_target.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/macro_error.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/malformed_derive.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/mismatched_arg_count.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/missing_fields.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/missing_match_arms.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/missing_unsafe.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/moved_out_of_ref.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/mutability_errors.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/no_such_field.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/private_assoc_item.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/private_field.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/trait_impl_orphan.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/trait_impl_redundant_assoc_item.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/type_mismatch.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/typed_hole.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/undeclared_label.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unimplemented_builtin_macro.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unreachable_label.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_assoc_item.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_extern_crate.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_import.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/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/fragments.rs
src/tools/rust-analyzer/crates/ide-ssr/src/lib.rs
src/tools/rust-analyzer/crates/ide-ssr/src/matching.rs
src/tools/rust-analyzer/crates/ide-ssr/src/search.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/annotations.rs
src/tools/rust-analyzer/crates/ide/src/annotations/fn_references.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/fetch_crates.rs
src/tools/rust-analyzer/crates/ide/src/fixture.rs
src/tools/rust-analyzer/crates/ide/src/folding_ranges.rs
src/tools/rust-analyzer/crates/ide/src/goto_definition.rs
src/tools/rust-analyzer/crates/ide/src/goto_implementation.rs
src/tools/rust-analyzer/crates/ide/src/highlight_related.rs
src/tools/rust-analyzer/crates/ide/src/hover.rs
src/tools/rust-analyzer/crates/ide/src/hover/render.rs
src/tools/rust-analyzer/crates/ide/src/hover/tests.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/chaining.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/discriminant.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/fn_lifetime_fn.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/implicit_drop.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/param_name.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/range_exclusive.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide/src/interpret_function.rs
src/tools/rust-analyzer/crates/ide/src/lib.rs
src/tools/rust-analyzer/crates/ide/src/markdown_remove.rs
src/tools/rust-analyzer/crates/ide/src/markup.rs
src/tools/rust-analyzer/crates/ide/src/moniker.rs
src/tools/rust-analyzer/crates/ide/src/navigation_target.rs
src/tools/rust-analyzer/crates/ide/src/references.rs
src/tools/rust-analyzer/crates/ide/src/rename.rs
src/tools/rust-analyzer/crates/ide/src/runnables.rs
src/tools/rust-analyzer/crates/ide/src/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/highlight.rs
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/inject.rs
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/test_data/highlight_macros.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/typing.rs
src/tools/rust-analyzer/crates/ide/src/view_crate_graph.rs
src/tools/rust-analyzer/crates/ide/src/view_memory_layout.rs
src/tools/rust-analyzer/crates/intern/Cargo.toml
src/tools/rust-analyzer/crates/limit/Cargo.toml
src/tools/rust-analyzer/crates/load-cargo/Cargo.toml
src/tools/rust-analyzer/crates/load-cargo/src/lib.rs
src/tools/rust-analyzer/crates/mbe/Cargo.toml
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/syntax_bridge/tests.rs
src/tools/rust-analyzer/crates/mbe/src/token_map.rs [deleted file]
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/items.rs
src/tools/rust-analyzer/crates/parser/src/grammar/items/use_item.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/tests.rs
src/tools/rust-analyzer/crates/parser/src/tests/sourcegen_inline_tests.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0036_partial_use.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0026_macro_rules_as_macro_name.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0026_macro_rules_as_macro_name.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0026_use_tree_list_err_recovery.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0026_use_tree_list_err_recovery.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0208_closure_range_method_call.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0208_closure_range_method_call.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0208_macro_rules_as_macro_name.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0208_macro_rules_as_macro_name.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/paths/Cargo.toml
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-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/proc-macro-test/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/build.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/imp/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/imp/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/src/lib.rs [new file with mode: 0644]
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
src/tools/rust-analyzer/crates/proc-macro-srv/src/server.rs
src/tools/rust-analyzer/crates/proc-macro-srv/src/server/rust_analyzer_span.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/server/token_id.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/proc-macro-srv/src/server/token_stream.rs
src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/mod.rs
src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/utils.rs
src/tools/rust-analyzer/crates/proc-macro-test/Cargo.toml [deleted file]
src/tools/rust-analyzer/crates/proc-macro-test/build.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-test/imp/Cargo.toml [deleted file]
src/tools/rust-analyzer/crates/proc-macro-test/imp/src/lib.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-test/src/lib.rs [deleted file]
src/tools/rust-analyzer/crates/profile/Cargo.toml
src/tools/rust-analyzer/crates/profile/src/lib.rs
src/tools/rust-analyzer/crates/project-model/Cargo.toml
src/tools/rust-analyzer/crates/project-model/src/build_scripts.rs
src/tools/rust-analyzer/crates/project-model/src/cargo_workspace.rs
src/tools/rust-analyzer/crates/project-model/src/lib.rs
src/tools/rust-analyzer/crates/project-model/src/manifest_path.rs
src/tools/rust-analyzer/crates/project-model/src/project_json.rs
src/tools/rust-analyzer/crates/project-model/src/sysroot.rs
src/tools/rust-analyzer/crates/project-model/src/tests.rs
src/tools/rust-analyzer/crates/project-model/src/workspace.rs
src/tools/rust-analyzer/crates/project-model/test_data/output/cargo_hello_world_project_model.txt
src/tools/rust-analyzer/crates/project-model/test_data/output/cargo_hello_world_project_model_with_selective_overrides.txt
src/tools/rust-analyzer/crates/project-model/test_data/output/cargo_hello_world_project_model_with_wildcard_overrides.txt
src/tools/rust-analyzer/crates/project-model/test_data/output/rust_project_hello_world_project_model.txt
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/lsif.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/progress_report.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/rustc_tests.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/global_state.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/notification.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/request.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/integrated_benchmarks.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/line_index.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp/ext.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp/from_proto.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp/semantic_tokens.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp/to_proto.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/mem_docs.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/reload.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/testdir.rs
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/tidy.rs
src/tools/rust-analyzer/crates/rustc-dependencies/Cargo.toml [deleted file]
src/tools/rust-analyzer/crates/rustc-dependencies/src/lib.rs [deleted file]
src/tools/rust-analyzer/crates/sourcegen/Cargo.toml
src/tools/rust-analyzer/crates/span/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/span/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/span/src/map.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/stdx/Cargo.toml
src/tools/rust-analyzer/crates/stdx/src/lib.rs
src/tools/rust-analyzer/crates/syntax/Cargo.toml
src/tools/rust-analyzer/crates/syntax/fuzz/Cargo.toml
src/tools/rust-analyzer/crates/syntax/src/algo.rs
src/tools/rust-analyzer/crates/syntax/src/ast.rs
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/make.rs
src/tools/rust-analyzer/crates/syntax/src/ast/node_ext.rs
src/tools/rust-analyzer/crates/syntax/src/ast/prec.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/ptr.rs
src/tools/rust-analyzer/crates/syntax/src/validation.rs
src/tools/rust-analyzer/crates/test-fixture/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/test-fixture/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/test-utils/Cargo.toml
src/tools/rust-analyzer/crates/test-utils/src/minicore.rs
src/tools/rust-analyzer/crates/text-edit/Cargo.toml
src/tools/rust-analyzer/crates/toolchain/Cargo.toml
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/lib.rs
src/tools/rust-analyzer/crates/vfs/src/loader.rs
src/tools/rust-analyzer/docs/dev/architecture.md
src/tools/rust-analyzer/docs/dev/guide.md
src/tools/rust-analyzer/docs/dev/lsp-extensions.md
src/tools/rust-analyzer/docs/dev/syntax.md
src/tools/rust-analyzer/docs/user/generated_config.adoc
src/tools/rust-analyzer/docs/user/manual.adoc
src/tools/rust-analyzer/lib/la-arena/Cargo.toml
src/tools/rust-analyzer/lib/la-arena/src/map.rs
src/tools/rust-analyzer/lib/line-index/Cargo.toml
src/tools/rust-analyzer/lib/line-index/README.md [new file with mode: 0644]
src/tools/rust-analyzer/lib/line-index/src/lib.rs
src/tools/rust-analyzer/lib/lsp-server/Cargo.toml
src/tools/rust-analyzer/lib/lsp-server/examples/goto_def.rs
src/tools/rust-analyzer/lib/lsp-server/src/error.rs
src/tools/rust-analyzer/lib/lsp-server/src/lib.rs
src/tools/rust-analyzer/lib/lsp-server/src/msg.rs
src/tools/rust-analyzer/lib/lsp-server/src/stdio.rs
src/tools/rust-analyzer/rustfmt.toml
src/tools/rust-analyzer/xtask/Cargo.toml
src/tools/rust-analyzer/xtask/src/main.rs
src/tools/rust-analyzer/xtask/src/metrics.rs
src/tools/rust-analyzer/xtask/src/release/changelog.rs
src/tools/rust-installer/test.sh
src/tools/rustfmt/src/closures.rs
src/tools/rustfmt/src/expr.rs
src/tools/rustfmt/src/items.rs
src/tools/rustfmt/src/matches.rs
src/tools/rustfmt/src/overflow.rs
src/tools/rustfmt/src/parse/macros/mod.rs
src/tools/rustfmt/src/parse/parser.rs
src/tools/rustfmt/src/parse/session.rs
src/tools/rustfmt/src/patterns.rs
src/tools/rustfmt/src/types.rs
src/tools/rustfmt/src/utils.rs
src/tools/rustfmt/src/visitor.rs
src/tools/rustfmt/tests/source/macros/rewrite-const-item.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/macros/rewrite-const-item.rs [new file with mode: 0644]
src/tools/tidy/src/deps.rs
src/tools/tidy/src/error_codes.rs
src/tools/tidy/src/features.rs
src/tools/tidy/src/lib.rs
src/tools/tidy/src/main.rs
src/tools/tidy/src/pal.rs
src/tools/tidy/src/style.rs
src/tools/tidy/src/target_policy.rs [new file with mode: 0644]
src/tools/tidy/src/ui_tests.rs
src/version
tests/assembly/asm/s390x-types.rs
tests/assembly/targets/targets-elf.rs [new file with mode: 0644]
tests/assembly/targets/targets-macho.rs [new file with mode: 0644]
tests/assembly/targets/targets-nvptx.rs [new file with mode: 0644]
tests/assembly/targets/targets-pe.rs [new file with mode: 0644]
tests/codegen-units/item-collection/generic-drop-glue.rs
tests/codegen-units/item-collection/transitive-drop-glue.rs
tests/codegen-units/item-collection/unsizing.rs
tests/codegen/abi-main-signature-32bit-c-int.rs
tests/codegen/align-byval.rs
tests/codegen/align-struct.rs
tests/codegen/alloc-optimisation.rs
tests/codegen/array-map.rs
tests/codegen/dealloc-no-unwind.rs
tests/codegen/debuginfo-inline-callsite-location.rs
tests/codegen/fewer-names.rs
tests/codegen/function-arguments-noopt.rs
tests/codegen/function-arguments.rs
tests/codegen/i128-x86-align.rs [new file with mode: 0644]
tests/codegen/infallible-unwrap-in-opt-z.rs [new file with mode: 0644]
tests/codegen/inherit_overflow.rs
tests/codegen/integer-overflow.rs
tests/codegen/intrinsics/transmute.rs
tests/codegen/is_val_statically_known.rs [new file with mode: 0644]
tests/codegen/issues/issue-116878.rs
tests/codegen/issues/issue-119422.rs [new file with mode: 0644]
tests/codegen/issues/issue-44056-macos-tls-align.rs
tests/codegen/issues/issue-69101-bounds-check.rs
tests/codegen/match-optimizes-away.rs
tests/codegen/maybeuninit-rvo.rs [new file with mode: 0644]
tests/codegen/overaligned-constant.rs
tests/codegen/personality_lifetimes.rs
tests/codegen/ptr-read-metadata.rs
tests/codegen/refs.rs
tests/codegen/scalar-pair-bool.rs
tests/codegen/slice-as_chunks.rs
tests/codegen/slice-iter-len-eq-zero.rs
tests/codegen/slice-iter-nonnull.rs
tests/codegen/slice-position-bounds-check.rs
tests/codegen/sparc-struct-abi.rs
tests/codegen/swap-small-types.rs
tests/codegen/vec-iter-collect-len.rs
tests/codegen/vec-iter.rs [new file with mode: 0644]
tests/codegen/vec-optimizes-away.rs
tests/codegen/vec-reserve-extend.rs
tests/codegen/vec_pop_push_noop.rs
tests/codegen/zst-offset.rs
tests/coverage-run-rustdoc/doctest.coverage
tests/coverage/abort.cov-map
tests/coverage/abort.coverage
tests/coverage/abort.rs
tests/coverage/async.cov-map
tests/coverage/async.coverage
tests/coverage/async.rs
tests/coverage/async2.cov-map
tests/coverage/async2.coverage
tests/coverage/async2.rs
tests/coverage/async_block.coverage
tests/coverage/async_block.rs
tests/coverage/bad_counter_ids.cov-map
tests/coverage/bad_counter_ids.coverage
tests/coverage/bench.cov-map [new file with mode: 0644]
tests/coverage/bench.coverage [new file with mode: 0644]
tests/coverage/bench.rs [new file with mode: 0644]
tests/coverage/closure.cov-map
tests/coverage/closure.coverage
tests/coverage/closure.rs
tests/coverage/closure_bug.cov-map
tests/coverage/closure_bug.coverage
tests/coverage/closure_bug.rs
tests/coverage/closure_macro.cov-map
tests/coverage/closure_macro.coverage
tests/coverage/closure_macro.rs
tests/coverage/closure_macro_async.cov-map
tests/coverage/closure_macro_async.coverage
tests/coverage/closure_macro_async.rs
tests/coverage/color.coverage [new file with mode: 0644]
tests/coverage/color.rs [new file with mode: 0644]
tests/coverage/conditions.cov-map
tests/coverage/conditions.coverage
tests/coverage/conditions.rs
tests/coverage/coroutine.cov-map
tests/coverage/coroutine.coverage
tests/coverage/coroutine.rs
tests/coverage/fn_sig_into_try.cov-map
tests/coverage/fn_sig_into_try.coverage
tests/coverage/fn_sig_into_try.rs
tests/coverage/generics.coverage
tests/coverage/generics.rs
tests/coverage/if.cov-map
tests/coverage/if.coverage
tests/coverage/if.rs
tests/coverage/if_else.cov-map
tests/coverage/if_else.coverage
tests/coverage/if_else.rs
tests/coverage/if_not.cov-map
tests/coverage/if_not.coverage
tests/coverage/if_not.rs
tests/coverage/ignore_map.coverage [new file with mode: 0644]
tests/coverage/ignore_map.rs [new file with mode: 0644]
tests/coverage/ignore_run.cov-map [new file with mode: 0644]
tests/coverage/ignore_run.rs [new file with mode: 0644]
tests/coverage/inline-dead.cov-map
tests/coverage/inline-dead.coverage
tests/coverage/inline-dead.rs
tests/coverage/issue-83601.cov-map
tests/coverage/issue-83601.coverage
tests/coverage/issue-84561.cov-map
tests/coverage/issue-84561.coverage
tests/coverage/issue-84561.rs
tests/coverage/lazy_boolean.cov-map
tests/coverage/lazy_boolean.coverage
tests/coverage/lazy_boolean.rs
tests/coverage/loop_break_value.cov-map
tests/coverage/loop_break_value.coverage
tests/coverage/loop_break_value.rs
tests/coverage/macro_name_span.cov-map
tests/coverage/macro_name_span.coverage
tests/coverage/partial_eq.cov-map
tests/coverage/partial_eq.coverage
tests/coverage/partial_eq.rs
tests/coverage/simple_loop.cov-map
tests/coverage/simple_loop.coverage
tests/coverage/simple_loop.rs
tests/coverage/simple_match.cov-map
tests/coverage/simple_match.coverage
tests/coverage/simple_match.rs
tests/coverage/test_harness.cov-map
tests/coverage/test_harness.coverage
tests/coverage/thin-lto.cov-map
tests/coverage/thin-lto.coverage
tests/coverage/thin-lto.rs
tests/coverage/try_error_result.cov-map
tests/coverage/try_error_result.coverage
tests/coverage/try_error_result.rs
tests/coverage/unicode.cov-map [new file with mode: 0644]
tests/coverage/unicode.coverage [new file with mode: 0644]
tests/coverage/unicode.rs [new file with mode: 0644]
tests/coverage/while.cov-map
tests/coverage/while.coverage
tests/coverage/while.rs
tests/coverage/while_early_ret.cov-map
tests/coverage/while_early_ret.coverage
tests/coverage/while_early_ret.rs
tests/debuginfo/collapse-debuginfo-external-attr.rs [new file with mode: 0644]
tests/debuginfo/collapse-debuginfo-external-flag-overriden-by-attr.rs [new file with mode: 0644]
tests/debuginfo/collapse-debuginfo-external-flag.rs [new file with mode: 0644]
tests/debuginfo/collapse-debuginfo-in-non-collapse-macro.rs [new file with mode: 0644]
tests/debuginfo/collapse-debuginfo-no-attr.rs
tests/debuginfo/collapse-debuginfo-with-yes-flag.rs [new file with mode: 0644]
tests/debuginfo/msvc-pretty-enums.rs
tests/debuginfo/mutex.rs
tests/debuginfo/numeric-types.rs
tests/debuginfo/rwlock-read.rs
tests/debuginfo/skip_second_statement.rs [new file with mode: 0644]
tests/debuginfo/skip_second_statement_collapse.rs [new file with mode: 0644]
tests/incremental/commandline-args.rs
tests/incremental/dirty_clean.rs
tests/incremental/hash-module-order.rs
tests/incremental/hashes/call_expressions.rs
tests/incremental/hashes/closure_expressions.rs
tests/incremental/hashes/consts.rs
tests/incremental/hashes/enum_constructors.rs
tests/incremental/hashes/enum_defs.rs
tests/incremental/hashes/exported_vs_not.rs
tests/incremental/hashes/extern_mods.rs
tests/incremental/hashes/for_loops.rs
tests/incremental/hashes/function_interfaces.rs
tests/incremental/hashes/if_expressions.rs
tests/incremental/hashes/indexing_expressions.rs
tests/incremental/hashes/inherent_impls.rs
tests/incremental/hashes/inline_asm.rs
tests/incremental/hashes/let_expressions.rs
tests/incremental/hashes/loop_expressions.rs
tests/incremental/hashes/match_expressions.rs
tests/incremental/hashes/panic_exprs.rs
tests/incremental/hashes/statics.rs
tests/incremental/hashes/struct_constructors.rs
tests/incremental/hashes/struct_defs.rs
tests/incremental/hashes/trait_defs.rs
tests/incremental/hashes/trait_impls.rs
tests/incremental/hashes/type_defs.rs
tests/incremental/hashes/unary_and_binary_exprs.rs
tests/incremental/hashes/while_let_loops.rs
tests/incremental/hashes/while_loops.rs
tests/incremental/hygiene/auxiliary/cached_hygiene.rs
tests/incremental/ich_nested_items.rs
tests/incremental/ich_resolve_results.rs
tests/incremental/source_loc_macros.rs
tests/incremental/string_constant.rs
tests/mir-opt/building/async_await.b-{closure#0}.coroutine_resume.0.mir
tests/mir-opt/building/custom/assume.assume_constant.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/assume.assume_local.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/assume.assume_place.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/assume.rs [new file with mode: 0644]
tests/mir-opt/building/custom/terminators.rs
tests/mir-opt/building/custom/unwind_action.rs
tests/mir-opt/const_allocation.main.ConstProp.after.32bit.mir [deleted file]
tests/mir-opt/const_allocation.main.ConstProp.after.64bit.mir [deleted file]
tests/mir-opt/const_allocation.main.GVN.after.32bit.mir [new file with mode: 0644]
tests/mir-opt/const_allocation.main.GVN.after.64bit.mir [new file with mode: 0644]
tests/mir-opt/const_allocation.rs
tests/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir [deleted file]
tests/mir-opt/const_allocation2.main.ConstProp.after.64bit.mir [deleted file]
tests/mir-opt/const_allocation2.main.GVN.after.32bit.mir [new file with mode: 0644]
tests/mir-opt/const_allocation2.main.GVN.after.64bit.mir [new file with mode: 0644]
tests/mir-opt/const_allocation2.rs
tests/mir-opt/const_allocation3.main.ConstProp.after.32bit.mir [deleted file]
tests/mir-opt/const_allocation3.main.ConstProp.after.64bit.mir [deleted file]
tests/mir-opt/const_allocation3.main.GVN.after.32bit.mir [new file with mode: 0644]
tests/mir-opt/const_allocation3.main.GVN.after.64bit.mir [new file with mode: 0644]
tests/mir-opt/const_allocation3.rs
tests/mir-opt/const_debuginfo.main.ConstDebugInfo.diff
tests/mir-opt/const_debuginfo.rs
tests/mir-opt/const_prop/address_of_pair.fn0.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/address_of_pair.fn0.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/address_of_pair.rs
tests/mir-opt/const_prop/aggregate.foo.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/aggregate.foo.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/aggregate.foo.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.foo.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.main.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/aggregate.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/aggregate.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.main.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.rs
tests/mir-opt/const_prop/array_index.main.ConstProp.32bit.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/array_index.main.ConstProp.32bit.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/array_index.main.ConstProp.64bit.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/array_index.main.ConstProp.64bit.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/array_index.main.GVN.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/array_index.main.GVN.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/array_index.main.GVN.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/array_index.main.GVN.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.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/bad_op_div_by_zero.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/bad_op_div_by_zero.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_div_by_zero.main.GVN.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.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/bad_op_mod_by_zero.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/bad_op_mod_by_zero.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_mod_by_zero.main.GVN.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.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.GVN.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.GVN.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.GVN.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.GVN.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.rs
tests/mir-opt/const_prop/boolean_identities.test.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/boolean_identities.test.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/boxes.main.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/boxes.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/boxes.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/boxes.main.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/boxes.rs
tests/mir-opt/const_prop/cast.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/cast.main.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/cast.rs
tests/mir-opt/const_prop/checked_add.main.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/checked_add.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/checked_add.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/checked_add.main.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/checked_add.rs
tests/mir-opt/const_prop/control_flow_simplification.hello.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/control_flow_simplification.hello.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/control_flow_simplification.hello.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/control_flow_simplification.hello.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/control_flow_simplification.rs
tests/mir-opt/const_prop/discriminant.main.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/discriminant.main.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/discriminant.main.GVN.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/discriminant.main.GVN.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/discriminant.rs
tests/mir-opt/const_prop/indirect.main.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/indirect.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/indirect.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/indirect.main.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/indirect.rs
tests/mir-opt/const_prop/indirect_mutation.bar.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/indirect_mutation.bar.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/indirect_mutation.foo.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/indirect_mutation.foo.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/indirect_mutation.rs
tests/mir-opt/const_prop/inherit_overflow.main.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/inherit_overflow.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/inherit_overflow.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/inherit_overflow.main.GVN.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 [deleted file]
tests/mir-opt/const_prop/invalid_constant.main.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/invalid_constant.rs
tests/mir-opt/const_prop/issue_66971.main.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/issue_66971.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/issue_66971.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/issue_66971.main.GVN.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.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/issue_67019.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/issue_67019.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/issue_67019.main.GVN.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.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/large_array_index.main.ConstProp.64bit.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/large_array_index.main.ConstProp.64bit.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/large_array_index.main.GVN.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/large_array_index.main.GVN.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/large_array_index.main.GVN.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/large_array_index.main.GVN.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.rs
tests/mir-opt/const_prop/mult_by_zero.test.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/mult_by_zero.test.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/mutable_variable.main.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable.rs
tests/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/mutable_variable_aggregate.main.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_aggregate.rs
tests/mir-opt/const_prop/mutable_variable_aggregate_mut_ref.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/mutable_variable_aggregate_mut_ref.main.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_aggregate_mut_ref.rs
tests/mir-opt/const_prop/mutable_variable_aggregate_partial_read.main.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/mutable_variable_aggregate_partial_read.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/mutable_variable_aggregate_partial_read.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_aggregate_partial_read.main.GVN.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 [deleted file]
tests/mir-opt/const_prop/mutable_variable_no_prop.main.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_no_prop.rs
tests/mir-opt/const_prop/mutable_variable_unprop_assign.main.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/mutable_variable_unprop_assign.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/mutable_variable_unprop_assign.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/mutable_variable_unprop_assign.main.GVN.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.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/offset_of.concrete.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/offset_of.concrete.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/offset_of.concrete.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/offset_of.generic.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/offset_of.generic.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/offset_of.generic.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/offset_of.generic.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/offset_of.rs
tests/mir-opt/const_prop/overwrite_with_const_with_params.rs
tests/mir-opt/const_prop/overwrite_with_const_with_params.size_of.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/overwrite_with_const_with_params.size_of.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/pointer_expose_address.main.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/pointer_expose_address.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/pointer_expose_address.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/pointer_expose_address.main.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/pointer_expose_address.rs
tests/mir-opt/const_prop/read_immutable_static.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/read_immutable_static.main.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/read_immutable_static.rs
tests/mir-opt/const_prop/ref_deref.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/ref_deref.main.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/ref_deref.rs
tests/mir-opt/const_prop/ref_deref_project.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/ref_deref_project.main.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/ref_deref_project.rs
tests/mir-opt/const_prop/reify_fn_ptr.main.ConstProp.diff [deleted file]
tests/mir-opt/const_prop/reify_fn_ptr.main.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/reify_fn_ptr.rs
tests/mir-opt/const_prop/repeat.main.ConstProp.32bit.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/repeat.main.ConstProp.32bit.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/repeat.main.ConstProp.64bit.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/repeat.main.ConstProp.64bit.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/repeat.main.GVN.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/repeat.main.GVN.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/repeat.main.GVN.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/repeat.main.GVN.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.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/return_place.add.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/return_place.add.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/return_place.add.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/return_place.rs
tests/mir-opt/const_prop/scalar_literal_propagation.main.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/scalar_literal_propagation.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/scalar_literal_propagation.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/scalar_literal_propagation.main.GVN.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.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/slice_len.main.ConstProp.32bit.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/slice_len.main.ConstProp.64bit.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/slice_len.main.ConstProp.64bit.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/slice_len.main.GVN.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/slice_len.main.GVN.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/const_prop/slice_len.main.GVN.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/slice_len.main.GVN.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.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/switch_int.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/switch_int.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/switch_int.main.GVN.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 [deleted file]
tests/mir-opt/const_prop/transmute.from_char.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.from_char.GVN.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.from_char.GVN.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.invalid_bool.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.invalid_bool.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.invalid_bool.GVN.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.invalid_bool.GVN.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.invalid_char.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.invalid_char.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.invalid_char.GVN.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.invalid_char.GVN.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.less_as_i8.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.less_as_i8.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.less_as_i8.GVN.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.less_as_i8.GVN.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.rs
tests/mir-opt/const_prop/transmute.undef_union_as_integer.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.undef_union_as_integer.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.undef_union_as_integer.GVN.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.undef_union_as_integer.GVN.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.unreachable_box.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.unreachable_box.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.unreachable_box.GVN.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.unreachable_box.GVN.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.unreachable_direct.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.unreachable_direct.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.unreachable_direct.GVN.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.unreachable_direct.GVN.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.unreachable_mut.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.unreachable_mut.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.unreachable_mut.GVN.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.unreachable_mut.GVN.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.unreachable_ref.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.unreachable_ref.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.unreachable_ref.GVN.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.unreachable_ref.GVN.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.valid_char.ConstProp.32bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.valid_char.ConstProp.64bit.diff [deleted file]
tests/mir-opt/const_prop/transmute.valid_char.GVN.32bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/transmute.valid_char.GVN.64bit.diff [new file with mode: 0644]
tests/mir-opt/const_prop/tuple_literal_propagation.main.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/const_prop/tuple_literal_propagation.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/const_prop/tuple_literal_propagation.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/const_prop/tuple_literal_propagation.main.GVN.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 [deleted file]
tests/mir-opt/const_prop/while_let_loops.change_loop_body.GVN.diff [new file with mode: 0644]
tests/mir-opt/const_prop/while_let_loops.rs
tests/mir-opt/copy-prop/borrowed_local.rs
tests/mir-opt/copy-prop/calls.rs
tests/mir-opt/copy-prop/custom_move_arg.f.CopyProp.panic-unwind.diff
tests/mir-opt/copy-prop/custom_move_arg.rs
tests/mir-opt/copy-prop/move_projection.f.CopyProp.panic-unwind.diff
tests/mir-opt/copy-prop/move_projection.rs
tests/mir-opt/coroutine_drop_cleanup.main-{closure#0}.coroutine_drop.0.panic-abort.mir
tests/mir-opt/coroutine_drop_cleanup.main-{closure#0}.coroutine_drop.0.panic-unwind.mir
tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.ConstProp.32bit.panic-abort.diff [deleted file]
tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.ConstProp.32bit.panic-unwind.diff [deleted file]
tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.ConstProp.64bit.panic-abort.diff [deleted file]
tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.ConstProp.64bit.panic-unwind.diff [deleted file]
tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.DataflowConstProp.32bit.panic-abort.diff
tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.DataflowConstProp.32bit.panic-unwind.diff
tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.DataflowConstProp.64bit.panic-abort.diff
tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.DataflowConstProp.64bit.panic-unwind.diff
tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.GVN.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.GVN.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.GVN.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.GVN.64bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/default_boxed_slice.rs
tests/mir-opt/dataflow-const-prop/offset_of.rs
tests/mir-opt/dead-store-elimination/call_arg_copy.move_packed.DeadStoreElimination-final.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/call_arg_copy.move_packed.DeadStoreElimination-final.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/call_arg_copy.move_packed.DeadStoreElimination.panic-abort.diff [deleted file]
tests/mir-opt/dead-store-elimination/call_arg_copy.move_packed.DeadStoreElimination.panic-unwind.diff [deleted file]
tests/mir-opt/dead-store-elimination/call_arg_copy.move_simple.DeadStoreElimination-final.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/call_arg_copy.move_simple.DeadStoreElimination-final.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/call_arg_copy.move_simple.DeadStoreElimination.panic-abort.diff [deleted file]
tests/mir-opt/dead-store-elimination/call_arg_copy.move_simple.DeadStoreElimination.panic-unwind.diff [deleted file]
tests/mir-opt/dead-store-elimination/call_arg_copy.rs
tests/mir-opt/dead-store-elimination/cycle.cycle.DeadStoreElimination-initial.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/cycle.cycle.DeadStoreElimination.diff [deleted file]
tests/mir-opt/dead-store-elimination/cycle.rs
tests/mir-opt/dead-store-elimination/place_mention.main.DeadStoreElimination-initial.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/place_mention.main.DeadStoreElimination.diff [deleted file]
tests/mir-opt/dead-store-elimination/place_mention.rs
tests/mir-opt/dead-store-elimination/provenance_soundness.pointer_to_int.DeadStoreElimination-initial.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/provenance_soundness.pointer_to_int.DeadStoreElimination.diff [deleted file]
tests/mir-opt/dead-store-elimination/provenance_soundness.retags.DeadStoreElimination-initial.diff [new file with mode: 0644]
tests/mir-opt/dead-store-elimination/provenance_soundness.retags.DeadStoreElimination.diff [deleted file]
tests/mir-opt/dead-store-elimination/provenance_soundness.rs
tests/mir-opt/dest-prop/copy_propagation_arg.foo.DestinationPropagation.panic-abort.diff
tests/mir-opt/dest-prop/copy_propagation_arg.foo.DestinationPropagation.panic-unwind.diff
tests/mir-opt/dest-prop/union.main.DestinationPropagation.panic-abort.diff
tests/mir-opt/dest-prop/union.main.DestinationPropagation.panic-unwind.diff
tests/mir-opt/dest-prop/unreachable.f.DestinationPropagation.panic-abort.diff [deleted file]
tests/mir-opt/dest-prop/unreachable.f.DestinationPropagation.panic-unwind.diff [deleted file]
tests/mir-opt/dest-prop/unreachable.rs [deleted file]
tests/mir-opt/funky_arms.float_to_exponential_common.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/funky_arms.float_to_exponential_common.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/funky_arms.float_to_exponential_common.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/funky_arms.float_to_exponential_common.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/funky_arms.rs
tests/mir-opt/gvn.arithmetic.GVN.panic-abort.diff
tests/mir-opt/gvn.arithmetic.GVN.panic-unwind.diff
tests/mir-opt/gvn.arithmetic_checked.GVN.panic-abort.diff
tests/mir-opt/gvn.arithmetic_checked.GVN.panic-unwind.diff
tests/mir-opt/gvn.comparison.GVN.panic-abort.diff
tests/mir-opt/gvn.comparison.GVN.panic-unwind.diff
tests/mir-opt/gvn.dereferences.GVN.panic-abort.diff
tests/mir-opt/gvn.dereferences.GVN.panic-unwind.diff
tests/mir-opt/gvn.fn_pointers.GVN.panic-abort.diff
tests/mir-opt/gvn.fn_pointers.GVN.panic-unwind.diff
tests/mir-opt/gvn.repeated_index.GVN.panic-abort.diff
tests/mir-opt/gvn.repeated_index.GVN.panic-unwind.diff
tests/mir-opt/gvn.rs
tests/mir-opt/gvn.slices.GVN.panic-abort.diff
tests/mir-opt/gvn.slices.GVN.panic-unwind.diff
tests/mir-opt/gvn.subexpression_elimination.GVN.panic-abort.diff
tests/mir-opt/gvn.subexpression_elimination.GVN.panic-unwind.diff
tests/mir-opt/gvn.unary.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/gvn.unary.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/gvn.wide_ptr_ops.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/gvn.wide_ptr_ops.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/gvn_uninhabited.f.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/gvn_uninhabited.f.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/gvn_uninhabited.rs [new file with mode: 0644]
tests/mir-opt/inline/indirect_destination.rs
tests/mir-opt/inline/inline_coroutine.main.Inline.panic-abort.diff
tests/mir-opt/inline/inline_coroutine.main.Inline.panic-unwind.diff
tests/mir-opt/inline/inline_diverging.h.Inline.panic-abort.diff
tests/mir-opt/inline/inline_diverging.h.Inline.panic-unwind.diff
tests/mir-opt/inline/inline_instruction_set.default.Inline.diff
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.d.Inline.after.mir
tests/mir-opt/inline/unwrap_unchecked.unwrap_unchecked.PreCodegen.after.panic-abort.mir
tests/mir-opt/inline/unwrap_unchecked.unwrap_unchecked.PreCodegen.after.panic-unwind.mir
tests/mir-opt/instrument_coverage.bar.InstrumentCoverage.diff
tests/mir-opt/instrument_coverage.main.InstrumentCoverage.diff
tests/mir-opt/instsimplify/combine_transmutes.adt_transmutes.InstSimplify.diff
tests/mir-opt/issue_101973.inner.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/issue_101973.inner.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/issue_101973.inner.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/issue_101973.inner.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/issue_101973.rs
tests/mir-opt/issues/issue_59352.num_to_digit.PreCodegen.after.panic-abort.mir
tests/mir-opt/issues/issue_59352.num_to_digit.PreCodegen.after.panic-unwind.mir
tests/mir-opt/jump_threading.aggregate.JumpThreading.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/jump_threading.aggregate.JumpThreading.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/jump_threading.assume.JumpThreading.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/jump_threading.assume.JumpThreading.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/jump_threading.identity.JumpThreading.panic-abort.diff
tests/mir-opt/jump_threading.identity.JumpThreading.panic-unwind.diff
tests/mir-opt/jump_threading.rs
tests/mir-opt/nll/named_lifetimes_basic.rs
tests/mir-opt/nll/region_subtyping_basic.rs
tests/mir-opt/pre-codegen/checked_ops.checked_shl.PreCodegen.after.mir
tests/mir-opt/pre-codegen/issue_117368_print_invalid_constant.main.GVN.32bit.panic-abort.diff
tests/mir-opt/pre-codegen/issue_117368_print_invalid_constant.main.GVN.32bit.panic-unwind.diff
tests/mir-opt/pre-codegen/issue_117368_print_invalid_constant.main.GVN.64bit.panic-abort.diff
tests/mir-opt/pre-codegen/issue_117368_print_invalid_constant.main.GVN.64bit.panic-unwind.diff
tests/mir-opt/pre-codegen/loops.filter_mapped.PreCodegen.after.mir
tests/mir-opt/pre-codegen/loops.int_range.PreCodegen.after.mir
tests/mir-opt/pre-codegen/loops.mapped.PreCodegen.after.mir
tests/mir-opt/pre-codegen/loops.rs
tests/mir-opt/pre-codegen/mem_replace.mem_replace.PreCodegen.after.mir
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ConstProp.32bit.panic-abort.diff [deleted file]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ConstProp.32bit.panic-unwind.diff [deleted file]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ConstProp.64bit.panic-abort.diff [deleted file]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ConstProp.64bit.panic-unwind.diff [deleted file]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.GVN.32bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.GVN.32bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.GVN.64bit.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.GVN.64bit.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ScalarReplacementOfAggregates.32bit.panic-abort.diff
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ScalarReplacementOfAggregates.32bit.panic-unwind.diff
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ScalarReplacementOfAggregates.64bit.panic-abort.diff
tests/mir-opt/pre-codegen/optimizes_into_variable.main.ScalarReplacementOfAggregates.64bit.panic-unwind.diff
tests/mir-opt/pre-codegen/optimizes_into_variable.rs
tests/mir-opt/pre-codegen/range_iter.forward_loop.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/range_iter.forward_loop.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/range_iter.inclusive_loop.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/range_iter.inclusive_loop.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/range_iter.range_iter_next.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/range_iter.range_iter_next.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/simple_option_map.ezmap.PreCodegen.after.mir
tests/mir-opt/pre-codegen/slice_filter.variant_a-{closure#0}.PreCodegen.after.mir
tests/mir-opt/pre-codegen/slice_filter.variant_b-{closure#0}.PreCodegen.after.mir
tests/mir-opt/pre-codegen/slice_index.slice_get_mut_usize.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_index.slice_get_mut_usize.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_index.slice_get_unchecked_mut_range.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_index.slice_get_unchecked_mut_range.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_iter.enumerated_loop.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_iter.enumerated_loop.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_iter.forward_loop.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_iter.forward_loop.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_iter.range_loop.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_iter.range_loop.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/slice_iter.reverse_loop.PreCodegen.after.panic-abort.mir
tests/mir-opt/pre-codegen/slice_iter.reverse_loop.PreCodegen.after.panic-unwind.mir
tests/mir-opt/pre-codegen/try_identity.new.PreCodegen.after.mir
tests/mir-opt/pre-codegen/try_identity.old.PreCodegen.after.mir
tests/mir-opt/reference_prop.rs
tests/mir-opt/remove_never_const.rs
tests/mir-opt/separate_const_switch.identity.SeparateConstSwitch.diff
tests/mir-opt/separate_const_switch.too_complex.SeparateConstSwitch.diff
tests/mir-opt/set_no_discriminant.f.JumpThreading.diff [new file with mode: 0644]
tests/mir-opt/set_no_discriminant.generic.JumpThreading.diff [new file with mode: 0644]
tests/mir-opt/set_no_discriminant.rs [new file with mode: 0644]
tests/mir-opt/simplify_if.main.SimplifyConstCondition-after-const-prop.panic-abort.diff
tests/mir-opt/simplify_if.main.SimplifyConstCondition-after-const-prop.panic-unwind.diff
tests/mir-opt/simplify_match.main.ConstProp.panic-abort.diff [deleted file]
tests/mir-opt/simplify_match.main.ConstProp.panic-unwind.diff [deleted file]
tests/mir-opt/simplify_match.main.GVN.panic-abort.diff [new file with mode: 0644]
tests/mir-opt/simplify_match.main.GVN.panic-unwind.diff [new file with mode: 0644]
tests/mir-opt/simplify_match.rs
tests/mir-opt/spanview_block.main.built.after.html [deleted file]
tests/mir-opt/spanview_block.rs [deleted file]
tests/mir-opt/spanview_statement.main.built.after.html [deleted file]
tests/mir-opt/spanview_statement.rs [deleted file]
tests/mir-opt/spanview_terminator.main.built.after.html [deleted file]
tests/mir-opt/spanview_terminator.rs [deleted file]
tests/pretty/delegation.rs [new file with mode: 0644]
tests/pretty/delimited-token-groups.rs
tests/pretty/issue-4264.pp
tests/pretty/macro_rules.rs
tests/pretty/offset_of.rs
tests/pretty/stmt_expr_attributes.rs
tests/pretty/tests-are-sorted.pp
tests/run-make-fulldeps/hotplug_codegen_backend/Makefile
tests/run-make-fulldeps/hotplug_codegen_backend/the_backend.rs
tests/run-make-fulldeps/obtain-borrowck/driver.rs
tests/run-make/libtest-padding/Makefile [new file with mode: 0644]
tests/run-make/libtest-padding/bench.stdout [new file with mode: 0644]
tests/run-make/libtest-padding/test.stdout [new file with mode: 0644]
tests/run-make/libtest-padding/tests.rs [new file with mode: 0644]
tests/run-make/raw-dylib-c/Makefile
tests/run-make/raw-dylib-inline-cross-dylib/Makefile
tests/run-make/raw-dylib-link-ordinal/Makefile
tests/run-make/sanitizer-cdylib-link/Makefile
tests/run-make/sanitizer-cdylib-link/program.rs
tests/run-make/sanitizer-dylib-link/Makefile
tests/run-make/sanitizer-dylib-link/program.rs
tests/run-make/sanitizer-staticlib-link/program.rs
tests/run-make/symbol-mangling-hashed/Makefile [new file with mode: 0644]
tests/run-make/symbol-mangling-hashed/a_dylib.rs [new file with mode: 0644]
tests/run-make/symbol-mangling-hashed/a_rlib.rs [new file with mode: 0644]
tests/run-make/symbol-mangling-hashed/b_bin.rs [new file with mode: 0644]
tests/run-make/symbol-mangling-hashed/b_dylib.rs [new file with mode: 0644]
tests/run-make/target-specs/Makefile
tests/rustdoc-gui/code-sidebar-toggle.goml
tests/rustdoc-gui/cursor.goml
tests/rustdoc-gui/docblock-details.goml
tests/rustdoc-gui/globals.goml
tests/rustdoc-gui/headers-color.goml
tests/rustdoc-gui/headings-anchor.goml [new file with mode: 0644]
tests/rustdoc-gui/huge-logo.goml
tests/rustdoc-gui/rust-logo.goml
tests/rustdoc-gui/search-form-elements.goml
tests/rustdoc-gui/sidebar-resize-close-popover.goml [new file with mode: 0644]
tests/rustdoc-gui/sidebar-resize-setting.goml
tests/rustdoc-gui/sidebar-source-code-display.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/src/theme_css/custom-theme.css
tests/rustdoc-gui/warning-block.goml
tests/rustdoc-js-std/asrawfd.js
tests/rustdoc-js-std/parser-errors.js
tests/rustdoc-js-std/parser-slice-array.js
tests/rustdoc-js-std/parser-tuple.js [new file with mode: 0644]
tests/rustdoc-js-std/parser-weird-queries.js
tests/rustdoc-js-std/path-maxeditdistance.js [new file with mode: 0644]
tests/rustdoc-js-std/path-ordering.js
tests/rustdoc-js/exact-match.js
tests/rustdoc-js/module-substring.js
tests/rustdoc-js/path-maxeditdistance.js [new file with mode: 0644]
tests/rustdoc-js/path-maxeditdistance.rs [new file with mode: 0644]
tests/rustdoc-js/path-ordering.js
tests/rustdoc-js/path-ordering.rs
tests/rustdoc-js/tuple-unit.js [new file with mode: 0644]
tests/rustdoc-js/tuple-unit.rs [new file with mode: 0644]
tests/rustdoc-json/traits/is_object_safe.rs [new file with mode: 0644]
tests/rustdoc-ui/bounded-hr-lifetime.rs
tests/rustdoc-ui/bounded-hr-lifetime.stderr
tests/rustdoc-ui/error-in-impl-trait/README.md
tests/rustdoc-ui/feature-gate-custom_code_classes_in_docs.rs
tests/rustdoc-ui/feature-gate-custom_code_classes_in_docs.stderr
tests/rustdoc-ui/feature-gate-doc_cfg_hide.stderr
tests/rustdoc-ui/ice-blanket-impl-52873.rs [new file with mode: 0644]
tests/rustdoc-ui/ice-blanket-impl-selection-55001.rs [new file with mode: 0644]
tests/rustdoc-ui/ice-bug-report-url.stderr
tests/rustdoc-ui/intra-doc/feature-gate-intra-doc-pointers.stderr
tests/rustdoc-ui/issues/issue-105742.stderr
tests/rustdoc-ui/issues/issue-81662-shortness.rs
tests/rustdoc-ui/issues/issue-81662-shortness.stdout
tests/rustdoc-ui/lints/feature-gate-rustdoc_missing_doc_code_examples.rs
tests/rustdoc-ui/lints/feature-gate-rustdoc_missing_doc_code_examples.stderr
tests/rustdoc-ui/unable-fulfill-trait.rs
tests/rustdoc-ui/unable-fulfill-trait.stderr
tests/rustdoc-ui/unescaped_backticks.stderr
tests/rustdoc/async-fn.rs
tests/rustdoc/auto-trait-bounds-by-associated-type-50159.rs [new file with mode: 0644]
tests/rustdoc/auto-trait-bounds-inference-variables-54705.rs [new file with mode: 0644]
tests/rustdoc/auto-trait-bounds-where-51236.rs [new file with mode: 0644]
tests/rustdoc/auto-trait-negative-impl-55321.rs [new file with mode: 0644]
tests/rustdoc/auxiliary/issue-46727.rs [deleted file]
tests/rustdoc/blank-line-in-doc-block-47197.rs [new file with mode: 0644]
tests/rustdoc/check-source-code-urls-to-def.rs
tests/rustdoc/demo-allocator-54478.rs [new file with mode: 0644]
tests/rustdoc/deref-mut-35169-2.rs [new file with mode: 0644]
tests/rustdoc/deref-mut-35169.rs [new file with mode: 0644]
tests/rustdoc/disambiguate-anchors-header-29449.rs
tests/rustdoc/doc-attr-comment-mix-42760.rs [new file with mode: 0644]
tests/rustdoc/doc-cfg-target-feature.rs
tests/rustdoc/doctest/doctest-escape-boring-41783.codeblock.html [new file with mode: 0644]
tests/rustdoc/doctest/doctest-escape-boring-41783.rs [new file with mode: 0644]
tests/rustdoc/enum-variant-reexport-35488.rs [new file with mode: 0644]
tests/rustdoc/footnote-definition-without-blank-line-100638.rs [new file with mode: 0644]
tests/rustdoc/glob-reexport-attribute-merge-120487.rs [new file with mode: 0644]
tests/rustdoc/impl-blanket-53689.rs [new file with mode: 0644]
tests/rustdoc/impl-on-ty-alias-issue-119015.rs [new file with mode: 0644]
tests/rustdoc/impl-trait-43869.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/default-generic-args.rs
tests/rustdoc/inline_cross/auxiliary/issue-46727.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/auxiliary/u_default_generic_args.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/const-eval-46727.rs [new file with mode: 0644]
tests/rustdoc/inline_cross/default-generic-args.rs
tests/rustdoc/intra-doc/module-scope-name-resolution-55364.rs [new file with mode: 0644]
tests/rustdoc/issue-35169-2.rs [deleted file]
tests/rustdoc/issue-35169.rs [deleted file]
tests/rustdoc/issue-35488.rs [deleted file]
tests/rustdoc/issue-41783.codeblock.html [deleted file]
tests/rustdoc/issue-41783.rs [deleted file]
tests/rustdoc/issue-42760.rs [deleted file]
tests/rustdoc/issue-43869.rs [deleted file]
tests/rustdoc/issue-46377.rs [deleted file]
tests/rustdoc/issue-46380-2.rs [deleted file]
tests/rustdoc/issue-46727.rs [deleted file]
tests/rustdoc/issue-47197-blank-line-in-doc-block.rs [deleted file]
tests/rustdoc/issue-50159.rs [deleted file]
tests/rustdoc/issue-51236.rs [deleted file]
tests/rustdoc/issue-52873.rs [deleted file]
tests/rustdoc/issue-53689.rs [deleted file]
tests/rustdoc/issue-53812.rs [deleted file]
tests/rustdoc/issue-54478-demo-allocator.rs [deleted file]
tests/rustdoc/issue-54705.rs [deleted file]
tests/rustdoc/issue-55001.rs [deleted file]
tests/rustdoc/issue-55321.rs [deleted file]
tests/rustdoc/issue-55364.rs [deleted file]
tests/rustdoc/jump-to-def-doc-links-calls.rs [new file with mode: 0644]
tests/rustdoc/links-in-headings.rs [new file with mode: 0644]
tests/rustdoc/logo-class-rust.rs
tests/rustdoc/logo-class.rs
tests/rustdoc/public-impl-mention-private-generic-46380-2.rs [new file with mode: 0644]
tests/rustdoc/remove-url-from-headings.rs
tests/rustdoc/short-docblock.rs
tests/rustdoc/sort-53812.rs [new file with mode: 0644]
tests/rustdoc/summary-header-46377.rs [new file with mode: 0644]
tests/rustdoc/synthetic_auto/no-redundancy.rs
tests/rustdoc/trait-object-safe.rs
tests/ui-fulldeps/deriving-global.rs
tests/ui-fulldeps/deriving-hygiene.rs
tests/ui-fulldeps/dropck-tarena-cycle-checked.rs
tests/ui-fulldeps/dropck-tarena-cycle-checked.stderr
tests/ui-fulldeps/dropck-tarena-unsound-drop.rs
tests/ui-fulldeps/dropck-tarena-unsound-drop.stderr
tests/ui-fulldeps/empty-struct-braces-derive.rs
tests/ui-fulldeps/hash-stable-is-unstable.rs
tests/ui-fulldeps/hash-stable-is-unstable.stderr
tests/ui-fulldeps/internal-lints/diagnostics.rs
tests/ui-fulldeps/internal-lints/diagnostics.stderr
tests/ui-fulldeps/internal-lints/query_stability.rs
tests/ui-fulldeps/internal-lints/query_stability.stderr
tests/ui-fulldeps/internal-lints/span_use_eq_ctxt.rs
tests/ui-fulldeps/internal-lints/span_use_eq_ctxt.stderr
tests/ui-fulldeps/pathless-extern-unstable.rs
tests/ui-fulldeps/pathless-extern-unstable.stderr
tests/ui-fulldeps/rustc_encodable_hygiene.rs
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/enforce_slug_naming.rs
tests/ui-fulldeps/session-diagnostic/enforce_slug_naming.stderr
tests/ui-fulldeps/stable-mir/check_abi.rs
tests/ui-fulldeps/stable-mir/check_allocation.rs
tests/ui-fulldeps/stable-mir/check_defs.rs
tests/ui-fulldeps/stable-mir/check_instance.rs
tests/ui-fulldeps/stable-mir/check_item_kind.rs
tests/ui-fulldeps/stable-mir/check_trait_queries.rs [new file with mode: 0644]
tests/ui-fulldeps/stable-mir/check_ty_fold.rs
tests/ui-fulldeps/stable-mir/compilation-result.rs
tests/ui-fulldeps/stable-mir/crate-info.rs
tests/ui-fulldeps/stable-mir/projections.rs
tests/ui-fulldeps/stable-mir/smir_internal.rs
tests/ui-fulldeps/stable-mir/smir_visitor.rs
tests/ui/abi/statics/static-mut-foreign.rs
tests/ui/abi/statics/static-mut-foreign.stderr [new file with mode: 0644]
tests/ui/abi/unsupported.aarch64.stderr
tests/ui/abi/unsupported.arm.stderr
tests/ui/abi/unsupported.i686.stderr
tests/ui/abi/unsupported.riscv32.stderr
tests/ui/abi/unsupported.riscv64.stderr
tests/ui/abi/unsupported.rs
tests/ui/abi/unsupported.x64.stderr
tests/ui/allocator/no_std-alloc-error-handler-custom.rs
tests/ui/allocator/no_std-alloc-error-handler-default.rs
tests/ui/annotate-snippet/missing-type.rs
tests/ui/annotate-snippet/missing-type.stderr
tests/ui/annotate-snippet/multispan.rs
tests/ui/annotate-snippet/multispan.stderr
tests/ui/anon-params/anon-params-edition-hygiene.rs
tests/ui/anon-params/anon-params-edition-hygiene.stderr [new file with mode: 0644]
tests/ui/anon-params/auxiliary/anon-params-edition-hygiene.rs
tests/ui/anonymous-higher-ranked-lifetime.stderr
tests/ui/array-slice-vec/repeat_empty_ok.stderr
tests/ui/array-slice-vec/show-boxed-slice.rs
tests/ui/array-slice-vec/suggest-array-length.stderr
tests/ui/asm/aarch64/const.rs
tests/ui/asm/bad-arch.mirunsafeck.stderr [deleted file]
tests/ui/asm/bad-arch.rs
tests/ui/asm/bad-arch.stderr [new file with mode: 0644]
tests/ui/asm/bad-arch.thirunsafeck.stderr [deleted file]
tests/ui/asm/bad-template.aarch64.stderr [new file with mode: 0644]
tests/ui/asm/bad-template.aarch64_mirunsafeck.stderr [deleted file]
tests/ui/asm/bad-template.aarch64_thirunsafeck.stderr [deleted file]
tests/ui/asm/bad-template.rs
tests/ui/asm/bad-template.x86_64.stderr [new file with mode: 0644]
tests/ui/asm/bad-template.x86_64_mirunsafeck.stderr [deleted file]
tests/ui/asm/bad-template.x86_64_thirunsafeck.stderr [deleted file]
tests/ui/asm/inline-syntax.arm.stderr
tests/ui/asm/inline-syntax.arm_llvm_18.stderr [new file with mode: 0644]
tests/ui/asm/inline-syntax.rs
tests/ui/asm/inline-syntax.x86_64.stderr
tests/ui/asm/named-asm-labels.rs
tests/ui/asm/named-asm-labels.stderr
tests/ui/asm/x86_64/const.rs
tests/ui/associated-consts/associated-const-type-parameters.rs
tests/ui/associated-consts/issue-105330.rs
tests/ui/associated-consts/issue-105330.stderr
tests/ui/associated-consts/issue-24949-assoc-const-static-recursion-impl.stderr
tests/ui/associated-consts/issue-24949-assoc-const-static-recursion-trait-default.stderr
tests/ui/associated-consts/issue-24949-assoc-const-static-recursion-trait.stderr
tests/ui/associated-consts/issue-58022.stderr
tests/ui/associated-consts/issue-93835.stderr
tests/ui/associated-inherent-types/assoc-inherent-unstable.stderr
tests/ui/associated-inherent-types/dont-select-if-disabled.stderr
tests/ui/associated-inherent-types/issue-109071.no_gate.stderr
tests/ui/associated-inherent-types/issue-109071.rs
tests/ui/associated-inherent-types/issue-109071.with_gate.stderr
tests/ui/associated-inherent-types/issue-109299-1.rs
tests/ui/associated-inherent-types/issue-109299-1.stderr
tests/ui/associated-inherent-types/issue-109768.rs
tests/ui/associated-inherent-types/issue-109768.stderr
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-in-multiple-impls.stderr
tests/ui/associated-type-bounds/duplicate.rs
tests/ui/associated-type-bounds/duplicate.stderr
tests/ui/associated-type-bounds/issue-99828.stderr
tests/ui/associated-type-bounds/return-type-notation/bad-inputs-and-output.stderr
tests/ui/associated-type-bounds/return-type-notation/basic.without.stderr
tests/ui/associated-type-bounds/return-type-notation/issue-120208-higher-ranked-const.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/issue-120208-higher-ranked-const.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/return-type-notation/unpretty-parenthesized.stderr
tests/ui/associated-types/associated-type-projection-ambig-between-bound-and-where-clause.rs
tests/ui/associated-types/associated-type-projection-from-multiple-supertraits.rs
tests/ui/associated-types/associated-type-projection-from-multiple-supertraits.stderr
tests/ui/associated-types/associated-types-method.rs
tests/ui/associated-types/associated-types-no-suitable-supertrait.stderr
tests/ui/associated-types/associated-types-path-2.rs
tests/ui/associated-types/associated-types-path-2.stderr
tests/ui/associated-types/associated-types-struct-field-numbered.rs
tests/ui/associated-types/associated-types-unconstrained.stderr
tests/ui/associated-types/defaults-cyclic-fail-1.rs
tests/ui/associated-types/defaults-cyclic-fail-1.stderr
tests/ui/associated-types/defaults-cyclic-fail-2.rs
tests/ui/associated-types/defaults-cyclic-fail-2.stderr
tests/ui/associated-types/defaults-suitability.stderr
tests/ui/associated-types/hr-associated-type-bound-1.stderr
tests/ui/associated-types/hr-associated-type-bound-param-1.stderr
tests/ui/associated-types/hr-associated-type-bound-param-2.stderr
tests/ui/associated-types/hr-associated-type-bound-param-3.stderr
tests/ui/associated-types/hr-associated-type-bound-param-4.stderr
tests/ui/associated-types/hr-associated-type-bound-param-5.stderr
tests/ui/associated-types/impl-wf-cycle-1.stderr
tests/ui/associated-types/impl-wf-cycle-2.stderr
tests/ui/associated-types/impl-wf-cycle-3.rs [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-3.stderr [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-4.rs [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-4.stderr [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-5.fixed [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-5.rs [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-5.stderr [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-6.fixed [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-6.rs [new file with mode: 0644]
tests/ui/associated-types/impl-wf-cycle-6.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-23595-1.rs
tests/ui/associated-types/issue-23595-1.stderr
tests/ui/associated-types/issue-25700-1.rs
tests/ui/associated-types/issue-25700-2.rs
tests/ui/associated-types/issue-25700.rs
tests/ui/associated-types/issue-38821.rs
tests/ui/associated-types/issue-38821.stderr
tests/ui/associated-types/issue-43784-associated-type.stderr
tests/ui/associated-types/issue-65774-1.stderr
tests/ui/associated-types/substs-ppaux.normal.stderr
tests/ui/associated-types/substs-ppaux.rs
tests/ui/associated-types/substs-ppaux.verbose.stderr
tests/ui/async-await/async-await-let-else.stderr
tests/ui/async-await/async-await.rs
tests/ui/async-await/async-borrowck-escaping-closure-error.rs
tests/ui/async-await/async-borrowck-escaping-closure-error.stderr [deleted file]
tests/ui/async-await/async-closures/def-path.rs [new file with mode: 0644]
tests/ui/async-await/async-closures/def-path.stderr [new file with mode: 0644]
tests/ui/async-await/async-closures/higher-ranked.rs [new file with mode: 0644]
tests/ui/async-await/async-closures/higher-ranked.stderr [new file with mode: 0644]
tests/ui/async-await/async-fn-nonsend.stderr
tests/ui/async-await/async-fn-size-moved-locals.rs
tests/ui/async-await/async-fn-size-uninit-locals.rs
tests/ui/async-await/async-fn/simple.rs [new file with mode: 0644]
tests/ui/async-await/async-is-unwindsafe.stderr
tests/ui/async-await/async-unsafe-fn-call-in-safe.mir.stderr [deleted file]
tests/ui/async-await/async-unsafe-fn-call-in-safe.rs
tests/ui/async-await/async-unsafe-fn-call-in-safe.stderr [new file with mode: 0644]
tests/ui/async-await/async-unsafe-fn-call-in-safe.thir.stderr [deleted file]
tests/ui/async-await/debug-ice-attempted-to-add-with-overflow.stderr
tests/ui/async-await/drop-track-bad-field-in-fru.stderr
tests/ui/async-await/drop-track-field-assign-nonsend.stderr
tests/ui/async-await/feature-async-closure.stderr
tests/ui/async-await/feature-async-for-loop.rs [new file with mode: 0644]
tests/ui/async-await/feature-async-for-loop.stderr [new file with mode: 0644]
tests/ui/async-await/field-assign-nonsend.stderr
tests/ui/async-await/for-await-2015.rs [new file with mode: 0644]
tests/ui/async-await/for-await-consumes-iter.rs [new file with mode: 0644]
tests/ui/async-await/for-await-consumes-iter.stderr [new file with mode: 0644]
tests/ui/async-await/for-await-passthrough.rs [new file with mode: 0644]
tests/ui/async-await/for-await.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-default-fn-overridden.rs
tests/ui/async-await/in-trait/async-recursive-generic.rs
tests/ui/async-await/in-trait/async-recursive-generic.stderr
tests/ui/async-await/in-trait/async-recursive.rs
tests/ui/async-await/in-trait/async-recursive.stderr
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.rs
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.stderr
tests/ui/async-await/in-trait/indirect-recursion-issue-112047.rs
tests/ui/async-await/in-trait/indirect-recursion-issue-112047.stderr
tests/ui/async-await/in-trait/missing-send-bound.stderr
tests/ui/async-await/in-trait/returning-possibly-unsized-self.rs [new file with mode: 0644]
tests/ui/async-await/inference_var_self_argument.rs [new file with mode: 0644]
tests/ui/async-await/inference_var_self_argument.stderr [new file with mode: 0644]
tests/ui/async-await/issue-101715.stderr
tests/ui/async-await/issue-64130-1-sync.stderr
tests/ui/async-await/issue-64130-2-send.stderr
tests/ui/async-await/issue-64130-3-other.stderr
tests/ui/async-await/issue-64130-non-send-future-diags.stderr
tests/ui/async-await/issue-66312.stderr
tests/ui/async-await/issue-67252-unnamed-future.stderr
tests/ui/async-await/issue-68112.stderr
tests/ui/async-await/issue-70935-complex-spans.stderr
tests/ui/async-await/issue-71137.stderr
tests/ui/async-await/issue-72590-type-error-sized.stderr
tests/ui/async-await/issues/issue-65159.rs
tests/ui/async-await/issues/issue-67893.stderr
tests/ui/async-await/issues/issue-95307.stderr
tests/ui/async-await/mutually-recursive-async-impl-trait-type.rs
tests/ui/async-await/mutually-recursive-async-impl-trait-type.stderr
tests/ui/async-await/no-params-non-move-async-closure.rs
tests/ui/async-await/no-params-non-move-async-closure.stderr [deleted file]
tests/ui/async-await/partial-drop-partial-reinit.stderr
tests/ui/async-await/pin-needed-to-poll-2.stderr
tests/ui/async-await/recursive-async-impl-trait-type.rs
tests/ui/async-await/recursive-async-impl-trait-type.stderr
tests/ui/async-await/return-type-notation/rtn-in-impl-signature.rs
tests/ui/async-await/return-type-notation/rtn-in-impl-signature.stderr
tests/ui/async-await/track-caller/async-block.afn.stderr
tests/ui/async-await/track-caller/async-block.nofeat.stderr
tests/ui/async-await/track-caller/async-closure-gate.afn.stderr
tests/ui/async-await/track-caller/async-closure-gate.nofeat.stderr
tests/ui/async-await/track-caller/async-closure-gate.rs
tests/ui/async-await/track-caller/panic-track-caller.cls.stderr
tests/ui/async-await/track-caller/panic-track-caller.nofeat.stderr
tests/ui/async-await/unnecessary-await.stderr
tests/ui/auto-traits/auto-traits.rs
tests/ui/auto-traits/issue-117789.stderr
tests/ui/auto-traits/issue-83857-ub.stderr
tests/ui/auto-traits/pre-cfg.stderr
tests/ui/auto-traits/str-contains-slice-conceptually.stderr
tests/ui/auto-traits/typeck-default-trait-impl-constituent-types-2.stderr
tests/ui/auto-traits/typeck-default-trait-impl-precedence.stderr
tests/ui/bench/issue-32062.rs
tests/ui/binding/issue-53114-safety-checks.stderr
tests/ui/binding/match-tag.rs
tests/ui/binding/or-pattern.rs
tests/ui/binding/simple-generic-match.rs
tests/ui/binop/binary-op-suggest-deref.fixed [deleted file]
tests/ui/binop/binary-op-suggest-deref.rs
tests/ui/binop/binary-op-suggest-deref.stderr
tests/ui/block-result/issue-22645.stderr
tests/ui/borrowck/borrowck-access-permissions.rs
tests/ui/borrowck/borrowck-access-permissions.stderr
tests/ui/borrowck/borrowck-unsafe-static-mutable-borrows.rs
tests/ui/borrowck/borrowck-unsafe-static-mutable-borrows.stderr [new file with mode: 0644]
tests/ui/borrowck/fn-item-check-trait-ref.rs [new file with mode: 0644]
tests/ui/borrowck/fn-item-check-trait-ref.stderr [new file with mode: 0644]
tests/ui/borrowck/fn-item-check-type-params.rs [new file with mode: 0644]
tests/ui/borrowck/fn-item-check-type-params.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-119915-bad-clone-suggestion.rs [new file with mode: 0644]
tests/ui/borrowck/issue-119915-bad-clone-suggestion.stderr [new file with mode: 0644]
tests/ui/borrowck/issue-20801.rs
tests/ui/borrowck/issue-20801.stderr
tests/ui/borrowck/issue-55492-borrowck-migrate-scans-parents.rs
tests/ui/borrowck/issue-55492-borrowck-migrate-scans-parents.stderr
tests/ui/borrowck/issue-85765-closure.rs
tests/ui/borrowck/issue-85765-closure.stderr
tests/ui/borrowck/issue-85765.rs
tests/ui/borrowck/issue-85765.stderr
tests/ui/borrowck/issue-91206.rs
tests/ui/borrowck/issue-91206.stderr
tests/ui/bounds-lifetime.rs
tests/ui/bounds-lifetime.stderr
tests/ui/box/alloc-unstable-fail.stderr
tests/ui/box/unit/unique-object-noncopyable.stderr
tests/ui/box/unit/unique-pinned-nocopy.stderr
tests/ui/builtin-superkinds/builtin-superkinds-in-metadata2.rs
tests/ui/c-variadic/feature-gate-extended_varargs_abi_support.stderr
tests/ui/c-variadic/variadic-ffi-2.rs
tests/ui/c-variadic/variadic-ffi-2.stderr
tests/ui/cast/cast-to-slice.rs [new file with mode: 0644]
tests/ui/cast/cast-to-slice.stderr [new file with mode: 0644]
tests/ui/cfg/cfg-false-feature.stderr
tests/ui/cfg/diagnostics-cross-crate.rs
tests/ui/cfg/diagnostics-cross-crate.stderr
tests/ui/cfg/diagnostics-same-crate.rs
tests/ui/cfg/diagnostics-same-crate.stderr
tests/ui/check-cfg/cargo-feature.none.stderr
tests/ui/check-cfg/cargo-feature.rs
tests/ui/check-cfg/cargo-feature.some.stderr
tests/ui/check-cfg/compact-values.stderr
tests/ui/check-cfg/concat-values.rs
tests/ui/check-cfg/concat-values.stderr
tests/ui/check-cfg/empty-values.rs [new file with mode: 0644]
tests/ui/check-cfg/empty-values.stderr [new file with mode: 0644]
tests/ui/check-cfg/exhaustive-names-values.empty_cfg.stderr
tests/ui/check-cfg/exhaustive-names-values.feature.stderr
tests/ui/check-cfg/exhaustive-names-values.full.stderr
tests/ui/check-cfg/exhaustive-values.empty_cfg.stderr
tests/ui/check-cfg/exhaustive-values.without_names.stderr
tests/ui/check-cfg/invalid-arguments.cfg_none.stderr [new file with mode: 0644]
tests/ui/check-cfg/invalid-arguments.ident_in_values_1.stderr
tests/ui/check-cfg/invalid-arguments.ident_in_values_2.stderr
tests/ui/check-cfg/invalid-arguments.none_not_empty.stderr [new file with mode: 0644]
tests/ui/check-cfg/invalid-arguments.rs
tests/ui/check-cfg/invalid-arguments.unknown_meta_item_3.stderr
tests/ui/check-cfg/no-expected-values.empty.stderr
tests/ui/check-cfg/no-expected-values.mixed.stderr
tests/ui/check-cfg/no-expected-values.rs
tests/ui/check-cfg/no-expected-values.simple.stderr
tests/ui/check-cfg/values-none.explicit.stderr [new file with mode: 0644]
tests/ui/check-cfg/values-none.implicit.stderr [new file with mode: 0644]
tests/ui/check-cfg/values-none.rs [new file with mode: 0644]
tests/ui/check-cfg/well-known-values.stderr
tests/ui/closure-expected-type/expect-infer-var-appearing-twice.stderr
tests/ui/closures/2229_closure_analysis/arrays-completely-captured.rs
tests/ui/closures/2229_closure_analysis/arrays-completely-captured.stderr
tests/ui/closures/2229_closure_analysis/by_value.rs
tests/ui/closures/2229_closure_analysis/by_value.stderr
tests/ui/closures/2229_closure_analysis/capture-analysis-1.rs
tests/ui/closures/2229_closure_analysis/capture-analysis-1.stderr
tests/ui/closures/2229_closure_analysis/capture-analysis-2.rs
tests/ui/closures/2229_closure_analysis/capture-analysis-2.stderr
tests/ui/closures/2229_closure_analysis/capture-analysis-3.rs
tests/ui/closures/2229_closure_analysis/capture-analysis-3.stderr
tests/ui/closures/2229_closure_analysis/capture-analysis-4.rs
tests/ui/closures/2229_closure_analysis/capture-analysis-4.stderr
tests/ui/closures/2229_closure_analysis/capture-disjoint-field-struct.rs
tests/ui/closures/2229_closure_analysis/capture-disjoint-field-struct.stderr
tests/ui/closures/2229_closure_analysis/capture-disjoint-field-tuple.rs
tests/ui/closures/2229_closure_analysis/capture-disjoint-field-tuple.stderr
tests/ui/closures/2229_closure_analysis/capture-enums.rs
tests/ui/closures/2229_closure_analysis/capture-enums.stderr
tests/ui/closures/2229_closure_analysis/deep-multilevel-struct.rs
tests/ui/closures/2229_closure_analysis/deep-multilevel-struct.stderr
tests/ui/closures/2229_closure_analysis/deep-multilevel-tuple.rs
tests/ui/closures/2229_closure_analysis/deep-multilevel-tuple.stderr
tests/ui/closures/2229_closure_analysis/destructure_patterns.rs
tests/ui/closures/2229_closure_analysis/destructure_patterns.stderr
tests/ui/closures/2229_closure_analysis/feature-gate-capture_disjoint_fields.rs
tests/ui/closures/2229_closure_analysis/feature-gate-capture_disjoint_fields.stderr
tests/ui/closures/2229_closure_analysis/issue-87378.rs
tests/ui/closures/2229_closure_analysis/issue-87378.stderr
tests/ui/closures/2229_closure_analysis/issue-88118-2.stderr
tests/ui/closures/2229_closure_analysis/issue-88476.rs
tests/ui/closures/2229_closure_analysis/issue-88476.stderr
tests/ui/closures/2229_closure_analysis/migrations/auto_traits.fixed
tests/ui/closures/2229_closure_analysis/migrations/auto_traits.rs
tests/ui/closures/2229_closure_analysis/migrations/multi_diagnostics.fixed
tests/ui/closures/2229_closure_analysis/migrations/multi_diagnostics.rs
tests/ui/closures/2229_closure_analysis/migrations/significant_drop.fixed
tests/ui/closures/2229_closure_analysis/migrations/significant_drop.rs
tests/ui/closures/2229_closure_analysis/move_closure.rs
tests/ui/closures/2229_closure_analysis/move_closure.stderr
tests/ui/closures/2229_closure_analysis/multilevel-path-1.rs
tests/ui/closures/2229_closure_analysis/multilevel-path-1.stderr
tests/ui/closures/2229_closure_analysis/multilevel-path-2.rs
tests/ui/closures/2229_closure_analysis/multilevel-path-2.stderr
tests/ui/closures/2229_closure_analysis/nested-closure.rs
tests/ui/closures/2229_closure_analysis/nested-closure.stderr
tests/ui/closures/2229_closure_analysis/optimization/edge_case.rs
tests/ui/closures/2229_closure_analysis/optimization/edge_case.stderr
tests/ui/closures/2229_closure_analysis/path-with-array-access.rs
tests/ui/closures/2229_closure_analysis/path-with-array-access.stderr
tests/ui/closures/2229_closure_analysis/preserve_field_drop_order.rs
tests/ui/closures/2229_closure_analysis/preserve_field_drop_order.stderr
tests/ui/closures/2229_closure_analysis/repr_packed.rs
tests/ui/closures/2229_closure_analysis/repr_packed.stderr
tests/ui/closures/2229_closure_analysis/simple-struct-min-capture.rs
tests/ui/closures/2229_closure_analysis/simple-struct-min-capture.stderr
tests/ui/closures/2229_closure_analysis/unsafe_ptr.rs
tests/ui/closures/2229_closure_analysis/unsafe_ptr.stderr
tests/ui/closures/2229_closure_analysis/wild_patterns.rs
tests/ui/closures/2229_closure_analysis/wild_patterns.stderr
tests/ui/closures/binder/bounds-on-closure-type-binders.rs [new file with mode: 0644]
tests/ui/closures/binder/bounds-on-closure-type-binders.stderr [new file with mode: 0644]
tests/ui/closures/binder/disallow-const.stderr
tests/ui/closures/binder/disallow-ty.stderr
tests/ui/closures/closure-move-sync.stderr
tests/ui/closures/closure-return-type-must-be-sized.stderr
tests/ui/closures/closure_no_cap_coerce_many_unsafe_0.mir.stderr [deleted file]
tests/ui/closures/closure_no_cap_coerce_many_unsafe_0.rs
tests/ui/closures/closure_no_cap_coerce_many_unsafe_0.stderr [new file with mode: 0644]
tests/ui/closures/closure_no_cap_coerce_many_unsafe_0.thir.stderr [deleted file]
tests/ui/closures/coerce-unsafe-closure-to-unsafe-fn-ptr.mir.stderr [deleted file]
tests/ui/closures/coerce-unsafe-closure-to-unsafe-fn-ptr.rs
tests/ui/closures/coerce-unsafe-closure-to-unsafe-fn-ptr.stderr [new file with mode: 0644]
tests/ui/closures/coerce-unsafe-closure-to-unsafe-fn-ptr.thir.stderr [deleted file]
tests/ui/closures/issue-112547.rs [deleted file]
tests/ui/closures/issue-112547.stderr [deleted file]
tests/ui/closures/multiple-fn-bounds.stderr
tests/ui/closures/print/closure-print-generic-trim-off-verbose-2.rs
tests/ui/closures/print/closure-print-generic-trim-off-verbose-2.stderr
tests/ui/closures/print/closure-print-generic-verbose-1.rs
tests/ui/closures/print/closure-print-generic-verbose-2.rs
tests/ui/closures/print/closure-print-generic-verbose-2.stderr
tests/ui/closures/print/closure-print-verbose.rs
tests/ui/closures/print/closure-print-verbose.stderr
tests/ui/closures/thir-unsafeck-issue-85871.rs
tests/ui/cmse-nonsecure/cmse-nonsecure-call/gate_test.stderr
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/gate_test.stderr
tests/ui/codegen/issue-16602-3.rs
tests/ui/codegen/mismatched-data-layout.json [new file with mode: 0644]
tests/ui/codegen/mismatched-data-layouts.rs [new file with mode: 0644]
tests/ui/codegen/mismatched-data-layouts.stderr [new file with mode: 0644]
tests/ui/coercion/issue-14589.rs
tests/ui/coercion/issue-53475.rs
tests/ui/coherence/warn-when-cycle-is-error-in-coherence.rs
tests/ui/coherence/warn-when-cycle-is-error-in-coherence.stderr
tests/ui/command/command-create-pidfd.rs [deleted file]
tests/ui/command/command-pre-exec.rs
tests/ui/conditional-compilation/cfg-attr-crate-2.stderr
tests/ui/conditional-compilation/cfg-attr-multi-invalid-1.stderr
tests/ui/conditional-compilation/cfg-attr-multi-invalid-2.stderr
tests/ui/conditional-compilation/cfg-generic-params.stderr
tests/ui/conditional-compilation/cfg_accessible-unstable.stderr
tests/ui/const-generics/adt_const_params/const_param_ty_bad_empty_array.stderr
tests/ui/const-generics/adt_const_params/const_param_ty_generic_bounds_do_not_hold.stderr
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/assoc_const_eq_diagnostic.rs
tests/ui/const-generics/assoc_const_eq_diagnostic.stderr
tests/ui/const-generics/bad-generic-in-copy-impl.rs
tests/ui/const-generics/bad-generic-in-copy-impl.stderr
tests/ui/const-generics/bad-subst-const-kind.rs
tests/ui/const-generics/bad-subst-const-kind.stderr
tests/ui/const-generics/const-argument-cross-crate.rs
tests/ui/const-generics/default-ty-closure.rs [new file with mode: 0644]
tests/ui/const-generics/default-ty-closure.stderr [new file with mode: 0644]
tests/ui/const-generics/ensure_is_evaluatable.stderr
tests/ui/const-generics/fn_with_two_const_inputs.stderr
tests/ui/const-generics/generic_arg_infer/issue-91614.stderr
tests/ui/const-generics/generic_const_exprs/abstract-const-as-cast-3.stderr
tests/ui/const-generics/generic_const_exprs/associated-consts.rs
tests/ui/const-generics/generic_const_exprs/issue-102768.rs
tests/ui/const-generics/generic_const_exprs/issue-102768.stderr
tests/ui/const-generics/generic_const_exprs/issue-105257.rs
tests/ui/const-generics/generic_const_exprs/issue-105257.stderr
tests/ui/const-generics/generic_const_exprs/issue-85848.stderr
tests/ui/const-generics/generic_const_exprs/obligation-cause.stderr
tests/ui/const-generics/generic_const_exprs/type_mismatch.rs
tests/ui/const-generics/generic_const_exprs/type_mismatch.stderr
tests/ui/const-generics/generic_const_exprs/typeid-equality-by-subtyping.stderr
tests/ui/const-generics/inhabited-assoc-ty-ice-1.rs
tests/ui/const-generics/inhabited-assoc-ty-ice-2.rs
tests/ui/const-generics/issues/issue-61336-2.stderr
tests/ui/const-generics/issues/issue-61336.stderr
tests/ui/const-generics/issues/issue-67185-2.stderr
tests/ui/const-generics/issues/issue-71381.full.stderr
tests/ui/const-generics/issues/issue-71381.min.stderr
tests/ui/const-generics/issues/issue-71381.rs
tests/ui/const-generics/issues/issue-71611.min.stderr
tests/ui/const-generics/issues/issue-71611.rs
tests/ui/const-generics/issues/issue-74950.min.stderr
tests/ui/const-generics/issues/issue-74950.rs
tests/ui/const-generics/issues/issue-79674.stderr
tests/ui/const-generics/issues/issue-83765.rs
tests/ui/const-generics/issues/issue-83765.stderr
tests/ui/const-generics/late-bound-vars/late-bound-in-return-issue-77357.stderr
tests/ui/const-generics/min_const_generics/macro-fail.rs
tests/ui/const-generics/min_const_generics/macro-fail.stderr
tests/ui/const-generics/parent_generics_of_encoding_impl_trait.stderr
tests/ui/const-generics/parser-error-recovery/issue-89013-no-kw.stderr
tests/ui/const-generics/parser-error-recovery/issue-89013.stderr
tests/ui/consts/assoc-const.rs
tests/ui/consts/async-block.without_feature.stderr
tests/ui/consts/auxiliary/closure-in-foreign-crate.rs
tests/ui/consts/const-address-of-interior-mut.stderr
tests/ui/consts/const-address-of-mut.rs
tests/ui/consts/const-address-of-mut.stderr
tests/ui/consts/const-assert-unchecked-ub.rs [new file with mode: 0644]
tests/ui/consts/const-assert-unchecked-ub.stderr [new file with mode: 0644]
tests/ui/consts/const-blocks/fn-call-in-non-const.stderr
tests/ui/consts/const-blocks/migrate-fail.stderr
tests/ui/consts/const-blocks/nll-fail.stderr
tests/ui/consts/const-blocks/trait-error.stderr
tests/ui/consts/const-err-enum-discriminant.rs [new file with mode: 0644]
tests/ui/consts/const-err-enum-discriminant.stderr [new file with mode: 0644]
tests/ui/consts/const-err-late.stderr
tests/ui/consts/const-err4.32bit.stderr [deleted file]
tests/ui/consts/const-err4.64bit.stderr [deleted file]
tests/ui/consts/const-err4.rs [deleted file]
tests/ui/consts/const-eval/const-eval-query-stack.stderr
tests/ui/consts/const-eval/heap/alloc_intrinsic_nontransient.rs
tests/ui/consts/const-eval/heap/alloc_intrinsic_nontransient_fail.rs [deleted file]
tests/ui/consts/const-eval/heap/alloc_intrinsic_nontransient_fail.stderr [deleted file]
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_dangling.rs
tests/ui/consts/const-eval/heap/dealloc_intrinsic_dangling.stderr
tests/ui/consts/const-eval/infinite_loop.rs
tests/ui/consts/const-eval/infinite_loop.stderr
tests/ui/consts/const-eval/issue-114994-fail.stderr
tests/ui/consts/const-eval/issue-50814-2.mir-opt.stderr
tests/ui/consts/const-eval/issue-65394.stderr
tests/ui/consts/const-eval/stable-metric/ctfe-simple-loop.warn.stderr
tests/ui/consts/const-eval/ub-enum.32bit.stderr [deleted file]
tests/ui/consts/const-eval/ub-enum.64bit.stderr [deleted file]
tests/ui/consts/const-eval/ub-enum.rs
tests/ui/consts/const-eval/ub-enum.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/ub-uninhabit.rs
tests/ui/consts/const-extern-fn/const-extern-fn-min-const-fn.stderr
tests/ui/consts/const-extern-fn/const-extern-fn-requires-unsafe.rs
tests/ui/consts/const-extern-fn/const-extern-fn-requires-unsafe.stderr [new file with mode: 0644]
tests/ui/consts/const-extern-fn/feature-gate-const_extern_fn.stderr
tests/ui/consts/const-float-classify.rs
tests/ui/consts/const-float-classify.stderr [deleted file]
tests/ui/consts/const-fn-error.stderr
tests/ui/consts/const-fn-in-vec.stderr
tests/ui/consts/const-fn-mismatch.rs
tests/ui/consts/const-fn-mismatch.stderr
tests/ui/consts/const-fn-not-in-trait.stderr
tests/ui/consts/const-for-feature-gate.stderr
tests/ui/consts/const-multi-ref.stderr
tests/ui/consts/const-mut-refs/feature-gate-const_mut_refs.stderr
tests/ui/consts/const-mut-refs/issue-76510.32bit.stderr
tests/ui/consts/const-mut-refs/issue-76510.64bit.stderr
tests/ui/consts/const-mut-refs/mut_ref_in_final.rs
tests/ui/consts/const-mut-refs/mut_ref_in_final.stderr
tests/ui/consts/const-mut-refs/mut_ref_in_final_dynamic_check.32bit.stderr
tests/ui/consts/const-mut-refs/mut_ref_in_final_dynamic_check.64bit.stderr
tests/ui/consts/const-mut-refs/mut_ref_in_final_dynamic_check.rs
tests/ui/consts/const-needs_drop.rs
tests/ui/consts/const-points-to-static.32bit.stderr [deleted file]
tests/ui/consts/const-points-to-static.64bit.stderr [deleted file]
tests/ui/consts/const-points-to-static.rs [deleted file]
tests/ui/consts/const-size_of-cycle.stderr
tests/ui/consts/const-size_of_val-align_of_val.rs
tests/ui/consts/const-suggest-feature.stderr
tests/ui/consts/const-try-feature-gate.stderr
tests/ui/consts/const-try.stderr
tests/ui/consts/const-unsized.stderr
tests/ui/consts/const_cmp_type_id.rs
tests/ui/consts/const_cmp_type_id.stderr
tests/ui/consts/const_fn_floating_point_arithmetic.stock.stderr
tests/ui/consts/const_in_pattern/cross-crate-fail.rs
tests/ui/consts/const_in_pattern/cross-crate-fail.stderr
tests/ui/consts/const_in_pattern/custom-eq-branch-warn.rs
tests/ui/consts/const_in_pattern/custom-eq-branch-warn.stderr
tests/ui/consts/const_in_pattern/incomplete-slice.rs
tests/ui/consts/const_in_pattern/incomplete-slice.stderr
tests/ui/consts/const_in_pattern/issue-78057.rs [deleted file]
tests/ui/consts/const_in_pattern/issue-78057.stderr [deleted file]
tests/ui/consts/const_in_pattern/no-eq-branch-fail.rs
tests/ui/consts/const_in_pattern/no-eq-branch-fail.stderr
tests/ui/consts/const_in_pattern/null-raw-ptr-issue-119270.rs [new file with mode: 0644]
tests/ui/consts/const_in_pattern/reject_non_partial_eq.rs
tests/ui/consts/const_in_pattern/reject_non_partial_eq.stderr
tests/ui/consts/const_in_pattern/reject_non_structural.rs
tests/ui/consts/const_in_pattern/reject_non_structural.stderr
tests/ui/consts/const_in_pattern/warn_corner_cases.rs
tests/ui/consts/const_in_pattern/warn_corner_cases.stderr
tests/ui/consts/const_let_assign2.rs
tests/ui/consts/const_let_assign2.stderr [new file with mode: 0644]
tests/ui/consts/const_let_assign3.stderr
tests/ui/consts/constifconst-call-in-const-position.stderr
tests/ui/consts/control-flow/loop.stderr
tests/ui/consts/control-flow/try.stderr
tests/ui/consts/dangling-alloc-id-ice.rs
tests/ui/consts/dangling-alloc-id-ice.stderr
tests/ui/consts/dangling_raw_ptr.rs
tests/ui/consts/dangling_raw_ptr.stderr
tests/ui/consts/escaping-bound-var.rs
tests/ui/consts/escaping-bound-var.stderr
tests/ui/consts/fn_trait_refs.stderr
tests/ui/consts/future-incompat-mutable-in-final-value-issue-121610.rs [new file with mode: 0644]
tests/ui/consts/future-incompat-mutable-in-final-value-issue-121610.stderr [new file with mode: 0644]
tests/ui/consts/gate-do-not-const-check.stderr
tests/ui/consts/interior-mut-const-via-union.32bit.stderr [new file with mode: 0644]
tests/ui/consts/interior-mut-const-via-union.64bit.stderr [new file with mode: 0644]
tests/ui/consts/interior-mut-const-via-union.rs [new file with mode: 0644]
tests/ui/consts/invalid-union.32bit.stderr [deleted file]
tests/ui/consts/invalid-union.64bit.stderr [deleted file]
tests/ui/consts/invalid-union.rs [deleted file]
tests/ui/consts/is_val_statically_known.rs [new file with mode: 0644]
tests/ui/consts/issue-103790.rs
tests/ui/consts/issue-103790.stderr
tests/ui/consts/issue-16538.mir.stderr [deleted file]
tests/ui/consts/issue-16538.rs
tests/ui/consts/issue-16538.stderr [new file with mode: 0644]
tests/ui/consts/issue-16538.thir.stderr [deleted file]
tests/ui/consts/issue-17718-const-bad-values.rs
tests/ui/consts/issue-17718-const-bad-values.stderr
tests/ui/consts/issue-36163.stderr
tests/ui/consts/issue-39974.stderr
tests/ui/consts/issue-44415.stderr
tests/ui/consts/issue-54954.stderr
tests/ui/consts/issue-65348.rs
tests/ui/consts/issue-70773-mir-typeck-lt-norm.rs
tests/ui/consts/issue-73976-monomorphic.stderr
tests/ui/consts/issue-94675.stderr
tests/ui/consts/let-irrefutable-pattern-ice-120337.rs [new file with mode: 0644]
tests/ui/consts/match_ice.rs
tests/ui/consts/match_ice.stderr
tests/ui/consts/min_const_fn/address_of.rs
tests/ui/consts/min_const_fn/address_of.stderr
tests/ui/consts/min_const_fn/min_const_fn.stderr
tests/ui/consts/min_const_fn/min_const_fn_unsafe_bad.stderr
tests/ui/consts/min_const_fn/mutable_borrow.stderr
tests/ui/consts/miri_unleashed/const_refers_to_static.32bit.stderr
tests/ui/consts/miri_unleashed/const_refers_to_static.64bit.stderr
tests/ui/consts/miri_unleashed/const_refers_to_static.rs
tests/ui/consts/miri_unleashed/const_refers_to_static_cross_crate.32bit.stderr
tests/ui/consts/miri_unleashed/const_refers_to_static_cross_crate.64bit.stderr
tests/ui/consts/miri_unleashed/const_refers_to_static_cross_crate.rs
tests/ui/consts/miri_unleashed/mutable_references_err.32bit.stderr
tests/ui/consts/miri_unleashed/mutable_references_err.64bit.stderr
tests/ui/consts/miri_unleashed/mutable_references_err.rs
tests/ui/consts/miri_unleashed/raw_mutable_const.rs [deleted file]
tests/ui/consts/miri_unleashed/raw_mutable_const.stderr [deleted file]
tests/ui/consts/miri_unleashed/static-no-inner-mut.32bit.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/static-no-inner-mut.64bit.stderr [new file with mode: 0644]
tests/ui/consts/miri_unleashed/static-no-inner-mut.rs [new file with mode: 0644]
tests/ui/consts/promoted_const_call4.rs
tests/ui/consts/raw-ptr-const.rs
tests/ui/consts/raw-ptr-const.stderr [deleted file]
tests/ui/consts/raw-ptr-temp-const.rs [new file with mode: 0644]
tests/ui/consts/raw-ptr-temp-const.stderr [new file with mode: 0644]
tests/ui/consts/recursive-zst-static.default.stderr
tests/ui/consts/recursive-zst-static.unleash.stderr
tests/ui/consts/refs-to-cell-in-final.rs [new file with mode: 0644]
tests/ui/consts/refs-to-cell-in-final.stderr [new file with mode: 0644]
tests/ui/consts/rvalue-static-promotion.rs
tests/ui/consts/static_mut_containing_mut_ref.rs
tests/ui/consts/static_mut_containing_mut_ref.stderr [new file with mode: 0644]
tests/ui/consts/static_mut_containing_mut_ref2.mut_refs.stderr
tests/ui/consts/static_mut_containing_mut_ref2.rs
tests/ui/consts/static_mut_containing_mut_ref2.stock.stderr
tests/ui/consts/std/cell.stderr
tests/ui/consts/transmute-const.rs
tests/ui/consts/unstable-const-fn-in-libcore.stderr
tests/ui/consts/validate_never_arrays.rs
tests/ui/consts/write-to-static-mut-in-static.stderr
tests/ui/consts/write_to_mut_ref_dest.stock.stderr
tests/ui/coroutine/async-gen-yield-ty-is-unit.rs
tests/ui/coroutine/async_gen_fn.e2024.stderr
tests/ui/coroutine/async_gen_fn_iter.rs
tests/ui/coroutine/check-resume-ty-lifetimes-2.rs [new file with mode: 0644]
tests/ui/coroutine/check-resume-ty-lifetimes-2.stderr [new file with mode: 0644]
tests/ui/coroutine/check-resume-ty-lifetimes.rs [new file with mode: 0644]
tests/ui/coroutine/check-resume-ty-lifetimes.stderr [new file with mode: 0644]
tests/ui/coroutine/clone-impl.stderr
tests/ui/coroutine/clone-rpit.next.stderr [new file with mode: 0644]
tests/ui/coroutine/clone-rpit.rs
tests/ui/coroutine/drop-tracking-parent-expression.stderr
tests/ui/coroutine/drop-yield-twice.stderr
tests/ui/coroutine/gen_block.e2024.stderr
tests/ui/coroutine/gen_block.none.stderr
tests/ui/coroutine/gen_fn.e2024.stderr
tests/ui/coroutine/issue-105084.stderr
tests/ui/coroutine/issue-45729-unsafe-in-coroutine.mir.stderr [deleted file]
tests/ui/coroutine/issue-45729-unsafe-in-coroutine.rs
tests/ui/coroutine/issue-45729-unsafe-in-coroutine.stderr [new file with mode: 0644]
tests/ui/coroutine/issue-45729-unsafe-in-coroutine.thir.stderr [deleted file]
tests/ui/coroutine/issue-68112.stderr
tests/ui/coroutine/not-send-sync.stderr
tests/ui/coroutine/parent-expression.stderr
tests/ui/coroutine/print/coroutine-print-verbose-1.rs
tests/ui/coroutine/print/coroutine-print-verbose-1.stderr
tests/ui/coroutine/print/coroutine-print-verbose-2.rs
tests/ui/coroutine/print/coroutine-print-verbose-2.stderr
tests/ui/coroutine/print/coroutine-print-verbose-3.rs
tests/ui/coroutine/print/coroutine-print-verbose-3.stderr
tests/ui/coroutine/ref-upvar-not-send.stderr
tests/ui/coroutine/size-moved-locals.rs
tests/ui/coroutine/sized-yield.stderr
tests/ui/coroutine/static-mut-reference-across-yield.rs
tests/ui/coroutine/unresolved-ct-var.stderr
tests/ui/coroutine/yield-outside-coroutine-issue-78653.stderr
tests/ui/delegation/bad-resolve.rs [new file with mode: 0644]
tests/ui/delegation/bad-resolve.stderr [new file with mode: 0644]
tests/ui/delegation/explicit-paths-in-traits-pass.rs [new file with mode: 0644]
tests/ui/delegation/explicit-paths-in-traits-pass.stderr [new file with mode: 0644]
tests/ui/delegation/explicit-paths-pass.rs [new file with mode: 0644]
tests/ui/delegation/explicit-paths-pass.stderr [new file with mode: 0644]
tests/ui/delegation/explicit-paths-signature-pass.rs [new file with mode: 0644]
tests/ui/delegation/explicit-paths-signature-pass.stderr [new file with mode: 0644]
tests/ui/delegation/explicit-paths.rs [new file with mode: 0644]
tests/ui/delegation/explicit-paths.stderr [new file with mode: 0644]
tests/ui/delegation/not-supported.rs [new file with mode: 0644]
tests/ui/delegation/not-supported.stderr [new file with mode: 0644]
tests/ui/delegation/parse.rs [new file with mode: 0644]
tests/ui/delegation/parse.stderr [new file with mode: 0644]
tests/ui/delegation/target-expr-pass.rs [new file with mode: 0644]
tests/ui/delegation/target-expr-pass.stderr [new file with mode: 0644]
tests/ui/deprecation/issue-66340-deprecated-attr-non-meta-grammar.rs
tests/ui/deprecation/issue-66340-deprecated-attr-non-meta-grammar.stderr
tests/ui/derive-uninhabited-enum-38885.rs
tests/ui/derive-uninhabited-enum-38885.stderr
tests/ui/derives/derive-assoc-type-not-impl.stderr
tests/ui/derives/derives-span-Debug-enum-struct-variant.stderr
tests/ui/derives/derives-span-Debug-enum.stderr
tests/ui/derives/derives-span-Debug-struct.stderr
tests/ui/derives/derives-span-Debug-tuple-struct.stderr
tests/ui/derives/deriving-with-repr-packed-2.stderr
tests/ui/derives/issue-36617.rs
tests/ui/derives/issue-36617.stderr
tests/ui/derives/issue-91550.stderr
tests/ui/deriving/deriving-all-codegen.stdout
tests/ui/deriving/deriving-clone-generic-tuple-struct.rs
tests/ui/deriving/deriving-copyclone.rs
tests/ui/deriving/issue-103157.stderr
tests/ui/deriving/issue-58319.rs
tests/ui/destructuring-assignment/struct_destructure_fail.stderr
tests/ui/diagnostic-width/flag-json.rs
tests/ui/diagnostic-width/flag-json.stderr
tests/ui/diagnostic_namespace/feature-gate-diagnostic_namespace.stderr
tests/ui/diagnostic_namespace/on_unimplemented/auxiliary/other.rs [new file with mode: 0644]
tests/ui/diagnostic_namespace/on_unimplemented/error_is_shown_in_downstream_crates.rs [new file with mode: 0644]
tests/ui/diagnostic_namespace/on_unimplemented/error_is_shown_in_downstream_crates.stderr [new file with mode: 0644]
tests/ui/diagnostic_namespace/on_unimplemented/feature-gate-diagnostic_on_unimplemented.stderr
tests/ui/did_you_mean/bad-assoc-ty.rs
tests/ui/did_you_mean/bad-assoc-ty.stderr
tests/ui/did_you_mean/recursion_limit.stderr
tests/ui/did_you_mean/replace-impl-infer-ty-from-trait.fixed
tests/ui/did_you_mean/replace-impl-infer-ty-from-trait.rs
tests/ui/did_you_mean/replace-impl-infer-ty-from-trait.stderr
tests/ui/drop/dropck-eyepatch-reorder.rs
tests/ui/drop/dropck-eyepatch.rs
tests/ui/drop/dynamic-drop.rs
tests/ui/drop/issue-23338-ensure-param-drop-order.rs
tests/ui/drop/issue-23338-ensure-param-drop-order.stderr [new file with mode: 0644]
tests/ui/dropck/issue-24805-dropck-itemless.rs
tests/ui/dropck/issue-28498-ugeh-with-passed-to-fn.rs
tests/ui/dst/dst-bad-assign-3.stderr
tests/ui/dst/dst-bad-assign.stderr
tests/ui/dst/dst-bad-deep-2.stderr
tests/ui/dst/dst-bad-deep.stderr
tests/ui/dst/issue-113447.fixed [deleted file]
tests/ui/dst/issue-113447.rs
tests/ui/dst/issue-113447.stderr
tests/ui/dst/issue-90528-unsizing-not-suggestion-110063.stderr
tests/ui/dyn-keyword/dyn-2021-edition-error.rs
tests/ui/dyn-keyword/dyn-2021-edition-error.stderr
tests/ui/dyn-star/dispatch-on-pin-mut.rs
tests/ui/dyn-star/drop.rs
tests/ui/dyn-star/feature-gate-dyn_star.stderr
tests/ui/dyn-star/gated-span.stderr
tests/ui/dyn-star/no-explicit-dyn-star-cast.stderr
tests/ui/dyn-star/no-implicit-dyn-star.stderr
tests/ui/dyn-star/union.rs [new file with mode: 0644]
tests/ui/dyn-star/union.stderr [new file with mode: 0644]
tests/ui/editions/auxiliary/edition-kw-macro-2015.rs
tests/ui/editions/auxiliary/edition-kw-macro-2018.rs
tests/ui/editions/edition-keywords-2015-2015-parsing.rs
tests/ui/editions/edition-keywords-2015-2015.rs
tests/ui/editions/edition-keywords-2015-2018-parsing.rs
tests/ui/editions/edition-keywords-2015-2018.rs
tests/ui/editions/edition-keywords-2018-2015-parsing.rs
tests/ui/editions/edition-keywords-2018-2015-parsing.stderr
tests/ui/editions/edition-keywords-2018-2015.rs
tests/ui/editions/edition-keywords-2018-2018-parsing.rs
tests/ui/editions/edition-keywords-2018-2018-parsing.stderr
tests/ui/editions/edition-keywords-2018-2018.rs
tests/ui/entry-point/return-ty-has-bound-vars.rs [new file with mode: 0644]
tests/ui/entry-point/return-ty-has-bound-vars.stderr [new file with mode: 0644]
tests/ui/enum-discriminant/discriminant_value-wrapper.rs
tests/ui/enum-discriminant/discriminant_value.rs
tests/ui/enum-discriminant/issue-72554.rs
tests/ui/enum-discriminant/issue-72554.stderr
tests/ui/error-codes/E0017.rs
tests/ui/error-codes/E0017.stderr
tests/ui/error-codes/E0133.mir.stderr [deleted file]
tests/ui/error-codes/E0133.rs
tests/ui/error-codes/E0133.stderr [new file with mode: 0644]
tests/ui/error-codes/E0133.thir.stderr [deleted file]
tests/ui/error-codes/E0227.rs
tests/ui/error-codes/E0229.rs
tests/ui/error-codes/E0229.stderr
tests/ui/error-codes/E0277-2.stderr
tests/ui/error-codes/E0277.stderr
tests/ui/error-codes/E0283.stderr
tests/ui/error-codes/E0388.stderr
tests/ui/error-codes/E0396.stderr
tests/ui/error-codes/E0453.rs
tests/ui/error-codes/E0453.stderr
tests/ui/error-codes/E0620.stderr
tests/ui/error-codes/E0658.stderr
tests/ui/error-codes/E0719.rs
tests/ui/error-codes/E0719.stderr
tests/ui/error-codes/E0790.stderr
tests/ui/errors/trait-bound-error-spans/blame-trait-error.stderr
tests/ui/errors/traits/blame-trait-error-spans-on-exprs.stderr
tests/ui/explore-issue-38412.stderr
tests/ui/expr/if/attrs/stmt-expr-gated.stderr
tests/ui/extenv/extenv-env-overload.rs
tests/ui/extenv/extenv-env.rs
tests/ui/extenv/extenv-not-env.rs
tests/ui/extenv/issue-55897.rs
tests/ui/extenv/issue-55897.stderr
tests/ui/extern-flag/empty-extern-arg.stderr
tests/ui/extern/auxiliary/issue-80074-macro-2.rs [new file with mode: 0644]
tests/ui/extern/auxiliary/issue-80074-macro.rs
tests/ui/extern/extern-types-unsized.stderr
tests/ui/extern/issue-112363-extern-item-where-clauses-debug-ice.stderr
tests/ui/extern/issue-28324.mir.stderr [deleted file]
tests/ui/extern/issue-28324.rs
tests/ui/extern/issue-28324.stderr [new file with mode: 0644]
tests/ui/extern/issue-28324.thir.stderr [deleted file]
tests/ui/extern/issue-64655-allow-unwind-when-calling-panic-directly.rs
tests/ui/extern/issue-80074.rs
tests/ui/extern/issue-80074.stderr [new file with mode: 0644]
tests/ui/feature-gates/bench.stderr
tests/ui/feature-gates/doc-rust-logo.stderr
tests/ui/feature-gates/env-flag.rs
tests/ui/feature-gates/env-flag.stderr
tests/ui/feature-gates/feature-gate-abi-avr-interrupt.stderr
tests/ui/feature-gates/feature-gate-abi-msp430-interrupt.stderr
tests/ui/feature-gates/feature-gate-abi-riscv-interrupt.stderr
tests/ui/feature-gates/feature-gate-abi-x86-interrupt.stderr
tests/ui/feature-gates/feature-gate-abi.stderr
tests/ui/feature-gates/feature-gate-abi_amdgpu_kernel.rs [deleted file]
tests/ui/feature-gates/feature-gate-abi_amdgpu_kernel.stderr [deleted file]
tests/ui/feature-gates/feature-gate-abi_ptx.stderr
tests/ui/feature-gates/feature-gate-abi_unadjusted.stderr
tests/ui/feature-gates/feature-gate-alloc-error-handler.stderr
tests/ui/feature-gates/feature-gate-allocator_internals.stderr
tests/ui/feature-gates/feature-gate-allow-internal-unsafe-nested-macro.stderr
tests/ui/feature-gates/feature-gate-allow-internal-unstable-nested-macro.stderr
tests/ui/feature-gates/feature-gate-allow-internal-unstable-struct.stderr
tests/ui/feature-gates/feature-gate-allow-internal-unstable.stderr
tests/ui/feature-gates/feature-gate-arbitrary-self-types.stderr
tests/ui/feature-gates/feature-gate-arbitrary_self_types-raw-pointer.stderr
tests/ui/feature-gates/feature-gate-asm_const.stderr
tests/ui/feature-gates/feature-gate-asm_experimental_arch.stderr
tests/ui/feature-gates/feature-gate-asm_unwind.stderr
tests/ui/feature-gates/feature-gate-assoc-type-defaults.stderr
tests/ui/feature-gates/feature-gate-associated_const_equality.stderr
tests/ui/feature-gates/feature-gate-associated_type_bounds.rs
tests/ui/feature-gates/feature-gate-associated_type_bounds.stderr
tests/ui/feature-gates/feature-gate-auto-traits.stderr
tests/ui/feature-gates/feature-gate-box_patterns.stderr
tests/ui/feature-gates/feature-gate-builtin_syntax.stderr
tests/ui/feature-gates/feature-gate-c_variadic.stderr
tests/ui/feature-gates/feature-gate-cfg-relocation-model.stderr
tests/ui/feature-gates/feature-gate-cfg-sanitizer_cfi.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-sanitizer_cfi.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-cfg-target-abi.stderr
tests/ui/feature-gates/feature-gate-cfg-target-compact.stderr
tests/ui/feature-gates/feature-gate-cfg-target-has-atomic-equal-alignment.stderr
tests/ui/feature-gates/feature-gate-cfg-target-has-atomic.stderr
tests/ui/feature-gates/feature-gate-cfg-target-thread-local.stderr
tests/ui/feature-gates/feature-gate-cfg-version.stderr
tests/ui/feature-gates/feature-gate-cfg_overflow_checks.stderr
tests/ui/feature-gates/feature-gate-cfg_sanitize.stderr
tests/ui/feature-gates/feature-gate-cfi_encoding.stderr
tests/ui/feature-gates/feature-gate-closure_lifetime_binder.stderr
tests/ui/feature-gates/feature-gate-closure_track_caller.stderr
tests/ui/feature-gates/feature-gate-collapse_debuginfo.stderr
tests/ui/feature-gates/feature-gate-compiler-builtins.stderr
tests/ui/feature-gates/feature-gate-concat_bytes.stderr
tests/ui/feature-gates/feature-gate-concat_idents.stderr
tests/ui/feature-gates/feature-gate-concat_idents2.stderr
tests/ui/feature-gates/feature-gate-concat_idents3.stderr
tests/ui/feature-gates/feature-gate-coroutines.e2024.stderr
tests/ui/feature-gates/feature-gate-coroutines.none.stderr
tests/ui/feature-gates/feature-gate-coverage-attribute.stderr
tests/ui/feature-gates/feature-gate-custom_mir.stderr
tests/ui/feature-gates/feature-gate-custom_test_frameworks.stderr
tests/ui/feature-gates/feature-gate-decl_macro.stderr
tests/ui/feature-gates/feature-gate-deprecated_safe.stderr
tests/ui/feature-gates/feature-gate-doc_cfg.stderr
tests/ui/feature-gates/feature-gate-doc_masked.stderr
tests/ui/feature-gates/feature-gate-doc_notable_trait.stderr
tests/ui/feature-gates/feature-gate-exclusive-range-pattern.stderr
tests/ui/feature-gates/feature-gate-explicit_tail_calls.stderr
tests/ui/feature-gates/feature-gate-extern_types.stderr
tests/ui/feature-gates/feature-gate-feature-gate.stderr
tests/ui/feature-gates/feature-gate-ffi_const.stderr
tests/ui/feature-gates/feature-gate-ffi_pure.stderr
tests/ui/feature-gates/feature-gate-ffi_returns_twice.stderr
tests/ui/feature-gates/feature-gate-fn_align.stderr
tests/ui/feature-gates/feature-gate-fn_delegation.rs
tests/ui/feature-gates/feature-gate-fn_delegation.stderr
tests/ui/feature-gates/feature-gate-format_args_nl.stderr
tests/ui/feature-gates/feature-gate-fundamental.stderr
tests/ui/feature-gates/feature-gate-gen_blocks.e2024.stderr
tests/ui/feature-gates/feature-gate-generic_arg_infer.normal.stderr
tests/ui/feature-gates/feature-gate-generic_associated_types_extended.stderr
tests/ui/feature-gates/feature-gate-impl_trait_in_assoc_type.rs
tests/ui/feature-gates/feature-gate-impl_trait_in_assoc_type.stderr
tests/ui/feature-gates/feature-gate-impl_trait_in_fn_trait_return.rs
tests/ui/feature-gates/feature-gate-impl_trait_in_fn_trait_return.stderr
tests/ui/feature-gates/feature-gate-imported_main.stderr
tests/ui/feature-gates/feature-gate-inherent_associated_types.stderr
tests/ui/feature-gates/feature-gate-inline_const.stderr
tests/ui/feature-gates/feature-gate-inline_const_pat.stderr
tests/ui/feature-gates/feature-gate-intrinsics.stderr
tests/ui/feature-gates/feature-gate-is_sorted.stderr
tests/ui/feature-gates/feature-gate-lang-items.stderr
tests/ui/feature-gates/feature-gate-large-assignments.stderr
tests/ui/feature-gates/feature-gate-link-arg-attribute.stderr
tests/ui/feature-gates/feature-gate-link_cfg.stderr
tests/ui/feature-gates/feature-gate-link_llvm_intrinsics.stderr
tests/ui/feature-gates/feature-gate-linkage.stderr
tests/ui/feature-gates/feature-gate-lint-reasons.stderr
tests/ui/feature-gates/feature-gate-log_syntax.stderr
tests/ui/feature-gates/feature-gate-log_syntax2.stderr
tests/ui/feature-gates/feature-gate-marker_trait_attr.stderr
tests/ui/feature-gates/feature-gate-may-dangle.stderr
tests/ui/feature-gates/feature-gate-min_const_fn.rs
tests/ui/feature-gates/feature-gate-min_const_fn.stderr
tests/ui/feature-gates/feature-gate-more-qualified-paths.stderr
tests/ui/feature-gates/feature-gate-multiple_supertrait_upcastable.rs
tests/ui/feature-gates/feature-gate-multiple_supertrait_upcastable.stderr
tests/ui/feature-gates/feature-gate-naked_functions.stderr
tests/ui/feature-gates/feature-gate-native_link_modifiers_as_needed.stderr
tests/ui/feature-gates/feature-gate-needs-allocator.stderr
tests/ui/feature-gates/feature-gate-never_patterns.rs
tests/ui/feature-gates/feature-gate-never_patterns.stderr
tests/ui/feature-gates/feature-gate-never_type.rs
tests/ui/feature-gates/feature-gate-never_type.stderr
tests/ui/feature-gates/feature-gate-no_core.stderr
tests/ui/feature-gates/feature-gate-no_sanitize.stderr
tests/ui/feature-gates/feature-gate-non_exhaustive_omitted_patterns_lint.rs
tests/ui/feature-gates/feature-gate-non_exhaustive_omitted_patterns_lint.stderr
tests/ui/feature-gates/feature-gate-non_lifetime_binders.stderr
tests/ui/feature-gates/feature-gate-offset-of-enum.rs
tests/ui/feature-gates/feature-gate-offset-of-enum.stderr
tests/ui/feature-gates/feature-gate-offset-of-nested.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-offset-of-nested.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.stderr
tests/ui/feature-gates/feature-gate-optimize_attribute.stderr
tests/ui/feature-gates/feature-gate-prelude_import.stderr
tests/ui/feature-gates/feature-gate-proc_macro_byte_character.stderr
tests/ui/feature-gates/feature-gate-proc_macro_c_str_literals.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-proc_macro_c_str_literals.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-profiler-runtime.stderr
tests/ui/feature-gates/feature-gate-register_tool.stderr
tests/ui/feature-gates/feature-gate-repr-simd.stderr
tests/ui/feature-gates/feature-gate-repr128.stderr
tests/ui/feature-gates/feature-gate-return_type_notation.cfg.stderr
tests/ui/feature-gates/feature-gate-return_type_notation.no.stderr
tests/ui/feature-gates/feature-gate-rust_cold_cc.stderr
tests/ui/feature-gates/feature-gate-rustc-allow-const-fn-unstable.stderr
tests/ui/feature-gates/feature-gate-rustc-attrs-1.stderr
tests/ui/feature-gates/feature-gate-rustc-attrs.stderr
tests/ui/feature-gates/feature-gate-rustdoc_internals.stderr
tests/ui/feature-gates/feature-gate-simd.stderr
tests/ui/feature-gates/feature-gate-start.stderr
tests/ui/feature-gates/feature-gate-stmt_expr_attributes.stderr
tests/ui/feature-gates/feature-gate-strict_provenance.rs
tests/ui/feature-gates/feature-gate-strict_provenance.stderr
tests/ui/feature-gates/feature-gate-test_unstable_lint.rs
tests/ui/feature-gates/feature-gate-test_unstable_lint.stderr
tests/ui/feature-gates/feature-gate-thread_local.stderr
tests/ui/feature-gates/feature-gate-trace_macros.stderr
tests/ui/feature-gates/feature-gate-trait-alias.stderr
tests/ui/feature-gates/feature-gate-trait_upcasting.stderr
tests/ui/feature-gates/feature-gate-transparent_unions.stderr
tests/ui/feature-gates/feature-gate-trivial_bounds.stderr
tests/ui/feature-gates/feature-gate-try_blocks.stderr
tests/ui/feature-gates/feature-gate-type_ascription.stderr
tests/ui/feature-gates/feature-gate-type_privacy_lints.rs
tests/ui/feature-gates/feature-gate-type_privacy_lints.stderr
tests/ui/feature-gates/feature-gate-unboxed-closures-manual-impls.rs
tests/ui/feature-gates/feature-gate-unboxed-closures-manual-impls.stderr
tests/ui/feature-gates/feature-gate-unboxed-closures-method-calls.stderr
tests/ui/feature-gates/feature-gate-unboxed-closures-ufcs-calls.stderr
tests/ui/feature-gates/feature-gate-unboxed-closures.stderr
tests/ui/feature-gates/feature-gate-unix_sigpipe.stderr
tests/ui/feature-gates/feature-gate-unnamed_fields.stderr
tests/ui/feature-gates/feature-gate-unsafe_pin_internals.rs
tests/ui/feature-gates/feature-gate-unsized_fn_params.stderr
tests/ui/feature-gates/feature-gate-unsized_tuple_coercion.stderr
tests/ui/feature-gates/feature-gate-used_with_arg.stderr
tests/ui/feature-gates/feature-gate-vectorcall.stderr
tests/ui/feature-gates/feature-gate-wasm_abi.stderr
tests/ui/feature-gates/feature-gate-yeet_expr-in-cfg.stderr
tests/ui/feature-gates/feature-gate-yeet_expr.stderr
tests/ui/feature-gates/feature-gated-feature-in-macro-arg.stderr
tests/ui/feature-gates/issue-43106-gating-of-bench.rs
tests/ui/feature-gates/issue-43106-gating-of-bench.stderr
tests/ui/feature-gates/issue-43106-gating-of-builtin-attrs-error.rs
tests/ui/feature-gates/issue-43106-gating-of-builtin-attrs-error.stderr
tests/ui/feature-gates/issue-43106-gating-of-derive.stderr
tests/ui/feature-gates/issue-43106-gating-of-test.rs
tests/ui/feature-gates/issue-43106-gating-of-test.stderr
tests/ui/feature-gates/issue-49983-see-issue-0.stderr
tests/ui/feature-gates/rustc-private.stderr
tests/ui/feature-gates/soft-syntax-gates-with-errors.stderr
tests/ui/feature-gates/soft-syntax-gates-without-errors.stderr
tests/ui/feature-gates/trace_macros-gate.stderr
tests/ui/fmt/format-string-wrong-order.rs
tests/ui/fmt/format-string-wrong-order.stderr
tests/ui/fmt/ifmt-unimpl.stderr
tests/ui/fmt/send-sync.stderr
tests/ui/fn/issue-39259.rs
tests/ui/fn/issue-39259.stderr
tests/ui/fn/signature-error-reporting-under-verbose.rs
tests/ui/for-loop-while/issue-69841.rs
tests/ui/for/for-c-in-str.stderr
tests/ui/for/for-loop-bogosity.stderr
tests/ui/for/issue-20605.next.stderr
tests/ui/function-pointer/unsized-ret.stderr
tests/ui/generic-associated-types/assume-gat-normalization-for-nested-goals.stderr
tests/ui/generic-associated-types/gat-in-trait-path-undeclared-lifetime.rs
tests/ui/generic-associated-types/gat-in-trait-path-undeclared-lifetime.stderr
tests/ui/generic-associated-types/gat-trait-path-missing-lifetime.rs
tests/ui/generic-associated-types/gat-trait-path-missing-lifetime.stderr
tests/ui/generic-associated-types/gat-trait-path-parenthesised-args.rs
tests/ui/generic-associated-types/gat-trait-path-parenthesised-args.stderr
tests/ui/generic-associated-types/impl_bounds.stderr
tests/ui/generic-associated-types/issue-101020.stderr
tests/ui/generic-associated-types/issue-119942-unsatisified-gat-bound-during-assoc-ty-selection.rs [new file with mode: 0644]
tests/ui/generic-associated-types/issue-119942-unsatisified-gat-bound-during-assoc-ty-selection.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/issue-74824.stderr
tests/ui/generic-associated-types/issue-79422.extended.stderr
tests/ui/generic-associated-types/issue-79636-1.rs
tests/ui/generic-associated-types/issue-79636-1.stderr
tests/ui/generic-associated-types/issue-80433.rs
tests/ui/generic-associated-types/issue-80433.stderr
tests/ui/generic-associated-types/issue-84931.stderr
tests/ui/generic-associated-types/method-unsatisfied-assoc-type-predicate.rs
tests/ui/generic-associated-types/method-unsatisfied-assoc-type-predicate.stderr
tests/ui/generic-associated-types/missing_lifetime_args.rs
tests/ui/generic-associated-types/missing_lifetime_args.stderr
tests/ui/generic-associated-types/parse/trait-path-type-error-once-implemented.rs
tests/ui/generic-associated-types/parse/trait-path-type-error-once-implemented.stderr
tests/ui/generic-associated-types/type-param-defaults.rs
tests/ui/generic-associated-types/type-param-defaults.stderr
tests/ui/generic-associated-types/unknown-lifetime-ice-119827.rs [new file with mode: 0644]
tests/ui/generic-associated-types/unknown-lifetime-ice-119827.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/unsatisfied-item-lifetime-bound.stderr
tests/ui/generic-const-items/const-trait-impl.rs
tests/ui/generic-const-items/const-trait-impl.stderr [deleted file]
tests/ui/generic-const-items/feature-gate-generic_const_items.stderr
tests/ui/generic-const-items/parameter-defaults.rs
tests/ui/generic-const-items/parameter-defaults.stderr
tests/ui/generics/generic-default-type-params-cross-crate.rs
tests/ui/generics/generic-ivec-leak.rs
tests/ui/generics/generic-newtype-struct.rs
tests/ui/generics/generic-no-mangle.fixed
tests/ui/generics/generic-no-mangle.rs
tests/ui/generics/generic-recursive-tag.rs
tests/ui/generics/generic-tag-corruption.rs
tests/ui/generics/generic-tag-local.rs
tests/ui/generics/generic-tag.rs
tests/ui/generics/wrong-number-of-args.rs
tests/ui/generics/wrong-number-of-args.stderr
tests/ui/half-open-range-patterns/feature-gate-half-open-range-patterns-in-slices.stderr
tests/ui/half-open-range-patterns/range_pat_interactions1.rs
tests/ui/half-open-range-patterns/range_pat_interactions1.stderr
tests/ui/half-open-range-patterns/range_pat_interactions2.rs
tests/ui/half-open-range-patterns/range_pat_interactions2.stderr
tests/ui/half-open-range-patterns/range_pat_interactions3.stderr
tests/ui/half-open-range-patterns/slice_pattern_syntax_problem1.stderr
tests/ui/higher-ranked/higher-lifetime-bounds.rs
tests/ui/higher-ranked/higher-lifetime-bounds.stderr
tests/ui/higher-ranked/higher-ranked-lifetime-error.stderr
tests/ui/higher-ranked/trait-bounds/fn-ptr.classic.stderr
tests/ui/higher-ranked/trait-bounds/hrtb-cache-issue-54302.stderr
tests/ui/higher-ranked/trait-bounds/hrtb-wrong-kind.stderr
tests/ui/higher-ranked/trait-bounds/issue-30786.stderr
tests/ui/higher-ranked/trait-bounds/issue-59311.rs
tests/ui/higher-ranked/trait-bounds/issue-59311.stderr
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-85455.stderr
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/issue-89118.stderr
tests/ui/higher-ranked/trait-bounds/normalize-under-binder/norm-before-method-resolution.stderr
tests/ui/hygiene/panic-location.run.stderr
tests/ui/impl-header-lifetime-elision/bare_type.rs [new file with mode: 0644]
tests/ui/impl-trait/associated-impl-trait-type-issue-114325.rs [new file with mode: 0644]
tests/ui/impl-trait/auto-trait-leak2.stderr
tests/ui/impl-trait/bounds_regression.rs
tests/ui/impl-trait/cross-return-site-inference.stderr
tests/ui/impl-trait/dyn-impl-type-mismatch.rs [new file with mode: 0644]
tests/ui/impl-trait/dyn-impl-type-mismatch.stderr [new file with mode: 0644]
tests/ui/impl-trait/dyn-trait-return-should-be-impl-trait.stderr
tests/ui/impl-trait/eagerly-reveal-in-local-body.rs [new file with mode: 0644]
tests/ui/impl-trait/equality-in-canonical-query.clone.stderr
tests/ui/impl-trait/equality-in-canonical-query.rs
tests/ui/impl-trait/erased-regions-in-hidden-ty.rs
tests/ui/impl-trait/generic-with-implicit-hrtb-without-dyn.edition2021.stderr
tests/ui/impl-trait/generic-with-implicit-hrtb-without-dyn.rs
tests/ui/impl-trait/impl-fn-hrtb-bounds.rs
tests/ui/impl-trait/impl-fn-hrtb-bounds.stderr
tests/ui/impl-trait/impl-fn-parsing-ambiguities.rs
tests/ui/impl-trait/impl-fn-parsing-ambiguities.stderr
tests/ui/impl-trait/impl_trait_projections.rs
tests/ui/impl-trait/impl_trait_projections.stderr
tests/ui/impl-trait/implicit-capture-late.stderr
tests/ui/impl-trait/in-ctfe/array-len-size-of.rs [new file with mode: 0644]
tests/ui/impl-trait/in-ctfe/array-len.rs [new file with mode: 0644]
tests/ui/impl-trait/in-ctfe/enum-discr.rs [new file with mode: 0644]
tests/ui/impl-trait/in-ctfe/fully_monomorphic_const_eval.rs [new file with mode: 0644]
tests/ui/impl-trait/in-ctfe/match-arm-exhaustive.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/cycle-effective-visibilities-during-object-safety.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/cycle-effective-visibilities-during-object-safety.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/issue-102140.rs
tests/ui/impl-trait/in-trait/issue-102140.stderr
tests/ui/impl-trait/in-trait/return-dont-satisfy-bounds.rs
tests/ui/impl-trait/in-trait/return-dont-satisfy-bounds.stderr
tests/ui/impl-trait/issue-55872-1.stderr
tests/ui/impl-trait/issue-72911.rs
tests/ui/impl-trait/issue-72911.stderr
tests/ui/impl-trait/issues/issue-54600.rs
tests/ui/impl-trait/issues/issue-54600.stderr
tests/ui/impl-trait/issues/issue-54840.rs
tests/ui/impl-trait/issues/issue-54840.stderr
tests/ui/impl-trait/issues/issue-58504.rs
tests/ui/impl-trait/issues/issue-58504.stderr
tests/ui/impl-trait/issues/issue-58956.rs
tests/ui/impl-trait/issues/issue-58956.stderr
tests/ui/impl-trait/issues/issue-67830.rs
tests/ui/impl-trait/issues/issue-67830.stderr
tests/ui/impl-trait/issues/issue-70971.rs
tests/ui/impl-trait/issues/issue-70971.stderr
tests/ui/impl-trait/issues/issue-78722-2.stderr
tests/ui/impl-trait/issues/issue-78722.stderr
tests/ui/impl-trait/issues/issue-79099.rs
tests/ui/impl-trait/issues/issue-79099.stderr
tests/ui/impl-trait/issues/issue-83929-impl-trait-in-generic-default.rs
tests/ui/impl-trait/issues/issue-83929-impl-trait-in-generic-default.stderr
tests/ui/impl-trait/issues/issue-84919.rs
tests/ui/impl-trait/issues/issue-84919.stderr
tests/ui/impl-trait/issues/issue-86642.rs
tests/ui/impl-trait/issues/issue-86642.stderr
tests/ui/impl-trait/issues/issue-86800.rs
tests/ui/impl-trait/issues/issue-86800.stderr
tests/ui/impl-trait/issues/issue-87295.rs
tests/ui/impl-trait/issues/issue-87295.stderr
tests/ui/impl-trait/issues/issue-88236-2.rs
tests/ui/impl-trait/issues/issue-88236-2.stderr
tests/ui/impl-trait/nested-rpit-hrtb.rs
tests/ui/impl-trait/nested-rpit-hrtb.stderr
tests/ui/impl-trait/nested_impl_trait.rs
tests/ui/impl-trait/nested_impl_trait.stderr
tests/ui/impl-trait/normalize-tait-in-const.stderr
tests/ui/impl-trait/not_general_enough_regression_106630.rs [new file with mode: 0644]
tests/ui/impl-trait/opaque-used-in-extraneous-argument.rs [new file with mode: 0644]
tests/ui/impl-trait/opaque-used-in-extraneous-argument.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-coroutine-boxed.rs [new file with mode: 0644]
tests/ui/impl-trait/recursive-coroutine-indirect.current.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-coroutine-indirect.next.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-coroutine-indirect.rs [new file with mode: 0644]
tests/ui/impl-trait/recursive-coroutine.current.stderr [deleted file]
tests/ui/impl-trait/recursive-coroutine.next.stderr [deleted file]
tests/ui/impl-trait/recursive-coroutine.rs [deleted file]
tests/ui/impl-trait/recursive-impl-trait-type-indirect.rs
tests/ui/impl-trait/recursive-impl-trait-type-indirect.stderr
tests/ui/impl-trait/rpit/early_bound.rs [new file with mode: 0644]
tests/ui/impl-trait/rpit/early_bound.stderr [new file with mode: 0644]
tests/ui/impl-trait/transmute/in-defining-scope.rs [new file with mode: 0644]
tests/ui/impl-trait/transmute/in-defining-scope.stderr [new file with mode: 0644]
tests/ui/impl-trait/transmute/outside-of-defining-scope.rs [new file with mode: 0644]
tests/ui/impl-trait/where-allowed.rs
tests/ui/impl-trait/where-allowed.stderr
tests/ui/implied-bounds/auxiliary/bevy_ecs.rs [deleted file]
tests/ui/implied-bounds/bevy_world_query.rs
tests/ui/implied-bounds/from-trait-impl.rs
tests/ui/implied-bounds/from-trait-impl.stderr [new file with mode: 0644]
tests/ui/implied-bounds/gluon_salsa.rs
tests/ui/implied-bounds/implied-bounds-on-trait-hierarchy-1.rs [new file with mode: 0644]
tests/ui/implied-bounds/implied-bounds-on-trait-hierarchy-1.stderr [new file with mode: 0644]
tests/ui/implied-bounds/implied-bounds-on-trait-hierarchy-2.rs [new file with mode: 0644]
tests/ui/implied-bounds/implied-bounds-on-trait-hierarchy.rs [deleted file]
tests/ui/implied-bounds/normalization-nested.lifetime.stderr
tests/ui/implied-bounds/normalization-nested.rs
tests/ui/implied-bounds/sod_service_chain.rs
tests/ui/implied-bounds/sod_service_chain.stderr [new file with mode: 0644]
tests/ui/imports/ambiguous-2.rs
tests/ui/imports/ambiguous-4.rs
tests/ui/imports/ambiguous-9.stderr
tests/ui/imports/auxiliary/glob-conflict-cross-crate-2-extern.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-114682-2-extern.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-114682-3-extern.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-114682-4-extern.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-114682-5-extern-1.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-114682-5-extern-2.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-114682-6-extern.rs [new file with mode: 0644]
tests/ui/imports/auxiliary/issue-119369-extern.rs [new file with mode: 0644]
tests/ui/imports/extern-with-ambiguous-2.rs
tests/ui/imports/extern-with-ambiguous-3.rs
tests/ui/imports/glob-conflict-cross-crate-1.rs [new file with mode: 0644]
tests/ui/imports/glob-conflict-cross-crate-1.stderr [new file with mode: 0644]
tests/ui/imports/glob-conflict-cross-crate-2.rs [new file with mode: 0644]
tests/ui/imports/glob-conflict-cross-crate-2.stderr [new file with mode: 0644]
tests/ui/imports/glob-conflict-cross-crate-3.rs [new file with mode: 0644]
tests/ui/imports/glob-conflict-cross-crate.rs [deleted file]
tests/ui/imports/glob-conflict-cross-crate.stderr [deleted file]
tests/ui/imports/issue-114682-1.rs [new file with mode: 0644]
tests/ui/imports/issue-114682-1.stderr [new file with mode: 0644]
tests/ui/imports/issue-114682-2.rs [new file with mode: 0644]
tests/ui/imports/issue-114682-2.stderr [new file with mode: 0644]
tests/ui/imports/issue-114682-3.rs [new file with mode: 0644]
tests/ui/imports/issue-114682-4.rs [new file with mode: 0644]
tests/ui/imports/issue-114682-5.rs [new file with mode: 0644]
tests/ui/imports/issue-114682-6.rs [new file with mode: 0644]
tests/ui/imports/issue-119369.rs [new file with mode: 0644]
tests/ui/imports/issue-28134.rs
tests/ui/imports/issue-28134.stderr
tests/ui/imports/issue-37887.stderr
tests/ui/imports/issue-55457.rs
tests/ui/imports/issue-55457.stderr
tests/ui/imports/issue-59764.rs
tests/ui/imports/issue-59764.stderr
tests/ui/indexing/index-help.stderr
tests/ui/indexing/indexing-requires-a-uint.stderr
tests/ui/indexing/point-at-index-for-obligation-failure.stderr
tests/ui/inference/erase-type-params-in-label.stderr
tests/ui/inference/inference_unstable_forced.stderr
tests/ui/inference/issue-36053.rs
tests/ui/inference/issue-80409.no-compat.stderr [new file with mode: 0644]
tests/ui/inference/issue-80409.rs
tests/ui/inference/need_type_info/infer-var-for-self-param.stderr
tests/ui/inference/need_type_info/type-alias.stderr
tests/ui/inline-const/const-match-pat-lifetime-err.rs
tests/ui/inline-const/const-match-pat-lifetime-err.stderr [new file with mode: 0644]
tests/ui/inline-const/expr-unsafe-err.mir.stderr [deleted file]
tests/ui/inline-const/expr-unsafe-err.rs
tests/ui/inline-const/expr-unsafe-err.stderr [new file with mode: 0644]
tests/ui/inline-const/expr-unsafe-err.thir.stderr [deleted file]
tests/ui/inline-const/expr-unsafe.mir.stderr [deleted file]
tests/ui/inline-const/expr-unsafe.rs
tests/ui/inline-const/expr-unsafe.stderr [new file with mode: 0644]
tests/ui/inline-const/expr-unsafe.thir.stderr [deleted file]
tests/ui/inline-const/pat-unsafe-err.rs
tests/ui/inline-const/pat-unsafe-err.stderr [new file with mode: 0644]
tests/ui/inline-const/pat-unsafe-err.thir.stderr [deleted file]
tests/ui/inline-const/pat-unsafe.rs
tests/ui/inline-const/pat-unsafe.stderr [new file with mode: 0644]
tests/ui/inline-const/pat-unsafe.thir.stderr [deleted file]
tests/ui/integral-indexing.stderr
tests/ui/interior-mutability/interior-mutability.stderr
tests/ui/internal/internal-unstable-noallow.stderr
tests/ui/internal/internal-unstable-thread-local.stderr
tests/ui/internal/internal-unstable.rs
tests/ui/internal/internal-unstable.stderr
tests/ui/intrinsics/feature-gate-safe-intrinsic.stderr
tests/ui/intrinsics/issue-28575.mir.stderr [deleted file]
tests/ui/intrinsics/issue-28575.rs
tests/ui/intrinsics/issue-28575.stderr [new file with mode: 0644]
tests/ui/intrinsics/issue-28575.thir.stderr [deleted file]
tests/ui/intrinsics/safe-intrinsic-mismatch.rs
tests/ui/intrinsics/safe-intrinsic-mismatch.stderr
tests/ui/intrinsics/unchecked_math_unsafe.mir.stderr [deleted file]
tests/ui/intrinsics/unchecked_math_unsafe.rs
tests/ui/intrinsics/unchecked_math_unsafe.stderr [new file with mode: 0644]
tests/ui/intrinsics/unchecked_math_unsafe.thir.stderr [deleted file]
tests/ui/intrinsics/unchecked_math_unstable.stderr
tests/ui/issue-76387-llvm-miscompile.rs
tests/ui/issues/auxiliary/issue-1920.rs [deleted file]
tests/ui/issues/issue-11740.rs
tests/ui/issues/issue-13027.rs
tests/ui/issues/issue-13482-2.rs
tests/ui/issues/issue-14382.rs
tests/ui/issues/issue-15858.rs
tests/ui/issues/issue-17441.stderr
tests/ui/issues/issue-17905.rs
tests/ui/issues/issue-1920-1.rs [deleted file]
tests/ui/issues/issue-1920-1.stderr [deleted file]
tests/ui/issues/issue-1920-2.rs [deleted file]
tests/ui/issues/issue-1920-2.stderr [deleted file]
tests/ui/issues/issue-1920-3.rs [deleted file]
tests/ui/issues/issue-1920-3.stderr [deleted file]
tests/ui/issues/issue-1920-absolute-paths/auxiliary/issue-1920.rs [new file with mode: 0644]
tests/ui/issues/issue-1920-absolute-paths/issue-1920-1.rs [new file with mode: 0644]
tests/ui/issues/issue-1920-absolute-paths/issue-1920-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-1920-absolute-paths/issue-1920-2.rs [new file with mode: 0644]
tests/ui/issues/issue-1920-absolute-paths/issue-1920-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-1920-absolute-paths/issue-1920-3.rs [new file with mode: 0644]
tests/ui/issues/issue-1920-absolute-paths/issue-1920-3.stderr [new file with mode: 0644]
tests/ui/issues/issue-20313.stderr
tests/ui/issues/issue-20616.rs [deleted file]
tests/ui/issues/issue-21763.stderr
tests/ui/issues/issue-22872.stderr
tests/ui/issues/issue-23024.stderr
tests/ui/issues/issue-23122-2.stderr
tests/ui/issues/issue-23302-1.rs [deleted file]
tests/ui/issues/issue-23302-1.stderr [deleted file]
tests/ui/issues/issue-23302-2.rs [deleted file]
tests/ui/issues/issue-23302-2.stderr [deleted file]
tests/ui/issues/issue-23302-3.rs [deleted file]
tests/ui/issues/issue-23302-3.stderr [deleted file]
tests/ui/issues/issue-23302-enum-infinite-recursion/issue-23302-1.rs [new file with mode: 0644]
tests/ui/issues/issue-23302-enum-infinite-recursion/issue-23302-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-23302-enum-infinite-recursion/issue-23302-2.rs [new file with mode: 0644]
tests/ui/issues/issue-23302-enum-infinite-recursion/issue-23302-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-23302-enum-infinite-recursion/issue-23302-3.rs [new file with mode: 0644]
tests/ui/issues/issue-23302-enum-infinite-recursion/issue-23302-3.stderr [new file with mode: 0644]
tests/ui/issues/issue-23491.rs
tests/ui/issues/issue-23611-enum-swap-in-drop.rs
tests/ui/issues/issue-23611-enum-swap-in-drop.stderr [new file with mode: 0644]
tests/ui/issues/issue-24308.rs
tests/ui/issues/issue-25089.rs
tests/ui/issues/issue-25679.rs
tests/ui/issues/issue-26127.rs
tests/ui/issues/issue-26641.rs
tests/ui/issues/issue-26709.rs
tests/ui/issues/issue-27240.rs
tests/ui/issues/issue-28498-must-work-ex1.rs
tests/ui/issues/issue-28498-must-work-ex2.rs
tests/ui/issues/issue-28498-ugeh-ex1.rs
tests/ui/issues/issue-28776.mir.stderr [deleted file]
tests/ui/issues/issue-28776.rs
tests/ui/issues/issue-28776.stderr [new file with mode: 0644]
tests/ui/issues/issue-28776.thir.stderr [deleted file]
tests/ui/issues/issue-31267-additional.rs
tests/ui/issues/issue-31299.rs
tests/ui/issues/issue-31910.rs
tests/ui/issues/issue-31910.stderr
tests/ui/issues/issue-32122-1.fixed [deleted file]
tests/ui/issues/issue-32122-1.rs [deleted file]
tests/ui/issues/issue-32122-1.stderr [deleted file]
tests/ui/issues/issue-32122-2.fixed [deleted file]
tests/ui/issues/issue-32122-2.rs [deleted file]
tests/ui/issues/issue-32122-2.stderr [deleted file]
tests/ui/issues/issue-32122-deref-coercions-composition/issue-32122-1.fixed [new file with mode: 0644]
tests/ui/issues/issue-32122-deref-coercions-composition/issue-32122-1.rs [new file with mode: 0644]
tests/ui/issues/issue-32122-deref-coercions-composition/issue-32122-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-32122-deref-coercions-composition/issue-32122-2.fixed [new file with mode: 0644]
tests/ui/issues/issue-32122-deref-coercions-composition/issue-32122-2.rs [new file with mode: 0644]
tests/ui/issues/issue-32122-deref-coercions-composition/issue-32122-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-32782.stderr
tests/ui/issues/issue-34373.rs
tests/ui/issues/issue-34373.stderr
tests/ui/issues/issue-34571.rs
tests/ui/issues/issue-36278-prefix-nesting.rs
tests/ui/issues/issue-3668-2.fixed [deleted file]
tests/ui/issues/issue-3668-2.rs [deleted file]
tests/ui/issues/issue-3668-2.stderr [deleted file]
tests/ui/issues/issue-3668-non-constant-value-in-constant/issue-3668-2.fixed [new file with mode: 0644]
tests/ui/issues/issue-3668-non-constant-value-in-constant/issue-3668-2.rs [new file with mode: 0644]
tests/ui/issues/issue-3668-non-constant-value-in-constant/issue-3668-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-3668-non-constant-value-in-constant/issue-3668.rs [new file with mode: 0644]
tests/ui/issues/issue-3668-non-constant-value-in-constant/issue-3668.stderr [new file with mode: 0644]
tests/ui/issues/issue-3668.rs [deleted file]
tests/ui/issues/issue-3668.stderr [deleted file]
tests/ui/issues/issue-39367.rs
tests/ui/issues/issue-40510-1.migrate.stderr [deleted file]
tests/ui/issues/issue-40510-1.rs [deleted file]
tests/ui/issues/issue-40510-1.stderr [deleted file]
tests/ui/issues/issue-40510-2.rs [deleted file]
tests/ui/issues/issue-40510-3.migrate.stderr [deleted file]
tests/ui/issues/issue-40510-3.rs [deleted file]
tests/ui/issues/issue-40510-3.stderr [deleted file]
tests/ui/issues/issue-40510-4.rs [deleted file]
tests/ui/issues/issue-40510-captured-variable-return/issue-40510-1.migrate.stderr [new file with mode: 0644]
tests/ui/issues/issue-40510-captured-variable-return/issue-40510-1.rs [new file with mode: 0644]
tests/ui/issues/issue-40510-captured-variable-return/issue-40510-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-40510-captured-variable-return/issue-40510-2.rs [new file with mode: 0644]
tests/ui/issues/issue-40510-captured-variable-return/issue-40510-3.migrate.stderr [new file with mode: 0644]
tests/ui/issues/issue-40510-captured-variable-return/issue-40510-3.rs [new file with mode: 0644]
tests/ui/issues/issue-40510-captured-variable-return/issue-40510-3.stderr [new file with mode: 0644]
tests/ui/issues/issue-40510-captured-variable-return/issue-40510-4.rs [new file with mode: 0644]
tests/ui/issues/issue-40827.stderr
tests/ui/issues/issue-4252.rs
tests/ui/issues/issue-46069.rs
tests/ui/issues/issue-47715.rs
tests/ui/issues/issue-47715.stderr
tests/ui/issues/issue-48131.mir.stderr [deleted file]
tests/ui/issues/issue-48131.rs
tests/ui/issues/issue-48131.stderr [new file with mode: 0644]
tests/ui/issues/issue-48131.thir.stderr [deleted file]
tests/ui/issues/issue-50582.stderr
tests/ui/issues/issue-50585.stderr
tests/ui/issues/issue-52489.stderr
tests/ui/issues/issue-5315.rs
tests/ui/issues/issue-56199.stderr
tests/ui/issues/issue-57741-1.rs [deleted file]
tests/ui/issues/issue-57741-1.stderr [deleted file]
tests/ui/issues/issue-57741-dereference-boxed-value/issue-57741-1.rs [new file with mode: 0644]
tests/ui/issues/issue-57741-dereference-boxed-value/issue-57741-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-57741-dereference-boxed-value/issue-57741.fixed [new file with mode: 0644]
tests/ui/issues/issue-57741-dereference-boxed-value/issue-57741.rs [new file with mode: 0644]
tests/ui/issues/issue-57741-dereference-boxed-value/issue-57741.stderr [new file with mode: 0644]
tests/ui/issues/issue-57741.fixed [deleted file]
tests/ui/issues/issue-57741.rs [deleted file]
tests/ui/issues/issue-57741.stderr [deleted file]
tests/ui/issues/issue-5844.mir.stderr [deleted file]
tests/ui/issues/issue-5844.rs
tests/ui/issues/issue-5844.stderr [new file with mode: 0644]
tests/ui/issues/issue-5844.thir.stderr [deleted file]
tests/ui/issues/issue-5997-enum.rs [deleted file]
tests/ui/issues/issue-5997-enum.stderr [deleted file]
tests/ui/issues/issue-5997-outer-generic-parameter/issue-5997-enum.rs [new file with mode: 0644]
tests/ui/issues/issue-5997-outer-generic-parameter/issue-5997-enum.stderr [new file with mode: 0644]
tests/ui/issues/issue-5997-outer-generic-parameter/issue-5997-struct.rs [new file with mode: 0644]
tests/ui/issues/issue-5997-outer-generic-parameter/issue-5997-struct.stderr [new file with mode: 0644]
tests/ui/issues/issue-5997-outer-generic-parameter/issue-5997.rs [new file with mode: 0644]
tests/ui/issues/issue-5997-struct.rs [deleted file]
tests/ui/issues/issue-5997-struct.stderr [deleted file]
tests/ui/issues/issue-5997.rs [deleted file]
tests/ui/issues/issue-61894.rs
tests/ui/issues/issue-62375.stderr
tests/ui/issues/issue-71676-1.fixed [deleted file]
tests/ui/issues/issue-71676-1.rs [deleted file]
tests/ui/issues/issue-71676-1.stderr [deleted file]
tests/ui/issues/issue-71676-2.rs [deleted file]
tests/ui/issues/issue-71676-2.stderr [deleted file]
tests/ui/issues/issue-71676-suggest-deref/issue-71676-1.fixed [new file with mode: 0644]
tests/ui/issues/issue-71676-suggest-deref/issue-71676-1.rs [new file with mode: 0644]
tests/ui/issues/issue-71676-suggest-deref/issue-71676-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-71676-suggest-deref/issue-71676-2.rs [new file with mode: 0644]
tests/ui/issues/issue-71676-suggest-deref/issue-71676-2.stderr [new file with mode: 0644]
tests/ui/issues/issue-7364.stderr
tests/ui/issues/issue-76077-1.fixed [deleted file]
tests/ui/issues/issue-76077-1.rs [deleted file]
tests/ui/issues/issue-76077-1.stderr [deleted file]
tests/ui/issues/issue-76077-inaccesible-private-fields/issue-76077-1.fixed [new file with mode: 0644]
tests/ui/issues/issue-76077-inaccesible-private-fields/issue-76077-1.rs [new file with mode: 0644]
tests/ui/issues/issue-76077-inaccesible-private-fields/issue-76077-1.stderr [new file with mode: 0644]
tests/ui/issues/issue-76077-inaccesible-private-fields/issue-76077.rs [new file with mode: 0644]
tests/ui/issues/issue-76077-inaccesible-private-fields/issue-76077.stderr [new file with mode: 0644]
tests/ui/issues/issue-76077.rs [deleted file]
tests/ui/issues/issue-76077.stderr [deleted file]
tests/ui/issues/issue-7911.rs
tests/ui/issues/issue-99838.rs
tests/ui/iterators/float_iterator_hint.stderr
tests/ui/iterators/integral.stderr
tests/ui/iterators/issue-28098.rs
tests/ui/iterators/issue-28098.stderr
tests/ui/iterators/ranges.stderr
tests/ui/iterators/string.stderr
tests/ui/iterators/vec-on-unimplemented.stderr
tests/ui/kindck/kindck-impl-type-params-2.stderr
tests/ui/kindck/kindck-impl-type-params.stderr
tests/ui/kindck/kindck-inherited-copy-bound.curr.stderr
tests/ui/kindck/kindck-inherited-copy-bound.object_safe_for_dispatch.stderr
tests/ui/kindck/kindck-nonsendable-1.stderr
tests/ui/kindck/kindck-send-object.stderr
tests/ui/kindck/kindck-send-object1.stderr
tests/ui/kindck/kindck-send-object2.stderr
tests/ui/kindck/kindck-send-owned.stderr
tests/ui/lang-items/bad-add-impl.rs [deleted file]
tests/ui/lang-items/bad-add-impl.stderr [deleted file]
tests/ui/lang-items/duplicate.rs [new file with mode: 0644]
tests/ui/lang-items/duplicate.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.bad_item.stderr [deleted file]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.bad_sig.stderr [deleted file]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_bad_item.stderr [deleted file]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_bad_sig.stderr [deleted file]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_mut_bad_item.stderr [deleted file]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_mut_bad_sig.stderr [deleted file]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_once_bad_item.stderr [deleted file]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_once_bad_sig.stderr [deleted file]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.rs [deleted file]
tests/ui/lang-items/issue-31076.rs [deleted file]
tests/ui/lang-items/issue-31076.stderr [deleted file]
tests/ui/lang-items/issue-83471.stderr
tests/ui/lang-items/issue-86238.rs [deleted file]
tests/ui/lang-items/issue-86238.stderr [deleted file]
tests/ui/lang-items/lang-item-generic-requirements.rs
tests/ui/lang-items/required-lang-item.rs
tests/ui/lang-items/required-lang-item.stderr
tests/ui/layout/issue-112048-unsizing-niche.rs
tests/ui/layout/issue-84108.rs
tests/ui/layout/issue-84108.stderr
tests/ui/layout/unsafe-cell-hides-niche.rs
tests/ui/layout/zero-sized-array-enum-niche.stderr
tests/ui/lazy-type-alias/implied-outlives-bounds.neg.stderr [new file with mode: 0644]
tests/ui/lazy-type-alias/implied-outlives-bounds.rs [new file with mode: 0644]
tests/ui/lexer/lex-emoji-identifiers.rs
tests/ui/lexer/lex-emoji-identifiers.stderr
tests/ui/lifetimes/issue-76168-hr-outlives-3.rs
tests/ui/lifetimes/issue-76168-hr-outlives-3.stderr
tests/ui/lifetimes/issue-95023.rs
tests/ui/lifetimes/issue-95023.stderr
tests/ui/lifetimes/lifetime-errors/issue_74400.rs
tests/ui/lifetimes/lifetime-errors/issue_74400.stderr
tests/ui/lifetimes/missing-lifetime-in-alias.rs
tests/ui/lifetimes/missing-lifetime-in-alias.stderr
tests/ui/lifetimes/unusual-rib-combinations.rs
tests/ui/lifetimes/unusual-rib-combinations.stderr
tests/ui/linkage-attr/linkage4.stderr
tests/ui/lint/clashing-extern-fn.rs
tests/ui/lint/clashing-extern-fn.stderr
tests/ui/lint/crate_level_only_lint.rs
tests/ui/lint/crate_level_only_lint.stderr
tests/ui/lint/dead-code/lint-dead-code-1.rs
tests/ui/lint/dead-code/lint-dead-code-5.rs
tests/ui/lint/dead-code/lint-dead-code-5.stderr
tests/ui/lint/dead-code/multiple-dead-codes-in-the-same-struct.rs
tests/ui/lint/dead-code/multiple-dead-codes-in-the-same-struct.stderr
tests/ui/lint/dead-code/offset-of-correct-param-env.rs
tests/ui/lint/dead-code/offset-of.rs
tests/ui/lint/dead-code/tuple-struct-field.rs
tests/ui/lint/dead-code/tuple-struct-field.stderr
tests/ui/lint/dead-code/type-in-transparent.rs [new file with mode: 0644]
tests/ui/lint/dead-code/with-impl.rs
tests/ui/lint/expansion-time.stderr
tests/ui/lint/forbid-group-group-2.rs
tests/ui/lint/forbid-group-group-2.stderr
tests/ui/lint/forbid-group-member.rs
tests/ui/lint/forbid-group-member.stderr
tests/ui/lint/forbid-member-group.rs
tests/ui/lint/forbid-member-group.stderr
tests/ui/lint/invalid_value.stderr
tests/ui/lint/issue-80988.rs
tests/ui/lint/issue-80988.stderr
tests/ui/lint/large_assignments/box_rc_arc_allowed.stderr
tests/ui/lint/large_assignments/copy_into_fn.rs [new file with mode: 0644]
tests/ui/lint/large_assignments/copy_into_fn.stderr [new file with mode: 0644]
tests/ui/lint/let_underscore/issue-119696-err-on-fn.rs [new file with mode: 0644]
tests/ui/lint/let_underscore/issue-119696-err-on-fn.stderr [new file with mode: 0644]
tests/ui/lint/let_underscore/issue-119697-extra-let.rs [new file with mode: 0644]
tests/ui/lint/let_underscore/issue-119697-extra-let.stderr [new file with mode: 0644]
tests/ui/lint/let_underscore/let_underscore_drop.rs
tests/ui/lint/let_underscore/let_underscore_lock.rs
tests/ui/lint/let_underscore/let_underscore_lock.stderr
tests/ui/lint/lint-ctypes-enum.stderr
tests/ui/lint/lint-forbid-attr.rs
tests/ui/lint/lint-forbid-attr.stderr
tests/ui/lint/lint-forbid-cmdline.rs
tests/ui/lint/lint-forbid-cmdline.stderr
tests/ui/lint/lint-match-arms-2.stderr
tests/ui/lint/lint-output-format.stderr
tests/ui/lint/lint-stability-2.stderr
tests/ui/lint/lint-stability-fields.stderr
tests/ui/lint/lint-stability.stderr
tests/ui/lint/must_not_suspend/feature-gate-must_not_suspend.stderr
tests/ui/lint/must_not_suspend/gated.rs
tests/ui/lint/must_not_suspend/gated.stderr
tests/ui/lint/rfc-2383-lint-reason/expect_missing_feature_gate.stderr
tests/ui/lint/rfc-2457-non-ascii-idents/lint-uncommon-codepoints.rs
tests/ui/lint/rfc-2457-non-ascii-idents/lint-uncommon-codepoints.stderr
tests/ui/lint/unused/issue-104397.rs
tests/ui/lint/unused/issue-105061-should-lint.rs
tests/ui/lint/unused/issue-105061.rs
tests/ui/lint/unused/issue-117142-invalid-remove-parens.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-119383-if-let-guard.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-119383-if-let-guard.stderr [new file with mode: 0644]
tests/ui/lint/unused/unused-doc-comments-edge-cases.stderr
tests/ui/lint/unused_parens_json_suggestion.fixed
tests/ui/lint/unused_parens_json_suggestion.rs
tests/ui/lint/unused_parens_json_suggestion.stderr
tests/ui/lint/unused_parens_remove_json_suggestion.fixed
tests/ui/lint/unused_parens_remove_json_suggestion.rs
tests/ui/lint/unused_parens_remove_json_suggestion.stderr
tests/ui/lint/use_suggestion_json.rs
tests/ui/lint/use_suggestion_json.stderr
tests/ui/lint/wide_pointer_comparisons.rs
tests/ui/lint/wide_pointer_comparisons.stderr
tests/ui/list.rs
tests/ui/lto/lto-still-runs-thread-dtors.rs
tests/ui/macros/html-literals.rs
tests/ui/macros/issue-118786.stderr
tests/ui/macros/issue-68060.rs
tests/ui/macros/issue-68060.stderr
tests/ui/macros/macro-stability.stderr
tests/ui/macros/macro-tt-followed-by-seq.rs
tests/ui/macros/rfc-3086-metavar-expr/required-feature.stderr
tests/ui/macros/stringify.rs
tests/ui/macros/trace_faulty_macros.stderr
tests/ui/methods/disambiguate-associated-function-first-arg.rs [new file with mode: 0644]
tests/ui/methods/disambiguate-associated-function-first-arg.stderr [new file with mode: 0644]
tests/ui/methods/issues/issue-61525.stderr
tests/ui/methods/method-ambiguity-no-rcvr.stderr
tests/ui/methods/method-argument-inference-associated-type.rs
tests/ui/methods/method-call-err-msg.stderr
tests/ui/methods/method-on-ambiguous-numeric-type.rs
tests/ui/methods/method-on-ambiguous-numeric-type.stderr
tests/ui/methods/method-probe-no-guessing-dyn-trait.rs
tests/ui/mir/lint/assignment-overlap.rs [new file with mode: 0644]
tests/ui/mir/lint/call-overlap.rs [new file with mode: 0644]
tests/ui/mir/lint/no-storage.rs [new file with mode: 0644]
tests/ui/mir/lint/storage-live.rs [new file with mode: 0644]
tests/ui/mir/lint/storage-live.stderr [new file with mode: 0644]
tests/ui/mir/lint/storage-return.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_switch.rs
tests/ui/mir/mir_fat_ptr.rs
tests/ui/mir/mir_raw_fat_ptr.rs
tests/ui/mir/mir_refs_correct.rs
tests/ui/mir/ssa_call_ret.rs
tests/ui/mir/validate/critical-edge.rs
tests/ui/mir/validate/noncleanup-cleanup.rs
tests/ui/mir/validate/storage-live.rs [deleted file]
tests/ui/mir/validate/storage-live.stderr [deleted file]
tests/ui/mismatched_types/E0631.stderr
tests/ui/mismatched_types/closure-arg-count.stderr
tests/ui/mismatched_types/const-fn-in-trait.stderr
tests/ui/mismatched_types/issue-36053-2.stderr
tests/ui/mismatched_types/non_zero_assigned_something.stderr
tests/ui/mismatched_types/suggest-removing-tuple-struct-field.fixed
tests/ui/mismatched_types/suggest-removing-tuple-struct-field.rs
tests/ui/missing/missing-block-hint.stderr
tests/ui/modules/issue-107649.stderr
tests/ui/moves/move-fn-self-receiver.stderr
tests/ui/mut/mutable-enum-indirect.stderr
tests/ui/never_type/issue-52443.stderr
tests/ui/never_type/never-type-in-nested-fn-decl.rs [new file with mode: 0644]
tests/ui/nll/borrowck-thread-local-static-mut-borrow-outlives-fn.rs
tests/ui/nll/borrowck-thread-local-static-mut-borrow-outlives-fn.stderr [new file with mode: 0644]
tests/ui/nll/closure-requirements/escape-argument-callee.rs
tests/ui/nll/closure-requirements/escape-argument.rs
tests/ui/nll/closure-requirements/escape-upvar-nested.rs
tests/ui/nll/closure-requirements/escape-upvar-ref.rs
tests/ui/nll/closure-requirements/propagate-approximated-fail-no-postdom.rs
tests/ui/nll/closure-requirements/propagate-approximated-ref.rs
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-comparing-against-free.rs
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-no-bound.rs
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-wrong-bound.rs
tests/ui/nll/closure-requirements/propagate-approximated-val.rs
tests/ui/nll/closure-requirements/propagate-despite-same-free-region.rs
tests/ui/nll/closure-requirements/propagate-fail-to-approximate-longer-no-bounds.rs
tests/ui/nll/closure-requirements/propagate-fail-to-approximate-longer-wrong-bounds.rs
tests/ui/nll/closure-requirements/propagate-from-trait-match.rs
tests/ui/nll/closure-requirements/region-lbr-anon-does-not-outlive-static.rs
tests/ui/nll/closure-requirements/region-lbr-named-does-not-outlive-static.rs
tests/ui/nll/closure-requirements/region-lbr1-does-not-outlive-ebr2.rs
tests/ui/nll/closure-requirements/region-lbr1-does-outlive-lbr2-because-implied-bound.rs
tests/ui/nll/closure-requirements/return-wrong-bound-region.rs
tests/ui/nll/issue-54302.stderr
tests/ui/nll/ty-outlives/impl-trait-captures.rs
tests/ui/nll/ty-outlives/impl-trait-outlives.rs
tests/ui/nll/ty-outlives/projection-implied-bounds.rs
tests/ui/nll/ty-outlives/projection-no-regions-closure.rs
tests/ui/nll/ty-outlives/projection-no-regions-fn.rs
tests/ui/nll/ty-outlives/projection-one-region-closure.rs
tests/ui/nll/ty-outlives/projection-one-region-trait-bound-closure.rs
tests/ui/nll/ty-outlives/projection-one-region-trait-bound-static-closure.rs
tests/ui/nll/ty-outlives/projection-two-region-trait-bound-closure.rs
tests/ui/nll/ty-outlives/ty-param-closure-approximate-lower-bound.rs
tests/ui/nll/ty-outlives/ty-param-closure-outlives-from-return-type.rs
tests/ui/nll/ty-outlives/ty-param-closure-outlives-from-where-clause.rs
tests/ui/nll/ty-outlives/ty-param-implied-bounds.rs
tests/ui/nll/user-annotations/dump-adt-brace-struct.rs
tests/ui/nll/user-annotations/dump-fn-method.rs
tests/ui/no-send-res-ports.stderr
tests/ui/no_send-enum.stderr
tests/ui/no_share-enum.stderr
tests/ui/no_std/no-std-no-start-binary.rs [new file with mode: 0644]
tests/ui/no_std/no-std-no-start-binary.stderr [new file with mode: 0644]
tests/ui/no_std/no-std-unwind-binary.rs [new file with mode: 0644]
tests/ui/no_std/no-std-unwind-binary.stderr [new file with mode: 0644]
tests/ui/not-clone-closure.stderr
tests/ui/not-panic/not-panic-safe-2.stderr
tests/ui/not-panic/not-panic-safe-3.stderr
tests/ui/not-panic/not-panic-safe-4.stderr
tests/ui/not-panic/not-panic-safe-5.stderr
tests/ui/not-panic/not-panic-safe-6.stderr
tests/ui/nullable-pointer-iotareduction.rs
tests/ui/numbers-arithmetic/not-suggest-float-literal.stderr
tests/ui/numbers-arithmetic/overflowing-rsh-6.rs [deleted file]
tests/ui/numbers-arithmetic/overflowing-rsh-6.stderr [deleted file]
tests/ui/object-lifetime/object-lifetime-default-dyn-binding-nonstatic3.rs
tests/ui/object-lifetime/object-lifetime-default-dyn-binding-nonstatic3.stderr
tests/ui/object-safety/avoid-ice-on-warning-2.new.stderr [new file with mode: 0644]
tests/ui/object-safety/avoid-ice-on-warning-2.old.stderr [new file with mode: 0644]
tests/ui/object-safety/avoid-ice-on-warning-2.rs [new file with mode: 0644]
tests/ui/object-safety/avoid-ice-on-warning-3.new.stderr [new file with mode: 0644]
tests/ui/object-safety/avoid-ice-on-warning-3.old.stderr [new file with mode: 0644]
tests/ui/object-safety/avoid-ice-on-warning-3.rs [new file with mode: 0644]
tests/ui/object-safety/avoid-ice-on-warning.new.stderr [new file with mode: 0644]
tests/ui/object-safety/avoid-ice-on-warning.old.stderr [new file with mode: 0644]
tests/ui/object-safety/avoid-ice-on-warning.rs [new file with mode: 0644]
tests/ui/object-safety/bare-trait-dont-suggest-dyn.new.fixed [new file with mode: 0644]
tests/ui/object-safety/bare-trait-dont-suggest-dyn.new.stderr [new file with mode: 0644]
tests/ui/object-safety/bare-trait-dont-suggest-dyn.old.stderr [new file with mode: 0644]
tests/ui/object-safety/bare-trait-dont-suggest-dyn.rs [new file with mode: 0644]
tests/ui/object-safety/erroneous_signature.rs [new file with mode: 0644]
tests/ui/object-safety/erroneous_signature.stderr [new file with mode: 0644]
tests/ui/object-safety/object-safety-supertrait-mentions-Self.rs
tests/ui/object-safety/object-safety-supertrait-mentions-Self.stderr
tests/ui/offset-of/offset-of-arg-count.rs
tests/ui/offset-of/offset-of-arg-count.stderr
tests/ui/offset-of/offset-of-builtin.rs
tests/ui/offset-of/offset-of-builtin.stderr
tests/ui/offset-of/offset-of-dst-field.rs
tests/ui/offset-of/offset-of-dst-field.stderr
tests/ui/offset-of/offset-of-enum.rs
tests/ui/offset-of/offset-of-inference.rs
tests/ui/offset-of/offset-of-inference.stderr
tests/ui/offset-of/offset-of-must-use.rs
tests/ui/offset-of/offset-of-must-use.stderr
tests/ui/offset-of/offset-of-output-type.rs
tests/ui/offset-of/offset-of-output-type.stderr
tests/ui/offset-of/offset-of-private.rs
tests/ui/offset-of/offset-of-self.rs
tests/ui/offset-of/offset-of-self.stderr
tests/ui/offset-of/offset-of-tuple-nested.rs
tests/ui/offset-of/offset-of-tuple.rs
tests/ui/offset-of/offset-of-tuple.stderr
tests/ui/offset-of/offset-of-unsized.rs
tests/ui/offset-of/offset-of-unstable-with-feature.rs
tests/ui/offset-of/offset-of-unstable.rs
tests/ui/offset-of/offset-of-unstable.stderr
tests/ui/on-unimplemented/feature-gate-on-unimplemented.stderr
tests/ui/on-unimplemented/multiple-impls.rs
tests/ui/on-unimplemented/multiple-impls.stderr
tests/ui/on-unimplemented/on-impl.rs
tests/ui/on-unimplemented/on-impl.stderr
tests/ui/on-unimplemented/on-trait.stderr
tests/ui/on-unimplemented/slice-index.stderr
tests/ui/optimization-fuel-0.rs
tests/ui/optimization-fuel-1.rs
tests/ui/or-patterns/exhaustiveness-unreachable-pattern.rs
tests/ui/or-patterns/exhaustiveness-unreachable-pattern.stderr
tests/ui/or-patterns/or-patterns-syntactic-pass.stderr
tests/ui/packed/issue-118537-field-offset-ice.rs
tests/ui/packed/packed-struct-drop-aligned.rs
tests/ui/packed/packed-struct-optimized-enum.rs
tests/ui/packed/packed-tuple-struct-layout.rs
tests/ui/panic-handler/panic-handler-requires-panic-info.rs
tests/ui/panic-handler/panic-handler-requires-panic-info.stderr
tests/ui/panic-handler/weak-lang-item.rs
tests/ui/panic-handler/weak-lang-item.stderr
tests/ui/panic-runtime/needs-gate.stderr
tests/ui/panics/default-backtrace-ice.stderr
tests/ui/parser/attribute/attr-stmt-expr-attr-bad.rs
tests/ui/parser/attribute/attr-stmt-expr-attr-bad.stderr
tests/ui/parser/attribute/attr-unquoted-ident.fixed [new file with mode: 0644]
tests/ui/parser/attribute/attr-unquoted-ident.rs [new file with mode: 0644]
tests/ui/parser/attribute/attr-unquoted-ident.stderr [new file with mode: 0644]
tests/ui/parser/attribute/properly-recover-from-trailing-outer-attribute-in-body.rs [new file with mode: 0644]
tests/ui/parser/attribute/properly-recover-from-trailing-outer-attribute-in-body.stderr [new file with mode: 0644]
tests/ui/parser/bad-let-else-statement.rs
tests/ui/parser/bad-let-else-statement.stderr
tests/ui/parser/bounds-type.rs
tests/ui/parser/bounds-type.stderr
tests/ui/parser/constraints-before-generic-args-syntactic-pass.stderr
tests/ui/parser/eq-gt-to-gt-eq.fixed [new file with mode: 0644]
tests/ui/parser/eq-gt-to-gt-eq.rs [new file with mode: 0644]
tests/ui/parser/eq-gt-to-gt-eq.stderr [new file with mode: 0644]
tests/ui/parser/fn-header-semantic-fail.rs
tests/ui/parser/fn-header-semantic-fail.stderr
tests/ui/parser/generic-param-default-in-binder.rs [new file with mode: 0644]
tests/ui/parser/impl-item-type-no-body-semantic-fail.rs
tests/ui/parser/impl-item-type-no-body-semantic-fail.stderr
tests/ui/parser/impls-nested-within-anon-consts-semantic.rs [new file with mode: 0644]
tests/ui/parser/impls-nested-within-fns-semantic-0.rs [new file with mode: 0644]
tests/ui/parser/impls-nested-within-fns-semantic-1.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-103748-ICE-wrong-braces.rs
tests/ui/parser/issues/issue-103748-ICE-wrong-braces.stderr
tests/ui/parser/issues/issue-118531-ice.stderr
tests/ui/parser/issues/issue-24197.rs
tests/ui/parser/issues/issue-24197.stderr
tests/ui/parser/issues/issue-24375.rs
tests/ui/parser/issues/issue-24375.stderr
tests/ui/parser/issues/issue-68091-unicode-ident-after-if.stderr
tests/ui/parser/issues/issue-68092-unicode-ident-after-incomplete-expr.stderr
tests/ui/parser/issues/issue-70388-without-witness.fixed
tests/ui/parser/issues/issue-70388-without-witness.rs
tests/ui/parser/issues/issue-73568-lifetime-after-mut.rs
tests/ui/parser/issues/issue-73568-lifetime-after-mut.stderr
tests/ui/parser/label-is-actually-char.rs
tests/ui/parser/label-is-actually-char.stderr
tests/ui/parser/macro/mbe-bare-trait-object-maybe-trait-bound.rs [new file with mode: 0644]
tests/ui/parser/match-arm-without-body.stderr
tests/ui/parser/pat-lt-bracket-1.rs
tests/ui/parser/pat-lt-bracket-1.stderr
tests/ui/parser/pat-lt-bracket-5.rs
tests/ui/parser/pat-lt-bracket-5.stderr
tests/ui/parser/pat-lt-bracket-6.rs
tests/ui/parser/pat-lt-bracket-6.stderr
tests/ui/parser/pat-ranges-3.rs
tests/ui/parser/pat-ranges-3.stderr
tests/ui/parser/pat-ranges-4.rs [deleted file]
tests/ui/parser/pat-ranges-4.stderr [deleted file]
tests/ui/parser/pat-recover-exprs.rs [new file with mode: 0644]
tests/ui/parser/pat-recover-exprs.stderr [new file with mode: 0644]
tests/ui/parser/pat-recover-methodcalls.rs [new file with mode: 0644]
tests/ui/parser/pat-recover-methodcalls.stderr [new file with mode: 0644]
tests/ui/parser/pat-recover-ranges.rs [new file with mode: 0644]
tests/ui/parser/pat-recover-ranges.stderr [new file with mode: 0644]
tests/ui/parser/pat-recover-wildcards.rs [new file with mode: 0644]
tests/ui/parser/pat-recover-wildcards.stderr [new file with mode: 0644]
tests/ui/parser/range-exclusive-dotdotlt.rs [new file with mode: 0644]
tests/ui/parser/range-exclusive-dotdotlt.stderr [new file with mode: 0644]
tests/ui/parser/recover/recover-assoc-const-constraint.stderr
tests/ui/parser/recover/recover-fn-ptr-with-generics.rs
tests/ui/parser/recover/recover-fn-ptr-with-generics.stderr
tests/ui/parser/recover/recover-fn-trait-from-fn-kw.stderr
tests/ui/parser/recover/recover-quantified-closure.stderr
tests/ui/parser/recover/recover-where-clause-before-tuple-struct-body-0.fixed
tests/ui/parser/recover/recover-where-clause-before-tuple-struct-body-0.rs
tests/ui/parser/recover/recover-where-clause-before-tuple-struct-body-0.stderr
tests/ui/parser/removed-syntax-box.fixed [deleted file]
tests/ui/parser/removed-syntax-box.rs [deleted file]
tests/ui/parser/removed-syntax-box.stderr [deleted file]
tests/ui/parser/removed-syntax-closure-lifetime.rs [deleted file]
tests/ui/parser/removed-syntax-closure-lifetime.stderr [deleted file]
tests/ui/parser/removed-syntax-enum-newtype.rs [deleted file]
tests/ui/parser/removed-syntax-enum-newtype.stderr [deleted file]
tests/ui/parser/removed-syntax-field-let-2.rs [deleted file]
tests/ui/parser/removed-syntax-field-let-2.stderr [deleted file]
tests/ui/parser/removed-syntax-field-let.rs [deleted file]
tests/ui/parser/removed-syntax-field-let.stderr [deleted file]
tests/ui/parser/removed-syntax-field-semicolon.rs [deleted file]
tests/ui/parser/removed-syntax-field-semicolon.stderr [deleted file]
tests/ui/parser/removed-syntax-fixed-vec.rs [deleted file]
tests/ui/parser/removed-syntax-fixed-vec.stderr [deleted file]
tests/ui/parser/removed-syntax-fn-sigil.rs [deleted file]
tests/ui/parser/removed-syntax-fn-sigil.stderr [deleted file]
tests/ui/parser/removed-syntax-mode.rs [deleted file]
tests/ui/parser/removed-syntax-mode.stderr [deleted file]
tests/ui/parser/removed-syntax-mut-vec-expr.rs [deleted file]
tests/ui/parser/removed-syntax-mut-vec-expr.stderr [deleted file]
tests/ui/parser/removed-syntax-mut-vec-ty.rs [deleted file]
tests/ui/parser/removed-syntax-mut-vec-ty.stderr [deleted file]
tests/ui/parser/removed-syntax-ptr-lifetime.rs [deleted file]
tests/ui/parser/removed-syntax-ptr-lifetime.stderr [deleted file]
tests/ui/parser/removed-syntax-record.rs [deleted file]
tests/ui/parser/removed-syntax-record.stderr [deleted file]
tests/ui/parser/removed-syntax-static-fn.rs [deleted file]
tests/ui/parser/removed-syntax-static-fn.stderr [deleted file]
tests/ui/parser/removed-syntax-uniq-mut-expr.rs [deleted file]
tests/ui/parser/removed-syntax-uniq-mut-expr.stderr [deleted file]
tests/ui/parser/removed-syntax-uniq-mut-ty.rs [deleted file]
tests/ui/parser/removed-syntax-uniq-mut-ty.stderr [deleted file]
tests/ui/parser/removed-syntax-with-1.rs [deleted file]
tests/ui/parser/removed-syntax-with-1.stderr [deleted file]
tests/ui/parser/removed-syntax-with-2.rs [deleted file]
tests/ui/parser/removed-syntax-with-2.stderr [deleted file]
tests/ui/parser/removed-syntax/removed-syntax-box.fixed [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-box.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-box.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-closure-lifetime.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-closure-lifetime.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-enum-newtype.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-enum-newtype.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-field-let-2.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-field-let-2.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-field-let.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-field-let.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-field-semicolon.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-field-semicolon.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-fixed-vec.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-fixed-vec.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-fn-sigil.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-fn-sigil.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-mode.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-mode.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-mut-vec-expr.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-mut-vec-expr.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-mut-vec-ty.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-mut-vec-ty.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-ptr-lifetime.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-ptr-lifetime.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-record.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-record.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-static-fn.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-static-fn.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-uniq-mut-expr.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-uniq-mut-expr.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-uniq-mut-ty.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-uniq-mut-ty.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-with-1.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-with-1.stderr [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-with-2.rs [new file with mode: 0644]
tests/ui/parser/removed-syntax/removed-syntax-with-2.stderr [new file with mode: 0644]
tests/ui/parser/struct-literal-in-for.stderr
tests/ui/parser/trait-object-delimiters.rs
tests/ui/parser/trait-object-delimiters.stderr
tests/ui/partialeq_help.stderr
tests/ui/pattern/issue-115599.rs
tests/ui/pattern/issue-115599.stderr
tests/ui/pattern/issue-117626.rs [new file with mode: 0644]
tests/ui/pattern/never_patterns.rs [deleted file]
tests/ui/pattern/never_patterns.stderr [deleted file]
tests/ui/pattern/non-structural-match-types.mir.stderr [deleted file]
tests/ui/pattern/non-structural-match-types.rs
tests/ui/pattern/non-structural-match-types.stderr [new file with mode: 0644]
tests/ui/pattern/non-structural-match-types.thir.stderr [deleted file]
tests/ui/pattern/range-pattern-meant-to-be-slice-rest-pattern.stderr
tests/ui/pattern/rest-pat-syntactic.stderr
tests/ui/pattern/usefulness/const-partial_eq-fallback-ice.rs
tests/ui/pattern/usefulness/const-partial_eq-fallback-ice.stderr
tests/ui/pattern/usefulness/consts-opaque.rs
tests/ui/pattern/usefulness/consts-opaque.stderr
tests/ui/pattern/usefulness/deny-irrefutable-let-patterns.stderr
tests/ui/pattern/usefulness/empty-types.exhaustive_patterns.stderr
tests/ui/pattern/usefulness/empty-types.min_exh_pats.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/empty-types.normal.stderr
tests/ui/pattern/usefulness/empty-types.rs
tests/ui/pattern/usefulness/impl-trait.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/impl-trait.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/issue-117648-overlapping_range_endpoints-false-positive.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/integer-ranges/overlapping_range_endpoints.rs
tests/ui/pattern/usefulness/integer-ranges/overlapping_range_endpoints.stderr
tests/ui/pattern/usefulness/issue-119493-type-error-ice.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-119493-type-error-ice.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-119778-type-error-ice.rs [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-119778-type-error-ice.stderr [new file with mode: 0644]
tests/ui/pattern/usefulness/issue-57472.rs
tests/ui/pattern/usefulness/issue-57472.stderr
tests/ui/pattern/usefulness/refutable-pattern-in-fn-arg.rs
tests/ui/pattern/usefulness/refutable-pattern-in-fn-arg.stderr
tests/ui/pin-macro/cant_access_internals.rs
tests/ui/pin-macro/cant_access_internals.stderr
tests/ui/print_type_sizes/niche-filling.stdout
tests/ui/privacy/auxiliary/issue-119463-extern.rs [new file with mode: 0644]
tests/ui/privacy/issue-119463.rs [new file with mode: 0644]
tests/ui/privacy/issue-119463.stderr [new file with mode: 0644]
tests/ui/privacy/private-type-in-interface.rs
tests/ui/privacy/private-type-in-interface.stderr
tests/ui/proc-macro/allowed-attr-stmt-expr.stdout
tests/ui/proc-macro/attr-stmt-expr.stderr
tests/ui/proc-macro/attr-stmt-expr.stdout
tests/ui/proc-macro/attribute-spans-preserved.stdout
tests/ui/proc-macro/attributes-on-modules-fail.stderr
tests/ui/proc-macro/auxiliary/api/mod.rs
tests/ui/proc-macro/auxiliary/api/parse.rs
tests/ui/proc-macro/auxiliary/attr-stmt-expr.rs
tests/ui/proc-macro/capture-macro-rules-invoke.stdout
tests/ui/proc-macro/cfg-eval-inner.stdout
tests/ui/proc-macro/derive-helper-legacy-spurious.rs
tests/ui/proc-macro/derive-helper-legacy-spurious.stderr
tests/ui/proc-macro/doc-comment-preserved.stdout
tests/ui/proc-macro/dollar-crate-issue-57089.stdout
tests/ui/proc-macro/dollar-crate-issue-62325.stdout
tests/ui/proc-macro/dollar-crate.stdout
tests/ui/proc-macro/env.rs
tests/ui/proc-macro/expand-expr.rs
tests/ui/proc-macro/expand-expr.stderr
tests/ui/proc-macro/expand-to-derive.stdout
tests/ui/proc-macro/expand-to-unstable.stderr
tests/ui/proc-macro/expr-stmt-nonterminal-tokens.stdout
tests/ui/proc-macro/inert-attribute-order.stdout
tests/ui/proc-macro/inner-attr-non-inline-mod.stderr
tests/ui/proc-macro/inner-attrs.rs
tests/ui/proc-macro/inner-attrs.stderr
tests/ui/proc-macro/inner-attrs.stdout
tests/ui/proc-macro/input-interpolated.stdout
tests/ui/proc-macro/issue-118455-skip-err-builtin.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-118455-skip-err-builtin.stderr [new file with mode: 0644]
tests/ui/proc-macro/issue-75734-pp-paren.stdout
tests/ui/proc-macro/issue-75930-derive-cfg.rs
tests/ui/proc-macro/issue-75930-derive-cfg.stderr
tests/ui/proc-macro/issue-75930-derive-cfg.stdout
tests/ui/proc-macro/issue-76182-leading-vert-pat.stdout
tests/ui/proc-macro/issue-83510.stderr
tests/ui/proc-macro/issue-89566-suggest-fix-invalid-top-level-macro-attr.fixed [new file with mode: 0644]
tests/ui/proc-macro/issue-89566-suggest-fix-invalid-top-level-macro-attr.rs [new file with mode: 0644]
tests/ui/proc-macro/issue-89566-suggest-fix-invalid-top-level-macro-attr.stderr [new file with mode: 0644]
tests/ui/proc-macro/keep-expr-tokens.stdout
tests/ui/proc-macro/literal-to-string.rs
tests/ui/proc-macro/literal-to-string.stdout
tests/ui/proc-macro/macro-rules-derive-cfg.stdout
tests/ui/proc-macro/meta-macro-hygiene.stdout
tests/ui/proc-macro/nested-derive-cfg.stdout
tests/ui/proc-macro/nonterminal-token-hygiene.stdout
tests/ui/proc-macro/pretty-print-tts.stdout
tests/ui/proc-macro/proc-macro-gates.stderr
tests/ui/proc-macro/test.rs
tests/ui/process/no-stdio.rs
tests/ui/pub/pub-ident-struct-4.fixed
tests/ui/pub/pub-ident-struct-4.rs
tests/ui/pub/pub-ident-struct-4.stderr
tests/ui/range/range-1.stderr
tests/ui/range_inclusive.rs
tests/ui/raw-ref-op/feature-raw-ref-op.stderr
tests/ui/recursion/recursive-requirements.stderr
tests/ui/recursion/recursive-static-definition.stderr
tests/ui/recursion_limit/issue-40003.rs
tests/ui/repeat-expr/repeat-to-run-dtor-twice.stderr
tests/ui/repr/align-with-extern-c-fn.rs
tests/ui/repr/explicit-rust-repr-conflicts.stderr
tests/ui/reserved/reserved-attr-on-macro.rs
tests/ui/reserved/reserved-attr-on-macro.stderr
tests/ui/resolve/auxiliary/suggest-constructor-cycle-error.rs [new file with mode: 0644]
tests/ui/resolve/issue-5035-2.stderr
tests/ui/resolve/suggest-constructor-cycle-error.rs [new file with mode: 0644]
tests/ui/resolve/suggest-constructor-cycle-error.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/120240-async-fn-never-arg.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/120240-async-fn-never-arg.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/ICE-119271-never-arm-attr-in-guard.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/ICE-119271-never-arm-attr-in-guard.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/bindings.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/bindings.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/diverge-causes-unreachable-code.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/diverge-causes-unreachable-code.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/diverges-not.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/diverges-not.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/diverges.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/macros.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/parse.rs
tests/ui/rfcs/rfc-0000-never_patterns/parse.stderr
tests/ui/rfcs/rfc-0000-never_patterns/typeck.fail.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/typeck.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/unreachable.exh_pats.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-0000-never_patterns/unreachable.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-direct-unsafe-ptr-embedded.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-direct-unsafe-ptr-param.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-indirect-unsafe-ptr-embedded.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/allow-hide-behind-indirect-unsafe-ptr-param.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-embedded.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-embedded.stderr
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-param.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-param.stderr
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-embedded.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-embedded.stderr
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-param.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-doubly-indirect-param.stderr
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-embedded.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-embedded.stderr
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-param.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-indirect-struct-param.stderr
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/feature-gate.no_gate.stderr
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/feature-gate.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/issue-61188-match-slice-forbidden-without-eq.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/issue-61188-match-slice-forbidden-without-eq.stderr
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/issue-62307-match-ref-ref-forbidden-without-eq.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/issue-62307-match-ref-ref-forbidden-without-eq.stderr
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-forbidden-without-eq.rs [deleted file]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-forbidden-without-eq.stderr [deleted file]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-nonempty-array-forbidden-without-eq.rs [deleted file]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-nonempty-array-forbidden-without-eq.stderr [deleted file]
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.rs
tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.stderr
tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-test-wrong-type.stderr
tests/ui/rfcs/rfc-2151-raw-identifiers/attr.rs
tests/ui/rfcs/rfc-2294-if-let-guard/drop-order.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/drop-scope.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/feature-gate.stderr
tests/ui/rfcs/rfc-2294-if-let-guard/loop-mutability.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/scope.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/scoping-consistency-async.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/scoping-consistency.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2294-if-let-guard/warns.stderr
tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-requires-debug.stderr
tests/ui/rfcs/rfc-2396-target_feature-11/check-pass.rs
tests/ui/rfcs/rfc-2396-target_feature-11/closures-inherit-target_feature.rs
tests/ui/rfcs/rfc-2396-target_feature-11/feature-gate-target_feature_11.stderr
tests/ui/rfcs/rfc-2396-target_feature-11/fn-ptr.rs
tests/ui/rfcs/rfc-2396-target_feature-11/fn-ptr.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/issue-108655-inline-always-closure.rs
tests/ui/rfcs/rfc-2396-target_feature-11/safe-calls.rs
tests/ui/rfcs/rfc-2396-target_feature-11/safe-calls.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2397-do-not-recommend/feature-gate-do_not_recommend.stderr
tests/ui/rfcs/rfc-2397-do-not-recommend/unstable-feature.stderr
tests/ui/rfcs/rfc-2497-if-let-chains/feature-gate.stderr
tests/ui/rfcs/rfc-2497-if-let-chains/issue-93150.stderr
tests/ui/rfcs/rfc-2528-type-changing-struct-update/feature-gate.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type-const-bound-usage-0.qualified.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type-const-bound-usage-0.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type-const-bound-usage-1.qualified.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type-const-bound-usage-1.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type-const-bound-usage.rs [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type-const-bound-usage.stderr [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/assoc-type.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/call-const-trait-method-pass.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-nonconst.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/call-generic-method-nonconst.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/call.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const-bounds-non-const-trait.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-bounds-non-const-trait.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closure-parse-not-item.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closure-trait-method-fail.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closure-trait-method.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-closures.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail-2.precise.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail-2.stock.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop.precise.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop.stock.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-fns-are-early-bound.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-requires-const-trait.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-trait.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-trait.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const-trait-bounds-trait-objects.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-trait-bounds-trait-objects.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const-trait-bounds.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-gate.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-non-const-type.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-use.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/cross-crate-default-method-body-is-const.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/effects/const_closure-const_trait_impl-ice-113381.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/effects/const_closure-const_trait_impl-ice-113381.stderr [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/effects/ice-112822-expected-type-for-param.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/effects/ice-112822-expected-type-for-param.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/effects/minicore.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/effects/project.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/effects/project.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/effects/trait-fn-const.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/effects/trait-fn-const.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/feature-gate.gated.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/feature-gate.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/feature-gate.stock.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/gate.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/generic-bound.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/hir-const-check.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-102985.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-79450.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/issue-88155.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/match-non-const-eq.gated.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/mbe-bare-trait-objects-const-trait-bounds.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/mbe-const-trait-bound-theoretical-regression.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/mbe-const-trait-bound-theoretical-regression.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/mbe-dyn-const-2015.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/mutually-exclusive-trait-bound-modifiers.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/mutually-exclusive-trait-bound-modifiers.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/non-const-op-const-closure-non-const-outer.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/non-const-op-in-closure-in-const.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/specializing-constness-2.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/specializing-constness-2.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.nn.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.ny.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.yn.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-2.yy.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.nn.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.ny.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.yn.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/super-traits-fail-3.yy.stderr [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-assoc-fn-in-trait-impl.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-inherent-assoc-const-fn.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-invalid-places.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-invalid-places.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-maybe-trait.rs [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-maybe-trait.stderr [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-trait-assoc-tys.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/tilde_const_on_impl_bound.rs [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-default-body-stability.rs
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-default-body-stability.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/trait-where-clause-const.stderr
tests/ui/rfcs/rfc-2632-const-trait-impl/unsatisfied-const-trait-bound.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/unsatisfied-const-trait-bound.stderr [new file with mode: 0644]
tests/ui/rfcs/rfc-2632-const-trait-impl/without-tilde.rs [deleted file]
tests/ui/rfcs/rfc-2632-const-trait-impl/without-tilde.stderr [deleted file]
tests/ui/rfcs/rfc-3348-c-string-literals/basic.rs
tests/ui/rfcs/rfc-3348-c-string-literals/gate.rs [deleted file]
tests/ui/rfcs/rfc-3348-c-string-literals/gate.stderr [deleted file]
tests/ui/rfcs/rfc-3348-c-string-literals/no-nuls.rs
tests/ui/rfcs/rfc-3348-c-string-literals/no-nuls.stderr
tests/ui/rfcs/rfc-3348-c-string-literals/non-ascii.rs
tests/ui/runtime/running-with-no-runtime.rs
tests/ui/rust-2018/issue-54006.rs
tests/ui/rust-2018/issue-54006.stderr
tests/ui/rustdoc/feature-gate-doc_primitive.stderr
tests/ui/sanitize/badfree.rs
tests/ui/sanitize/sanitizer-cfi-generalize-pointers-attr-cfg.rs
tests/ui/sanitize/sanitizer-cfi-normalize-integers-attr-cfg.rs
tests/ui/self/arbitrary-self-from-method-substs.default.stderr
tests/ui/self/arbitrary_self_types_pin_needing_borrow.stderr
tests/ui/shell-argfiles/shell-argfiles-badquotes-windows.rs [new file with mode: 0644]
tests/ui/shell-argfiles/shell-argfiles-badquotes-windows.stderr [new file with mode: 0644]
tests/ui/shell-argfiles/shell-argfiles-badquotes.args [new file with mode: 0644]
tests/ui/shell-argfiles/shell-argfiles-badquotes.rs [new file with mode: 0644]
tests/ui/shell-argfiles/shell-argfiles-badquotes.stderr [new file with mode: 0644]
tests/ui/shell-argfiles/shell-argfiles-via-argfile-shell.args [new file with mode: 0644]
tests/ui/shell-argfiles/shell-argfiles-via-argfile.args [new file with mode: 0644]
tests/ui/shell-argfiles/shell-argfiles-via-argfile.rs [new file with mode: 0644]
tests/ui/shell-argfiles/shell-argfiles.args [new file with mode: 0644]
tests/ui/shell-argfiles/shell-argfiles.rs [new file with mode: 0644]
tests/ui/simd/intrinsic/generic-comparison-pass.rs
tests/ui/single-use-lifetime/issue-117965.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/issue-117965.stderr [new file with mode: 0644]
tests/ui/sized/recursive-type-1.rs [deleted file]
tests/ui/sized/recursive-type-2.rs [deleted file]
tests/ui/sized/recursive-type-2.stderr [deleted file]
tests/ui/sized/recursive-type-binding.rs [new file with mode: 0644]
tests/ui/sized/recursive-type-binding.stderr [new file with mode: 0644]
tests/ui/sized/recursive-type-coercion-from-never.rs [new file with mode: 0644]
tests/ui/sized/recursive-type-coercion-from-never.stderr [new file with mode: 0644]
tests/ui/sized/recursive-type-pass.rs [new file with mode: 0644]
tests/ui/span/gated-features-attr-spans.stderr
tests/ui/span/issue-43927-non-ADT-derive.rs
tests/ui/span/issue-43927-non-ADT-derive.stderr
tests/ui/span/lint-unused-unsafe.mir.stderr [deleted file]
tests/ui/span/lint-unused-unsafe.rs
tests/ui/span/lint-unused-unsafe.stderr [new file with mode: 0644]
tests/ui/span/lint-unused-unsafe.thir.stderr [deleted file]
tests/ui/specialization/allow_internal_unstable.rs [new file with mode: 0644]
tests/ui/specialization/const_trait_impl.stderr
tests/ui/specialization/ctfe/default-assoc-const.rs [new file with mode: 0644]
tests/ui/specialization/ctfe/default-assoc-const.stderr [new file with mode: 0644]
tests/ui/specialization/ctfe/default-assoc-type.rs [new file with mode: 0644]
tests/ui/specialization/ctfe/default-assoc-type.stderr [new file with mode: 0644]
tests/ui/specialization/defaultimpl/specialization-feature-gate-default.stderr
tests/ui/specialization/defaultimpl/specialization-trait-not-implemented.stderr
tests/ui/specialization/min_specialization/bad-const-wf-doesnt-specialize.rs
tests/ui/specialization/min_specialization/bad-const-wf-doesnt-specialize.stderr
tests/ui/specialization/min_specialization/issue-79224.stderr
tests/ui/specialization/specialization-cross-crate.rs
tests/ui/specialization/specialization-feature-gate-default.stderr
tests/ui/specialization/specialization-translate-projections-with-lifetimes.rs
tests/ui/stability-attribute/accidental-stable-in-unstable.stderr
tests/ui/stability-attribute/allow-unstable-reexport.stderr
tests/ui/stability-attribute/allowed-through-unstable.stderr
tests/ui/stability-attribute/default-body-stability-err.stderr
tests/ui/stability-attribute/generics-default-stability-trait.stderr
tests/ui/stability-attribute/generics-default-stability-where.rs
tests/ui/stability-attribute/generics-default-stability-where.stderr
tests/ui/stability-attribute/generics-default-stability.stderr
tests/ui/stability-attribute/issue-28075.stderr
tests/ui/stability-attribute/issue-28388-3.stderr
tests/ui/stability-attribute/stability-attribute-implies-no-feature.stderr
tests/ui/stability-attribute/stability-attribute-issue.stderr
tests/ui/stability-attribute/stable-in-unstable.stderr
tests/ui/stability-attribute/suggest-vec-allocator-api.stderr
tests/ui/static/reference-of-mut-static-unsafe-fn.rs [new file with mode: 0644]
tests/ui/static/reference-of-mut-static-unsafe-fn.stderr [new file with mode: 0644]
tests/ui/static/reference-of-mut-static.e2021.stderr [new file with mode: 0644]
tests/ui/static/reference-of-mut-static.e2024.stderr [new file with mode: 0644]
tests/ui/static/reference-of-mut-static.rs [new file with mode: 0644]
tests/ui/static/reference-to-mut-static-safe.e2021.stderr [new file with mode: 0644]
tests/ui/static/reference-to-mut-static-safe.e2024.stderr [new file with mode: 0644]
tests/ui/static/reference-to-mut-static-safe.rs [new file with mode: 0644]
tests/ui/static/reference-to-mut-static-unsafe-fn.rs [new file with mode: 0644]
tests/ui/static/reference-to-mut-static-unsafe-fn.stderr [new file with mode: 0644]
tests/ui/static/reference-to-mut-static.e2021.stderr [new file with mode: 0644]
tests/ui/static/reference-to-mut-static.e2024.stderr [new file with mode: 0644]
tests/ui/static/reference-to-mut-static.rs [new file with mode: 0644]
tests/ui/static/safe-extern-statics-mut.mir.stderr [deleted file]
tests/ui/static/safe-extern-statics-mut.rs
tests/ui/static/safe-extern-statics-mut.stderr [new file with mode: 0644]
tests/ui/static/safe-extern-statics-mut.thir.stderr [deleted file]
tests/ui/static/safe-extern-statics.mir.stderr [deleted file]
tests/ui/static/safe-extern-statics.rs
tests/ui/static/safe-extern-statics.stderr [new file with mode: 0644]
tests/ui/static/safe-extern-statics.thir.stderr [deleted file]
tests/ui/static/static-mut-foreign-requires-unsafe.mir.stderr [deleted file]
tests/ui/static/static-mut-foreign-requires-unsafe.rs
tests/ui/static/static-mut-foreign-requires-unsafe.stderr [new file with mode: 0644]
tests/ui/static/static-mut-foreign-requires-unsafe.thir.stderr [deleted file]
tests/ui/static/static-mut-requires-unsafe.mir.stderr [deleted file]
tests/ui/static/static-mut-requires-unsafe.rs
tests/ui/static/static-mut-requires-unsafe.stderr [new file with mode: 0644]
tests/ui/static/static-mut-requires-unsafe.thir.stderr [deleted file]
tests/ui/statics/issue-14227.mir.stderr [deleted file]
tests/ui/statics/issue-14227.rs
tests/ui/statics/issue-14227.stderr [new file with mode: 0644]
tests/ui/statics/issue-14227.thir.stderr [deleted file]
tests/ui/statics/issue-15261.rs
tests/ui/statics/issue-15261.stderr [new file with mode: 0644]
tests/ui/statics/static-mut-xc.rs
tests/ui/statics/static-mut-xc.stderr [new file with mode: 0644]
tests/ui/statics/static-recursive.rs
tests/ui/statics/static-recursive.stderr [new file with mode: 0644]
tests/ui/stats/hir-stats.stderr
tests/ui/std/windows-bat-args.rs [new file with mode: 0644]
tests/ui/std/windows-bat-args1.bat [new file with mode: 0644]
tests/ui/std/windows-bat-args2.bat [new file with mode: 0644]
tests/ui/std/windows-bat-args3.bat [new file with mode: 0644]
tests/ui/stdlib-unit-tests/raw-fat-ptr.rs
tests/ui/stmt_expr_attrs_no_feature.stderr
tests/ui/str/str-escape.rs
tests/ui/str/str-escape.stderr
tests/ui/str/str-idx.stderr
tests/ui/str/str-mut-idx.stderr
tests/ui/struct-ctor-mangling.rs
tests/ui/structs-enums/enum-null-pointer-opt.rs
tests/ui/structs-enums/enum-nullable-simplifycfg-misopt.rs
tests/ui/structs-enums/resource-in-struct.rs
tests/ui/structs-enums/tuple-struct-construct.rs
tests/ui/structs-enums/uninstantiable-struct.rs
tests/ui/suggestions/auxiliary/hidden-struct.rs [new file with mode: 0644]
tests/ui/suggestions/bad-infer-in-trait-impl.rs
tests/ui/suggestions/bad-infer-in-trait-impl.stderr
tests/ui/suggestions/derive-clone-for-eq.stderr
tests/ui/suggestions/derive-macro-missing-bounds.stderr
tests/ui/suggestions/derive-trait-for-method-call.stderr
tests/ui/suggestions/dont-suggest-foreign-doc-hidden.rs [new file with mode: 0644]
tests/ui/suggestions/dont-suggest-foreign-doc-hidden.stderr [new file with mode: 0644]
tests/ui/suggestions/expected-boxed-future-isnt-pinned.stderr
tests/ui/suggestions/fn-trait-notation.fixed
tests/ui/suggestions/fn-trait-notation.rs
tests/ui/suggestions/fn-trait-notation.stderr
tests/ui/suggestions/impl-trait-missing-lifetime-gated.rs
tests/ui/suggestions/impl-trait-missing-lifetime-gated.stderr
tests/ui/suggestions/into-str.stderr
tests/ui/suggestions/issue-104327.stderr
tests/ui/suggestions/issue-104328.stderr
tests/ui/suggestions/issue-71394-no-from-impl.stderr
tests/ui/suggestions/issue-88696.stderr
tests/ui/suggestions/issue-89333.stderr
tests/ui/suggestions/issue-96223.stderr
tests/ui/suggestions/issue-96555.stderr
tests/ui/suggestions/lifetimes/type-param-bound-scope.fixed
tests/ui/suggestions/lifetimes/type-param-bound-scope.rs
tests/ui/suggestions/missing-assoc-fn.stderr
tests/ui/suggestions/missing-lifetime-specifier.rs
tests/ui/suggestions/missing-lifetime-specifier.stderr
tests/ui/suggestions/mut-borrow-needed-by-trait.stderr
tests/ui/suggestions/object-unsafe-trait-should-use-self-2021-without-dyn.rs [new file with mode: 0644]
tests/ui/suggestions/object-unsafe-trait-should-use-self-2021-without-dyn.stderr [new file with mode: 0644]
tests/ui/suggestions/object-unsafe-trait-should-use-self-2021.rs [new file with mode: 0644]
tests/ui/suggestions/object-unsafe-trait-should-use-self-2021.stderr [new file with mode: 0644]
tests/ui/suggestions/path-by-value.stderr
tests/ui/suggestions/path-display.stderr
tests/ui/suggestions/suggest-adding-reference-to-trait-assoc-item.stderr
tests/ui/suggestions/suggest-assoc-fn-call-for-impl-trait.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-assoc-fn-call-for-impl-trait.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-assoc-fn-call-for-impl-trait.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-change-mut.stderr
tests/ui/suggestions/suggest-dereferencing-index.stderr
tests/ui/suggestions/suggest-pin-macro.stderr
tests/ui/suggestions/suggest-remove-refs-1.stderr
tests/ui/suggestions/suggest-remove-refs-2.stderr
tests/ui/suggestions/suggest-remove-refs-3.stderr
tests/ui/suggestions/suggest-remove-refs-4.stderr
tests/ui/suggestions/suggest-remove-refs-5.stderr
tests/ui/suggestions/suggest-slice-swap.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-slice-swap.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-slice-swap.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-trait-in-ufcs-in-hrtb.stderr
tests/ui/suggestions/type-ascription-instead-of-path-in-type.stderr
tests/ui/symbol-mangling-version/bad-value.bad.stderr
tests/ui/symbol-mangling-version/bad-value.blank.stderr
tests/ui/symbol-mangling-version/bad-value.no-value.stderr
tests/ui/symbol-mangling-version/unstable.hashed.stderr [new file with mode: 0644]
tests/ui/symbol-mangling-version/unstable.rs
tests/ui/symbol-names/const-generics-structural-demangling.stderr
tests/ui/symbol-names/types.rs
tests/ui/symbol-names/verbose.rs
tests/ui/sync/mutexguard-sync.stderr
tests/ui/tag-type-args.rs
tests/ui/tag-type-args.stderr
tests/ui/target-feature/gate.stderr
tests/ui/target-feature/invalid-attribute.rs
tests/ui/target-feature/invalid-attribute.stderr
tests/ui/thir-print/thir-tree-match.stdout
tests/ui/thread-local/thread-local-static.mir.stderr [deleted file]
tests/ui/thread-local/thread-local-static.rs
tests/ui/thread-local/thread-local-static.stderr [new file with mode: 0644]
tests/ui/thread-local/thread-local-static.thir.stderr
tests/ui/threads-sendsync/issue-43733.mir.stderr [deleted file]
tests/ui/threads-sendsync/issue-43733.rs
tests/ui/threads-sendsync/issue-43733.stderr [new file with mode: 0644]
tests/ui/threads-sendsync/issue-43733.thir.stderr [deleted file]
tests/ui/tool-attributes/diagnostic_item.stderr
tests/ui/track-diagnostics/track.rs
tests/ui/track-diagnostics/track.stderr
tests/ui/track-diagnostics/track6.stderr
tests/ui/trailing-comma.rs
tests/ui/trait-bounds/impl-derived-implicit-sized-bound-2.stderr
tests/ui/trait-bounds/impl-derived-implicit-sized-bound.stderr
tests/ui/trait-bounds/issue-119530-sugg-from-fn.rs [new file with mode: 0644]
tests/ui/trait-bounds/issue-119530-sugg-from-fn.stderr [new file with mode: 0644]
tests/ui/traits/alias/cross-crate.stderr
tests/ui/traits/alias/generic-default-in-dyn.stderr
tests/ui/traits/alias/issue-108072-unmet-trait-alias-bound.stderr
tests/ui/traits/associated_type_bound/116464-invalid-assoc-type-suggestion-in-trait-impl.rs
tests/ui/traits/associated_type_bound/116464-invalid-assoc-type-suggestion-in-trait-impl.stderr
tests/ui/traits/augmented-assignments-trait.rs
tests/ui/traits/bad-sized.stderr
tests/ui/traits/bound/assoc-fn-bound-root-obligation.stderr
tests/ui/traits/bound/not-on-bare-trait-2021.rs [new file with mode: 0644]
tests/ui/traits/bound/not-on-bare-trait-2021.stderr [new file with mode: 0644]
tests/ui/traits/bound/not-on-bare-trait.rs
tests/ui/traits/bound/not-on-bare-trait.stderr
tests/ui/traits/copy-impl-cannot-normalize.stderr
tests/ui/traits/cycle-cache-err-60010.rs
tests/ui/traits/cycle-cache-err-60010.stderr
tests/ui/traits/default-method/rustc_must_implement_one_of_gated.stderr
tests/ui/traits/dont-autoderef-ty-with-escaping-var.stderr
tests/ui/traits/inductive-overflow/lifetime.stderr
tests/ui/traits/inductive-overflow/simultaneous.stderr
tests/ui/traits/inductive-overflow/supertrait-auto-trait.stderr
tests/ui/traits/inductive-overflow/supertrait.stderr
tests/ui/traits/inductive-overflow/two-traits.stderr
tests/ui/traits/invalid_operator_trait.rs [deleted file]
tests/ui/traits/invalid_operator_trait.stderr [deleted file]
tests/ui/traits/issue-102989.rs [deleted file]
tests/ui/traits/issue-102989.stderr [deleted file]
tests/ui/traits/issue-106072.rs
tests/ui/traits/issue-106072.stderr
tests/ui/traits/issue-28576.rs
tests/ui/traits/issue-28576.stderr
tests/ui/traits/issue-38404.rs
tests/ui/traits/issue-38404.stderr
tests/ui/traits/issue-43784-supertrait.stderr
tests/ui/traits/issue-7013.stderr
tests/ui/traits/issue-71036.stderr
tests/ui/traits/issue-71136.stderr
tests/ui/traits/issue-77982.stderr
tests/ui/traits/issue-78372.stderr
tests/ui/traits/issue-87558.rs
tests/ui/traits/issue-87558.stderr
tests/ui/traits/issue-91594.stderr
tests/ui/traits/issue-97576.stderr
tests/ui/traits/method-argument-mismatch-variance-ice-119867.rs [new file with mode: 0644]
tests/ui/traits/method-argument-mismatch-variance-ice-119867.stderr [new file with mode: 0644]
tests/ui/traits/negative-bounds/associated-constraints.rs
tests/ui/traits/negative-bounds/associated-constraints.stderr
tests/ui/traits/negative-bounds/opaque-type-unsatisfied-bound.rs [new file with mode: 0644]
tests/ui/traits/negative-bounds/opaque-type-unsatisfied-bound.stderr [new file with mode: 0644]
tests/ui/traits/negative-bounds/opaque-type-unsatisfied-fn-bound.rs [new file with mode: 0644]
tests/ui/traits/negative-bounds/opaque-type-unsatisfied-fn-bound.stderr [new file with mode: 0644]
tests/ui/traits/negative-bounds/simple.rs
tests/ui/traits/negative-bounds/simple.stderr
tests/ui/traits/negative-bounds/supertrait.rs
tests/ui/traits/negative-bounds/supertrait.stderr [deleted file]
tests/ui/traits/negative-impls/feature-gate-negative_impls.stderr
tests/ui/traits/negative-impls/negated-auto-traits-error.stderr
tests/ui/traits/negative-impls/negated-auto-traits-rpass.rs
tests/ui/traits/next-solver/alias-bound-unsound.rs
tests/ui/traits/next-solver/alias-bound-unsound.stderr
tests/ui/traits/next-solver/alias-relate/alias_eq_cant_be_furthur_normalized.rs [new file with mode: 0644]
tests/ui/traits/next-solver/alias-relate/alias_eq_dont_use_normalizes_to_if_substs_eq.rs [new file with mode: 0644]
tests/ui/traits/next-solver/alias-relate/alias_eq_simple.rs [new file with mode: 0644]
tests/ui/traits/next-solver/alias-relate/alias_eq_substs_eq_not_intercrate.rs [new file with mode: 0644]
tests/ui/traits/next-solver/alias-relate/alias_eq_substs_eq_not_intercrate.stderr [new file with mode: 0644]
tests/ui/traits/next-solver/alias-relate/tait-eq-proj-2.rs [new file with mode: 0644]
tests/ui/traits/next-solver/alias-relate/tait-eq-proj.rs [new file with mode: 0644]
tests/ui/traits/next-solver/alias-relate/tait-eq-tait.rs [new file with mode: 0644]
tests/ui/traits/next-solver/alias_eq_cant_be_furthur_normalized.rs [deleted file]
tests/ui/traits/next-solver/alias_eq_dont_use_normalizes_to_if_substs_eq.rs [deleted file]
tests/ui/traits/next-solver/alias_eq_simple.rs [deleted file]
tests/ui/traits/next-solver/alias_eq_substs_eq_not_intercrate.rs [deleted file]
tests/ui/traits/next-solver/alias_eq_substs_eq_not_intercrate.stderr [deleted file]
tests/ui/traits/next-solver/assembly/ambig-projection-self-is-ambig.rs [new file with mode: 0644]
tests/ui/traits/next-solver/cycles/mixed-cycles-1.rs [new file with mode: 0644]
tests/ui/traits/next-solver/cycles/mixed-cycles-1.stderr [new file with mode: 0644]
tests/ui/traits/next-solver/cycles/mixed-cycles-2.rs [new file with mode: 0644]
tests/ui/traits/next-solver/cycles/mixed-cycles-2.stderr [new file with mode: 0644]
tests/ui/traits/next-solver/cycles/provisional-cache-impacts-behavior.rs [new file with mode: 0644]
tests/ui/traits/next-solver/dont-ice-on-assoc-projection.stderr
tests/ui/traits/next-solver/dont-type_of-tait-in-defining-scope.is_send.stderr [new file with mode: 0644]
tests/ui/traits/next-solver/dont-type_of-tait-in-defining-scope.not_send.stderr
tests/ui/traits/next-solver/dont-type_of-tait-in-defining-scope.rs
tests/ui/traits/next-solver/more-object-bound.stderr
tests/ui/traits/next-solver/normalize-path-for-method.rs [new file with mode: 0644]
tests/ui/traits/next-solver/normalize-region-obligations.rs [new file with mode: 0644]
tests/ui/traits/next-solver/object-unsafety.stderr
tests/ui/traits/next-solver/overflow/recursive-self-normalization-2.rs
tests/ui/traits/next-solver/overflow/recursive-self-normalization-2.stderr
tests/ui/traits/next-solver/overflow/recursive-self-normalization.rs
tests/ui/traits/next-solver/overflow/recursive-self-normalization.stderr
tests/ui/traits/next-solver/specialization-transmute.rs
tests/ui/traits/next-solver/specialization-transmute.stderr
tests/ui/traits/next-solver/specialization-unconstrained.stderr
tests/ui/traits/next-solver/tait-eq-proj-2.rs [deleted file]
tests/ui/traits/next-solver/tait-eq-proj.rs [deleted file]
tests/ui/traits/next-solver/tait-eq-tait.rs [deleted file]
tests/ui/traits/next-solver/temporary-ambiguity.rs [deleted file]
tests/ui/traits/next-solver/unsound-region-obligation.rs [new file with mode: 0644]
tests/ui/traits/next-solver/unsound-region-obligation.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/bad-copy-cond.stderr
tests/ui/traits/non_lifetime_binders/bad-sized-cond.stderr
tests/ui/traits/non_lifetime_binders/binder-defaults-112547.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/binder-defaults-112547.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/binder-defaults-118697.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/binder-defaults-118697.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/binder-defaults-119489.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/binder-defaults-119489.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/bounds-on-type-binders.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/bounds-on-type-binders.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/fail.stderr
tests/ui/traits/non_lifetime_binders/foreach-partial-eq.stderr
tests/ui/traits/non_lifetime_binders/late-bound-in-anon-ct.rs
tests/ui/traits/non_lifetime_binders/unifying-placeholders-in-query-response-2.current.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/unifying-placeholders-in-query-response-2.next.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/unifying-placeholders-in-query-response-2.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/unifying-placeholders-in-query-response.current.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/unifying-placeholders-in-query-response.next.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/unifying-placeholders-in-query-response.rs [new file with mode: 0644]
tests/ui/traits/object/exclusion.rs
tests/ui/traits/object/generics.rs
tests/ui/traits/object/object-unsafe-missing-assoc-type.rs
tests/ui/traits/object/object-unsafe-missing-assoc-type.stderr
tests/ui/traits/pointee-deduction.rs
tests/ui/traits/principal-less-objects.rs
tests/ui/traits/question-mark-result-err-mismatch.stderr
tests/ui/traits/safety-fn-body.mir.stderr [deleted file]
tests/ui/traits/safety-fn-body.rs
tests/ui/traits/safety-fn-body.stderr [new file with mode: 0644]
tests/ui/traits/safety-fn-body.thir.stderr [deleted file]
tests/ui/traits/static-method-generic-inference.stderr
tests/ui/traits/suggest-dereferences/dont-suggest-unsize-deref.stderr
tests/ui/traits/suggest-dereferences/issue-39029.stderr
tests/ui/traits/suggest-dereferences/root-obligation.stderr
tests/ui/traits/suggest-dereferences/suggest-dereferencing-receiver-argument.stderr
tests/ui/traits/track-obligations.stderr
tests/ui/traits/trait-upcasting/issue-11515.current.stderr
tests/ui/traits/trait-upcasting/issue-11515.next.stderr
tests/ui/traits/trait-upcasting/upcast-through-struct-tail.current.stderr
tests/ui/traits/trait-upcasting/upcast-through-struct-tail.next.stderr
tests/ui/traits/unsend-future.stderr
tests/ui/transmutability/issue-101739-2.rs
tests/ui/transmutability/issue-101739-2.stderr
tests/ui/transmutability/malformed-program-gracefulness/feature-missing.stderr
tests/ui/transmutability/region-infer.stderr
tests/ui/transmutability/structs/repr/transmute_infinitely_recursive_type.rs [new file with mode: 0644]
tests/ui/transmutability/structs/repr/transmute_infinitely_recursive_type.stderr [new file with mode: 0644]
tests/ui/treat-err-as-bug/eagerly-emit.rs [new file with mode: 0644]
tests/ui/treat-err-as-bug/eagerly-emit.stderr [new file with mode: 0644]
tests/ui/treat-err-as-bug/err.stderr
tests/ui/treat-err-as-bug/span_delayed_bug.rs
tests/ui/try-block/try-block-bad-type.stderr
tests/ui/try-trait/bad-interconversion.stderr
tests/ui/try-trait/issue-32709.stderr
tests/ui/type-alias-enum-variants/enum-variant-generic-args-pass.rs
tests/ui/type-alias-enum-variants/self-in-enum-definition.stderr
tests/ui/type-alias-impl-trait/auto-trait-leakage2.stderr
tests/ui/type-alias-impl-trait/closure_infer.rs [new file with mode: 0644]
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_struct_field2.rs
tests/ui/type-alias-impl-trait/hidden_behind_struct_field2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_in_trait_defined_outside_trait.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_in_trait_defined_outside_trait.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_in_trait_defined_outside_trait2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_in_trait_defined_outside_trait2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/impl_trait_in_trait_defined_outside_trait3.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/in-assoc-ty-early-bound.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/in-assoc-ty-early-bound.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/in-assoc-ty-early-bound2.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/in-assoc-ty-early-bound2.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/in-where-clause.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/in-where-clause.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/indirect-recursion-issue-112047.rs
tests/ui/type-alias-impl-trait/indirect-recursion-issue-112047.stderr
tests/ui/type-alias-impl-trait/issue-53092-2.stderr
tests/ui/type-alias-impl-trait/issue-60371.stderr
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/issue-77179.stderr
tests/ui/type-alias-impl-trait/issue-90400-2.stderr
tests/ui/type-alias-impl-trait/itiat-allow-nested-closures.bad.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/itiat-allow-nested-closures.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/itiat-forbid-nested-items.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/itiat-forbid-nested-items.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn.stderr
tests/ui/type-alias-impl-trait/nested-impl-trait-in-tait.rs
tests/ui/type-alias-impl-trait/nested-impl-trait-in-tait.stderr
tests/ui/type-alias-impl-trait/nested-in-anon-const.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested-in-anon-const.stderr [new file with mode: 0644]
tests/ui/type-alias-impl-trait/nested_inference_failure.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/rpit_tait_equality_in_canonical_query.current.stderr
tests/ui/type-alias-impl-trait/rpit_tait_equality_in_canonical_query.rs
tests/ui/type-alias-impl-trait/struct-assignment-validity.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/type-alias-impl-trait-fn-type.rs
tests/ui/type-alias-impl-trait/type-alias-impl-trait-fn-type.stderr
tests/ui/type-alias-impl-trait/underconstrained_generic.stderr
tests/ui/type-alias-impl-trait/wf-nested.fail.stderr
tests/ui/type-alias-impl-trait/wf-nested.pass_sound.stderr
tests/ui/type-alias-impl-trait/wf-nested.rs
tests/ui/type/issue-101866.stderr
tests/ui/type/issue-58355.stderr
tests/ui/type/issue-94187-verbose-type-name.rs
tests/ui/type/type-check/assignment-expected-bool.rs
tests/ui/type/type-check/assignment-expected-bool.stderr
tests/ui/type/verbose.normal.stderr [new file with mode: 0644]
tests/ui/type/verbose.rs [new file with mode: 0644]
tests/ui/type/verbose.verbose.stderr [new file with mode: 0644]
tests/ui/typeck/bad-index-due-to-nested.stderr
tests/ui/typeck/derive-sugg-arg-arity.stderr
tests/ui/typeck/escaping_bound_vars.rs
tests/ui/typeck/escaping_bound_vars.stderr
tests/ui/typeck/issue-104513-ice.rs
tests/ui/typeck/issue-104513-ice.stderr
tests/ui/typeck/issue-105946.stderr
tests/ui/typeck/issue-110052.rs
tests/ui/typeck/issue-110052.stderr
tests/ui/typeck/issue-2063.rs
tests/ui/typeck/issue-31173.stderr
tests/ui/typeck/issue-79040.rs
tests/ui/typeck/issue-79040.stderr
tests/ui/typeck/issue-90101.stderr
tests/ui/typeck/suggest-box-on-divergent-if-else-arms.fixed [new file with mode: 0644]
tests/ui/typeck/suggest-box-on-divergent-if-else-arms.rs [new file with mode: 0644]
tests/ui/typeck/suggest-box-on-divergent-if-else-arms.stderr [new file with mode: 0644]
tests/ui/typeck/typeck-builtin-bound-type-parameters.rs
tests/ui/typeck/typeck-builtin-bound-type-parameters.stderr
tests/ui/typeck/typeck-default-trait-impl-negation-sync.stderr
tests/ui/typeck/typeck-unsafe-always-share.stderr
tests/ui/typeck/typeck_type_placeholder_item_help.rs
tests/ui/typeck/typeck_type_placeholder_item_help.stderr
tests/ui/ufcs/ufcs-explicit-self-bad.stderr
tests/ui/ufcs/ufcs-qpath-self-mismatch.stderr
tests/ui/unboxed-closures/type-id-higher-rank.rs
tests/ui/unboxed-closures/unboxed-closure-feature-gate.stderr
tests/ui/unboxed-closures/unboxed-closure-sugar-not-used-on-fn.stderr
tests/ui/unboxed-closures/unboxed-closure-sugar-region.rs
tests/ui/unboxed-closures/unboxed-closure-sugar-region.stderr
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-number-number-type-parameters.rs
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-number-number-type-parameters.stderr
tests/ui/union/issue-81199.rs
tests/ui/union/projection-as-union-type-error-2.stderr
tests/ui/union/union-align.rs
tests/ui/union/union-backcomp.rs
tests/ui/union/union-basic.rs
tests/ui/union/union-borrow-move-parent-sibling.mirunsafeck.stderr [deleted file]
tests/ui/union/union-borrow-move-parent-sibling.rs
tests/ui/union/union-borrow-move-parent-sibling.stderr [new file with mode: 0644]
tests/ui/union/union-borrow-move-parent-sibling.thirunsafeck.stderr [deleted file]
tests/ui/union/union-const-codegen.rs
tests/ui/union/union-const-eval-field.rs
tests/ui/union/union-const-eval.rs
tests/ui/union/union-deref.mirunsafeck.stderr [deleted file]
tests/ui/union/union-deref.rs
tests/ui/union/union-deref.stderr [new file with mode: 0644]
tests/ui/union/union-deref.thirunsafeck.stderr [deleted file]
tests/ui/union/union-derive-clone.mirunsafeck.stderr [deleted file]
tests/ui/union/union-derive-clone.rs
tests/ui/union/union-derive-clone.stderr [new file with mode: 0644]
tests/ui/union/union-derive-clone.thirunsafeck.stderr [deleted file]
tests/ui/union/union-derive-eq.mirunsafeck.stderr [deleted file]
tests/ui/union/union-derive-eq.rs
tests/ui/union/union-derive-eq.stderr [new file with mode: 0644]
tests/ui/union/union-derive-eq.thirunsafeck.stderr [deleted file]
tests/ui/union/union-derive-rpass.rs
tests/ui/union/union-drop.rs
tests/ui/union/union-fields-1.mirunsafeck.stderr [deleted file]
tests/ui/union/union-fields-1.rs
tests/ui/union/union-fields-1.stderr [new file with mode: 0644]
tests/ui/union/union-fields-1.thirunsafeck.stderr [deleted file]
tests/ui/union/union-fields-2.mirunsafeck.stderr [deleted file]
tests/ui/union/union-fields-2.rs
tests/ui/union/union-fields-2.stderr [new file with mode: 0644]
tests/ui/union/union-fields-2.thirunsafeck.stderr [deleted file]
tests/ui/union/union-generic-rpass.rs
tests/ui/union/union-generic.mirunsafeck.stderr [deleted file]
tests/ui/union/union-generic.rs
tests/ui/union/union-generic.stderr [new file with mode: 0644]
tests/ui/union/union-generic.thirunsafeck.stderr [deleted file]
tests/ui/union/union-inherent-method.rs
tests/ui/union/union-lint-dead-code.mirunsafeck.stderr [deleted file]
tests/ui/union/union-lint-dead-code.rs
tests/ui/union/union-lint-dead-code.stderr [new file with mode: 0644]
tests/ui/union/union-lint-dead-code.thirunsafeck.stderr [deleted file]
tests/ui/union/union-macro.rs
tests/ui/union/union-manuallydrop-rpass.rs
tests/ui/union/union-move.mirunsafeck.stderr [deleted file]
tests/ui/union/union-move.rs
tests/ui/union/union-move.stderr [new file with mode: 0644]
tests/ui/union/union-move.thirunsafeck.stderr [deleted file]
tests/ui/union/union-nodrop.rs
tests/ui/union/union-nonzero.rs
tests/ui/union/union-overwrite.rs
tests/ui/union/union-packed.rs
tests/ui/union/union-pat-refutability.rs
tests/ui/union/union-suggest-field.mirunsafeck.stderr [deleted file]
tests/ui/union/union-suggest-field.rs
tests/ui/union/union-suggest-field.stderr [new file with mode: 0644]
tests/ui/union/union-suggest-field.thirunsafeck.stderr [deleted file]
tests/ui/union/union-trait-impl.rs
tests/ui/union/union-transmute.rs
tests/ui/union/union-unsafe.mir.stderr [deleted file]
tests/ui/union/union-unsafe.rs
tests/ui/union/union-unsafe.stderr [new file with mode: 0644]
tests/ui/union/union-unsafe.thir.stderr [deleted file]
tests/ui/union/union-unsized.mirunsafeck.stderr [deleted file]
tests/ui/union/union-unsized.rs
tests/ui/union/union-unsized.stderr [new file with mode: 0644]
tests/ui/union/union-unsized.thirunsafeck.stderr [deleted file]
tests/ui/union/union-with-drop-fields.mirunsafeck.stderr [deleted file]
tests/ui/union/union-with-drop-fields.rs
tests/ui/union/union-with-drop-fields.stderr [new file with mode: 0644]
tests/ui/union/union-with-drop-fields.thirunsafeck.stderr [deleted file]
tests/ui/unknown-unstable-lints/deny-unstable-lint-command-line.stderr
tests/ui/unknown-unstable-lints/deny-unstable-lint-inline.rs
tests/ui/unknown-unstable-lints/deny-unstable-lint-inline.stderr
tests/ui/unknown-unstable-lints/warn-unknown-unstable-lint-command-line.stderr
tests/ui/unknown-unstable-lints/warn-unknown-unstable-lint-inline.rs
tests/ui/unknown-unstable-lints/warn-unknown-unstable-lint-inline.stderr
tests/ui/unpretty/flattened-format-args.stdout
tests/ui/unsafe/access_union_field.mir.stderr [deleted file]
tests/ui/unsafe/access_union_field.rs
tests/ui/unsafe/access_union_field.stderr [new file with mode: 0644]
tests/ui/unsafe/access_union_field.thir.stderr [deleted file]
tests/ui/unsafe/auxiliary/external_unsafe_macro.rs [deleted file]
tests/ui/unsafe/const_pat_in_layout_restricted.rs [new file with mode: 0644]
tests/ui/unsafe/edition-2024-unsafe_op_in_unsafe_fn.mir.stderr [deleted file]
tests/ui/unsafe/edition-2024-unsafe_op_in_unsafe_fn.rs
tests/ui/unsafe/edition-2024-unsafe_op_in_unsafe_fn.stderr [new file with mode: 0644]
tests/ui/unsafe/edition-2024-unsafe_op_in_unsafe_fn.thir.stderr [deleted file]
tests/ui/unsafe/foreign-unsafe-fn-called.mir.stderr [deleted file]
tests/ui/unsafe/foreign-unsafe-fn-called.rs
tests/ui/unsafe/foreign-unsafe-fn-called.stderr [new file with mode: 0644]
tests/ui/unsafe/foreign-unsafe-fn-called.thir.stderr [deleted file]
tests/ui/unsafe/inline_asm.mir.stderr [deleted file]
tests/ui/unsafe/inline_asm.rs
tests/ui/unsafe/inline_asm.stderr [new file with mode: 0644]
tests/ui/unsafe/inline_asm.thir.stderr [deleted file]
tests/ui/unsafe/issue-3080.mir.stderr [deleted file]
tests/ui/unsafe/issue-3080.rs
tests/ui/unsafe/issue-3080.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-3080.thir.stderr [deleted file]
tests/ui/unsafe/issue-45087-unreachable-unsafe.mir.stderr [deleted file]
tests/ui/unsafe/issue-45087-unreachable-unsafe.rs
tests/ui/unsafe/issue-45087-unreachable-unsafe.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-45087-unreachable-unsafe.thir.stderr [deleted file]
tests/ui/unsafe/issue-45107-unnecessary-unsafe-in-closure.mir.stderr [deleted file]
tests/ui/unsafe/issue-45107-unnecessary-unsafe-in-closure.rs
tests/ui/unsafe/issue-45107-unnecessary-unsafe-in-closure.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-45107-unnecessary-unsafe-in-closure.thir.stderr [deleted file]
tests/ui/unsafe/issue-47412.mir.stderr [deleted file]
tests/ui/unsafe/issue-47412.rs
tests/ui/unsafe/issue-47412.stderr [new file with mode: 0644]
tests/ui/unsafe/issue-47412.thir.stderr [deleted file]
tests/ui/unsafe/issue-85435-unsafe-op-in-let-under-unsafe-under-closure.rs
tests/ui/unsafe/issue-87414-query-cycle.rs
tests/ui/unsafe/ranged_ints.mir.stderr [deleted file]
tests/ui/unsafe/ranged_ints.rs
tests/ui/unsafe/ranged_ints.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints.thir.stderr [deleted file]
tests/ui/unsafe/ranged_ints2.mirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints2.rs
tests/ui/unsafe/ranged_ints2.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints2.thirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints2_const.mirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints2_const.rs
tests/ui/unsafe/ranged_ints2_const.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints2_const.thirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints3.mirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints3.rs
tests/ui/unsafe/ranged_ints3.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints3.thirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints3_const.mirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints3_const.rs
tests/ui/unsafe/ranged_ints3_const.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints3_const.thirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints3_match.mirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints3_match.rs
tests/ui/unsafe/ranged_ints3_match.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints3_match.thirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints4.mirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints4.rs
tests/ui/unsafe/ranged_ints4.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints4.thirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints4_const.mirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints4_const.rs
tests/ui/unsafe/ranged_ints4_const.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints4_const.thirunsafeck.stderr [deleted file]
tests/ui/unsafe/ranged_ints_const.mir.stderr [deleted file]
tests/ui/unsafe/ranged_ints_const.rs
tests/ui/unsafe/ranged_ints_const.stderr [new file with mode: 0644]
tests/ui/unsafe/ranged_ints_const.thir.stderr [deleted file]
tests/ui/unsafe/ranged_ints_macro.rs
tests/ui/unsafe/rfc-2585-unsafe_op_in_unsafe_fn.mir.stderr [deleted file]
tests/ui/unsafe/rfc-2585-unsafe_op_in_unsafe_fn.rs [deleted file]
tests/ui/unsafe/rfc-2585-unsafe_op_in_unsafe_fn.thir.stderr [deleted file]
tests/ui/unsafe/union-assignop.mirunsafeck.stderr [deleted file]
tests/ui/unsafe/union-assignop.rs
tests/ui/unsafe/union-assignop.stderr [new file with mode: 0644]
tests/ui/unsafe/union-assignop.thirunsafeck.stderr [deleted file]
tests/ui/unsafe/union-modification.rs
tests/ui/unsafe/union.mir.stderr [deleted file]
tests/ui/unsafe/union.rs
tests/ui/unsafe/union.stderr [new file with mode: 0644]
tests/ui/unsafe/union.thir.stderr [deleted file]
tests/ui/unsafe/union_access_through_block.rs
tests/ui/unsafe/union_destructure.mir.stderr [deleted file]
tests/ui/unsafe/union_destructure.rs
tests/ui/unsafe/union_wild_or_wild.rs
tests/ui/unsafe/unsafe-around-compiler-generated-unsafe.mir.stderr [deleted file]
tests/ui/unsafe/unsafe-around-compiler-generated-unsafe.rs
tests/ui/unsafe/unsafe-around-compiler-generated-unsafe.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-around-compiler-generated-unsafe.thir.stderr [deleted file]
tests/ui/unsafe/unsafe-assign.mirunsafeck.stderr [deleted file]
tests/ui/unsafe/unsafe-assign.rs
tests/ui/unsafe/unsafe-assign.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-assign.thirunsafeck.stderr [deleted file]
tests/ui/unsafe/unsafe-borrow.mirunsafeck.stderr [deleted file]
tests/ui/unsafe/unsafe-borrow.rs
tests/ui/unsafe/unsafe-borrow.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-borrow.thirunsafeck.stderr [deleted file]
tests/ui/unsafe/unsafe-const-fn.mir.stderr [deleted file]
tests/ui/unsafe/unsafe-const-fn.rs
tests/ui/unsafe/unsafe-const-fn.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-const-fn.thir.stderr [deleted file]
tests/ui/unsafe/unsafe-fn-assign-deref-ptr.mir.stderr [deleted file]
tests/ui/unsafe/unsafe-fn-assign-deref-ptr.rs
tests/ui/unsafe/unsafe-fn-assign-deref-ptr.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-assign-deref-ptr.thir.stderr [deleted file]
tests/ui/unsafe/unsafe-fn-called-from-safe.mir.stderr [deleted file]
tests/ui/unsafe/unsafe-fn-called-from-safe.rs
tests/ui/unsafe/unsafe-fn-called-from-safe.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-called-from-safe.thir.stderr [deleted file]
tests/ui/unsafe/unsafe-fn-deref-ptr.mir.stderr [deleted file]
tests/ui/unsafe/unsafe-fn-deref-ptr.rs
tests/ui/unsafe/unsafe-fn-deref-ptr.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-deref-ptr.thir.stderr [deleted file]
tests/ui/unsafe/unsafe-fn-used-as-value.mir.stderr [deleted file]
tests/ui/unsafe/unsafe-fn-used-as-value.rs
tests/ui/unsafe/unsafe-fn-used-as-value.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-fn-used-as-value.thir.stderr [deleted file]
tests/ui/unsafe/unsafe-not-inherited.mirunsafeck.stderr [deleted file]
tests/ui/unsafe/unsafe-not-inherited.rs
tests/ui/unsafe/unsafe-not-inherited.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-not-inherited.thirunsafeck.stderr [deleted file]
tests/ui/unsafe/unsafe-unstable-const-fn.mir.stderr [deleted file]
tests/ui/unsafe/unsafe-unstable-const-fn.rs
tests/ui/unsafe/unsafe-unstable-const-fn.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe-unstable-const-fn.thir.stderr [deleted file]
tests/ui/unsafe/unsafe_op_in_unsafe_fn/auxiliary/external_unsafe_macro.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe_op_in_unsafe_fn/edition_2024_default.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe_op_in_unsafe_fn/edition_2024_default.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe_op_in_unsafe_fn/in_2024_compatibility.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe_op_in_unsafe_fn/in_2024_compatibility.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe_op_in_unsafe_fn/rfc-2585-unsafe_op_in_unsafe_fn.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe_op_in_unsafe_fn/rfc-2585-unsafe_op_in_unsafe_fn.stderr [new file with mode: 0644]
tests/ui/unsafe/unsafe_op_in_unsafe_fn/wrapping-unsafe-block-sugg.fixed [new file with mode: 0644]
tests/ui/unsafe/unsafe_op_in_unsafe_fn/wrapping-unsafe-block-sugg.rs [new file with mode: 0644]
tests/ui/unsafe/unsafe_op_in_unsafe_fn/wrapping-unsafe-block-sugg.stderr [new file with mode: 0644]
tests/ui/unsafe/wrapping-unsafe-block-sugg.mir.fixed [deleted file]
tests/ui/unsafe/wrapping-unsafe-block-sugg.mir.stderr [deleted file]
tests/ui/unsafe/wrapping-unsafe-block-sugg.rs [deleted file]
tests/ui/unsafe/wrapping-unsafe-block-sugg.thir.fixed [deleted file]
tests/ui/unsafe/wrapping-unsafe-block-sugg.thir.stderr [deleted file]
tests/ui/unsized-locals/issue-50940-with-feature.stderr
tests/ui/unsized-locals/rust-call.stderr
tests/ui/unsized-locals/unsized-exprs-rpass.rs
tests/ui/unsized-locals/unsized-exprs.stderr
tests/ui/unsized/unchanged-param.rs
tests/ui/unsized/unsized-enum2.stderr
tests/ui/unused-crate-deps/test.mk [deleted file]
tests/ui/weird-exprs.rs
tests/ui/wf/hir-wf-check-erase-regions.stderr
tests/ui/wf/wf-associated-const.rs [new file with mode: 0644]
tests/ui/wf/wf-associated-const.stderr [new file with mode: 0644]
tests/ui/wf/wf-const-type.stderr
tests/ui/wf/wf-in-fn-type-implicit.rs [deleted file]
tests/ui/wf/wf-static-method.rs
tests/ui/wf/wf-static-method.stderr
tests/ui/wf/wf-static-type.stderr
tests/ui/where-clauses/higher-ranked-fn-type.quiet.stderr
tests/ui/where-clauses/higher-ranked-fn-type.rs
tests/ui/where-clauses/higher-ranked-fn-type.verbose.stderr
vendor/ahash/.cargo-checksum.json
vendor/ahash/Cargo.toml
vendor/ahash/README.md
vendor/ahash/build.rs
vendor/ahash/src/hash_quality_test.rs
vendor/ahash/src/lib.rs
vendor/ahash/src/operations.rs
vendor/ahash/src/random_state.rs
vendor/ahash/tests/bench.rs
vendor/aho-corasick-0.7.20/.cargo-checksum.json [deleted file]
vendor/aho-corasick-0.7.20/COPYING [deleted file]
vendor/aho-corasick-0.7.20/Cargo.toml [deleted file]
vendor/aho-corasick-0.7.20/DESIGN.md [deleted file]
vendor/aho-corasick-0.7.20/LICENSE-MIT [deleted file]
vendor/aho-corasick-0.7.20/README.md [deleted file]
vendor/aho-corasick-0.7.20/UNLICENSE [deleted file]
vendor/aho-corasick-0.7.20/rustfmt.toml [deleted file]
vendor/aho-corasick-0.7.20/src/ahocorasick.rs [deleted file]
vendor/aho-corasick-0.7.20/src/automaton.rs [deleted file]
vendor/aho-corasick-0.7.20/src/buffer.rs [deleted file]
vendor/aho-corasick-0.7.20/src/byte_frequencies.rs [deleted file]
vendor/aho-corasick-0.7.20/src/classes.rs [deleted file]
vendor/aho-corasick-0.7.20/src/dfa.rs [deleted file]
vendor/aho-corasick-0.7.20/src/error.rs [deleted file]
vendor/aho-corasick-0.7.20/src/lib.rs [deleted file]
vendor/aho-corasick-0.7.20/src/nfa.rs [deleted file]
vendor/aho-corasick-0.7.20/src/packed/api.rs [deleted file]
vendor/aho-corasick-0.7.20/src/packed/mod.rs [deleted file]
vendor/aho-corasick-0.7.20/src/packed/pattern.rs [deleted file]
vendor/aho-corasick-0.7.20/src/packed/rabinkarp.rs [deleted file]
vendor/aho-corasick-0.7.20/src/packed/teddy/README.md [deleted file]
vendor/aho-corasick-0.7.20/src/packed/teddy/compile.rs [deleted file]
vendor/aho-corasick-0.7.20/src/packed/teddy/mod.rs [deleted file]
vendor/aho-corasick-0.7.20/src/packed/teddy/runtime.rs [deleted file]
vendor/aho-corasick-0.7.20/src/packed/tests.rs [deleted file]
vendor/aho-corasick-0.7.20/src/packed/vector.rs [deleted file]
vendor/aho-corasick-0.7.20/src/prefilter.rs [deleted file]
vendor/aho-corasick-0.7.20/src/state_id.rs [deleted file]
vendor/aho-corasick-0.7.20/src/tests.rs [deleted file]
vendor/annotate-snippets-0.9.1/.cargo-checksum.json [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/CHANGELOG.md [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/Cargo.lock [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/Cargo.toml [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/LICENSE-APACHE [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/LICENSE-MIT [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/README.md [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/benches/simple.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/examples/expected_type.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/examples/footer.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/examples/format.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/examples/multislice.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/src/display_list/from_snippet.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/src/display_list/mod.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/src/display_list/structs.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/src/formatter/mod.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/src/formatter/style.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/src/lib.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/src/snippet.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/src/stylesheets/color.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/src/stylesheets/mod.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/src/stylesheets/no_color.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/diff/mod.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/dl_from_snippet.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/issue_9.toml [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/issue_9.txt [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/multiline_annotation.toml [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/multiline_annotation.txt [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/multiline_annotation2.toml [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/multiline_annotation2.txt [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/multiline_annotation3.toml [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/multiline_annotation3.txt [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/multiple_annotations.toml [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/multiple_annotations.txt [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/simple.toml [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/simple.txt [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/strip_line.toml [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/strip_line.txt [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/strip_line_char.toml [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/strip_line_char.txt [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/strip_line_non_ws.toml [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures/no-color/strip_line_non_ws.txt [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/fixtures_test.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/formatter.rs [new file with mode: 0644]
vendor/annotate-snippets-0.9.1/tests/snippet/mod.rs [new file with mode: 0644]
vendor/annotate-snippets/.cargo-checksum.json
vendor/annotate-snippets/CHANGELOG.md
vendor/annotate-snippets/Cargo.lock
vendor/annotate-snippets/Cargo.toml
vendor/annotate-snippets/README.md
vendor/annotate-snippets/benches/simple.rs
vendor/annotate-snippets/committed.toml [new file with mode: 0644]
vendor/annotate-snippets/deny.toml [new file with mode: 0644]
vendor/annotate-snippets/examples/expected_type.rs
vendor/annotate-snippets/examples/footer.rs
vendor/annotate-snippets/examples/format.rs
vendor/annotate-snippets/examples/multislice.rs
vendor/annotate-snippets/release.toml [new file with mode: 0644]
vendor/annotate-snippets/src/display_list/from_snippet.rs [deleted file]
vendor/annotate-snippets/src/display_list/mod.rs [deleted file]
vendor/annotate-snippets/src/display_list/structs.rs [deleted file]
vendor/annotate-snippets/src/formatter/mod.rs [deleted file]
vendor/annotate-snippets/src/formatter/style.rs [deleted file]
vendor/annotate-snippets/src/lib.rs
vendor/annotate-snippets/src/renderer/display_list.rs [new file with mode: 0644]
vendor/annotate-snippets/src/renderer/margin.rs [new file with mode: 0644]
vendor/annotate-snippets/src/renderer/mod.rs [new file with mode: 0644]
vendor/annotate-snippets/src/renderer/stylesheet.rs [new file with mode: 0644]
vendor/annotate-snippets/src/snippet.rs
vendor/annotate-snippets/src/stylesheets/color.rs [deleted file]
vendor/annotate-snippets/src/stylesheets/mod.rs [deleted file]
vendor/annotate-snippets/src/stylesheets/no_color.rs [deleted file]
vendor/annotate-snippets/tests/deserialize/mod.rs [new file with mode: 0644]
vendor/annotate-snippets/tests/diff/mod.rs
vendor/annotate-snippets/tests/dl_from_snippet.rs [deleted file]
vendor/annotate-snippets/tests/fixtures/no-color/issue_52.toml [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/issue_52.txt [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/issue_9.toml
vendor/annotate-snippets/tests/fixtures/no-color/multiline_annotation.toml
vendor/annotate-snippets/tests/fixtures/no-color/multiline_annotation2.toml
vendor/annotate-snippets/tests/fixtures/no-color/multiline_annotation3.toml
vendor/annotate-snippets/tests/fixtures/no-color/multiple_annotations.toml
vendor/annotate-snippets/tests/fixtures/no-color/one_past.toml [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/one_past.txt [new file with mode: 0644]
vendor/annotate-snippets/tests/fixtures/no-color/simple.toml
vendor/annotate-snippets/tests/fixtures/no-color/strip_line.toml
vendor/annotate-snippets/tests/fixtures/no-color/strip_line_char.toml
vendor/annotate-snippets/tests/fixtures/no-color/strip_line_non_ws.toml
vendor/annotate-snippets/tests/fixtures_test.rs
vendor/annotate-snippets/tests/formatter.rs
vendor/annotate-snippets/tests/snippet/mod.rs [deleted file]
vendor/anstyle-query/.cargo-checksum.json
vendor/anstyle-query/Cargo.lock
vendor/anstyle-query/Cargo.toml
vendor/anstyle-query/examples/query.rs
vendor/anstyle-query/src/windows.rs
vendor/anyhow/.cargo-checksum.json
vendor/anyhow/Cargo.toml
vendor/anyhow/README.md
vendor/anyhow/build.rs
vendor/anyhow/build/probe.rs [new file with mode: 0644]
vendor/anyhow/src/backtrace.rs
vendor/anyhow/src/context.rs
vendor/anyhow/src/error.rs
vendor/anyhow/src/fmt.rs
vendor/anyhow/src/lib.rs
vendor/anyhow/src/ptr.rs
vendor/anyhow/src/wrapper.rs
vendor/anyhow/tests/test_fmt.rs
vendor/askama/.cargo-checksum.json
vendor/askama/Cargo.toml
vendor/askama/README.md
vendor/askama/src/filters/mod.rs
vendor/askama/src/lib.rs
vendor/askama_derive/.cargo-checksum.json
vendor/askama_derive/Cargo.toml
vendor/askama_derive/README.md
vendor/askama_derive/src/config.rs
vendor/askama_derive/src/generator.rs
vendor/askama_derive/src/heritage.rs
vendor/askama_derive/src/input.rs
vendor/askama_derive/src/lib.rs
vendor/askama_derive/src/parser/expr.rs [deleted file]
vendor/askama_derive/src/parser/mod.rs [deleted file]
vendor/askama_derive/src/parser/node.rs [deleted file]
vendor/askama_derive/src/parser/tests.rs [deleted file]
vendor/askama_parser/.cargo-checksum.json [new file with mode: 0644]
vendor/askama_parser/Cargo.toml [new file with mode: 0644]
vendor/askama_parser/LICENSE-APACHE [new file with mode: 0644]
vendor/askama_parser/LICENSE-MIT [new file with mode: 0644]
vendor/askama_parser/README.md [new file with mode: 0644]
vendor/askama_parser/src/expr.rs [new file with mode: 0644]
vendor/askama_parser/src/lib.rs [new file with mode: 0644]
vendor/askama_parser/src/node.rs [new file with mode: 0644]
vendor/askama_parser/src/tests.rs [new file with mode: 0644]
vendor/askama_parser/tests/target-recursion.txt [new file with mode: 0644]
vendor/askama_parser/tests/unary-recursion.txt [new file with mode: 0644]
vendor/bstr/.cargo-checksum.json
vendor/bstr/Cargo.lock
vendor/bstr/Cargo.toml
vendor/bstr/src/ext_slice.rs
vendor/byteorder/.cargo-checksum.json
vendor/byteorder/CHANGELOG.md
vendor/byteorder/Cargo.toml
vendor/byteorder/README.md
vendor/byteorder/benches/bench.rs
vendor/byteorder/src/lib.rs
vendor/cc-1.0.73/.cargo-checksum.json [new file with mode: 0644]
vendor/cc-1.0.73/Cargo.lock [new file with mode: 0644]
vendor/cc-1.0.73/Cargo.toml [new file with mode: 0644]
vendor/cc-1.0.73/LICENSE-APACHE [new file with mode: 0644]
vendor/cc-1.0.73/LICENSE-MIT [new file with mode: 0644]
vendor/cc-1.0.73/README.md [new file with mode: 0644]
vendor/cc-1.0.73/src/bin/gcc-shim.rs [new file with mode: 0644]
vendor/cc-1.0.73/src/com.rs [new file with mode: 0644]
vendor/cc-1.0.73/src/lib.rs [new file with mode: 0644]
vendor/cc-1.0.73/src/registry.rs [new file with mode: 0644]
vendor/cc-1.0.73/src/setup_config.rs [new file with mode: 0644]
vendor/cc-1.0.73/src/vs_instances.rs [new file with mode: 0644]
vendor/cc-1.0.73/src/winapi.rs [new file with mode: 0644]
vendor/cc-1.0.73/src/windows_registry.rs [new file with mode: 0644]
vendor/cc-1.0.73/tests/cc_env.rs [new file with mode: 0644]
vendor/cc-1.0.73/tests/cflags.rs [new file with mode: 0644]
vendor/cc-1.0.73/tests/cxxflags.rs [new file with mode: 0644]
vendor/cc-1.0.73/tests/support/mod.rs [new file with mode: 0644]
vendor/cc-1.0.73/tests/test.rs [new file with mode: 0644]
vendor/clap/.cargo-checksum.json
vendor/clap/Cargo.lock
vendor/clap/Cargo.toml
vendor/clap/src/_faq.rs
vendor/clap/src/lib.rs
vendor/clap_builder/.cargo-checksum.json
vendor/clap_builder/Cargo.toml
vendor/clap_builder/src/output/help_template.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/dynamic/completer.rs
vendor/clap_complete/src/dynamic/mod.rs
vendor/clap_complete/src/dynamic/shells/bash.rs
vendor/clap_complete/src/dynamic/shells/fish.rs
vendor/clap_complete/src/dynamic/shells/mod.rs
vendor/clap_complete/src/dynamic/shells/shell.rs
vendor/clap_complete/src/generator/mod.rs
vendor/clap_complete/src/generator/utils.rs
vendor/clap_complete/src/lib.rs
vendor/clap_complete/src/shells/bash.rs
vendor/compiler_builtins/.cargo-checksum.json
vendor/compiler_builtins/Cargo.lock
vendor/compiler_builtins/Cargo.toml
vendor/compiler_builtins/libm/src/math/rint.rs
vendor/compiler_builtins/libm/src/math/rintf.rs
vendor/compiler_builtins/src/float/div.rs
vendor/compiler_builtins/src/float/extend.rs
vendor/compiler_builtins/src/float/mul.rs
vendor/compiler_builtins/src/float/pow.rs
vendor/compiler_builtins/src/float/sub.rs
vendor/compiler_builtins/src/float/trunc.rs
vendor/compiler_builtins/src/hexagon.rs [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/dfaddsub.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/dfdiv.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/dffma.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/dfminmax.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/dfmul.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/dfsqrt.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/divdi3.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/divsi3.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/fastmath2_dlib_asm.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/fastmath2_ldlib_asm.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/func_macro.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/memcpy_forward_vp4cp4n2.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/memcpy_likely_aligned.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/moddi3.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/modsi3.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/sfdiv_opt.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/sfsqrt_opt.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/udivdi3.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/udivmoddi4.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/udivmodsi4.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/udivsi3.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/umoddi3.s [new file with mode: 0644]
vendor/compiler_builtins/src/hexagon/umodsi3.s [new file with mode: 0644]
vendor/compiler_builtins/src/lib.rs
vendor/cpufeatures/.cargo-checksum.json
vendor/cpufeatures/CHANGELOG.md
vendor/cpufeatures/Cargo.toml
vendor/cpufeatures/src/x86.rs
vendor/crossbeam-channel/.cargo-checksum.json
vendor/crossbeam-channel/CHANGELOG.md
vendor/crossbeam-channel/Cargo.lock
vendor/crossbeam-channel/Cargo.toml
vendor/crossbeam-channel/README.md
vendor/crossbeam-channel/tests/mpsc.rs
vendor/crossbeam-channel/tests/ready.rs
vendor/crossbeam-channel/tests/select.rs
vendor/crossbeam-channel/tests/select_macro.rs
vendor/crossbeam-deque/.cargo-checksum.json
vendor/crossbeam-deque/CHANGELOG.md
vendor/crossbeam-deque/Cargo.toml
vendor/crossbeam-deque/README.md
vendor/crossbeam-deque/src/deque.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/README.md
vendor/crossbeam-epoch/build-common.rs [deleted file]
vendor/crossbeam-epoch/build.rs [deleted file]
vendor/crossbeam-epoch/no_atomic.rs [deleted file]
vendor/crossbeam-epoch/src/atomic.rs
vendor/crossbeam-epoch/src/epoch.rs
vendor/crossbeam-epoch/src/guard.rs
vendor/crossbeam-epoch/src/internal.rs
vendor/crossbeam-epoch/src/lib.rs
vendor/crossbeam-epoch/src/sync/once_lock.rs
vendor/crossbeam-epoch/src/sync/queue.rs
vendor/crossbeam-utils/.cargo-checksum.json
vendor/crossbeam-utils/CHANGELOG.md
vendor/crossbeam-utils/Cargo.toml
vendor/crossbeam-utils/README.md
vendor/crossbeam-utils/build.rs
vendor/crossbeam-utils/no_atomic.rs
vendor/crossbeam-utils/src/atomic/atomic_cell.rs
vendor/crossbeam-utils/src/atomic/consume.rs
vendor/crossbeam-utils/src/atomic/mod.rs
vendor/crossbeam-utils/src/backoff.rs
vendor/crossbeam-utils/src/cache_padded.rs
vendor/crossbeam-utils/src/lib.rs
vendor/crossbeam-utils/src/sync/once_lock.rs
vendor/crossbeam-utils/src/sync/parker.rs
vendor/crossbeam-utils/src/thread.rs
vendor/crossbeam-utils/tests/atomic_cell.rs
vendor/crossbeam-utils/tests/wait_group.rs
vendor/ctrlc/.cargo-checksum.json
vendor/ctrlc/Cargo.lock
vendor/ctrlc/Cargo.toml
vendor/ctrlc/README.md
vendor/erased-serde/.cargo-checksum.json
vendor/erased-serde/Cargo.toml
vendor/erased-serde/README.md
vendor/erased-serde/src/any.rs
vendor/erased-serde/src/de.rs
vendor/erased-serde/src/error.rs
vendor/erased-serde/src/features_check/mod.rs
vendor/erased-serde/src/lib.rs
vendor/erased-serde/src/sealed.rs [new file with mode: 0644]
vendor/erased-serde/src/ser.rs
vendor/faster-hex-0.8.1/.cargo-checksum.json [deleted file]
vendor/faster-hex-0.8.1/Cargo.toml [deleted file]
vendor/faster-hex-0.8.1/LICENSE [deleted file]
vendor/faster-hex-0.8.1/LICENSE-THIRD-PARTY/Rust Project Developers [deleted file]
vendor/faster-hex-0.8.1/LICENSE-THIRD-PARTY/fast-hex [deleted file]
vendor/faster-hex-0.8.1/README.md [deleted file]
vendor/faster-hex-0.8.1/src/decode.rs [deleted file]
vendor/faster-hex-0.8.1/src/encode.rs [deleted file]
vendor/faster-hex-0.8.1/src/error.rs [deleted file]
vendor/faster-hex-0.8.1/src/lib.rs [deleted file]
vendor/faster-hex-0.8.1/src/serde.rs [deleted file]
vendor/fd-lock/.cargo-checksum.json
vendor/fd-lock/Cargo.toml
vendor/fd-lock/src/read_guard.rs
vendor/fd-lock/src/rw_lock.rs
vendor/fd-lock/src/sys/mod.rs
vendor/fd-lock/src/sys/unix/mod.rs
vendor/fd-lock/src/sys/unix/read_guard.rs
vendor/fd-lock/src/sys/unix/rw_lock.rs
vendor/fd-lock/src/sys/unix/write_guard.rs
vendor/fd-lock/src/sys/windows/read_guard.rs
vendor/fd-lock/src/sys/windows/rw_lock.rs
vendor/fd-lock/src/sys/windows/write_guard.rs
vendor/fd-lock/src/write_guard.rs
vendor/git2/.cargo-checksum.json
vendor/git2/CHANGELOG.md
vendor/git2/Cargo.lock
vendor/git2/Cargo.toml
vendor/git2/README.md
vendor/git2/examples/init.rs
vendor/git2/src/diff.rs
vendor/git2/src/opts.rs
vendor/git2/src/reference.rs
vendor/git2/src/remote.rs
vendor/git2/src/repo.rs
vendor/git2/src/tree.rs
vendor/gix-actor/.cargo-checksum.json
vendor/gix-actor/Cargo.toml
vendor/gix-attributes/.cargo-checksum.json
vendor/gix-attributes/Cargo.toml
vendor/gix-bitmap/.cargo-checksum.json
vendor/gix-bitmap/Cargo.toml
vendor/gix-chunk/.cargo-checksum.json
vendor/gix-chunk/Cargo.toml
vendor/gix-command/.cargo-checksum.json
vendor/gix-command/Cargo.toml
vendor/gix-commitgraph/.cargo-checksum.json
vendor/gix-commitgraph/Cargo.toml
vendor/gix-commitgraph/src/file/init.rs
vendor/gix-commitgraph/src/file/verify.rs
vendor/gix-config-value/.cargo-checksum.json
vendor/gix-config-value/Cargo.toml
vendor/gix-config-value/src/integer.rs
vendor/gix-config/.cargo-checksum.json
vendor/gix-config/Cargo.toml
vendor/gix-config/src/parse/section/header.rs
vendor/gix-config/src/source.rs
vendor/gix-config/src/value/normalize.rs
vendor/gix-credentials/.cargo-checksum.json
vendor/gix-credentials/Cargo.toml
vendor/gix-date/.cargo-checksum.json
vendor/gix-date/Cargo.toml
vendor/gix-diff/.cargo-checksum.json
vendor/gix-diff/Cargo.toml
vendor/gix-discover/.cargo-checksum.json
vendor/gix-discover/Cargo.toml
vendor/gix-discover/src/upwards/types.rs
vendor/gix-features-0.35.0/.cargo-checksum.json [deleted file]
vendor/gix-features-0.35.0/CHANGELOG.md [deleted file]
vendor/gix-features-0.35.0/Cargo.toml [deleted file]
vendor/gix-features-0.35.0/LICENSE-APACHE [deleted file]
vendor/gix-features-0.35.0/LICENSE-MIT [deleted file]
vendor/gix-features-0.35.0/src/cache.rs [deleted file]
vendor/gix-features-0.35.0/src/decode.rs [deleted file]
vendor/gix-features-0.35.0/src/fs.rs [deleted file]
vendor/gix-features-0.35.0/src/hash.rs [deleted file]
vendor/gix-features-0.35.0/src/interrupt.rs [deleted file]
vendor/gix-features-0.35.0/src/io.rs [deleted file]
vendor/gix-features-0.35.0/src/lib.rs [deleted file]
vendor/gix-features-0.35.0/src/parallel/eager_iter.rs [deleted file]
vendor/gix-features-0.35.0/src/parallel/in_order.rs [deleted file]
vendor/gix-features-0.35.0/src/parallel/in_parallel.rs [deleted file]
vendor/gix-features-0.35.0/src/parallel/mod.rs [deleted file]
vendor/gix-features-0.35.0/src/parallel/reduce.rs [deleted file]
vendor/gix-features-0.35.0/src/parallel/serial.rs [deleted file]
vendor/gix-features-0.35.0/src/progress.rs [deleted file]
vendor/gix-features-0.35.0/src/threading.rs [deleted file]
vendor/gix-features-0.35.0/src/zlib/mod.rs [deleted file]
vendor/gix-features-0.35.0/src/zlib/stream/deflate/mod.rs [deleted file]
vendor/gix-features-0.35.0/src/zlib/stream/deflate/tests.rs [deleted file]
vendor/gix-features-0.35.0/src/zlib/stream/inflate.rs [deleted file]
vendor/gix-features-0.35.0/src/zlib/stream/mod.rs [deleted file]
vendor/gix-features-0.35.0/tests/features.rs [deleted file]
vendor/gix-features-0.35.0/tests/hash.rs [deleted file]
vendor/gix-features-0.35.0/tests/parallel/in_order_iter.rs [deleted file]
vendor/gix-features-0.35.0/tests/parallel/mod.rs [deleted file]
vendor/gix-features-0.35.0/tests/parallel_shared.rs [deleted file]
vendor/gix-features-0.35.0/tests/parallel_shared_threaded.rs [deleted file]
vendor/gix-features-0.35.0/tests/parallel_threaded.rs [deleted file]
vendor/gix-features-0.35.0/tests/pipe.rs [deleted file]
vendor/gix-features-0.35.0/tests/trace/mod.rs [deleted file]
vendor/gix-features/.cargo-checksum.json
vendor/gix-features/Cargo.toml
vendor/gix-features/src/parallel/serial.rs
vendor/gix-filter/.cargo-checksum.json
vendor/gix-filter/Cargo.toml
vendor/gix-fs/.cargo-checksum.json
vendor/gix-fs/Cargo.toml
vendor/gix-glob/.cargo-checksum.json
vendor/gix-glob/Cargo.toml
vendor/gix-glob/src/wildmatch.rs
vendor/gix-hash/.cargo-checksum.json
vendor/gix-hash/Cargo.toml
vendor/gix-hash/src/lib.rs
vendor/gix-hash/src/object_id.rs
vendor/gix-hash/src/oid.rs
vendor/gix-hashtable/.cargo-checksum.json
vendor/gix-hashtable/Cargo.toml
vendor/gix-ignore/.cargo-checksum.json
vendor/gix-ignore/Cargo.toml
vendor/gix-index/.cargo-checksum.json
vendor/gix-index/Cargo.toml
vendor/gix-index/src/decode/entries.rs
vendor/gix-index/src/decode/mod.rs
vendor/gix-index/src/extension/link.rs
vendor/gix-index/src/extension/resolve_undo.rs
vendor/gix-index/src/extension/tree/decode.rs
vendor/gix-index/src/extension/untracked_cache.rs
vendor/gix-index/src/file/init.rs
vendor/gix-index/src/fs.rs
vendor/gix-lock/.cargo-checksum.json
vendor/gix-lock/Cargo.toml
vendor/gix-macros/.cargo-checksum.json
vendor/gix-macros/Cargo.toml
vendor/gix-negotiate/.cargo-checksum.json
vendor/gix-negotiate/Cargo.toml
vendor/gix-object/.cargo-checksum.json
vendor/gix-object/Cargo.toml
vendor/gix-object/src/tree/ref_iter.rs
vendor/gix-odb/.cargo-checksum.json
vendor/gix-odb/Cargo.toml
vendor/gix-pack/.cargo-checksum.json
vendor/gix-pack/Cargo.toml
vendor/gix-pack/src/data/entry/decode.rs
vendor/gix-pack/src/data/file/verify.rs
vendor/gix-pack/src/index/access.rs
vendor/gix-pack/src/index/verify.rs
vendor/gix-pack/src/multi_index/access.rs
vendor/gix-packetline-blocking/.cargo-checksum.json
vendor/gix-packetline-blocking/Cargo.toml
vendor/gix-packetline-blocking/src/read/sidebands/async_io.rs
vendor/gix-packetline/.cargo-checksum.json
vendor/gix-packetline/Cargo.toml
vendor/gix-packetline/src/read/sidebands/async_io.rs
vendor/gix-path/.cargo-checksum.json
vendor/gix-path/Cargo.toml
vendor/gix-pathspec/.cargo-checksum.json
vendor/gix-pathspec/Cargo.toml
vendor/gix-prompt/.cargo-checksum.json
vendor/gix-prompt/Cargo.toml
vendor/gix-protocol/.cargo-checksum.json
vendor/gix-protocol/Cargo.toml
vendor/gix-quote/.cargo-checksum.json
vendor/gix-quote/Cargo.toml
vendor/gix-quote/src/ansi_c.rs
vendor/gix-ref/.cargo-checksum.json
vendor/gix-ref/Cargo.toml
vendor/gix-ref/src/store/file/find.rs
vendor/gix-ref/src/store/file/loose/mod.rs
vendor/gix-ref/src/store/file/mod.rs
vendor/gix-ref/src/store/file/packed.rs
vendor/gix-ref/src/store/packed/buffer.rs
vendor/gix-refspec/.cargo-checksum.json
vendor/gix-refspec/Cargo.toml
vendor/gix-refspec/src/match_group/mod.rs
vendor/gix-refspec/src/match_group/util.rs
vendor/gix-revision/.cargo-checksum.json
vendor/gix-revision/Cargo.toml
vendor/gix-revwalk/.cargo-checksum.json
vendor/gix-revwalk/Cargo.toml
vendor/gix-sec/.cargo-checksum.json
vendor/gix-sec/Cargo.toml
vendor/gix-sec/src/identity.rs
vendor/gix-submodule/.cargo-checksum.json
vendor/gix-submodule/Cargo.toml
vendor/gix-tempfile/.cargo-checksum.json
vendor/gix-tempfile/Cargo.lock
vendor/gix-tempfile/Cargo.toml
vendor/gix-trace/.cargo-checksum.json
vendor/gix-trace/Cargo.toml
vendor/gix-transport/.cargo-checksum.json
vendor/gix-transport/Cargo.toml
vendor/gix-traverse/.cargo-checksum.json
vendor/gix-traverse/Cargo.toml
vendor/gix-url/.cargo-checksum.json
vendor/gix-url/Cargo.toml
vendor/gix-utils/.cargo-checksum.json
vendor/gix-utils/Cargo.toml
vendor/gix-validate/.cargo-checksum.json
vendor/gix-validate/Cargo.toml
vendor/gix-worktree/.cargo-checksum.json
vendor/gix-worktree/Cargo.toml
vendor/gix/.cargo-checksum.json
vendor/gix/Cargo.lock
vendor/gix/Cargo.toml
vendor/gix/src/clone/access.rs
vendor/gix/src/clone/fetch/mod.rs
vendor/gix/src/clone/mod.rs
vendor/gix/src/config/snapshot/access.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/diff.rs
vendor/gix/src/config/tree/sections/mailmap.rs [new file with mode: 0644]
vendor/gix/src/config/tree/sections/mod.rs
vendor/gix/src/config/tree/sections/push.rs [new file with mode: 0644]
vendor/gix/src/discover.rs
vendor/gix/src/interrupt.rs
vendor/gix/src/lib.rs
vendor/gix/src/mailmap.rs
vendor/gix/src/push.rs [new file with mode: 0644]
vendor/gix/src/reference/remote.rs
vendor/gix/src/remote/connection/fetch/update_refs/tests.rs
vendor/gix/src/remote/mod.rs
vendor/gix/src/remote/url/scheme_permission.rs
vendor/gix/src/repository/config/branch.rs [new file with mode: 0644]
vendor/gix/src/repository/config/mod.rs
vendor/gix/src/repository/config/remote.rs [new file with mode: 0644]
vendor/gix/src/repository/mailmap.rs
vendor/gix/src/repository/mod.rs
vendor/gix/src/revision/mod.rs
vendor/gix/src/revision/spec/parse/delegate/mod.rs
vendor/gix/src/revision/spec/parse/delegate/revision.rs
vendor/gix/src/revision/spec/parse/types.rs
vendor/handlebars-3.5.5/.cargo-checksum.json [deleted file]
vendor/handlebars-3.5.5/CHANGELOG.md [deleted file]
vendor/handlebars-3.5.5/Cargo.lock [deleted file]
vendor/handlebars-3.5.5/Cargo.toml [deleted file]
vendor/handlebars-3.5.5/LICENSE [deleted file]
vendor/handlebars-3.5.5/README.md [deleted file]
vendor/handlebars-3.5.5/benches/bench.rs [deleted file]
vendor/handlebars-3.5.5/build-wasm.sh [deleted file]
vendor/handlebars-3.5.5/examples/decorator.rs [deleted file]
vendor/handlebars-3.5.5/examples/decorator/template.hbs [deleted file]
vendor/handlebars-3.5.5/examples/error.rs [deleted file]
vendor/handlebars-3.5.5/examples/error/error.hbs [deleted file]
vendor/handlebars-3.5.5/examples/error/template.hbs [deleted file]
vendor/handlebars-3.5.5/examples/partials.rs [deleted file]
vendor/handlebars-3.5.5/examples/partials/base0.hbs [deleted file]
vendor/handlebars-3.5.5/examples/partials/base1.hbs [deleted file]
vendor/handlebars-3.5.5/examples/partials/template2.hbs [deleted file]
vendor/handlebars-3.5.5/examples/quick.rs [deleted file]
vendor/handlebars-3.5.5/examples/render.rs [deleted file]
vendor/handlebars-3.5.5/examples/render/template.hbs [deleted file]
vendor/handlebars-3.5.5/examples/render_cli/simple.hbs [deleted file]
vendor/handlebars-3.5.5/examples/render_file.rs [deleted file]
vendor/handlebars-3.5.5/examples/render_file/template.hbs [deleted file]
vendor/handlebars-3.5.5/examples/script.rs [deleted file]
vendor/handlebars-3.5.5/examples/script/goals.rhai [deleted file]
vendor/handlebars-3.5.5/examples/script/template.hbs [deleted file]
vendor/handlebars-3.5.5/profile.sh [deleted file]
vendor/handlebars-3.5.5/release.toml [deleted file]
vendor/handlebars-3.5.5/rustfmt.toml [deleted file]
vendor/handlebars-3.5.5/src/block.rs [deleted file]
vendor/handlebars-3.5.5/src/cli.rs [deleted file]
vendor/handlebars-3.5.5/src/context.rs [deleted file]
vendor/handlebars-3.5.5/src/decorators/inline.rs [deleted file]
vendor/handlebars-3.5.5/src/decorators/mod.rs [deleted file]
vendor/handlebars-3.5.5/src/error.rs [deleted file]
vendor/handlebars-3.5.5/src/grammar.pest [deleted file]
vendor/handlebars-3.5.5/src/grammar.rs [deleted file]
vendor/handlebars-3.5.5/src/helpers/block_util.rs [deleted file]
vendor/handlebars-3.5.5/src/helpers/helper_boolean.rs [deleted file]
vendor/handlebars-3.5.5/src/helpers/helper_each.rs [deleted file]
vendor/handlebars-3.5.5/src/helpers/helper_if.rs [deleted file]
vendor/handlebars-3.5.5/src/helpers/helper_log.rs [deleted file]
vendor/handlebars-3.5.5/src/helpers/helper_lookup.rs [deleted file]
vendor/handlebars-3.5.5/src/helpers/helper_raw.rs [deleted file]
vendor/handlebars-3.5.5/src/helpers/helper_with.rs [deleted file]
vendor/handlebars-3.5.5/src/helpers/mod.rs [deleted file]
vendor/handlebars-3.5.5/src/helpers/scripting.rs [deleted file]
vendor/handlebars-3.5.5/src/json/mod.rs [deleted file]
vendor/handlebars-3.5.5/src/json/path.rs [deleted file]
vendor/handlebars-3.5.5/src/json/value.rs [deleted file]
vendor/handlebars-3.5.5/src/lib.rs [deleted file]
vendor/handlebars-3.5.5/src/macros.rs [deleted file]
vendor/handlebars-3.5.5/src/output.rs [deleted file]
vendor/handlebars-3.5.5/src/partial.rs [deleted file]
vendor/handlebars-3.5.5/src/registry.rs [deleted file]
vendor/handlebars-3.5.5/src/render.rs [deleted file]
vendor/handlebars-3.5.5/src/support.rs [deleted file]
vendor/handlebars-3.5.5/src/template.rs [deleted file]
vendor/handlebars-3.5.5/src/util.rs [deleted file]
vendor/handlebars-3.5.5/tests/block_context.rs [deleted file]
vendor/handlebars-3.5.5/tests/data_helper.rs [deleted file]
vendor/handlebars-3.5.5/tests/escape.rs [deleted file]
vendor/handlebars-3.5.5/tests/helper_function_lifetime.rs [deleted file]
vendor/handlebars-3.5.5/tests/helper_macro.rs [deleted file]
vendor/handlebars-3.5.5/tests/helper_with_space.rs [deleted file]
vendor/handlebars-3.5.5/tests/root_var.rs [deleted file]
vendor/handlebars-3.5.5/tests/subexpression.rs [deleted file]
vendor/handlebars-3.5.5/tests/template_names.rs [deleted file]
vendor/handlebars-3.5.5/wasm/LICENSE [deleted file]
vendor/handlebars-3.5.5/wasm/README.md [deleted file]
vendor/handlebars-3.5.5/wasm/wapm.toml [deleted file]
vendor/handlebars-4.3.7/.cargo-checksum.json [new file with mode: 0644]
vendor/handlebars-4.3.7/CHANGELOG.md [new file with mode: 0644]
vendor/handlebars-4.3.7/Cargo.lock [new file with mode: 0644]
vendor/handlebars-4.3.7/Cargo.toml [new file with mode: 0644]
vendor/handlebars-4.3.7/LICENSE [new file with mode: 0644]
vendor/handlebars-4.3.7/README.md [new file with mode: 0644]
vendor/handlebars-4.3.7/benches/bench.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/build-wasm.sh [new file with mode: 0755]
vendor/handlebars-4.3.7/examples/decorator.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/decorator/template.hbs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/dev_mode.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/dev_mode/template.hbs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/error.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/error/error.hbs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/error/template.hbs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/helper_macro.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/partials.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/partials/base0.hbs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/partials/base1.hbs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/partials/template2.hbs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/quick.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/render.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/render/template.hbs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/render_cli/simple.hbs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/render_file.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/render_file/template.hbs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/script.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/script/goals.rhai [new file with mode: 0644]
vendor/handlebars-4.3.7/examples/script/template.hbs [new file with mode: 0644]
vendor/handlebars-4.3.7/profile.sh [new file with mode: 0755]
vendor/handlebars-4.3.7/release.toml [new file with mode: 0644]
vendor/handlebars-4.3.7/rustfmt.toml [new file with mode: 0644]
vendor/handlebars-4.3.7/src/block.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/cli.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/context.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/decorators/inline.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/decorators/mod.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/error.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/grammar.pest [new file with mode: 0644]
vendor/handlebars-4.3.7/src/grammar.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/helpers/block_util.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/helpers/helper_each.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/helpers/helper_extras.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/helpers/helper_if.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/helpers/helper_log.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/helpers/helper_lookup.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/helpers/helper_raw.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/helpers/helper_with.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/helpers/mod.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/helpers/scripting.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/json/mod.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/json/path.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/json/value.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/lib.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/local_vars.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/macros.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/output.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/partial.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/registry.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/render.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/sources.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/support.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/template.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/src/util.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/tests/block_context.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/tests/data_helper.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/tests/embed.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/tests/escape.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/tests/helper_function_lifetime.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/tests/helper_macro.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/tests/helper_with_space.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/tests/root_var.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/tests/subexpression.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/tests/template_names.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/tests/templates/hello.hbs [new file with mode: 0644]
vendor/handlebars-4.3.7/tests/whitespace.rs [new file with mode: 0644]
vendor/handlebars-4.3.7/wasm/LICENSE [new file with mode: 0644]
vendor/handlebars-4.3.7/wasm/README.md [new file with mode: 0644]
vendor/handlebars-4.3.7/wasm/wapm.toml [new file with mode: 0644]
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/error.rs
vendor/handlebars/examples/render.rs
vendor/handlebars/examples/render_file.rs
vendor/handlebars/src/block.rs
vendor/handlebars/src/cli.rs
vendor/handlebars/src/context.rs
vendor/handlebars/src/decorators/inline.rs
vendor/handlebars/src/decorators/mod.rs
vendor/handlebars/src/error.rs
vendor/handlebars/src/helpers/block_util.rs
vendor/handlebars/src/helpers/helper_each.rs
vendor/handlebars/src/helpers/helper_if.rs
vendor/handlebars/src/helpers/helper_log.rs
vendor/handlebars/src/helpers/helper_lookup.rs
vendor/handlebars/src/helpers/helper_raw.rs
vendor/handlebars/src/helpers/helper_with.rs
vendor/handlebars/src/helpers/mod.rs
vendor/handlebars/src/helpers/scripting.rs
vendor/handlebars/src/helpers/string_helpers/mod.rs [new file with mode: 0644]
vendor/handlebars/src/json/path.rs
vendor/handlebars/src/json/value.rs
vendor/handlebars/src/lib.rs
vendor/handlebars/src/local_vars.rs
vendor/handlebars/src/macros.rs
vendor/handlebars/src/partial.rs
vendor/handlebars/src/registry.rs
vendor/handlebars/src/render.rs
vendor/handlebars/src/sources.rs
vendor/handlebars/src/template.rs
vendor/handlebars/src/util.rs
vendor/handlebars/tests/data_helper.rs
vendor/handlebars/tests/embed.rs
vendor/handlebars/tests/escape.rs
vendor/handlebars/tests/helper_function_lifetime.rs
vendor/handlebars/tests/helper_with_space.rs
vendor/handlebars/tests/subexpression.rs
vendor/hkdf/.cargo-checksum.json
vendor/hkdf/Cargo.toml
vendor/hkdf/src/lib.rs
vendor/hkdf/tests/tests.rs
vendor/home/.cargo-checksum.json
vendor/home/Cargo.toml
vendor/home/src/env.rs
vendor/home/src/lib.rs
vendor/home/src/windows.rs
vendor/http-auth/.cargo-checksum.json
vendor/http-auth/CHANGELOG.md
vendor/http-auth/Cargo.lock
vendor/http-auth/Cargo.toml
vendor/http-auth/src/digest.rs
vendor/http-auth/src/lib.rs
vendor/http-auth/src/parser.rs
vendor/itoa/.cargo-checksum.json
vendor/itoa/Cargo.toml
vendor/itoa/src/lib.rs
vendor/itoa/tests/test.rs
vendor/jobserver/.cargo-checksum.json
vendor/jobserver/Cargo.toml
vendor/jobserver/src/error.rs
vendor/jobserver/src/lib.rs
vendor/jobserver/src/unix.rs
vendor/libc/.cargo-checksum.json
vendor/libc/CONTRIBUTING.md
vendor/libc/Cargo.toml
vendor/libc/build.rs
vendor/libc/src/fuchsia/mod.rs
vendor/libc/src/macros.rs
vendor/libc/src/teeos/mod.rs
vendor/libc/src/unix/aix/mod.rs
vendor/libc/src/unix/bsd/apple/mod.rs
vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs
vendor/libc/src/unix/bsd/netbsdlike/mod.rs
vendor/libc/src/unix/bsd/netbsdlike/netbsd/aarch64.rs
vendor/libc/src/unix/bsd/netbsdlike/netbsd/arm.rs
vendor/libc/src/unix/bsd/netbsdlike/netbsd/mod.rs
vendor/libc/src/unix/bsd/netbsdlike/netbsd/x86_64.rs
vendor/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs
vendor/libc/src/unix/bsd/netbsdlike/openbsd/riscv64.rs
vendor/libc/src/unix/haiku/mod.rs
vendor/libc/src/unix/haiku/native.rs
vendor/libc/src/unix/hurd/b32.rs
vendor/libc/src/unix/hurd/b64.rs
vendor/libc/src/unix/hurd/mod.rs
vendor/libc/src/unix/linux_like/android/mod.rs
vendor/libc/src/unix/linux_like/emscripten/mod.rs
vendor/libc/src/unix/linux_like/linux/arch/generic/mod.rs
vendor/libc/src/unix/linux_like/linux/arch/mips/mod.rs
vendor/libc/src/unix/linux_like/linux/arch/powerpc/mod.rs
vendor/libc/src/unix/linux_like/linux/arch/sparc/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/mod.rs
vendor/libc/src/unix/linux_like/linux/uclibc/mod.rs
vendor/libc/src/unix/linux_like/mod.rs
vendor/libc/src/unix/mod.rs
vendor/libc/src/unix/nto/mod.rs
vendor/libc/src/unix/redox/mod.rs
vendor/libc/src/unix/solarish/mod.rs
vendor/libc/src/vxworks/mod.rs
vendor/libgit2-sys/.cargo-checksum.json
vendor/libgit2-sys/CHANGELOG.md
vendor/libgit2-sys/Cargo.toml
vendor/libgit2-sys/build.rs
vendor/libgit2-sys/lib.rs
vendor/libloading-0.7.4/.cargo-checksum.json [deleted file]
vendor/libloading-0.7.4/Cargo.toml [deleted file]
vendor/libloading-0.7.4/LICENSE [deleted file]
vendor/libloading-0.7.4/README.mkd [deleted file]
vendor/libloading-0.7.4/src/changelog.rs [deleted file]
vendor/libloading-0.7.4/src/error.rs [deleted file]
vendor/libloading-0.7.4/src/lib.rs [deleted file]
vendor/libloading-0.7.4/src/os/mod.rs [deleted file]
vendor/libloading-0.7.4/src/os/unix/consts.rs [deleted file]
vendor/libloading-0.7.4/src/os/unix/mod.rs [deleted file]
vendor/libloading-0.7.4/src/os/windows/mod.rs [deleted file]
vendor/libloading-0.7.4/src/safe.rs [deleted file]
vendor/libloading-0.7.4/src/test_helpers.rs [deleted file]
vendor/libloading-0.7.4/src/util.rs [deleted file]
vendor/libloading-0.7.4/tests/constants.rs [deleted file]
vendor/libloading-0.7.4/tests/functions.rs [deleted file]
vendor/libloading-0.7.4/tests/library_filename.rs [deleted file]
vendor/libloading-0.7.4/tests/markers.rs [deleted file]
vendor/libloading-0.7.4/tests/windows.rs [deleted file]
vendor/lsp-server/.cargo-checksum.json [new file with mode: 0644]
vendor/lsp-server/Cargo.lock [new file with mode: 0644]
vendor/lsp-server/Cargo.toml [new file with mode: 0644]
vendor/lsp-server/examples/goto_def.rs [new file with mode: 0644]
vendor/lsp-server/src/error.rs [new file with mode: 0644]
vendor/lsp-server/src/lib.rs [new file with mode: 0644]
vendor/lsp-server/src/msg.rs [new file with mode: 0644]
vendor/lsp-server/src/req_queue.rs [new file with mode: 0644]
vendor/lsp-server/src/socket.rs [new file with mode: 0644]
vendor/lsp-server/src/stdio.rs [new file with mode: 0644]
vendor/lsp-types/.cargo-checksum.json
vendor/lsp-types/CHANGELOG.md
vendor/lsp-types/Cargo.toml
vendor/lsp-types/LICENSE
vendor/lsp-types/README.md
vendor/lsp-types/release.sh [changed mode: 0644->0755]
vendor/lsp-types/release.toml
vendor/lsp-types/src/call_hierarchy.rs
vendor/lsp-types/src/code_action.rs
vendor/lsp-types/src/code_lens.rs
vendor/lsp-types/src/color.rs
vendor/lsp-types/src/completion.rs
vendor/lsp-types/src/document_diagnostic.rs [new file with mode: 0644]
vendor/lsp-types/src/document_highlight.rs
vendor/lsp-types/src/document_link.rs
vendor/lsp-types/src/document_symbols.rs
vendor/lsp-types/src/error_codes.rs
vendor/lsp-types/src/file_operations.rs
vendor/lsp-types/src/folding_range.rs
vendor/lsp-types/src/formatting.rs
vendor/lsp-types/src/hover.rs
vendor/lsp-types/src/inlay_hint.rs
vendor/lsp-types/src/inline_completion.rs [new file with mode: 0644]
vendor/lsp-types/src/inline_value.rs
vendor/lsp-types/src/lib.rs
vendor/lsp-types/src/linked_editing.rs
vendor/lsp-types/src/lsif.rs
vendor/lsp-types/src/moniker.rs
vendor/lsp-types/src/notification.rs
vendor/lsp-types/src/progress.rs
vendor/lsp-types/src/references.rs
vendor/lsp-types/src/rename.rs
vendor/lsp-types/src/request.rs
vendor/lsp-types/src/selection_range.rs
vendor/lsp-types/src/semantic_tokens.rs
vendor/lsp-types/src/signature_help.rs
vendor/lsp-types/src/trace.rs
vendor/lsp-types/src/type_hierarchy.rs
vendor/lsp-types/src/window.rs
vendor/lsp-types/src/workspace_diagnostic.rs [new file with mode: 0644]
vendor/lsp-types/src/workspace_folders.rs
vendor/lsp-types/src/workspace_symbols.rs
vendor/lsp-types/tests/lsif.rs
vendor/lsp-types/tests/tsc-unix.lsif
vendor/measureme/.cargo-checksum.json
vendor/measureme/Cargo.toml
vendor/measureme/src/event_id.rs
vendor/measureme/src/file_header.rs
vendor/measureme/src/raw_event.rs
vendor/measureme/src/serialization.rs
vendor/measureme/src/stringtable.rs
vendor/memchr/.cargo-checksum.json
vendor/memchr/Cargo.toml
vendor/memchr/README.md
vendor/memchr/src/arch/all/mod.rs
vendor/memchr/src/lib.rs
vendor/memchr/src/memmem/mod.rs
vendor/object/.cargo-checksum.json
vendor/object/CHANGELOG.md
vendor/object/Cargo.toml
vendor/object/README.md
vendor/object/src/common.rs
vendor/object/src/elf.rs
vendor/object/src/lib.rs
vendor/object/src/pe.rs
vendor/object/src/read/any.rs
vendor/object/src/read/archive.rs
vendor/object/src/read/coff/comdat.rs
vendor/object/src/read/coff/file.rs
vendor/object/src/read/coff/import.rs
vendor/object/src/read/coff/mod.rs
vendor/object/src/read/coff/relocation.rs
vendor/object/src/read/coff/section.rs
vendor/object/src/read/coff/symbol.rs
vendor/object/src/read/elf/attributes.rs
vendor/object/src/read/elf/comdat.rs
vendor/object/src/read/elf/compression.rs
vendor/object/src/read/elf/dynamic.rs
vendor/object/src/read/elf/file.rs
vendor/object/src/read/elf/hash.rs
vendor/object/src/read/elf/mod.rs
vendor/object/src/read/elf/note.rs
vendor/object/src/read/elf/relocation.rs
vendor/object/src/read/elf/section.rs
vendor/object/src/read/elf/segment.rs
vendor/object/src/read/elf/symbol.rs
vendor/object/src/read/elf/version.rs
vendor/object/src/read/macho/dyld_cache.rs
vendor/object/src/read/macho/fat.rs
vendor/object/src/read/macho/file.rs
vendor/object/src/read/macho/load_command.rs
vendor/object/src/read/macho/mod.rs
vendor/object/src/read/macho/relocation.rs
vendor/object/src/read/macho/section.rs
vendor/object/src/read/macho/segment.rs
vendor/object/src/read/macho/symbol.rs
vendor/object/src/read/mod.rs
vendor/object/src/read/pe/data_directory.rs
vendor/object/src/read/pe/export.rs
vendor/object/src/read/pe/file.rs
vendor/object/src/read/pe/import.rs
vendor/object/src/read/pe/mod.rs
vendor/object/src/read/pe/relocation.rs
vendor/object/src/read/pe/resource.rs
vendor/object/src/read/pe/section.rs
vendor/object/src/read/read_cache.rs
vendor/object/src/read/read_ref.rs
vendor/object/src/read/traits.rs
vendor/object/src/read/util.rs
vendor/object/src/read/wasm.rs
vendor/object/src/read/xcoff/comdat.rs
vendor/object/src/read/xcoff/file.rs
vendor/object/src/read/xcoff/mod.rs
vendor/object/src/read/xcoff/relocation.rs
vendor/object/src/read/xcoff/section.rs
vendor/object/src/read/xcoff/segment.rs
vendor/object/src/read/xcoff/symbol.rs
vendor/object/src/write/coff.rs [deleted file]
vendor/object/src/write/coff/mod.rs [new file with mode: 0644]
vendor/object/src/write/coff/object.rs [new file with mode: 0644]
vendor/object/src/write/coff/writer.rs [new file with mode: 0644]
vendor/object/src/write/elf/object.rs
vendor/object/src/write/macho.rs
vendor/object/src/write/mod.rs
vendor/object/src/write/util.rs
vendor/object/src/xcoff.rs
vendor/object/tests/round_trip/macho.rs
vendor/object/tests/round_trip/mod.rs
vendor/object/tests/round_trip/tls.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/README.md
vendor/once_cell/src/imp_cs.rs
vendor/once_cell/src/lib.rs
vendor/once_cell/src/race.rs
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/find_normal.rs
vendor/openssl-sys/build/main.rs
vendor/openssl-sys/build/run_bindgen.rs
vendor/openssl-sys/src/crypto.rs
vendor/openssl-sys/src/evp.rs
vendor/openssl-sys/src/handwritten/bn.rs
vendor/openssl-sys/src/handwritten/dh.rs
vendor/openssl-sys/src/handwritten/evp.rs
vendor/openssl-sys/src/handwritten/rand.rs
vendor/openssl-sys/src/handwritten/ssl.rs
vendor/openssl-sys/src/handwritten/types.rs
vendor/openssl-sys/src/handwritten/x509.rs
vendor/openssl-sys/src/handwritten/x509v3.rs
vendor/openssl-sys/src/lib.rs
vendor/openssl-sys/src/obj_mac.rs
vendor/openssl-sys/src/ssl.rs
vendor/openssl-sys/src/x509v3.rs
vendor/openssl/.cargo-checksum.json
vendor/openssl/CHANGELOG.md
vendor/openssl/Cargo.lock
vendor/openssl/Cargo.toml
vendor/openssl/build.rs
vendor/openssl/src/asn1.rs
vendor/openssl/src/bn.rs
vendor/openssl/src/cipher.rs
vendor/openssl/src/cipher_ctx.rs
vendor/openssl/src/cms.rs
vendor/openssl/src/dh.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.rs
vendor/openssl/src/md_ctx.rs
vendor/openssl/src/nid.rs
vendor/openssl/src/pkcs5.rs
vendor/openssl/src/pkcs7.rs
vendor/openssl/src/pkey.rs
vendor/openssl/src/pkey_ctx.rs
vendor/openssl/src/provider.rs
vendor/openssl/src/rand.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/mod.rs
vendor/openssl/src/x509/store.rs
vendor/openssl/src/x509/tests.rs
vendor/openssl/test/entry_extensions.crl
vendor/pasetors/.cargo-checksum.json
vendor/pasetors/CHANGELOG.md
vendor/pasetors/Cargo.toml
vendor/pasetors/README.md
vendor/pasetors/src/claims.rs
vendor/pasetors/src/lib.rs
vendor/pkg-config/.cargo-checksum.json
vendor/pkg-config/CHANGELOG.md
vendor/pkg-config/Cargo.toml
vendor/pkg-config/src/lib.rs
vendor/proc-macro2/.cargo-checksum.json
vendor/proc-macro2/Cargo.toml
vendor/proc-macro2/build.rs
vendor/proc-macro2/build/probe.rs [new file with mode: 0644]
vendor/proc-macro2/src/fallback.rs
vendor/proc-macro2/src/lib.rs
vendor/proc-macro2/src/marker.rs
vendor/proc-macro2/src/wrapper.rs
vendor/prodash/.cargo-checksum.json
vendor/prodash/CHANGELOG.md
vendor/prodash/Cargo.lock
vendor/prodash/Cargo.toml
vendor/prodash/README.md
vendor/prodash/src/messages.rs
vendor/prodash/src/render/tui/draw/information.rs
vendor/prodash/src/render/tui/engine.rs
vendor/prodash/src/unit/duration.rs
vendor/pulldown-cmark/.cargo-checksum.json
vendor/pulldown-cmark/Cargo.lock
vendor/pulldown-cmark/Cargo.toml
vendor/pulldown-cmark/examples/parser-map-event-print.rs
vendor/pulldown-cmark/examples/parser-map-tag-print.rs
vendor/pulldown-cmark/src/firstpass.rs
vendor/pulldown-cmark/src/lib.rs
vendor/pulldown-cmark/tests/lib.rs
vendor/pulldown-cmark/tests/suite/footnotes.rs
vendor/quick-error-1.2.3/.cargo-checksum.json [deleted file]
vendor/quick-error-1.2.3/Cargo.lock [deleted file]
vendor/quick-error-1.2.3/Cargo.toml [deleted file]
vendor/quick-error-1.2.3/LICENSE-APACHE [deleted file]
vendor/quick-error-1.2.3/LICENSE-MIT [deleted file]
vendor/quick-error-1.2.3/README.rst [deleted file]
vendor/quick-error-1.2.3/bulk.yaml [deleted file]
vendor/quick-error-1.2.3/examples/context.rs [deleted file]
vendor/quick-error-1.2.3/src/lib.rs [deleted file]
vendor/quick-error-1.2.3/vagga.yaml [deleted file]
vendor/quick-error/.cargo-checksum.json
vendor/quick-error/Cargo.lock
vendor/quick-error/Cargo.toml
vendor/quick-error/README.rst
vendor/quick-error/examples/context.rs
vendor/quick-error/src/lib.rs
vendor/quick-error/vagga.yaml
vendor/quote/.cargo-checksum.json
vendor/quote/Cargo.toml
vendor/quote/src/lib.rs
vendor/ra-ap-rustc_abi/.cargo-checksum.json [deleted file]
vendor/ra-ap-rustc_abi/Cargo.toml [deleted file]
vendor/ra-ap-rustc_abi/src/layout.rs [deleted file]
vendor/ra-ap-rustc_abi/src/lib.rs [deleted file]
vendor/ra-ap-rustc_index/.cargo-checksum.json [deleted file]
vendor/ra-ap-rustc_index/Cargo.toml [deleted file]
vendor/ra-ap-rustc_index/src/bit_set.rs [deleted file]
vendor/ra-ap-rustc_index/src/bit_set/tests.rs [deleted file]
vendor/ra-ap-rustc_index/src/idx.rs [deleted file]
vendor/ra-ap-rustc_index/src/interval.rs [deleted file]
vendor/ra-ap-rustc_index/src/interval/tests.rs [deleted file]
vendor/ra-ap-rustc_index/src/lib.rs [deleted file]
vendor/ra-ap-rustc_index/src/slice.rs [deleted file]
vendor/ra-ap-rustc_index/src/vec.rs [deleted file]
vendor/ra-ap-rustc_index/src/vec/tests.rs [deleted file]
vendor/ra-ap-rustc_index_macros/.cargo-checksum.json [deleted file]
vendor/ra-ap-rustc_index_macros/Cargo.toml [deleted file]
vendor/ra-ap-rustc_index_macros/src/lib.rs [deleted file]
vendor/ra-ap-rustc_index_macros/src/newtype.rs [deleted file]
vendor/ra-ap-rustc_lexer/.cargo-checksum.json
vendor/ra-ap-rustc_lexer/Cargo.toml
vendor/ra-ap-rustc_lexer/src/lib.rs
vendor/ra-ap-rustc_lexer/src/unescape.rs
vendor/ra-ap-rustc_parse_format/.cargo-checksum.json [deleted file]
vendor/ra-ap-rustc_parse_format/Cargo.toml [deleted file]
vendor/ra-ap-rustc_parse_format/src/lib.rs [deleted file]
vendor/ra-ap-rustc_parse_format/src/tests.rs [deleted file]
vendor/rust-analyzer-salsa-macros/.cargo-checksum.json
vendor/rust-analyzer-salsa-macros/Cargo.toml
vendor/rust-analyzer-salsa-macros/src/database_storage.rs
vendor/rust-analyzer-salsa-macros/src/query_group.rs
vendor/rust-analyzer-salsa/.cargo-checksum.json
vendor/rust-analyzer-salsa/Cargo.lock
vendor/rust-analyzer-salsa/Cargo.toml
vendor/rust-analyzer-salsa/src/derived.rs
vendor/rust-analyzer-salsa/src/hash.rs [new file with mode: 0644]
vendor/rust-analyzer-salsa/src/input.rs
vendor/rust-analyzer-salsa/src/interned.rs
vendor/rust-analyzer-salsa/src/lib.rs
vendor/rust-analyzer-salsa/src/lru.rs
vendor/rust-analyzer-salsa/src/plumbing.rs
vendor/rust-analyzer-salsa/src/revision.rs
vendor/rust-analyzer-salsa/src/runtime.rs
vendor/rust-analyzer-salsa/src/runtime/dependency_graph.rs
vendor/rust-analyzer-salsa/src/runtime/local_state.rs
vendor/rust-analyzer-salsa/src/storage.rs
vendor/rust-analyzer-salsa/tests/cycles.rs
vendor/rust-analyzer-salsa/tests/parallel/parallel_cycle_all_recover.rs
vendor/rust-analyzer-salsa/tests/parallel/parallel_cycle_mid_recover.rs
vendor/rust-analyzer-salsa/tests/parallel/parallel_cycle_none_recover.rs
vendor/rust-analyzer-salsa/tests/parallel/parallel_cycle_one_recovers.rs
vendor/rustix/.cargo-checksum.json
vendor/rustix/Cargo.toml
vendor/rustix/README.md
vendor/rustix/src/backend/libc/fs/syscalls.rs
vendor/rustix/src/backend/libc/fs/types.rs
vendor/rustix/src/backend/libc/io/errno.rs
vendor/rustix/src/backend/libc/io/syscalls.rs
vendor/rustix/src/backend/libc/mod.rs
vendor/rustix/src/backend/libc/mount/syscalls.rs
vendor/rustix/src/backend/libc/mount/types.rs
vendor/rustix/src/backend/libc/net/syscalls.rs
vendor/rustix/src/backend/libc/pipe/types.rs
vendor/rustix/src/backend/libc/pty/syscalls.rs
vendor/rustix/src/backend/libc/rand/syscalls.rs
vendor/rustix/src/backend/libc/winsock_c.rs
vendor/rustix/src/backend/linux_raw/event/epoll.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/errno.rs
vendor/rustix/src/backend/linux_raw/io/syscalls.rs
vendor/rustix/src/backend/linux_raw/mount/syscalls.rs
vendor/rustix/src/backend/linux_raw/mount/types.rs
vendor/rustix/src/backend/linux_raw/net/addr.rs
vendor/rustix/src/backend/linux_raw/net/read_sockaddr.rs
vendor/rustix/src/backend/linux_raw/net/syscalls.rs
vendor/rustix/src/backend/linux_raw/pipe/types.rs
vendor/rustix/src/backend/linux_raw/process/syscalls.rs
vendor/rustix/src/backend/linux_raw/rand/syscalls.rs
vendor/rustix/src/backend/linux_raw/runtime/syscalls.rs
vendor/rustix/src/buffer.rs [new file with mode: 0644]
vendor/rustix/src/event/kqueue.rs
vendor/rustix/src/event/poll.rs
vendor/rustix/src/fs/mod.rs
vendor/rustix/src/io/close.rs
vendor/rustix/src/io/ioctl.rs
vendor/rustix/src/io/read_write.rs
vendor/rustix/src/ioctl/mod.rs
vendor/rustix/src/lib.rs
vendor/rustix/src/maybe_polyfill/no_std/os/fd/owned.rs
vendor/rustix/src/mount/fsopen.rs
vendor/rustix/src/net/send_recv/mod.rs
vendor/rustix/src/net/socket.rs
vendor/rustix/src/net/sockopt.rs
vendor/rustix/src/net/wsa.rs
vendor/rustix/src/param/mod.rs
vendor/rustix/src/path/arg.rs
vendor/rustix/src/process/procctl.rs
vendor/rustix/src/rand/getrandom.rs
vendor/rustix/src/rand/mod.rs
vendor/rustix/src/runtime.rs
vendor/rustix/src/termios/types.rs
vendor/ruzstd/.cargo-checksum.json
vendor/ruzstd/Cargo.lock
vendor/ruzstd/Cargo.toml
vendor/ruzstd/Readme.md
vendor/ruzstd/benches/reversedbitreader_bench.rs
vendor/ruzstd/src/blocks/literals_section.rs
vendor/ruzstd/src/blocks/sequence_section.rs
vendor/ruzstd/src/decoding/bit_reader.rs
vendor/ruzstd/src/decoding/block_decoder.rs
vendor/ruzstd/src/decoding/decodebuffer.rs
vendor/ruzstd/src/decoding/dictionary.rs
vendor/ruzstd/src/decoding/literals_section_decoder.rs
vendor/ruzstd/src/decoding/ringbuffer.rs
vendor/ruzstd/src/decoding/sequence_execution.rs
vendor/ruzstd/src/decoding/sequence_section_decoder.rs
vendor/ruzstd/src/frame.rs
vendor/ruzstd/src/frame_decoder.rs
vendor/ruzstd/src/fse/fse_decoder.rs
vendor/ruzstd/src/huff0/huff0_decoder.rs
vendor/ruzstd/src/io_nostd.rs
vendor/ruzstd/src/lib.rs
vendor/ruzstd/src/streaming_decoder.rs
vendor/ruzstd/src/tests/fuzz_regressions.rs
vendor/ruzstd/src/tests/mod.rs
vendor/ryu/.cargo-checksum.json
vendor/ryu/Cargo.lock
vendor/ryu/Cargo.toml
vendor/ryu/README.md
vendor/ryu/src/buffer/mod.rs
vendor/ryu/src/d2s_intrinsics.rs
vendor/ryu/src/lib.rs
vendor/ryu/tests/d2s_intrinsics_test.rs [new file with mode: 0644]
vendor/ryu/tests/d2s_test.rs
vendor/ryu/tests/f2s_test.rs
vendor/semver/.cargo-checksum.json
vendor/semver/Cargo.toml
vendor/semver/src/lib.rs
vendor/serde-untagged/.cargo-checksum.json
vendor/serde-untagged/Cargo.toml
vendor/serde-untagged/src/any.rs
vendor/serde-untagged/src/error.rs
vendor/serde-untagged/src/int.rs
vendor/serde-untagged/src/lib.rs
vendor/serde-untagged/src/map.rs
vendor/serde-untagged/src/seq.rs
vendor/serde/.cargo-checksum.json
vendor/serde/Cargo.toml
vendor/serde/src/de/mod.rs
vendor/serde/src/lib.rs
vendor/serde/src/ser/mod.rs
vendor/serde_derive/.cargo-checksum.json
vendor/serde_derive/Cargo.toml
vendor/serde_derive/src/bound.rs
vendor/serde_derive/src/internals/attr.rs
vendor/serde_derive/src/internals/receiver.rs
vendor/serde_derive/src/lib.rs
vendor/serde_derive/src/pretend.rs
vendor/serde_json/.cargo-checksum.json
vendor/serde_json/Cargo.toml
vendor/serde_json/build.rs
vendor/serde_json/src/de.rs
vendor/serde_json/src/lib.rs
vendor/serde_json/src/value/mod.rs
vendor/serde_json/tests/test.rs
vendor/serde_json/tests/ui/parse_key.stderr
vendor/serde_spanned/.cargo-checksum.json
vendor/serde_spanned/Cargo.toml
vendor/serde_spanned/src/spanned.rs
vendor/similar/.cargo-checksum.json
vendor/similar/CHANGELOG.md
vendor/similar/Cargo.lock
vendor/similar/Cargo.toml
vendor/similar/src/algorithms/lcs.rs
vendor/similar/src/algorithms/myers.rs
vendor/similar/src/algorithms/patience.rs
vendor/similar/src/text/inline.rs
vendor/smallvec/.cargo-checksum.json
vendor/smallvec/Cargo.toml
vendor/smallvec/src/lib.rs
vendor/smallvec/src/tests.rs
vendor/smol_str/.cargo-checksum.json
vendor/smol_str/Cargo.toml
vendor/smol_str/LICENSE-APACHE
vendor/smol_str/LICENSE-MIT
vendor/smol_str/README.md
vendor/smol_str/bors.toml
vendor/smol_str/src/lib.rs
vendor/smol_str/tests/test.rs
vendor/smol_str/tests/tidy.rs
vendor/snapbox/.cargo-checksum.json
vendor/snapbox/Cargo.lock
vendor/snapbox/Cargo.toml
vendor/snapbox/examples/diff.rs [new file with mode: 0644]
vendor/snapbox/src/lib.rs
vendor/snapbox/src/report/color.rs
vendor/syn/.cargo-checksum.json
vendor/syn/Cargo.toml
vendor/syn/benches/rust.rs
vendor/syn/src/attr.rs
vendor/syn/src/buffer.rs
vendor/syn/src/data.rs
vendor/syn/src/error.rs
vendor/syn/src/expr.rs
vendor/syn/src/gen/clone.rs
vendor/syn/src/gen/debug.rs
vendor/syn/src/gen/eq.rs
vendor/syn/src/gen/fold.rs
vendor/syn/src/gen/hash.rs
vendor/syn/src/gen/visit.rs
vendor/syn/src/gen/visit_mut.rs
vendor/syn/src/generics.rs
vendor/syn/src/item.rs
vendor/syn/src/lib.rs
vendor/syn/src/lit.rs
vendor/syn/src/macros.rs
vendor/syn/src/meta.rs
vendor/syn/src/op.rs
vendor/syn/src/parse.rs
vendor/syn/src/parse_quote.rs
vendor/syn/src/pat.rs
vendor/syn/src/path.rs
vendor/syn/src/restriction.rs
vendor/syn/src/stmt.rs
vendor/syn/src/ty.rs
vendor/syn/tests/common/eq.rs
vendor/syn/tests/debug/gen.rs
vendor/syn/tests/debug/mod.rs
vendor/syn/tests/macros/mod.rs
vendor/syn/tests/repo/mod.rs
vendor/syn/tests/test_asyncness.rs
vendor/syn/tests/test_derive_input.rs
vendor/syn/tests/test_expr.rs
vendor/syn/tests/test_generics.rs
vendor/syn/tests/test_item.rs
vendor/syn/tests/test_meta.rs
vendor/syn/tests/test_parse_buffer.rs
vendor/syn/tests/test_parse_quote.rs [new file with mode: 0644]
vendor/syn/tests/test_parse_stream.rs
vendor/syn/tests/test_pat.rs
vendor/syn/tests/test_path.rs
vendor/syn/tests/test_precedence.rs
vendor/syn/tests/test_round_trip.rs
vendor/syn/tests/test_shebang.rs
vendor/syn/tests/test_size.rs
vendor/syn/tests/test_stmt.rs
vendor/syn/tests/test_ty.rs
vendor/sysinfo-0.26.7/.cargo-checksum.json [deleted file]
vendor/sysinfo-0.26.7/ADDING_NEW_PLATFORMS.md [deleted file]
vendor/sysinfo-0.26.7/CHANGELOG.md [deleted file]
vendor/sysinfo-0.26.7/Cargo.lock [deleted file]
vendor/sysinfo-0.26.7/Cargo.toml [deleted file]
vendor/sysinfo-0.26.7/LICENSE [deleted file]
vendor/sysinfo-0.26.7/Makefile [deleted file]
vendor/sysinfo-0.26.7/README.md [deleted file]
vendor/sysinfo-0.26.7/benches/basic.rs [deleted file]
vendor/sysinfo-0.26.7/examples/simple.c [deleted file]
vendor/sysinfo-0.26.7/examples/simple.rs [deleted file]
vendor/sysinfo-0.26.7/md_doc/component.md [deleted file]
vendor/sysinfo-0.26.7/md_doc/cpu.md [deleted file]
vendor/sysinfo-0.26.7/md_doc/disk.md [deleted file]
vendor/sysinfo-0.26.7/md_doc/network_data.md [deleted file]
vendor/sysinfo-0.26.7/md_doc/networks.md [deleted file]
vendor/sysinfo-0.26.7/md_doc/pid.md [deleted file]
vendor/sysinfo-0.26.7/md_doc/process.md [deleted file]
vendor/sysinfo-0.26.7/md_doc/system.md [deleted file]
vendor/sysinfo-0.26.7/src/apple/app_store/component.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/app_store/mod.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/app_store/process.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/component.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/cpu.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/disk.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/ffi.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/ios.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/macos/component/arm.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/macos/component/mod.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/macos/component/x86.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/macos/disk.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/macos/ffi.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/macos/mod.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/macos/process.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/macos/system.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/macos/utils.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/mod.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/network.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/process.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/system.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/users.rs [deleted file]
vendor/sysinfo-0.26.7/src/apple/utils.rs [deleted file]
vendor/sysinfo-0.26.7/src/c_interface.rs [deleted file]
vendor/sysinfo-0.26.7/src/common.rs [deleted file]
vendor/sysinfo-0.26.7/src/debug.rs [deleted file]
vendor/sysinfo-0.26.7/src/freebsd/component.rs [deleted file]
vendor/sysinfo-0.26.7/src/freebsd/cpu.rs [deleted file]
vendor/sysinfo-0.26.7/src/freebsd/disk.rs [deleted file]
vendor/sysinfo-0.26.7/src/freebsd/mod.rs [deleted file]
vendor/sysinfo-0.26.7/src/freebsd/network.rs [deleted file]
vendor/sysinfo-0.26.7/src/freebsd/process.rs [deleted file]
vendor/sysinfo-0.26.7/src/freebsd/system.rs [deleted file]
vendor/sysinfo-0.26.7/src/freebsd/utils.rs [deleted file]
vendor/sysinfo-0.26.7/src/lib.rs [deleted file]
vendor/sysinfo-0.26.7/src/linux/component.rs [deleted file]
vendor/sysinfo-0.26.7/src/linux/cpu.rs [deleted file]
vendor/sysinfo-0.26.7/src/linux/disk.rs [deleted file]
vendor/sysinfo-0.26.7/src/linux/mod.rs [deleted file]
vendor/sysinfo-0.26.7/src/linux/network.rs [deleted file]
vendor/sysinfo-0.26.7/src/linux/process.rs [deleted file]
vendor/sysinfo-0.26.7/src/linux/system.rs [deleted file]
vendor/sysinfo-0.26.7/src/linux/utils.rs [deleted file]
vendor/sysinfo-0.26.7/src/macros.rs [deleted file]
vendor/sysinfo-0.26.7/src/sysinfo.h [deleted file]
vendor/sysinfo-0.26.7/src/system.rs [deleted file]
vendor/sysinfo-0.26.7/src/traits.rs [deleted file]
vendor/sysinfo-0.26.7/src/unknown/component.rs [deleted file]
vendor/sysinfo-0.26.7/src/unknown/cpu.rs [deleted file]
vendor/sysinfo-0.26.7/src/unknown/disk.rs [deleted file]
vendor/sysinfo-0.26.7/src/unknown/mod.rs [deleted file]
vendor/sysinfo-0.26.7/src/unknown/network.rs [deleted file]
vendor/sysinfo-0.26.7/src/unknown/process.rs [deleted file]
vendor/sysinfo-0.26.7/src/unknown/system.rs [deleted file]
vendor/sysinfo-0.26.7/src/users.rs [deleted file]
vendor/sysinfo-0.26.7/src/utils.rs [deleted file]
vendor/sysinfo-0.26.7/src/windows/component.rs [deleted file]
vendor/sysinfo-0.26.7/src/windows/cpu.rs [deleted file]
vendor/sysinfo-0.26.7/src/windows/disk.rs [deleted file]
vendor/sysinfo-0.26.7/src/windows/mod.rs [deleted file]
vendor/sysinfo-0.26.7/src/windows/network.rs [deleted file]
vendor/sysinfo-0.26.7/src/windows/process.rs [deleted file]
vendor/sysinfo-0.26.7/src/windows/system.rs [deleted file]
vendor/sysinfo-0.26.7/src/windows/tools.rs [deleted file]
vendor/sysinfo-0.26.7/src/windows/users.rs [deleted file]
vendor/sysinfo-0.26.7/src/windows/utils.rs [deleted file]
vendor/sysinfo-0.26.7/tests/code_checkers/docs.rs [deleted file]
vendor/sysinfo-0.26.7/tests/code_checkers/headers.rs [deleted file]
vendor/sysinfo-0.26.7/tests/code_checkers/mod.rs [deleted file]
vendor/sysinfo-0.26.7/tests/code_checkers/signals.rs [deleted file]
vendor/sysinfo-0.26.7/tests/code_checkers/utils.rs [deleted file]
vendor/sysinfo-0.26.7/tests/cpu.rs [deleted file]
vendor/sysinfo-0.26.7/tests/disk_list.rs [deleted file]
vendor/sysinfo-0.26.7/tests/extras.rs [deleted file]
vendor/sysinfo-0.26.7/tests/network.rs [deleted file]
vendor/sysinfo-0.26.7/tests/process.rs [deleted file]
vendor/sysinfo-0.26.7/tests/send_sync.rs [deleted file]
vendor/sysinfo-0.26.7/tests/uptime.rs [deleted file]
vendor/sysinfo-0.29.11/.cargo-checksum.json [new file with mode: 0644]
vendor/sysinfo-0.29.11/ADDING_NEW_PLATFORMS.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/CHANGELOG.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/Cargo.lock [new file with mode: 0644]
vendor/sysinfo-0.29.11/Cargo.toml [new file with mode: 0644]
vendor/sysinfo-0.29.11/LICENSE [new file with mode: 0644]
vendor/sysinfo-0.29.11/Makefile [new file with mode: 0644]
vendor/sysinfo-0.29.11/README.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/benches/basic.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/examples/simple.c [new file with mode: 0644]
vendor/sysinfo-0.29.11/examples/simple.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/md_doc/component.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/md_doc/cpu.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/md_doc/disk.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/md_doc/network_data.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/md_doc/networks.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/md_doc/pid.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/md_doc/process.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/md_doc/serde.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/md_doc/sid.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/md_doc/system.md [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/app_store/component.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/app_store/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/app_store/process.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/component.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/disk.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/ffi.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/ios.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/macos/component/arm.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/macos/component/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/macos/component/x86.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/macos/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/macos/disk.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/macos/ffi.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/macos/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/macos/process.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/macos/system.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/macos/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/network.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/process.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/system.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/users.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/apple/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/c_interface.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/common.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/debug.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/freebsd/component.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/freebsd/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/freebsd/disk.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/freebsd/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/freebsd/network.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/freebsd/process.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/freebsd/system.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/freebsd/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/lib.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/linux/component.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/linux/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/linux/disk.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/linux/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/linux/network.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/linux/process.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/linux/system.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/linux/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/macros.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/network.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/network_helper_nix.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/network_helper_win.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/serde.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/sysinfo.h [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/system.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/traits.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/unknown/component.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/unknown/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/unknown/disk.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/unknown/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/unknown/network.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/unknown/process.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/unknown/system.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/users.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/windows/component.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/windows/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/windows/disk.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/windows/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/windows/network.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/windows/process.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/windows/sid.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/windows/system.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/windows/tools.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/windows/users.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/src/windows/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/tests/code_checkers/docs.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/tests/code_checkers/headers.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/tests/code_checkers/mod.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/tests/code_checkers/signals.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/tests/code_checkers/utils.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/tests/cpu.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/tests/disk_list.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/tests/extras.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/tests/network.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/tests/process.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/tests/send_sync.rs [new file with mode: 0644]
vendor/sysinfo-0.29.11/tests/uptime.rs [new file with mode: 0644]
vendor/sysinfo/.cargo-checksum.json
vendor/sysinfo/CHANGELOG.md
vendor/sysinfo/Cargo.lock
vendor/sysinfo/Cargo.toml
vendor/sysinfo/README.md
vendor/sysinfo/benches/basic.rs
vendor/sysinfo/examples/simple.c
vendor/sysinfo/examples/simple.rs
vendor/sysinfo/md_doc/component.md [deleted file]
vendor/sysinfo/md_doc/cpu.md [deleted file]
vendor/sysinfo/md_doc/disk.md [deleted file]
vendor/sysinfo/md_doc/is_supported.md [new file with mode: 0644]
vendor/sysinfo/md_doc/minimum_cpu_update_interval.md [new file with mode: 0644]
vendor/sysinfo/md_doc/network_data.md [deleted file]
vendor/sysinfo/md_doc/networks.md [deleted file]
vendor/sysinfo/md_doc/pid.md
vendor/sysinfo/md_doc/process.md [deleted file]
vendor/sysinfo/md_doc/serde.md
vendor/sysinfo/md_doc/supported_signals.md [new file with mode: 0644]
vendor/sysinfo/md_doc/system.md [deleted file]
vendor/sysinfo/migration_guide.md [new file with mode: 0644]
vendor/sysinfo/src/apple/app_store/component.rs [deleted file]
vendor/sysinfo/src/apple/app_store/mod.rs [deleted file]
vendor/sysinfo/src/apple/app_store/process.rs [deleted file]
vendor/sysinfo/src/apple/component.rs [deleted file]
vendor/sysinfo/src/apple/cpu.rs [deleted file]
vendor/sysinfo/src/apple/disk.rs [deleted file]
vendor/sysinfo/src/apple/ffi.rs [deleted file]
vendor/sysinfo/src/apple/ios.rs [deleted file]
vendor/sysinfo/src/apple/macos/component/arm.rs [deleted file]
vendor/sysinfo/src/apple/macos/component/mod.rs [deleted file]
vendor/sysinfo/src/apple/macos/component/x86.rs [deleted file]
vendor/sysinfo/src/apple/macos/disk.rs [deleted file]
vendor/sysinfo/src/apple/macos/ffi.rs [deleted file]
vendor/sysinfo/src/apple/macos/mod.rs [deleted file]
vendor/sysinfo/src/apple/macos/process.rs [deleted file]
vendor/sysinfo/src/apple/macos/system.rs [deleted file]
vendor/sysinfo/src/apple/macos/utils.rs [deleted file]
vendor/sysinfo/src/apple/mod.rs [deleted file]
vendor/sysinfo/src/apple/network.rs [deleted file]
vendor/sysinfo/src/apple/process.rs [deleted file]
vendor/sysinfo/src/apple/system.rs [deleted file]
vendor/sysinfo/src/apple/users.rs [deleted file]
vendor/sysinfo/src/apple/utils.rs [deleted file]
vendor/sysinfo/src/c_interface.rs
vendor/sysinfo/src/common.rs
vendor/sysinfo/src/debug.rs
vendor/sysinfo/src/freebsd/component.rs [deleted file]
vendor/sysinfo/src/freebsd/cpu.rs [deleted file]
vendor/sysinfo/src/freebsd/disk.rs [deleted file]
vendor/sysinfo/src/freebsd/mod.rs [deleted file]
vendor/sysinfo/src/freebsd/network.rs [deleted file]
vendor/sysinfo/src/freebsd/process.rs [deleted file]
vendor/sysinfo/src/freebsd/system.rs [deleted file]
vendor/sysinfo/src/freebsd/utils.rs [deleted file]
vendor/sysinfo/src/lib.rs
vendor/sysinfo/src/linux/component.rs [deleted file]
vendor/sysinfo/src/linux/cpu.rs [deleted file]
vendor/sysinfo/src/linux/disk.rs [deleted file]
vendor/sysinfo/src/linux/mod.rs [deleted file]
vendor/sysinfo/src/linux/network.rs [deleted file]
vendor/sysinfo/src/linux/process.rs [deleted file]
vendor/sysinfo/src/linux/system.rs [deleted file]
vendor/sysinfo/src/linux/utils.rs [deleted file]
vendor/sysinfo/src/macros.rs
vendor/sysinfo/src/network.rs
vendor/sysinfo/src/network_helper_nix.rs [deleted file]
vendor/sysinfo/src/network_helper_win.rs [deleted file]
vendor/sysinfo/src/serde.rs
vendor/sysinfo/src/sysinfo.h
vendor/sysinfo/src/system.rs [deleted file]
vendor/sysinfo/src/traits.rs [deleted file]
vendor/sysinfo/src/unix/apple/app_store/component.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/app_store/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/app_store/process.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/component.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/cpu.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/disk.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/ffi.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/ios.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/macos/component/arm.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/macos/component/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/macos/component/x86.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/macos/cpu.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/macos/disk.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/macos/ffi.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/macos/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/macos/process.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/macos/system.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/macos/utils.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/network.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/process.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/system.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/users.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/apple/utils.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/freebsd/component.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/freebsd/cpu.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/freebsd/disk.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/freebsd/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/freebsd/network.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/freebsd/process.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/freebsd/system.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/freebsd/utils.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/linux/component.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/linux/cpu.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/linux/disk.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/linux/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/linux/network.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/linux/process.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/linux/system.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/linux/utils.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/mod.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/network_helper.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/users.rs [new file with mode: 0644]
vendor/sysinfo/src/unix/utils.rs [new file with mode: 0644]
vendor/sysinfo/src/unknown/component.rs
vendor/sysinfo/src/unknown/cpu.rs
vendor/sysinfo/src/unknown/disk.rs
vendor/sysinfo/src/unknown/mod.rs
vendor/sysinfo/src/unknown/network.rs
vendor/sysinfo/src/unknown/process.rs
vendor/sysinfo/src/unknown/system.rs
vendor/sysinfo/src/unknown/users.rs [new file with mode: 0644]
vendor/sysinfo/src/users.rs [deleted file]
vendor/sysinfo/src/utils.rs
vendor/sysinfo/src/windows/component.rs
vendor/sysinfo/src/windows/cpu.rs
vendor/sysinfo/src/windows/disk.rs
vendor/sysinfo/src/windows/mod.rs
vendor/sysinfo/src/windows/network.rs
vendor/sysinfo/src/windows/network_helper.rs [new file with mode: 0644]
vendor/sysinfo/src/windows/process.rs
vendor/sysinfo/src/windows/sid.rs
vendor/sysinfo/src/windows/system.rs
vendor/sysinfo/src/windows/tools.rs
vendor/sysinfo/src/windows/users.rs
vendor/sysinfo/src/windows/utils.rs
vendor/sysinfo/test_bin/main.rs [new file with mode: 0644]
vendor/sysinfo/tests/code_checkers/signals.rs
vendor/sysinfo/tests/cpu.rs
vendor/sysinfo/tests/disk_list.rs
vendor/sysinfo/tests/network.rs
vendor/sysinfo/tests/process.rs
vendor/sysinfo/tests/system.rs [new file with mode: 0644]
vendor/sysinfo/tests/uptime.rs [deleted file]
vendor/tar-0.4.38/.cargo-checksum.json [deleted file]
vendor/tar-0.4.38/Cargo.lock [deleted file]
vendor/tar-0.4.38/Cargo.toml [deleted file]
vendor/tar-0.4.38/LICENSE-APACHE [deleted file]
vendor/tar-0.4.38/LICENSE-MIT [deleted file]
vendor/tar-0.4.38/README.md [deleted file]
vendor/tar-0.4.38/examples/extract_file.rs [deleted file]
vendor/tar-0.4.38/examples/list.rs [deleted file]
vendor/tar-0.4.38/examples/raw_list.rs [deleted file]
vendor/tar-0.4.38/examples/write.rs [deleted file]
vendor/tar-0.4.38/src/archive.rs [deleted file]
vendor/tar-0.4.38/src/builder.rs [deleted file]
vendor/tar-0.4.38/src/entry.rs [deleted file]
vendor/tar-0.4.38/src/entry_type.rs [deleted file]
vendor/tar-0.4.38/src/error.rs [deleted file]
vendor/tar-0.4.38/src/header.rs [deleted file]
vendor/tar-0.4.38/src/lib.rs [deleted file]
vendor/tar-0.4.38/src/pax.rs [deleted file]
vendor/tar-0.4.38/tests/all.rs [deleted file]
vendor/tar-0.4.38/tests/entry.rs [deleted file]
vendor/tar-0.4.38/tests/header/mod.rs [deleted file]
vendor/tempfile/.cargo-checksum.json
vendor/tempfile/CHANGELOG.md
vendor/tempfile/Cargo.toml
vendor/termcolor/.cargo-checksum.json
vendor/termcolor/Cargo.toml
vendor/termcolor/README.md
vendor/termcolor/src/lib.rs
vendor/thin-vec/.cargo-checksum.json
vendor/thin-vec/Cargo.toml
vendor/thin-vec/LICENSE-APACHE [new file with mode: 0644]
vendor/thin-vec/LICENSE-MIT [new file with mode: 0644]
vendor/thin-vec/RELEASES.md [new file with mode: 0644]
vendor/thin-vec/src/lib.rs
vendor/thiserror-core-impl/.cargo-checksum.json [deleted file]
vendor/thiserror-core-impl/Cargo.toml [deleted file]
vendor/thiserror-core-impl/LICENSE-APACHE [deleted file]
vendor/thiserror-core-impl/LICENSE-MIT [deleted file]
vendor/thiserror-core-impl/src/ast.rs [deleted file]
vendor/thiserror-core-impl/src/attr.rs [deleted file]
vendor/thiserror-core-impl/src/expand.rs [deleted file]
vendor/thiserror-core-impl/src/fmt.rs [deleted file]
vendor/thiserror-core-impl/src/generics.rs [deleted file]
vendor/thiserror-core-impl/src/lib.rs [deleted file]
vendor/thiserror-core-impl/src/prop.rs [deleted file]
vendor/thiserror-core-impl/src/valid.rs [deleted file]
vendor/thiserror-core/.cargo-checksum.json [deleted file]
vendor/thiserror-core/Cargo.toml [deleted file]
vendor/thiserror-core/LICENSE-APACHE [deleted file]
vendor/thiserror-core/LICENSE-MIT [deleted file]
vendor/thiserror-core/README.md [deleted file]
vendor/thiserror-core/build.rs [deleted file]
vendor/thiserror-core/rust-toolchain.toml [deleted file]
vendor/thiserror-core/src/aserror.rs [deleted file]
vendor/thiserror-core/src/display.rs [deleted file]
vendor/thiserror-core/src/lib.rs [deleted file]
vendor/thiserror-core/src/provide.rs [deleted file]
vendor/thiserror-core/tests/compiletest.rs [deleted file]
vendor/thiserror-core/tests/test_backtrace.rs [deleted file]
vendor/thiserror-core/tests/test_deprecated.rs [deleted file]
vendor/thiserror-core/tests/test_display.rs [deleted file]
vendor/thiserror-core/tests/test_error.rs [deleted file]
vendor/thiserror-core/tests/test_expr.rs [deleted file]
vendor/thiserror-core/tests/test_from.rs [deleted file]
vendor/thiserror-core/tests/test_generics.rs [deleted file]
vendor/thiserror-core/tests/test_lints.rs [deleted file]
vendor/thiserror-core/tests/test_option.rs [deleted file]
vendor/thiserror-core/tests/test_path.rs [deleted file]
vendor/thiserror-core/tests/test_source.rs [deleted file]
vendor/thiserror-core/tests/test_transparent.rs [deleted file]
vendor/thiserror-core/tests/ui/bad-field-attr.rs [deleted file]
vendor/thiserror-core/tests/ui/bad-field-attr.stderr [deleted file]
vendor/thiserror-core/tests/ui/concat-display.rs [deleted file]
vendor/thiserror-core/tests/ui/concat-display.stderr [deleted file]
vendor/thiserror-core/tests/ui/duplicate-enum-source.rs [deleted file]
vendor/thiserror-core/tests/ui/duplicate-enum-source.stderr [deleted file]
vendor/thiserror-core/tests/ui/duplicate-fmt.rs [deleted file]
vendor/thiserror-core/tests/ui/duplicate-fmt.stderr [deleted file]
vendor/thiserror-core/tests/ui/duplicate-struct-source.rs [deleted file]
vendor/thiserror-core/tests/ui/duplicate-struct-source.stderr [deleted file]
vendor/thiserror-core/tests/ui/duplicate-transparent.rs [deleted file]
vendor/thiserror-core/tests/ui/duplicate-transparent.stderr [deleted file]
vendor/thiserror-core/tests/ui/from-backtrace-backtrace.rs [deleted file]
vendor/thiserror-core/tests/ui/from-backtrace-backtrace.stderr [deleted file]
vendor/thiserror-core/tests/ui/from-not-source.rs [deleted file]
vendor/thiserror-core/tests/ui/from-not-source.stderr [deleted file]
vendor/thiserror-core/tests/ui/lifetime.rs [deleted file]
vendor/thiserror-core/tests/ui/lifetime.stderr [deleted file]
vendor/thiserror-core/tests/ui/missing-fmt.rs [deleted file]
vendor/thiserror-core/tests/ui/missing-fmt.stderr [deleted file]
vendor/thiserror-core/tests/ui/no-display.rs [deleted file]
vendor/thiserror-core/tests/ui/no-display.stderr [deleted file]
vendor/thiserror-core/tests/ui/source-enum-not-error.rs [deleted file]
vendor/thiserror-core/tests/ui/source-enum-not-error.stderr [deleted file]
vendor/thiserror-core/tests/ui/source-struct-not-error.rs [deleted file]
vendor/thiserror-core/tests/ui/source-struct-not-error.stderr [deleted file]
vendor/thiserror-core/tests/ui/transparent-display.rs [deleted file]
vendor/thiserror-core/tests/ui/transparent-display.stderr [deleted file]
vendor/thiserror-core/tests/ui/transparent-enum-many.rs [deleted file]
vendor/thiserror-core/tests/ui/transparent-enum-many.stderr [deleted file]
vendor/thiserror-core/tests/ui/transparent-enum-source.rs [deleted file]
vendor/thiserror-core/tests/ui/transparent-enum-source.stderr [deleted file]
vendor/thiserror-core/tests/ui/transparent-struct-many.rs [deleted file]
vendor/thiserror-core/tests/ui/transparent-struct-many.stderr [deleted file]
vendor/thiserror-core/tests/ui/transparent-struct-source.rs [deleted file]
vendor/thiserror-core/tests/ui/transparent-struct-source.stderr [deleted file]
vendor/thiserror-core/tests/ui/unexpected-field-fmt.rs [deleted file]
vendor/thiserror-core/tests/ui/unexpected-field-fmt.stderr [deleted file]
vendor/thiserror-core/tests/ui/unexpected-struct-source.rs [deleted file]
vendor/thiserror-core/tests/ui/unexpected-struct-source.stderr [deleted file]
vendor/thiserror-core/tests/ui/union.rs [deleted file]
vendor/thiserror-core/tests/ui/union.stderr [deleted file]
vendor/thiserror-impl/.cargo-checksum.json
vendor/thiserror-impl/Cargo.toml
vendor/thiserror-impl/src/ast.rs
vendor/thiserror-impl/src/expand.rs
vendor/thiserror-impl/src/lib.rs
vendor/thiserror/.cargo-checksum.json
vendor/thiserror/Cargo.toml
vendor/thiserror/build.rs
vendor/thiserror/build/probe.rs [new file with mode: 0644]
vendor/thiserror/src/lib.rs
vendor/thiserror/tests/test_expr.rs
vendor/thiserror/tests/ui/fallback-impl-with-display.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/fallback-impl-with-display.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/invalid-input-impl-anyway.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/invalid-input-impl-anyway.stderr [new file with mode: 0644]
vendor/thiserror/tests/ui/missing-display.rs [new file with mode: 0644]
vendor/thiserror/tests/ui/missing-display.stderr [new file with mode: 0644]
vendor/toml/.cargo-checksum.json
vendor/toml/Cargo.lock
vendor/toml/Cargo.toml
vendor/toml/src/table.rs
vendor/toml/tests/testsuite/serde.rs
vendor/toml_edit/.cargo-checksum.json
vendor/toml_edit/Cargo.lock
vendor/toml_edit/Cargo.toml
vendor/toml_edit/src/de/table.rs
vendor/toml_edit/tests/fixtures/invalid/datetime/y10k.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/encoding/utf16-comment.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/encoding/utf16-key.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/encoding/utf16.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/float/exp-point-3.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/float/exp-trailing-us-1.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/float/exp-trailing-us-2.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-01.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-02.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-03.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-04.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-05.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-06.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-07.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-08.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-09.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-1.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-10.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-2.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-3.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-4.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-5.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-6.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-7.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-8.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/inline-table/overwrite-9.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/key/duplicate-keys-1.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/key/duplicate-keys-2.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/key/duplicate-keys-3.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/key/duplicate-keys-4.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/key/duplicate-keys.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/key/duplicate.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/key/multiline.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/key/newline-1.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/key/newline-2.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/key/newline-3.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/key/newline-4.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/key/newline-5.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/key/newline.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/key/two-equals-1.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/key/two-equals-2.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/key/two-equals-3.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/key/two-equals.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/key/two-equals2.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/key/two-equals3.stderr [deleted file]
vendor/toml_edit/tests/fixtures/invalid/local-date/y10k.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/local-datetime/y10k.stderr [new file with mode: 0644]
vendor/toml_edit/tests/fixtures/invalid/table/super-twice.stderr [new file with mode: 0644]
vendor/triomphe/.cargo-checksum.json
vendor/triomphe/Cargo.toml
vendor/triomphe/src/thin_arc.rs
vendor/typed-arena/.cargo-checksum.json [deleted file]
vendor/typed-arena/CHANGELOG.md [deleted file]
vendor/typed-arena/Cargo.toml [deleted file]
vendor/typed-arena/LICENSE [deleted file]
vendor/typed-arena/README.md [deleted file]
vendor/typed-arena/benches/benches.rs [deleted file]
vendor/typed-arena/src/lib.rs [deleted file]
vendor/typed-arena/src/test.rs [deleted file]
vendor/unic-langid-impl/.cargo-checksum.json
vendor/unic-langid-impl/Cargo.lock
vendor/unic-langid-impl/Cargo.toml
vendor/unic-langid-impl/LICENSE-APACHE [new file with mode: 0644]
vendor/unic-langid-impl/LICENSE-MIT [new file with mode: 0644]
vendor/unic-langid-impl/data/cldr-misc-full/README.md
vendor/unic-langid-impl/src/bin/generate_layout.rs
vendor/unic-langid-impl/src/layout_table.rs
vendor/unic-langid-impl/src/lib.rs
vendor/unic-langid-impl/src/likelysubtags/mod.rs
vendor/unic-langid-impl/src/likelysubtags/tables.rs
vendor/unic-langid-impl/src/subtags/language.rs
vendor/unic-langid-impl/src/subtags/variant.rs
vendor/unic-langid-impl/tests/language_identifier_test.rs
vendor/unic-langid-impl/tests/likelysubtags.rs
vendor/unic-langid-macros-impl/.cargo-checksum.json
vendor/unic-langid-macros-impl/Cargo.toml
vendor/unic-langid-macros-impl/LICENSE-APACHE [new file with mode: 0644]
vendor/unic-langid-macros-impl/LICENSE-MIT [new file with mode: 0644]
vendor/unic-langid-macros/.cargo-checksum.json
vendor/unic-langid-macros/Cargo.toml
vendor/unic-langid-macros/LICENSE-APACHE [new file with mode: 0644]
vendor/unic-langid-macros/LICENSE-MIT [new file with mode: 0644]
vendor/unic-langid/.cargo-checksum.json
vendor/unic-langid/Cargo.toml
vendor/unic-langid/LICENSE-APACHE [new file with mode: 0644]
vendor/unic-langid/LICENSE-MIT [new file with mode: 0644]
vendor/unic-langid/tests/langid.rs [new file with mode: 0644]
vendor/unicode-bidi/.cargo-checksum.json
vendor/unicode-bidi/Cargo.toml
vendor/unicode-bidi/src/explicit.rs
vendor/unicode-bidi/src/implicit.rs
vendor/unicode-bidi/src/lib.rs
vendor/unicode-bidi/src/prepare.rs
vendor/unicode-bidi/src/utf16.rs [new file with mode: 0644]
vendor/winnow/.cargo-checksum.json
vendor/winnow/Cargo.lock
vendor/winnow/Cargo.toml
vendor/winnow/src/_topic/mod.rs
vendor/winnow/src/_topic/nom.rs [new file with mode: 0644]
vendor/winnow/src/_topic/why.rs
vendor/winnow/src/ascii/mod.rs
vendor/winnow/src/binary/mod.rs
vendor/winnow/src/binary/tests.rs
vendor/winnow/src/combinator/mod.rs
vendor/winnow/src/combinator/multi.rs
vendor/winnow/src/combinator/parser.rs
vendor/winnow/src/lib.rs
vendor/winnow/src/parser.rs
vendor/winnow/src/stream/mod.rs
vendor/winnow/src/token/tests.rs
vendor/xattr/.cargo-checksum.json
vendor/xattr/Cargo.toml
vendor/xattr/README.md
vendor/xattr/src/error.rs
vendor/xattr/src/lib.rs
vendor/xattr/src/sys/bsd.rs
vendor/xattr/src/sys/linux_macos.rs [new file with mode: 0644]
vendor/xattr/src/sys/linux_macos/linux.rs [deleted file]
vendor/xattr/src/sys/linux_macos/macos.rs [deleted file]
vendor/xattr/src/sys/linux_macos/mod.rs [deleted file]
vendor/xattr/src/sys/mod.rs
vendor/xattr/src/sys/unsupported.rs
vendor/xattr/src/util.rs
vendor/xattr/tests/main.rs
version