]> git.proxmox.com Git - rustc.git/commit
New upstream version 1.69.0+dfsg1
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 11 Sep 2023 09:26:34 +0000 (11:26 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 11 Sep 2023 09:26:34 +0000 (11:26 +0200)
commit9ffffee422eedc489e3035cb88b0dab8dc9ea408
treee4ffd8a9374cae7b21f7cbfb352927e0e074aff6
parent9c376795345a54460ed471eaed07adb518935ba4
New upstream version 1.69.0+dfsg1
6057 files changed:
Cargo.lock
README.md
RELEASES.md
compiler/rustc/Cargo.toml
compiler/rustc_abi/src/layout.rs
compiler/rustc_abi/src/lib.rs
compiler/rustc_ast/Cargo.toml
compiler/rustc_ast/src/ast.rs
compiler/rustc_ast/src/attr/mod.rs
compiler/rustc_ast/src/format.rs [new file with mode: 0644]
compiler/rustc_ast/src/lib.rs
compiler/rustc_ast/src/mut_visit.rs
compiler/rustc_ast/src/tokenstream.rs
compiler/rustc_ast/src/util/comments.rs
compiler/rustc_ast/src/util/parser.rs
compiler/rustc_ast/src/util/unicode.rs
compiler/rustc_ast/src/visit.rs
compiler/rustc_ast_lowering/Cargo.toml
compiler/rustc_ast_lowering/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_ast_lowering/src/errors.rs
compiler/rustc_ast_lowering/src/expr.rs
compiler/rustc_ast_lowering/src/format.rs [new file with mode: 0644]
compiler/rustc_ast_lowering/src/index.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_passes/Cargo.toml
compiler/rustc_ast_passes/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_ast_passes/src/ast_validation.rs
compiler/rustc_ast_passes/src/errors.rs
compiler/rustc_ast_passes/src/feature_gate.rs
compiler/rustc_ast_passes/src/lib.rs
compiler/rustc_ast_passes/src/show_span.rs
compiler/rustc_ast_pretty/Cargo.toml
compiler/rustc_ast_pretty/src/pprust/state.rs
compiler/rustc_ast_pretty/src/pprust/state/expr.rs
compiler/rustc_ast_pretty/src/pprust/tests.rs
compiler/rustc_attr/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_attr/src/builtin.rs
compiler/rustc_attr/src/lib.rs
compiler/rustc_attr/src/session_diagnostics.rs
compiler/rustc_baked_icu_data/Cargo.toml
compiler/rustc_baked_icu_data/src/data/any.rs
compiler/rustc_baked_icu_data/src/data/fallback/likelysubtags_v1.rs [deleted file]
compiler/rustc_baked_icu_data/src/data/fallback/likelysubtags_v1/mod.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/likelysubtags_v1/und.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/parents_v1.rs [deleted file]
compiler/rustc_baked_icu_data/src/data/fallback/parents_v1/mod.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/parents_v1/und.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/supplement/co_v1.rs [deleted file]
compiler/rustc_baked_icu_data/src/data/fallback/supplement/co_v1/mod.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/fallback/supplement/co_v1/und.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1.rs [deleted file]
compiler/rustc_baked_icu_data/src/data/list/and_v1/en.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/es.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/fr.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/it.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/ja.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/mod.rs [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/pt.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/ru.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/tr.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/und.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/zh-Hant.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/list/and_v1/zh.rs.data [new file with mode: 0644]
compiler/rustc_baked_icu_data/src/data/mod.rs
compiler/rustc_borrowck/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_borrowck/src/borrowck_errors.rs
compiler/rustc_borrowck/src/constraint_generation.rs
compiler/rustc_borrowck/src/constraints/mod.rs
compiler/rustc_borrowck/src/dataflow.rs
compiler/rustc_borrowck/src/diagnostics/bound_region_errors.rs
compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs
compiler/rustc_borrowck/src/diagnostics/explain_borrow.rs
compiler/rustc_borrowck/src/diagnostics/mod.rs
compiler/rustc_borrowck/src/diagnostics/move_errors.rs
compiler/rustc_borrowck/src/diagnostics/mutability_errors.rs
compiler/rustc_borrowck/src/diagnostics/region_errors.rs
compiler/rustc_borrowck/src/diagnostics/region_name.rs
compiler/rustc_borrowck/src/invalidation.rs
compiler/rustc_borrowck/src/lib.rs
compiler/rustc_borrowck/src/nll.rs
compiler/rustc_borrowck/src/region_infer/mod.rs
compiler/rustc_borrowck/src/region_infer/opaque_types.rs
compiler/rustc_borrowck/src/region_infer/values.rs
compiler/rustc_borrowck/src/renumber.rs
compiler/rustc_borrowck/src/session_diagnostics.rs
compiler/rustc_borrowck/src/type_check/canonical.rs
compiler/rustc_borrowck/src/type_check/constraint_conversion.rs
compiler/rustc_borrowck/src/type_check/free_region_relations.rs
compiler/rustc_borrowck/src/type_check/input_output.rs
compiler/rustc_borrowck/src/type_check/liveness/mod.rs
compiler/rustc_borrowck/src/type_check/liveness/trace.rs
compiler/rustc_borrowck/src/type_check/mod.rs
compiler/rustc_borrowck/src/type_check/relate_tys.rs
compiler/rustc_borrowck/src/universal_regions.rs
compiler/rustc_builtin_macros/Cargo.toml
compiler/rustc_builtin_macros/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_builtin_macros/src/alloc_error_handler.rs
compiler/rustc_builtin_macros/src/asm.rs
compiler/rustc_builtin_macros/src/assert.rs
compiler/rustc_builtin_macros/src/assert/context.rs
compiler/rustc_builtin_macros/src/deriving/bounds.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/deriving/mod.rs
compiler/rustc_builtin_macros/src/env.rs
compiler/rustc_builtin_macros/src/format.rs
compiler/rustc_builtin_macros/src/format/ast.rs [deleted file]
compiler/rustc_builtin_macros/src/format/expand.rs [deleted file]
compiler/rustc_builtin_macros/src/global_allocator.rs
compiler/rustc_builtin_macros/src/lib.rs
compiler/rustc_builtin_macros/src/proc_macro_harness.rs
compiler/rustc_builtin_macros/src/standard_library_imports.rs
compiler/rustc_builtin_macros/src/test.rs
compiler/rustc_builtin_macros/src/test_harness.rs
compiler/rustc_codegen_cranelift/.cirrus.yml
compiler/rustc_codegen_cranelift/.github/workflows/main.yml
compiler/rustc_codegen_cranelift/.github/workflows/nightly-cranelift.yml [deleted file]
compiler/rustc_codegen_cranelift/.github/workflows/rustc.yml
compiler/rustc_codegen_cranelift/.vscode/settings.json
compiler/rustc_codegen_cranelift/Cargo.lock
compiler/rustc_codegen_cranelift/Cargo.toml
compiler/rustc_codegen_cranelift/Readme.md
compiler/rustc_codegen_cranelift/build_sysroot/Cargo.lock
compiler/rustc_codegen_cranelift/build_system/abi_cafe.rs
compiler/rustc_codegen_cranelift/build_system/bench.rs [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/build_backend.rs
compiler/rustc_codegen_cranelift/build_system/build_sysroot.rs
compiler/rustc_codegen_cranelift/build_system/mod.rs
compiler/rustc_codegen_cranelift/build_system/path.rs
compiler/rustc_codegen_cranelift/build_system/prepare.rs
compiler/rustc_codegen_cranelift/build_system/rustc_info.rs
compiler/rustc_codegen_cranelift/build_system/tests.rs
compiler/rustc_codegen_cranelift/build_system/usage.txt [new file with mode: 0644]
compiler/rustc_codegen_cranelift/build_system/utils.rs
compiler/rustc_codegen_cranelift/clean_all.sh
compiler/rustc_codegen_cranelift/config.txt
compiler/rustc_codegen_cranelift/patches/0001-portable-simd-Disable-unsupported-tests.patch [deleted file]
compiler/rustc_codegen_cranelift/patches/0022-sysroot-Disable-not-compiling-tests.patch
compiler/rustc_codegen_cranelift/rust-toolchain
compiler/rustc_codegen_cranelift/scripts/cargo-clif.rs
compiler/rustc_codegen_cranelift/scripts/rustc-clif.rs
compiler/rustc_codegen_cranelift/scripts/rustdoc-clif.rs
compiler/rustc_codegen_cranelift/scripts/rustup.sh
compiler/rustc_codegen_cranelift/scripts/setup_rust_fork.sh
compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
compiler/rustc_codegen_cranelift/src/abi/comments.rs
compiler/rustc_codegen_cranelift/src/abi/mod.rs
compiler/rustc_codegen_cranelift/src/allocator.rs
compiler/rustc_codegen_cranelift/src/base.rs
compiler/rustc_codegen_cranelift/src/codegen_i128.rs
compiler/rustc_codegen_cranelift/src/common.rs
compiler/rustc_codegen_cranelift/src/compiler_builtins.rs
compiler/rustc_codegen_cranelift/src/config.rs
compiler/rustc_codegen_cranelift/src/constant.rs
compiler/rustc_codegen_cranelift/src/cranelift_native.rs [new file with mode: 0644]
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/driver/mod.rs
compiler/rustc_codegen_cranelift/src/global_asm.rs
compiler/rustc_codegen_cranelift/src/inline_asm.rs
compiler/rustc_codegen_cranelift/src/intrinsics/llvm_x86.rs
compiler/rustc_codegen_cranelift/src/intrinsics/mod.rs
compiler/rustc_codegen_cranelift/src/intrinsics/simd.rs
compiler/rustc_codegen_cranelift/src/lib.rs
compiler/rustc_codegen_cranelift/src/main_shim.rs
compiler/rustc_codegen_cranelift/src/num.rs
compiler/rustc_codegen_cranelift/src/optimize/peephole.rs
compiler/rustc_codegen_cranelift/src/unsize.rs
compiler/rustc_codegen_cranelift/src/value_and_place.rs
compiler/rustc_codegen_cranelift/y.rs
compiler/rustc_codegen_gcc/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_codegen_gcc/src/builder.rs
compiler/rustc_codegen_gcc/src/callee.rs
compiler/rustc_codegen_gcc/src/common.rs
compiler/rustc_codegen_gcc/src/consts.rs
compiler/rustc_codegen_gcc/src/context.rs
compiler/rustc_codegen_gcc/src/intrinsic/simd.rs
compiler/rustc_codegen_gcc/src/lib.rs
compiler/rustc_codegen_gcc/src/mono_item.rs
compiler/rustc_codegen_gcc/src/type_of.rs
compiler/rustc_codegen_llvm/Cargo.toml
compiler/rustc_codegen_llvm/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_codegen_llvm/src/asm.rs
compiler/rustc_codegen_llvm/src/attributes.rs
compiler/rustc_codegen_llvm/src/back/archive.rs
compiler/rustc_codegen_llvm/src/back/lto.rs
compiler/rustc_codegen_llvm/src/back/write.rs
compiler/rustc_codegen_llvm/src/builder.rs
compiler/rustc_codegen_llvm/src/callee.rs
compiler/rustc_codegen_llvm/src/common.rs
compiler/rustc_codegen_llvm/src/consts.rs
compiler/rustc_codegen_llvm/src/context.rs
compiler/rustc_codegen_llvm/src/coverageinfo/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/mod.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/locales/en-US.ftl [new file with mode: 0644]
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/metadata.rs
compiler/rustc_codegen_ssa/src/back/symbol_export.rs
compiler/rustc_codegen_ssa/src/back/write.rs
compiler/rustc_codegen_ssa/src/base.rs
compiler/rustc_codegen_ssa/src/codegen_attrs.rs
compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs
compiler/rustc_codegen_ssa/src/errors.rs
compiler/rustc_codegen_ssa/src/lib.rs
compiler/rustc_codegen_ssa/src/mir/analyze.rs
compiler/rustc_codegen_ssa/src/mir/block.rs
compiler/rustc_codegen_ssa/src/mir/debuginfo.rs
compiler/rustc_codegen_ssa/src/mir/intrinsic.rs
compiler/rustc_codegen_ssa/src/mir/mod.rs
compiler/rustc_codegen_ssa/src/mir/place.rs
compiler/rustc_codegen_ssa/src/mir/rvalue.rs
compiler/rustc_codegen_ssa/src/mir/statement.rs
compiler/rustc_codegen_ssa/src/target_features.rs
compiler/rustc_codegen_ssa/src/traits/backend.rs
compiler/rustc_codegen_ssa/src/traits/write.rs
compiler/rustc_const_eval/Cargo.toml
compiler/rustc_const_eval/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_const_eval/src/const_eval/eval_queries.rs
compiler/rustc_const_eval/src/const_eval/fn_queries.rs
compiler/rustc_const_eval/src/const_eval/machine.rs
compiler/rustc_const_eval/src/const_eval/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 [new file with mode: 0644]
compiler/rustc_const_eval/src/interpret/eval_context.rs
compiler/rustc_const_eval/src/interpret/intern.rs
compiler/rustc_const_eval/src/interpret/intrinsics.rs
compiler/rustc_const_eval/src/interpret/intrinsics/caller_location.rs
compiler/rustc_const_eval/src/interpret/machine.rs
compiler/rustc_const_eval/src/interpret/memory.rs
compiler/rustc_const_eval/src/interpret/mod.rs
compiler/rustc_const_eval/src/interpret/operand.rs
compiler/rustc_const_eval/src/interpret/operator.rs
compiler/rustc_const_eval/src/interpret/place.rs
compiler/rustc_const_eval/src/interpret/projection.rs
compiler/rustc_const_eval/src/interpret/step.rs
compiler/rustc_const_eval/src/interpret/terminator.rs
compiler/rustc_const_eval/src/interpret/util.rs
compiler/rustc_const_eval/src/interpret/validity.rs
compiler/rustc_const_eval/src/interpret/visitor.rs
compiler/rustc_const_eval/src/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/promote_consts.rs
compiler/rustc_const_eval/src/transform/validate.rs
compiler/rustc_const_eval/src/util/aggregate.rs [deleted file]
compiler/rustc_const_eval/src/util/call_kind.rs
compiler/rustc_const_eval/src/util/check_validity_requirement.rs [new file with mode: 0644]
compiler/rustc_const_eval/src/util/might_permit_raw_init.rs [deleted file]
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/functor.rs
compiler/rustc_data_structures/src/graph/dominators/mod.rs
compiler/rustc_data_structures/src/graph/scc/mod.rs
compiler/rustc_data_structures/src/lib.rs
compiler/rustc_data_structures/src/obligation_forest/mod.rs
compiler/rustc_data_structures/src/profiling.rs
compiler/rustc_data_structures/src/sorted_map/index_map.rs
compiler/rustc_data_structures/src/sorted_map/tests.rs
compiler/rustc_data_structures/src/stable_hasher.rs
compiler/rustc_data_structures/src/stable_hasher/tests.rs
compiler/rustc_data_structures/src/sync.rs
compiler/rustc_data_structures/src/sync/vec.rs [new file with mode: 0644]
compiler/rustc_driver/Cargo.toml
compiler/rustc_driver/README.md [deleted file]
compiler/rustc_driver/src/args.rs [deleted file]
compiler/rustc_driver/src/lib.rs
compiler/rustc_driver/src/pretty.rs [deleted file]
compiler/rustc_driver/src/session_diagnostics.rs [deleted file]
compiler/rustc_driver_impl/Cargo.toml [new file with mode: 0644]
compiler/rustc_driver_impl/README.md [new file with mode: 0644]
compiler/rustc_driver_impl/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_driver_impl/src/args.rs [new file with mode: 0644]
compiler/rustc_driver_impl/src/lib.rs [new file with mode: 0644]
compiler/rustc_driver_impl/src/pretty.rs [new file with mode: 0644]
compiler/rustc_driver_impl/src/session_diagnostics.rs [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes.rs
compiler/rustc_error_codes/src/error_codes/E0464.md
compiler/rustc_error_codes/src/error_codes/E0476.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0523.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0587.md
compiler/rustc_error_codes/src/error_codes/E0789.md [new file with mode: 0644]
compiler/rustc_error_codes/src/error_codes/E0793.md [new file with mode: 0644]
compiler/rustc_error_codes/src/lib.rs
compiler/rustc_error_messages/Cargo.toml
compiler/rustc_error_messages/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_error_messages/locales/en-US/ast_lowering.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/ast_passes.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/attr.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/borrowck.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/builtin_macros.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/codegen_gcc.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/codegen_llvm.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/codegen_ssa.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/compiletest.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/const_eval.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/driver.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/errors.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/expand.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/hir_analysis.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/hir_typeck.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/infer.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/interface.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/lint.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/metadata.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/middle.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/mir_build.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/mir_dataflow.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/monomorphize.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/parse.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/passes.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/plugin_impl.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/privacy.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/query_system.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/resolve.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/save_analysis.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/session.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/symbol_mangling.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/trait_selection.ftl [deleted file]
compiler/rustc_error_messages/locales/en-US/ty_utils.ftl [deleted file]
compiler/rustc_error_messages/src/lib.rs
compiler/rustc_errors/locales/en-US.ftl [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/json/tests.rs
compiler/rustc_errors/src/lib.rs
compiler/rustc_errors/src/registry.rs
compiler/rustc_errors/src/styled_buffer.rs
compiler/rustc_errors/src/translation.rs
compiler/rustc_expand/Cargo.toml
compiler/rustc_expand/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_expand/src/base.rs
compiler/rustc_expand/src/build.rs
compiler/rustc_expand/src/config.rs
compiler/rustc_expand/src/errors.rs
compiler/rustc_expand/src/lib.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/transcribe.rs
compiler/rustc_expand/src/module.rs
compiler/rustc_expand/src/parse/tests.rs
compiler/rustc_expand/src/proc_macro.rs
compiler/rustc_expand/src/tests.rs
compiler/rustc_feature/src/accepted.rs
compiler/rustc_feature/src/active.rs
compiler/rustc_feature/src/builtin_attrs.rs
compiler/rustc_feature/src/lib.rs
compiler/rustc_feature/src/removed.rs
compiler/rustc_hir/src/def.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/stable_hash_impls.rs
compiler/rustc_hir/src/target.rs
compiler/rustc_hir_analysis/Cargo.toml
compiler/rustc_hir_analysis/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_hir_analysis/src/astconv/errors.rs
compiler/rustc_hir_analysis/src/astconv/generics.rs
compiler/rustc_hir_analysis/src/astconv/mod.rs
compiler/rustc_hir_analysis/src/autoderef.rs
compiler/rustc_hir_analysis/src/check/check.rs
compiler/rustc_hir_analysis/src/check/compare_impl_item.rs
compiler/rustc_hir_analysis/src/check/dropck.rs
compiler/rustc_hir_analysis/src/check/intrinsic.rs
compiler/rustc_hir_analysis/src/check/intrinsicck.rs
compiler/rustc_hir_analysis/src/check/mod.rs
compiler/rustc_hir_analysis/src/check/wfcheck.rs
compiler/rustc_hir_analysis/src/check_unused.rs
compiler/rustc_hir_analysis/src/coherence/builtin.rs
compiler/rustc_hir_analysis/src/coherence/inherent_impls.rs
compiler/rustc_hir_analysis/src/coherence/inherent_impls_overlap.rs
compiler/rustc_hir_analysis/src/coherence/mod.rs
compiler/rustc_hir_analysis/src/coherence/orphan.rs
compiler/rustc_hir_analysis/src/coherence/unsafety.rs
compiler/rustc_hir_analysis/src/collect.rs
compiler/rustc_hir_analysis/src/collect/generics_of.rs
compiler/rustc_hir_analysis/src/collect/item_bounds.rs
compiler/rustc_hir_analysis/src/collect/lifetimes.rs [deleted file]
compiler/rustc_hir_analysis/src/collect/predicates_of.rs
compiler/rustc_hir_analysis/src/collect/resolve_bound_vars.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/collect/type_of.rs
compiler/rustc_hir_analysis/src/constrained_generic_params.rs
compiler/rustc_hir_analysis/src/errors.rs
compiler/rustc_hir_analysis/src/hir_wf_check.rs
compiler/rustc_hir_analysis/src/impl_wf_check.rs
compiler/rustc_hir_analysis/src/impl_wf_check/min_specialization.rs
compiler/rustc_hir_analysis/src/lib.rs
compiler/rustc_hir_analysis/src/outlives/explicit.rs
compiler/rustc_hir_analysis/src/outlives/implicit_infer.rs
compiler/rustc_hir_analysis/src/outlives/utils.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/constraints.rs
compiler/rustc_hir_analysis/src/variance/mod.rs
compiler/rustc_hir_analysis/src/variance/solve.rs
compiler/rustc_hir_pretty/src/lib.rs
compiler/rustc_hir_typeck/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_hir_typeck/src/_match.rs
compiler/rustc_hir_typeck/src/callee.rs
compiler/rustc_hir_typeck/src/cast.rs
compiler/rustc_hir_typeck/src/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 [new file with mode: 0644]
compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs
compiler/rustc_hir_typeck/src/fn_ctxt/mod.rs
compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rs
compiler/rustc_hir_typeck/src/gather_locals.rs
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/cfg_build.rs
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/record_consumed_borrow.rs
compiler/rustc_hir_typeck/src/generator_interior/mod.rs
compiler/rustc_hir_typeck/src/inherited.rs
compiler/rustc_hir_typeck/src/intrinsicck.rs
compiler/rustc_hir_typeck/src/lib.rs
compiler/rustc_hir_typeck/src/mem_categorization.rs
compiler/rustc_hir_typeck/src/method/confirm.rs
compiler/rustc_hir_typeck/src/method/mod.rs
compiler/rustc_hir_typeck/src/method/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/Cargo.toml
compiler/rustc_incremental/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_incremental/src/assert_dep_graph.rs
compiler/rustc_incremental/src/assert_module_sources.rs
compiler/rustc_incremental/src/errors.rs [new file with mode: 0644]
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_infer/Cargo.toml
compiler/rustc_infer/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_infer/src/errors/mod.rs
compiler/rustc_infer/src/errors/note_and_explain.rs
compiler/rustc_infer/src/infer/at.rs
compiler/rustc_infer/src/infer/canonical/canonicalizer.rs
compiler/rustc_infer/src/infer/canonical/mod.rs
compiler/rustc_infer/src/infer/canonical/query_response.rs
compiler/rustc_infer/src/infer/canonical/substitute.rs
compiler/rustc_infer/src/infer/combine.rs
compiler/rustc_infer/src/infer/equate.rs
compiler/rustc_infer/src/infer/error_reporting/mod.rs
compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/find_anon_type.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/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/nice_region_error/util.rs
compiler/rustc_infer/src/infer/error_reporting/note.rs
compiler/rustc_infer/src/infer/error_reporting/note_and_explain.rs [new file with mode: 0644]
compiler/rustc_infer/src/infer/error_reporting/suggest.rs
compiler/rustc_infer/src/infer/freshen.rs
compiler/rustc_infer/src/infer/fudge.rs
compiler/rustc_infer/src/infer/glb.rs
compiler/rustc_infer/src/infer/higher_ranked/mod.rs
compiler/rustc_infer/src/infer/lattice.rs
compiler/rustc_infer/src/infer/lexical_region_resolve/mod.rs
compiler/rustc_infer/src/infer/lub.rs
compiler/rustc_infer/src/infer/mod.rs
compiler/rustc_infer/src/infer/nll_relate/mod.rs
compiler/rustc_infer/src/infer/opaque_types.rs
compiler/rustc_infer/src/infer/outlives/components.rs
compiler/rustc_infer/src/infer/outlives/mod.rs
compiler/rustc_infer/src/infer/outlives/obligations.rs
compiler/rustc_infer/src/infer/outlives/test_type_match.rs
compiler/rustc_infer/src/infer/outlives/verify.rs
compiler/rustc_infer/src/infer/projection.rs
compiler/rustc_infer/src/infer/region_constraints/leak_check.rs
compiler/rustc_infer/src/infer/region_constraints/mod.rs
compiler/rustc_infer/src/infer/resolve.rs
compiler/rustc_infer/src/infer/sub.rs
compiler/rustc_infer/src/lib.rs
compiler/rustc_infer/src/traits/engine.rs
compiler/rustc_infer/src/traits/mod.rs
compiler/rustc_infer/src/traits/structural_impls.rs
compiler/rustc_infer/src/traits/util.rs
compiler/rustc_interface/Cargo.toml
compiler/rustc_interface/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_interface/src/callbacks.rs
compiler/rustc_interface/src/errors.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_lint/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_lint/src/array_into_iter.rs
compiler/rustc_lint/src/builtin.rs
compiler/rustc_lint/src/context.rs
compiler/rustc_lint/src/deref_into_dyn_supertrait.rs
compiler/rustc_lint/src/enum_intrinsics_non_enums.rs
compiler/rustc_lint/src/errors.rs
compiler/rustc_lint/src/for_loops_over_fallibles.rs
compiler/rustc_lint/src/internal.rs
compiler/rustc_lint/src/late.rs
compiler/rustc_lint/src/levels.rs
compiler/rustc_lint/src/lib.rs
compiler/rustc_lint/src/lints.rs
compiler/rustc_lint/src/map_unit_fn.rs [new file with mode: 0644]
compiler/rustc_lint/src/multiple_supertrait_upcastable.rs [new file with mode: 0644]
compiler/rustc_lint/src/non_fmt_panic.rs
compiler/rustc_lint/src/nonstandard_style.rs
compiler/rustc_lint/src/opaque_hidden_inferred_bound.rs
compiler/rustc_lint/src/pass_by_value.rs
compiler/rustc_lint/src/passes.rs
compiler/rustc_lint/src/types.rs
compiler/rustc_lint/src/unused.rs
compiler/rustc_lint_defs/src/builtin.rs
compiler/rustc_lint_defs/src/lib.rs
compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
compiler/rustc_log/src/lib.rs
compiler/rustc_macros/src/diagnostics/diagnostic.rs
compiler/rustc_macros/src/diagnostics/diagnostic_builder.rs
compiler/rustc_macros/src/diagnostics/fluent.rs
compiler/rustc_macros/src/diagnostics/subdiagnostic.rs
compiler/rustc_macros/src/diagnostics/utils.rs
compiler/rustc_macros/src/lib.rs
compiler/rustc_macros/src/serialize.rs
compiler/rustc_macros/src/type_foldable.rs
compiler/rustc_macros/src/type_visitable.rs
compiler/rustc_metadata/Cargo.toml
compiler/rustc_metadata/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_metadata/src/creader.rs
compiler/rustc_metadata/src/dependency_format.rs
compiler/rustc_metadata/src/errors.rs
compiler/rustc_metadata/src/lib.rs
compiler/rustc_metadata/src/locator.rs
compiler/rustc_metadata/src/native_libs.rs
compiler/rustc_metadata/src/rmeta/decoder.rs
compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs
compiler/rustc_metadata/src/rmeta/encoder.rs
compiler/rustc_metadata/src/rmeta/mod.rs
compiler/rustc_metadata/src/rmeta/table.rs
compiler/rustc_middle/Cargo.toml
compiler/rustc_middle/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_middle/src/arena.rs
compiler/rustc_middle/src/dep_graph/mod.rs
compiler/rustc_middle/src/hir/map/mod.rs
compiler/rustc_middle/src/hir/mod.rs
compiler/rustc_middle/src/infer/canonical.rs
compiler/rustc_middle/src/infer/mod.rs
compiler/rustc_middle/src/lib.rs
compiler/rustc_middle/src/macros.rs
compiler/rustc_middle/src/middle/codegen_fn_attrs.rs
compiler/rustc_middle/src/middle/mod.rs
compiler/rustc_middle/src/middle/privacy.rs
compiler/rustc_middle/src/middle/resolve_bound_vars.rs [new file with mode: 0644]
compiler/rustc_middle/src/middle/resolve_lifetime.rs [deleted file]
compiler/rustc_middle/src/middle/stability.rs
compiler/rustc_middle/src/mir/basic_blocks.rs
compiler/rustc_middle/src/mir/coverage.rs
compiler/rustc_middle/src/mir/graph_cyclic_cache.rs [deleted file]
compiler/rustc_middle/src/mir/graphviz.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/interpret/value.rs
compiler/rustc_middle/src/mir/mod.rs
compiler/rustc_middle/src/mir/mono.rs
compiler/rustc_middle/src/mir/predecessors.rs [deleted file]
compiler/rustc_middle/src/mir/pretty.rs
compiler/rustc_middle/src/mir/query.rs
compiler/rustc_middle/src/mir/spanview.rs
compiler/rustc_middle/src/mir/switch_sources.rs [deleted file]
compiler/rustc_middle/src/mir/syntax.rs
compiler/rustc_middle/src/mir/tcx.rs
compiler/rustc_middle/src/mir/traversal.rs
compiler/rustc_middle/src/mir/type_foldable.rs
compiler/rustc_middle/src/mir/type_visitable.rs [deleted file]
compiler/rustc_middle/src/mir/visit.rs
compiler/rustc_middle/src/query/keys.rs
compiler/rustc_middle/src/query/mod.rs
compiler/rustc_middle/src/thir.rs
compiler/rustc_middle/src/traits/mod.rs
compiler/rustc_middle/src/traits/query.rs
compiler/rustc_middle/src/traits/solve.rs [new file with mode: 0644]
compiler/rustc_middle/src/traits/specialization_graph.rs
compiler/rustc_middle/src/ty/_match.rs
compiler/rustc_middle/src/ty/abstract_const.rs
compiler/rustc_middle/src/ty/adt.rs
compiler/rustc_middle/src/ty/assoc.rs
compiler/rustc_middle/src/ty/closure.rs
compiler/rustc_middle/src/ty/codec.rs
compiler/rustc_middle/src/ty/consts.rs
compiler/rustc_middle/src/ty/consts/int.rs
compiler/rustc_middle/src/ty/consts/kind.rs
compiler/rustc_middle/src/ty/consts/valtree.rs
compiler/rustc_middle/src/ty/context.rs
compiler/rustc_middle/src/ty/context/tls.rs [new file with mode: 0644]
compiler/rustc_middle/src/ty/diagnostics.rs
compiler/rustc_middle/src/ty/erase_regions.rs
compiler/rustc_middle/src/ty/error.rs
compiler/rustc_middle/src/ty/fast_reject.rs
compiler/rustc_middle/src/ty/flags.rs
compiler/rustc_middle/src/ty/fold.rs
compiler/rustc_middle/src/ty/generics.rs
compiler/rustc_middle/src/ty/impls_ty.rs
compiler/rustc_middle/src/ty/inhabitedness/inhabited_predicate.rs
compiler/rustc_middle/src/ty/inhabitedness/mod.rs
compiler/rustc_middle/src/ty/instance.rs
compiler/rustc_middle/src/ty/layout.rs
compiler/rustc_middle/src/ty/mod.rs
compiler/rustc_middle/src/ty/normalize_erasing_regions.rs
compiler/rustc_middle/src/ty/opaque_types.rs
compiler/rustc_middle/src/ty/parameterized.rs
compiler/rustc_middle/src/ty/print/mod.rs
compiler/rustc_middle/src/ty/print/pretty.rs
compiler/rustc_middle/src/ty/query.rs
compiler/rustc_middle/src/ty/relate.rs
compiler/rustc_middle/src/ty/structural_impls.rs
compiler/rustc_middle/src/ty/sty.rs
compiler/rustc_middle/src/ty/subst.rs
compiler/rustc_middle/src/ty/trait_def.rs
compiler/rustc_middle/src/ty/typeck_results.rs
compiler/rustc_middle/src/ty/util.rs
compiler/rustc_middle/src/ty/visit.rs
compiler/rustc_middle/src/ty/vtable.rs
compiler/rustc_middle/src/ty/walk.rs
compiler/rustc_middle/src/values.rs
compiler/rustc_mir_build/Cargo.toml
compiler/rustc_mir_build/locales/en-US.ftl [new file with mode: 0644]
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/matches/mod.rs
compiler/rustc_mir_build/src/build/matches/test.rs
compiler/rustc_mir_build/src/build/matches/util.rs
compiler/rustc_mir_build/src/build/mod.rs
compiler/rustc_mir_build/src/errors.rs
compiler/rustc_mir_build/src/lib.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/mod.rs
compiler/rustc_mir_build/src/thir/pattern/check_match.rs
compiler/rustc_mir_build/src/thir/pattern/const_to_pat.rs
compiler/rustc_mir_build/src/thir/pattern/deconstruct_pat.rs
compiler/rustc_mir_build/src/thir/pattern/mod.rs
compiler/rustc_mir_build/src/thir/print.rs [new file with mode: 0644]
compiler/rustc_mir_dataflow/Cargo.toml
compiler/rustc_mir_dataflow/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_mir_dataflow/src/drop_flag_effects.rs
compiler/rustc_mir_dataflow/src/elaborate_drops.rs
compiler/rustc_mir_dataflow/src/framework/direction.rs
compiler/rustc_mir_dataflow/src/framework/engine.rs
compiler/rustc_mir_dataflow/src/impls/borrowed_locals.rs
compiler/rustc_mir_dataflow/src/impls/liveness.rs
compiler/rustc_mir_dataflow/src/impls/storage_liveness.rs
compiler/rustc_mir_dataflow/src/lib.rs
compiler/rustc_mir_dataflow/src/move_paths/builder.rs
compiler/rustc_mir_dataflow/src/value_analysis.rs
compiler/rustc_mir_transform/src/abort_unwinding_calls.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/copy_prop.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/coverage/counters.rs
compiler/rustc_mir_transform/src/coverage/debug.rs
compiler/rustc_mir_transform/src/coverage/graph.rs
compiler/rustc_mir_transform/src/coverage/mod.rs
compiler/rustc_mir_transform/src/coverage/spans.rs
compiler/rustc_mir_transform/src/ctfe_limit.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/dataflow_const_prop.rs
compiler/rustc_mir_transform/src/dead_store_elimination.rs
compiler/rustc_mir_transform/src/deaggregator.rs [deleted file]
compiler/rustc_mir_transform/src/deduce_param_attrs.rs
compiler/rustc_mir_transform/src/dest_prop.rs
compiler/rustc_mir_transform/src/elaborate_box_derefs.rs
compiler/rustc_mir_transform/src/elaborate_drops.rs
compiler/rustc_mir_transform/src/ffi_unwind_calls.rs
compiler/rustc_mir_transform/src/function_item_references.rs
compiler/rustc_mir_transform/src/generator.rs
compiler/rustc_mir_transform/src/inline.rs
compiler/rustc_mir_transform/src/inline/cycle.rs
compiler/rustc_mir_transform/src/instcombine.rs
compiler/rustc_mir_transform/src/large_enums.rs [new file with mode: 0644]
compiler/rustc_mir_transform/src/lib.rs
compiler/rustc_mir_transform/src/lower_intrinsics.rs
compiler/rustc_mir_transform/src/lower_slice_len.rs
compiler/rustc_mir_transform/src/normalize_array_len.rs
compiler/rustc_mir_transform/src/remove_noop_landing_pads.rs
compiler/rustc_mir_transform/src/remove_zsts.rs
compiler/rustc_mir_transform/src/separate_const_switch.rs
compiler/rustc_mir_transform/src/shim.rs
compiler/rustc_mir_transform/src/simplify.rs
compiler/rustc_mir_transform/src/simplify_try.rs [deleted file]
compiler/rustc_mir_transform/src/sroa.rs
compiler/rustc_mir_transform/src/ssa.rs [new file with mode: 0644]
compiler/rustc_monomorphize/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_monomorphize/src/collector.rs
compiler/rustc_monomorphize/src/errors.rs
compiler/rustc_monomorphize/src/lib.rs
compiler/rustc_monomorphize/src/partitioning/default.rs
compiler/rustc_monomorphize/src/partitioning/mod.rs
compiler/rustc_monomorphize/src/polymorphize.rs
compiler/rustc_parse/Cargo.toml
compiler/rustc_parse/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_parse/src/errors.rs
compiler/rustc_parse/src/lexer/diagnostics.rs [new file with mode: 0644]
compiler/rustc_parse/src/lexer/mod.rs
compiler/rustc_parse/src/lexer/tokentrees.rs
compiler/rustc_parse/src/lexer/unescape_error_reporting.rs
compiler/rustc_parse/src/lexer/unicode_chars.rs
compiler/rustc_parse/src/lib.rs
compiler/rustc_parse/src/parser/attr.rs
compiler/rustc_parse/src/parser/attr_wrapper.rs
compiler/rustc_parse/src/parser/diagnostics.rs
compiler/rustc_parse/src/parser/expr.rs
compiler/rustc_parse/src/parser/generics.rs
compiler/rustc_parse/src/parser/item.rs
compiler/rustc_parse/src/parser/mod.rs
compiler/rustc_parse/src/parser/nonterminal.rs
compiler/rustc_parse/src/parser/pat.rs
compiler/rustc_parse/src/parser/path.rs
compiler/rustc_parse/src/parser/stmt.rs
compiler/rustc_parse/src/parser/ty.rs
compiler/rustc_parse_format/src/lib.rs
compiler/rustc_parse_format/src/tests.rs
compiler/rustc_passes/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_passes/src/check_attr.rs
compiler/rustc_passes/src/check_const.rs
compiler/rustc_passes/src/dead.rs
compiler/rustc_passes/src/diagnostic_items.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/liveness/rwu_table.rs
compiler/rustc_passes/src/naked_functions.rs
compiler/rustc_passes/src/reachable.rs
compiler/rustc_passes/src/stability.rs
compiler/rustc_plugin_impl/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_plugin_impl/src/lib.rs
compiler/rustc_privacy/Cargo.toml
compiler/rustc_privacy/locales/en-US.ftl [new file with mode: 0644]
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/on_disk_cache.rs
compiler/rustc_query_impl/src/plumbing.rs
compiler/rustc_query_system/Cargo.toml
compiler/rustc_query_system/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_query_system/src/dep_graph/graph.rs
compiler/rustc_query_system/src/dep_graph/mod.rs
compiler/rustc_query_system/src/dep_graph/serialized.rs
compiler/rustc_query_system/src/ich/hcx.rs
compiler/rustc_query_system/src/lib.rs
compiler/rustc_query_system/src/query/caches.rs
compiler/rustc_query_system/src/query/config.rs
compiler/rustc_query_system/src/query/mod.rs
compiler/rustc_query_system/src/query/plumbing.rs
compiler/rustc_resolve/Cargo.toml
compiler/rustc_resolve/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_resolve/src/build_reduced_graph.rs
compiler/rustc_resolve/src/check_unused.rs
compiler/rustc_resolve/src/def_collector.rs
compiler/rustc_resolve/src/diagnostics.rs
compiler/rustc_resolve/src/effective_visibilities.rs
compiler/rustc_resolve/src/errors.rs
compiler/rustc_resolve/src/ident.rs
compiler/rustc_resolve/src/imports.rs
compiler/rustc_resolve/src/late.rs
compiler/rustc_resolve/src/late/diagnostics.rs
compiler/rustc_resolve/src/lib.rs
compiler/rustc_resolve/src/macros.rs
compiler/rustc_resolve/src/rustdoc.rs [new file with mode: 0644]
compiler/rustc_save_analysis/Cargo.toml [deleted file]
compiler/rustc_save_analysis/src/dump_visitor.rs [deleted file]
compiler/rustc_save_analysis/src/dumper.rs [deleted file]
compiler/rustc_save_analysis/src/errors.rs [deleted file]
compiler/rustc_save_analysis/src/lib.rs [deleted file]
compiler/rustc_save_analysis/src/sig.rs [deleted file]
compiler/rustc_save_analysis/src/span_utils.rs [deleted file]
compiler/rustc_serialize/Cargo.toml
compiler/rustc_serialize/src/serialize.rs
compiler/rustc_session/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_session/src/code_stats.rs
compiler/rustc_session/src/config.rs
compiler/rustc_session/src/cstore.rs
compiler/rustc_session/src/errors.rs
compiler/rustc_session/src/filesearch.rs
compiler/rustc_session/src/lib.rs
compiler/rustc_session/src/options.rs
compiler/rustc_session/src/parse.rs
compiler/rustc_session/src/session.rs
compiler/rustc_span/src/def_id.rs
compiler/rustc_span/src/edit_distance.rs [new file with mode: 0644]
compiler/rustc_span/src/edit_distance/tests.rs [new file with mode: 0644]
compiler/rustc_span/src/edition.rs
compiler/rustc_span/src/lev_distance.rs [deleted file]
compiler/rustc_span/src/lev_distance/tests.rs [deleted file]
compiler/rustc_span/src/lib.rs
compiler/rustc_span/src/span_encoding.rs
compiler/rustc_span/src/symbol.rs
compiler/rustc_symbol_mangling/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_symbol_mangling/src/legacy.rs
compiler/rustc_symbol_mangling/src/lib.rs
compiler/rustc_symbol_mangling/src/typeid/typeid_itanium_cxx_abi.rs
compiler/rustc_symbol_mangling/src/v0.rs
compiler/rustc_target/src/abi/call/loongarch.rs
compiler/rustc_target/src/abi/call/mod.rs
compiler/rustc_target/src/abi/call/riscv.rs
compiler/rustc_target/src/abi/call/sparc64.rs
compiler/rustc_target/src/abi/call/x86_64.rs
compiler/rustc_target/src/abi/mod.rs
compiler/rustc_target/src/spec/aarch64_apple_ios.rs
compiler/rustc_target/src/spec/aarch64_apple_ios_macabi.rs
compiler/rustc_target/src/spec/aarch64_apple_ios_sim.rs
compiler/rustc_target/src/spec/aarch64_be_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/aarch64_be_unknown_linux_gnu_ilp32.rs
compiler/rustc_target/src/spec/aarch64_kmc_solid_asp3.rs
compiler/rustc_target/src/spec/aarch64_linux_android.rs
compiler/rustc_target/src/spec/aarch64_nintendo_switch_freestanding.rs
compiler/rustc_target/src/spec/aarch64_pc_windows_gnullvm.rs
compiler/rustc_target/src/spec/aarch64_pc_windows_msvc.rs
compiler/rustc_target/src/spec/aarch64_unknown_freebsd.rs
compiler/rustc_target/src/spec/aarch64_unknown_fuchsia.rs
compiler/rustc_target/src/spec/aarch64_unknown_hermit.rs
compiler/rustc_target/src/spec/aarch64_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/aarch64_unknown_linux_gnu_ilp32.rs
compiler/rustc_target/src/spec/aarch64_unknown_linux_musl.rs
compiler/rustc_target/src/spec/aarch64_unknown_netbsd.rs
compiler/rustc_target/src/spec/aarch64_unknown_none.rs
compiler/rustc_target/src/spec/aarch64_unknown_none_softfloat.rs
compiler/rustc_target/src/spec/aarch64_unknown_nto_qnx_710.rs
compiler/rustc_target/src/spec/aarch64_unknown_openbsd.rs
compiler/rustc_target/src/spec/aarch64_unknown_redox.rs
compiler/rustc_target/src/spec/aarch64_unknown_uefi.rs
compiler/rustc_target/src/spec/aarch64_uwp_windows_msvc.rs
compiler/rustc_target/src/spec/aarch64_wrs_vxworks.rs
compiler/rustc_target/src/spec/arm64_32_apple_watchos.rs
compiler/rustc_target/src/spec/armebv7r_none_eabi.rs
compiler/rustc_target/src/spec/armebv7r_none_eabihf.rs
compiler/rustc_target/src/spec/armv4t_none_eabi.rs
compiler/rustc_target/src/spec/armv6k_nintendo_3ds.rs
compiler/rustc_target/src/spec/armv7a_none_eabi.rs
compiler/rustc_target/src/spec/armv7a_none_eabihf.rs
compiler/rustc_target/src/spec/armv7r_none_eabi.rs
compiler/rustc_target/src/spec/armv7r_none_eabihf.rs
compiler/rustc_target/src/spec/bpf_base.rs
compiler/rustc_target/src/spec/hexagon_unknown_linux_musl.rs
compiler/rustc_target/src/spec/mod.rs
compiler/rustc_target/src/spec/riscv64gc_unknown_none_elf.rs
compiler/rustc_target/src/spec/riscv64imac_unknown_none_elf.rs
compiler/rustc_target/src/spec/s390x_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/s390x_unknown_linux_musl.rs
compiler/rustc_target/src/spec/thumb_base.rs
compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
compiler/rustc_target/src/spec/x86_64_apple_ios.rs
compiler/rustc_target/src/spec/x86_64_apple_ios_macabi.rs
compiler/rustc_target/src/spec/x86_64_linux_android.rs
compiler/rustc_target/src/spec/x86_64_unknown_freebsd.rs
compiler/rustc_target/src/spec/x86_64_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/x86_64_unknown_linux_musl.rs
compiler/rustc_target/src/spec/x86_64_unknown_netbsd.rs
compiler/rustc_target/src/spec/x86_64_unknown_none.rs
compiler/rustc_target/src/spec/x86_64_unknown_openbsd.rs
compiler/rustc_trait_selection/Cargo.toml
compiler/rustc_trait_selection/locales/en-US.ftl [new file with mode: 0644]
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/solve/assembly.rs
compiler/rustc_trait_selection/src/solve/canonical/canonicalize.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/canonical/mod.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/eval_ctxt.rs [new file with mode: 0644]
compiler/rustc_trait_selection/src/solve/fulfill.rs
compiler/rustc_trait_selection/src/solve/infcx_ext.rs [deleted file]
compiler/rustc_trait_selection/src/solve/mod.rs
compiler/rustc_trait_selection/src/solve/project_goals.rs
compiler/rustc_trait_selection/src/solve/search_graph/cache.rs
compiler/rustc_trait_selection/src/solve/search_graph/mod.rs
compiler/rustc_trait_selection/src/solve/search_graph/overflow.rs
compiler/rustc_trait_selection/src/solve/trait_goals.rs
compiler/rustc_trait_selection/src/solve/trait_goals/structural_traits.rs
compiler/rustc_trait_selection/src/traits/auto_trait.rs
compiler/rustc_trait_selection/src/traits/chalk_fulfill.rs
compiler/rustc_trait_selection/src/traits/coherence.rs
compiler/rustc_trait_selection/src/traits/const_evaluatable.rs
compiler/rustc_trait_selection/src/traits/engine.rs
compiler/rustc_trait_selection/src/traits/error_reporting/ambiguity.rs
compiler/rustc_trait_selection/src/traits/error_reporting/method_chain.rs
compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs
compiler/rustc_trait_selection/src/traits/error_reporting/on_unimplemented.rs
compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs
compiler/rustc_trait_selection/src/traits/fulfill.rs
compiler/rustc_trait_selection/src/traits/misc.rs
compiler/rustc_trait_selection/src/traits/mod.rs
compiler/rustc_trait_selection/src/traits/object_safety.rs
compiler/rustc_trait_selection/src/traits/outlives_bounds.rs
compiler/rustc_trait_selection/src/traits/project.rs
compiler/rustc_trait_selection/src/traits/query/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/mod.rs
compiler/rustc_trait_selection/src/traits/query/type_op/normalize.rs
compiler/rustc_trait_selection/src/traits/query/type_op/outlives.rs
compiler/rustc_trait_selection/src/traits/relationships.rs [deleted file]
compiler/rustc_trait_selection/src/traits/select/candidate_assembly.rs
compiler/rustc_trait_selection/src/traits/select/confirmation.rs
compiler/rustc_trait_selection/src/traits/select/mod.rs
compiler/rustc_trait_selection/src/traits/specialize/mod.rs
compiler/rustc_trait_selection/src/traits/specialize/specialization_graph.rs
compiler/rustc_trait_selection/src/traits/structural_match.rs
compiler/rustc_trait_selection/src/traits/util.rs
compiler/rustc_trait_selection/src/traits/vtable.rs
compiler/rustc_trait_selection/src/traits/wf.rs
compiler/rustc_traits/Cargo.toml
compiler/rustc_traits/src/chalk/db.rs
compiler/rustc_traits/src/chalk/lowering.rs
compiler/rustc_traits/src/chalk/mod.rs
compiler/rustc_traits/src/codegen.rs
compiler/rustc_traits/src/dropck_outlives.rs
compiler/rustc_traits/src/implied_outlives_bounds.rs
compiler/rustc_traits/src/lib.rs
compiler/rustc_traits/src/normalize_erasing_regions.rs
compiler/rustc_traits/src/type_op.rs
compiler/rustc_transmute/src/layout/tree.rs
compiler/rustc_transmute/src/lib.rs
compiler/rustc_ty_utils/locales/en-US.ftl [new file with mode: 0644]
compiler/rustc_ty_utils/src/abi.rs
compiler/rustc_ty_utils/src/assoc.rs
compiler/rustc_ty_utils/src/consts.rs
compiler/rustc_ty_utils/src/errors.rs
compiler/rustc_ty_utils/src/implied_bounds.rs
compiler/rustc_ty_utils/src/instance.rs
compiler/rustc_ty_utils/src/layout.rs
compiler/rustc_ty_utils/src/lib.rs
compiler/rustc_ty_utils/src/needs_drop.rs
compiler/rustc_ty_utils/src/representability.rs
compiler/rustc_ty_utils/src/ty.rs
compiler/rustc_type_ir/src/fold.rs [new file with mode: 0644]
compiler/rustc_type_ir/src/lib.rs
compiler/rustc_type_ir/src/macros.rs [new file with mode: 0644]
compiler/rustc_type_ir/src/structural_impls.rs [new file with mode: 0644]
compiler/rustc_type_ir/src/sty.rs
compiler/rustc_type_ir/src/visit.rs [new file with mode: 0644]
config.toml.example
git-commit-hash
git-commit-info
library/alloc/benches/vec_deque.rs
library/alloc/src/boxed.rs
library/alloc/src/boxed/thin.rs
library/alloc/src/collections/binary_heap/mod.rs
library/alloc/src/collections/binary_heap/tests.rs
library/alloc/src/collections/btree/borrow.rs
library/alloc/src/collections/btree/map.rs
library/alloc/src/collections/btree/map/entry.rs
library/alloc/src/collections/btree/map/tests.rs
library/alloc/src/collections/btree/navigate.rs
library/alloc/src/collections/btree/node.rs
library/alloc/src/collections/vec_deque/into_iter.rs
library/alloc/src/ffi/c_str.rs
library/alloc/src/fmt.rs
library/alloc/src/lib.rs
library/alloc/src/macros.rs
library/alloc/src/raw_vec.rs
library/alloc/src/rc.rs
library/alloc/src/slice.rs
library/alloc/src/string.rs
library/alloc/src/sync.rs
library/alloc/src/sync/tests.rs
library/alloc/src/vec/mod.rs
library/core/benches/array.rs [new file with mode: 0644]
library/core/benches/char/methods.rs
library/core/benches/lib.rs
library/core/benches/num/flt2dec/strategy/dragon.rs
library/core/benches/num/flt2dec/strategy/grisu.rs
library/core/src/alloc/global.rs
library/core/src/any.rs
library/core/src/array/drain.rs [new file with mode: 0644]
library/core/src/array/equality.rs
library/core/src/array/mod.rs
library/core/src/cell.rs
library/core/src/cell/once.rs
library/core/src/char/convert.rs
library/core/src/char/decode.rs
library/core/src/char/methods.rs
library/core/src/char/mod.rs
library/core/src/cmp.rs
library/core/src/cmp/bytewise.rs [new file with mode: 0644]
library/core/src/const_closure.rs [deleted file]
library/core/src/convert/mod.rs
library/core/src/error.rs
library/core/src/ffi/c_str.rs
library/core/src/ffi/mod.rs
library/core/src/fmt/mod.rs
library/core/src/fmt/rt/v1.rs
library/core/src/future/mod.rs
library/core/src/hint.rs
library/core/src/intrinsics.rs
library/core/src/intrinsics/mir.rs
library/core/src/iter/adapters/array_chunks.rs
library/core/src/iter/adapters/by_ref_sized.rs
library/core/src/iter/adapters/cloned.rs
library/core/src/iter/adapters/filter_map.rs
library/core/src/iter/adapters/flatten.rs
library/core/src/iter/adapters/map.rs
library/core/src/iter/adapters/zip.rs
library/core/src/iter/mod.rs
library/core/src/iter/range.rs
library/core/src/iter/traits/double_ended.rs
library/core/src/iter/traits/exact_size.rs
library/core/src/iter/traits/iterator.rs
library/core/src/iter/traits/marker.rs
library/core/src/iter/traits/mod.rs
library/core/src/iter/traits/unchecked_iterator.rs [new file with mode: 0644]
library/core/src/lib.rs
library/core/src/marker.rs
library/core/src/mem/mod.rs
library/core/src/net/display_buffer.rs [new file with mode: 0644]
library/core/src/net/ip_addr.rs [new file with mode: 0644]
library/core/src/net/mod.rs [new file with mode: 0644]
library/core/src/net/parser.rs [new file with mode: 0644]
library/core/src/net/socket_addr.rs [new file with mode: 0644]
library/core/src/num/dec2flt/mod.rs
library/core/src/num/error.rs
library/core/src/num/int_log10.rs
library/core/src/num/int_macros.rs
library/core/src/num/mod.rs
library/core/src/num/shells/i128.rs
library/core/src/num/shells/i16.rs
library/core/src/num/shells/i32.rs
library/core/src/num/shells/i64.rs
library/core/src/num/shells/i8.rs
library/core/src/num/shells/isize.rs
library/core/src/num/shells/u128.rs
library/core/src/num/shells/u16.rs
library/core/src/num/shells/u32.rs
library/core/src/num/shells/u64.rs
library/core/src/num/shells/u8.rs
library/core/src/num/shells/usize.rs
library/core/src/num/uint_macros.rs
library/core/src/ops/arith.rs
library/core/src/ops/control_flow.rs
library/core/src/ops/range.rs
library/core/src/ops/try_trait.rs
library/core/src/option.rs
library/core/src/panicking.rs
library/core/src/primitive_docs.rs
library/core/src/ptr/alignment.rs
library/core/src/ptr/const_ptr.rs
library/core/src/ptr/mut_ptr.rs
library/core/src/result.rs
library/core/src/slice/cmp.rs
library/core/src/slice/iter.rs
library/core/src/slice/iter/macros.rs
library/core/src/slice/memchr.rs
library/core/src/slice/mod.rs
library/core/src/slice/sort.rs
library/core/src/str/iter.rs
library/core/src/str/traits.rs
library/core/src/sync/atomic.rs
library/core/src/task/poll.rs
library/core/src/task/wake.rs
library/core/tests/array.rs
library/core/tests/iter/adapters/mod.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 [new file with mode: 0644]
library/core/tests/net/mod.rs [new file with mode: 0644]
library/core/tests/net/parser.rs [new file with mode: 0644]
library/core/tests/net/socket_addr.rs [new file with mode: 0644]
library/core/tests/num/dec2flt/mod.rs
library/core/tests/ptr.rs
library/portable-simd/crates/core_simd/examples/spectral_norm.rs
library/portable-simd/crates/core_simd/src/vector.rs
library/proc_macro/src/bridge/rpc.rs
library/proc_macro/src/lib.rs
library/std/Cargo.toml
library/std/build.rs
library/std/src/collections/hash/map.rs
library/std/src/f32.rs
library/std/src/f64.rs
library/std/src/fs.rs
library/std/src/fs/tests.rs
library/std/src/io/error.rs
library/std/src/io/error/repr_bitpacked.rs
library/std/src/io/error/repr_unpacked.rs
library/std/src/io/error/tests.rs
library/std/src/io/mod.rs
library/std/src/keyword_docs.rs
library/std/src/lib.rs
library/std/src/net/display_buffer.rs [deleted file]
library/std/src/net/ip_addr.rs
library/std/src/net/ip_addr/tests.rs
library/std/src/net/mod.rs
library/std/src/net/parser.rs [deleted file]
library/std/src/net/parser/tests.rs [deleted file]
library/std/src/net/socket_addr.rs
library/std/src/net/socket_addr/tests.rs
library/std/src/net/tcp.rs
library/std/src/net/tcp/tests.rs
library/std/src/net/udp/tests.rs
library/std/src/os/fd/owned.rs
library/std/src/os/fd/raw.rs
library/std/src/os/fuchsia/raw.rs
library/std/src/os/hermit/io/mod.rs [new file with mode: 0644]
library/std/src/os/hermit/io/net.rs [new file with mode: 0644]
library/std/src/os/hermit/mod.rs
library/std/src/os/l4re/raw.rs
library/std/src/os/linux/raw.rs
library/std/src/os/mod.rs
library/std/src/os/net/mod.rs
library/std/src/os/nto/fs.rs [new file with mode: 0644]
library/std/src/os/nto/mod.rs [new file with mode: 0644]
library/std/src/os/nto/raw.rs [new file with mode: 0644]
library/std/src/os/unix/fs.rs
library/std/src/os/unix/fs/tests.rs [new file with mode: 0644]
library/std/src/os/unix/mod.rs
library/std/src/os/unix/net/datagram.rs
library/std/src/os/unix/net/tests.rs
library/std/src/os/unix/process.rs
library/std/src/os/unix/ucred.rs
library/std/src/panicking.rs
library/std/src/path.rs
library/std/src/personality/emcc.rs
library/std/src/personality/gcc.rs
library/std/src/primitive_docs.rs
library/std/src/process.rs
library/std/src/sync/lazy_lock.rs
library/std/src/sync/mod.rs
library/std/src/sync/mpmc/array.rs
library/std/src/sync/mpmc/utils.rs
library/std/src/sync/once.rs
library/std/src/sys/common/alloc.rs
library/std/src/sys/hermit/args.rs
library/std/src/sys/hermit/fd.rs
library/std/src/sys/hermit/fs.rs
library/std/src/sys/hermit/mod.rs
library/std/src/sys/hermit/net.rs
library/std/src/sys/hermit/os.rs
library/std/src/sys/hermit/thread.rs
library/std/src/sys/hermit/thread_local_dtor.rs
library/std/src/sys/hermit/time.rs
library/std/src/sys/itron/thread.rs
library/std/src/sys/itron/thread_parking.rs [new file with mode: 0644]
library/std/src/sys/itron/wait_flag.rs [deleted file]
library/std/src/sys/solid/mod.rs
library/std/src/sys/solid/thread_local_dtor.rs
library/std/src/sys/unix/args.rs
library/std/src/sys/unix/env.rs
library/std/src/sys/unix/fd.rs
library/std/src/sys/unix/fs.rs
library/std/src/sys/unix/locks/pthread_condvar.rs
library/std/src/sys/unix/mod.rs
library/std/src/sys/unix/net.rs
library/std/src/sys/unix/os.rs
library/std/src/sys/unix/process/process_unix.rs
library/std/src/sys/unix/thread.rs
library/std/src/sys/unix/thread_local_dtor.rs
library/std/src/sys/unix/thread_parking/pthread.rs
library/std/src/sys/unix/time.rs
library/std/src/sys/unsupported/once.rs
library/std/src/sys/wasi/os.rs
library/std/src/sys/windows/args.rs
library/std/src/sys/windows/c.rs
library/std/src/sys/windows/fs.rs
library/std/src/sys/windows/io.rs
library/std/src/sys/windows/stdio.rs
library/std/src/sys/windows/thread.rs
library/std/src/sys/windows/thread_parking.rs
library/std/src/sys_common/backtrace.rs
library/std/src/sys_common/mod.rs
library/std/src/sys_common/net.rs
library/std/src/sys_common/net/tests.rs
library/std/src/sys_common/once/futex.rs
library/std/src/sys_common/once/queue.rs
library/std/src/sys_common/thread_local_dtor.rs
library/std/src/sys_common/thread_local_key.rs
library/std/src/sys_common/thread_parking/id.rs
library/std/src/sys_common/thread_parking/mod.rs
library/std/src/sys_common/thread_parking/wait_flag.rs [deleted file]
library/std/src/sys_common/wtf8.rs
library/std/src/thread/local.rs
library/std/src/thread/mod.rs
library/std/src/time.rs
library/std/tests/common/mod.rs [new file with mode: 0644]
library/std/tests/create_dir_all_bare.rs [new file with mode: 0644]
library/std/tests/env.rs
library/std/tests/run-time-detect.rs
library/stdarch/.github/workflows/main.yml
library/stdarch/ci/android-install-ndk.sh [deleted file]
library/stdarch/ci/android-install-sdk.sh [deleted file]
library/stdarch/ci/android-sysimage.sh [deleted file]
library/stdarch/ci/docker/aarch64-linux-android/Dockerfile [deleted file]
library/stdarch/ci/docker/arm-linux-androideabi/Dockerfile [deleted file]
library/stdarch/ci/docker/x86_64-linux-android/Dockerfile [deleted file]
library/stdarch/ci/runtest-android.rs [deleted file]
library/stdarch/crates/assert-instr-macro/Cargo.toml
library/stdarch/crates/assert-instr-macro/src/lib.rs
library/stdarch/crates/core_arch/Cargo.toml
library/stdarch/crates/core_arch/src/aarch64/neon/mod.rs
library/stdarch/crates/core_arch/src/arm_shared/neon/generated.rs
library/stdarch/crates/core_arch/src/arm_shared/neon/mod.rs
library/stdarch/crates/core_arch/src/mips/msa.rs
library/stdarch/crates/core_arch/src/mod.rs
library/stdarch/crates/core_arch/src/x86/avx.rs
library/stdarch/crates/core_arch/src/x86/avx2.rs
library/stdarch/crates/core_arch/src/x86/avx512bf16.rs
library/stdarch/crates/core_arch/src/x86/avx512bitalg.rs
library/stdarch/crates/core_arch/src/x86/avx512bw.rs
library/stdarch/crates/core_arch/src/x86/avx512f.rs
library/stdarch/crates/core_arch/src/x86/avx512gfni.rs [deleted file]
library/stdarch/crates/core_arch/src/x86/avx512vaes.rs [deleted file]
library/stdarch/crates/core_arch/src/x86/avx512vpclmulqdq.rs [deleted file]
library/stdarch/crates/core_arch/src/x86/gfni.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/mod.rs
library/stdarch/crates/core_arch/src/x86/sse.rs
library/stdarch/crates/core_arch/src/x86/sse2.rs
library/stdarch/crates/core_arch/src/x86/sse41.rs
library/stdarch/crates/core_arch/src/x86/sse42.rs
library/stdarch/crates/core_arch/src/x86/vaes.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/src/x86/vpclmulqdq.rs [new file with mode: 0644]
library/stdarch/crates/core_arch/tests/cpu-detection.rs
library/stdarch/crates/intrinsic-test/Cargo.toml
library/stdarch/crates/intrinsic-test/missing_arm.txt
library/stdarch/crates/intrinsic-test/src/acle_csv_parser.rs
library/stdarch/crates/intrinsic-test/src/intrinsic.rs
library/stdarch/crates/intrinsic-test/src/main.rs
library/stdarch/crates/intrinsic-test/src/types.rs
library/stdarch/crates/intrinsic-test/src/values.rs
library/stdarch/crates/simd-test-macro/Cargo.toml
library/stdarch/crates/simd-test-macro/src/lib.rs
library/stdarch/crates/std_detect/Cargo.toml
library/stdarch/crates/std_detect/src/detect/arch/x86.rs
library/stdarch/crates/std_detect/src/detect/cache.rs
library/stdarch/crates/std_detect/src/detect/macros.rs
library/stdarch/crates/std_detect/src/detect/mod.rs
library/stdarch/crates/std_detect/src/detect/os/linux/aarch64.rs
library/stdarch/crates/std_detect/src/detect/os/linux/auxvec.rs
library/stdarch/crates/std_detect/src/detect/os/linux/riscv.rs
library/stdarch/crates/std_detect/src/detect/os/x86.rs
library/stdarch/crates/std_detect/tests/cpu-detection.rs
library/stdarch/crates/std_detect/tests/x86-specific.rs
library/stdarch/crates/stdarch-gen/Cargo.toml
library/stdarch/crates/stdarch-gen/src/main.rs
library/stdarch/crates/stdarch-test/Cargo.toml
library/stdarch/crates/stdarch-test/src/disassembly.rs
library/stdarch/crates/stdarch-test/src/lib.rs
library/stdarch/crates/stdarch-verify/Cargo.toml
library/stdarch/crates/stdarch-verify/src/lib.rs
library/stdarch/crates/stdarch-verify/tests/arm.rs
library/stdarch/crates/stdarch-verify/tests/mips.rs
library/stdarch/crates/stdarch-verify/tests/x86-intel.rs
library/stdarch/examples/Cargo.toml
library/stdarch/examples/connect5.rs
library/stdarch/examples/hex.rs
library/stdarch/triagebot.toml
library/test/Cargo.toml
library/test/src/cli.rs
library/test/src/console.rs
library/test/src/formatters/terse.rs
library/test/src/lib.rs
library/test/src/tests.rs
library/unwind/src/lib.rs
library/unwind/src/libunwind.rs
src/bootstrap/Cargo.lock
src/bootstrap/Cargo.toml
src/bootstrap/README.md
src/bootstrap/bin/main.rs
src/bootstrap/bootstrap.py
src/bootstrap/builder.rs
src/bootstrap/builder/tests.rs
src/bootstrap/check.rs
src/bootstrap/clean.rs
src/bootstrap/compile.rs
src/bootstrap/config.rs
src/bootstrap/config/tests.rs
src/bootstrap/configure.py
src/bootstrap/defaults/config.compiler.toml
src/bootstrap/defaults/config.library.toml
src/bootstrap/dist.rs
src/bootstrap/doc.rs
src/bootstrap/download.rs
src/bootstrap/flags.rs
src/bootstrap/format.rs
src/bootstrap/install.rs
src/bootstrap/lib.rs
src/bootstrap/metadata.rs
src/bootstrap/metrics.rs
src/bootstrap/native.rs
src/bootstrap/run.rs
src/bootstrap/setup.rs
src/bootstrap/setup/tests.rs [new file with mode: 0644]
src/bootstrap/test.rs
src/bootstrap/tool.rs
src/bootstrap/toolstate.rs
src/ci/docker/host-x86_64/dist-s390x-linux/Dockerfile
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
src/ci/docker/host-x86_64/mingw-check/Dockerfile
src/ci/docker/host-x86_64/mingw-check/validate-toolstate.sh
src/ci/docker/host-x86_64/x86_64-gnu-llvm-13-stage1/Dockerfile [deleted file]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-13/Dockerfile [deleted file]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-14-stage1/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/Dockerfile [new file with mode: 0644]
src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version
src/ci/docker/scripts/fuchsia-test-runner.py
src/ci/github-actions/ci.yml
src/ci/pgo.sh [deleted file]
src/ci/run.sh
src/ci/scripts/install-mingw.sh
src/ci/scripts/should-skip-this.sh
src/ci/stage-build.py [new file with mode: 0644]
src/doc/book/.github/workflows/main.yml
src/doc/book/CONTRIBUTING.md
src/doc/book/README.md
src/doc/book/ci/dictionary.txt
src/doc/book/listings/ch02-guessing-game-tutorial/listing-02-04/output.txt
src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-02-without-expect/output.txt
src/doc/book/listings/ch03-common-programming-concepts/no-listing-23-statements-dont-return-values/output.txt
src/doc/book/listings/ch04-understanding-ownership/no-listing-04-cant-use-after-move/output.txt
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-07-cant-use-option-directly/output.txt
src/doc/book/listings/ch06-enums-and-pattern-matching/no-listing-10-non-exhaustive-match/output.txt
src/doc/book/listings/ch07-managing-growing-projects/listing-07-12/output.txt
src/doc/book/listings/ch08-common-collections/listing-08-19/output.txt
src/doc/book/listings/ch11-writing-automated-tests/listing-11-03/output.txt
src/doc/book/listings/ch11-writing-automated-tests/listing-11-10/output.txt
src/doc/book/listings/ch11-writing-automated-tests/no-listing-03-introducing-a-bug/output.txt
src/doc/book/listings/ch11-writing-automated-tests/no-listing-04-bug-in-add-two/output.txt
src/doc/book/listings/ch11-writing-automated-tests/no-listing-06-greeter-with-bug/output.txt
src/doc/book/listings/ch11-writing-automated-tests/no-listing-07-custom-failure-message/output.txt
src/doc/book/listings/ch11-writing-automated-tests/no-listing-09-guess-with-panic-msg-bug/output.txt
src/doc/book/listings/ch11-writing-automated-tests/output-only-01-show-output/output.txt
src/doc/book/listings/ch12-an-io-project/listing-12-12/output.txt
src/doc/book/listings/ch12-an-io-project/listing-12-16/output.txt
src/doc/book/listings/ch13-functional-features/listing-13-14/output.txt
src/doc/book/listings/ch15-smart-pointers/listing-15-03/output.txt
src/doc/book/listings/ch15-smart-pointers/listing-15-23/output.txt
src/doc/book/listings/ch16-fearless-concurrency/listing-16-14/output.txt
src/doc/book/listings/ch18-patterns-and-matching/listing-18-08/output.txt
src/doc/book/listings/ch18-patterns-and-matching/listing-18-10/output.txt
src/doc/book/listings/ch19-advanced-features/listing-19-20/output.txt
src/doc/book/listings/ch20-web-server/listing-20-22/output.txt
src/doc/book/listings/ch20-web-server/no-listing-04-update-worker-definition/output.txt
src/doc/book/rust-toolchain
src/doc/book/src/ch00-00-introduction.md
src/doc/book/src/ch03-01-variables-and-mutability.md
src/doc/book/src/ch10-01-syntax.md
src/doc/book/src/title-page.md
src/doc/embedded-book/src/assets/verify.jpeg
src/doc/embedded-book/src/collections/index.md
src/doc/embedded-book/src/interoperability/c-with-rust.md
src/doc/embedded-book/src/intro/install/macos.md
src/doc/embedded-book/src/intro/install/verify.md
src/doc/embedded-book/src/peripherals/singletons.md
src/doc/embedded-book/src/start/registers.md
src/doc/index.md
src/doc/nomicon/src/dropck.md
src/doc/nomicon/src/ffi.md
src/doc/nomicon/src/send-and-sync.md
src/doc/nomicon/src/subtyping.md
src/doc/reference/src/behavior-considered-undefined.md
src/doc/reference/src/destructors.md
src/doc/reference/src/expressions/if-expr.md
src/doc/reference/src/expressions/operator-expr.md
src/doc/reference/src/items/external-blocks.md
src/doc/reference/src/linkage.md
src/doc/reference/src/patterns.md
src/doc/reference/src/trait-bounds.md
src/doc/rust-by-example/src/error/option_unwrap/and_then.md
src/doc/rust-by-example/src/error/result/result_map.md
src/doc/rust-by-example/src/generics/bounds.md
src/doc/rust-by-example/src/hello/comment.md
src/doc/rust-by-example/src/index.md
src/doc/rust-by-example/src/primitives/tuples.md
src/doc/rust-by-example/src/std_misc/file/create.md
src/doc/rustc-dev-guide/.github/workflows/ci.yml
src/doc/rustc-dev-guide/CITATION.cff [new file with mode: 0644]
src/doc/rustc-dev-guide/README.md
src/doc/rustc-dev-guide/book.toml
src/doc/rustc-dev-guide/ci/date-check/src/main.rs
src/doc/rustc-dev-guide/examples/README [new file with mode: 0644]
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/appendix/glossary.md
src/doc/rustc-dev-guide/src/asm.md
src/doc/rustc-dev-guide/src/ast-validation.md
src/doc/rustc-dev-guide/src/backend/backend-agnostic.md
src/doc/rustc-dev-guide/src/backend/monomorph.md
src/doc/rustc-dev-guide/src/backend/updating-llvm.md
src/doc/rustc-dev-guide/src/borrow_check/region_inference/lifetime_parameters.md
src/doc/rustc-dev-guide/src/building/bootstrapping.md
src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
src/doc/rustc-dev-guide/src/building/prerequisites.md
src/doc/rustc-dev-guide/src/building/suggested.md
src/doc/rustc-dev-guide/src/closure.md
src/doc/rustc-dev-guide/src/compiler-debugging.md
src/doc/rustc-dev-guide/src/compiler-src.md
src/doc/rustc-dev-guide/src/constants.md
src/doc/rustc-dev-guide/src/contributing.md
src/doc/rustc-dev-guide/src/crates-io.md
src/doc/rustc-dev-guide/src/diagnostics.md
src/doc/rustc-dev-guide/src/diagnostics/diagnostic-items.md
src/doc/rustc-dev-guide/src/diagnostics/diagnostic-structs.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/git.md
src/doc/rustc-dev-guide/src/hir.md
src/doc/rustc-dev-guide/src/identifiers.md
src/doc/rustc-dev-guide/src/implementing_new_features.md
src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md
src/doc/rustc-dev-guide/src/mir/debugging.md
src/doc/rustc-dev-guide/src/mir/visitor.md
src/doc/rustc-dev-guide/src/overview.md
src/doc/rustc-dev-guide/src/profiling/with_perf.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/rustc-driver.md
src/doc/rustc-dev-guide/src/solve/canonicalization.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/solve/coinduction.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/solve/the-solver.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/solve/trait-solving.md [new file with mode: 0644]
src/doc/rustc-dev-guide/src/tests/compiletest.md
src/doc/rustc-dev-guide/src/tests/running.md
src/doc/rustc-dev-guide/src/traits/resolution.md
src/doc/rustc-dev-guide/src/ty.md
src/doc/rustc-dev-guide/src/type-checking.md
src/doc/rustc-dev-guide/src/type-inference.md
src/doc/rustc/book.toml
src/doc/rustc/src/codegen-options/index.md
src/doc/rustc/src/json.md
src/doc/rustc/src/platform-support.md
src/doc/rustc/src/platform-support/fuchsia.md
src/doc/rustc/src/platform-support/nto-qnx.md
src/doc/rustdoc/src/how-to-read-rustdoc.md
src/doc/style-guide/src/cargo.md
src/doc/style-guide/src/statements.md
src/doc/unstable-book/src/compiler-flags/export-executable-symbols.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/instrument-xray.md [new file with mode: 0644]
src/doc/unstable-book/src/compiler-flags/sanitizer.md
src/doc/unstable-book/src/compiler-flags/tiny-const-eval-limit.md [new file with mode: 0644]
src/doc/unstable-book/src/library-features/char-error-internals.md [deleted file]
src/doc/unstable-book/src/library-features/int-error-internals.md [deleted file]
src/etc/pre-push.sh
src/etc/vscode_settings.json [new file with mode: 0644]
src/librustdoc/Cargo.toml
src/librustdoc/clean/auto_trait.rs
src/librustdoc/clean/blanket_impl.rs
src/librustdoc/clean/cfg.rs
src/librustdoc/clean/cfg/tests.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/types/tests.rs
src/librustdoc/clean/utils.rs
src/librustdoc/config.rs
src/librustdoc/core.rs
src/librustdoc/doctest.rs
src/librustdoc/formats/cache.rs
src/librustdoc/formats/item_type.rs
src/librustdoc/html/format.rs
src/librustdoc/html/highlight.rs
src/librustdoc/html/layout.rs
src/librustdoc/html/length_limit.rs
src/librustdoc/html/length_limit/tests.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/write_shared.rs
src/librustdoc/html/sources.rs
src/librustdoc/html/static/.eslintrc.js
src/librustdoc/html/static/css/rustdoc.css
src/librustdoc/html/static/css/settings.css
src/librustdoc/html/static/css/themes/ayu.css
src/librustdoc/html/static/css/themes/dark.css
src/librustdoc/html/static/css/themes/light.css
src/librustdoc/html/static/fonts/SourceSerif4-Bold.ttf.woff2
src/librustdoc/html/static/fonts/SourceSerif4-It.ttf.woff2
src/librustdoc/html/static/fonts/SourceSerif4-LICENSE.md
src/librustdoc/html/static/fonts/SourceSerif4-Regular.ttf.woff2
src/librustdoc/html/static/images/down-arrow.svg [deleted file]
src/librustdoc/html/static/images/toggle-minus.svg [deleted file]
src/librustdoc/html/static/images/toggle-plus.svg [deleted file]
src/librustdoc/html/static/images/wheel.svg
src/librustdoc/html/static/js/main.js
src/librustdoc/html/static/js/search.js
src/librustdoc/html/static/js/settings.js
src/librustdoc/html/static/js/source-script.js
src/librustdoc/html/static/js/storage.js
src/librustdoc/html/static_files.rs
src/librustdoc/html/templates/page.html
src/librustdoc/html/templates/print_item.html
src/librustdoc/json/conversions.rs
src/librustdoc/json/import_finder.rs
src/librustdoc/json/mod.rs
src/librustdoc/lib.rs
src/librustdoc/lint.rs
src/librustdoc/markdown.rs
src/librustdoc/passes/calculate_doc_coverage.rs
src/librustdoc/passes/check_doc_test_visibility.rs
src/librustdoc/passes/collect_intra_doc_links.rs
src/librustdoc/passes/collect_intra_doc_links/early.rs [deleted file]
src/librustdoc/passes/collect_trait_impls.rs
src/librustdoc/passes/lint/check_code_block_syntax.rs
src/librustdoc/passes/lint/html_tags.rs
src/librustdoc/passes/mod.rs
src/librustdoc/passes/propagate_doc_cfg.rs
src/librustdoc/passes/strip_hidden.rs
src/librustdoc/passes/stripper.rs
src/librustdoc/scrape_examples.rs
src/librustdoc/visit_ast.rs
src/librustdoc/visit_lib.rs
src/stage0.json
src/tools/build_helper/src/git.rs
src/tools/bump-stage0/src/main.rs
src/tools/clippy/.github/workflows/clippy_bors.yml
src/tools/clippy/CHANGELOG.md
src/tools/clippy/Cargo.toml
src/tools/clippy/README.md
src/tools/clippy/book/src/README.md
src/tools/clippy/book/src/SUMMARY.md
src/tools/clippy/book/src/configuration.md
src/tools/clippy/book/src/development/adding_lints.md
src/tools/clippy/book/src/development/infrastructure/backport.md
src/tools/clippy/book/src/development/infrastructure/book.md
src/tools/clippy/book/src/development/infrastructure/changelog_update.md
src/tools/clippy/book/src/development/infrastructure/sync.md
src/tools/clippy/book/src/lint_configuration.md [new file with mode: 0644]
src/tools/clippy/clippy_dev/Cargo.toml
src/tools/clippy/clippy_dev/src/main.rs
src/tools/clippy/clippy_dev/src/new_lint.rs
src/tools/clippy/clippy_dev/src/update_lints.rs
src/tools/clippy/clippy_lints/Cargo.toml
src/tools/clippy/clippy_lints/src/bool_assert_comparison.rs
src/tools/clippy/clippy_lints/src/booleans.rs
src/tools/clippy/clippy_lints/src/box_default.rs
src/tools/clippy/clippy_lints/src/casts/as_ptr_cast_mut.rs
src/tools/clippy/clippy_lints/src/casts/cast_possible_truncation.rs
src/tools/clippy/clippy_lints/src/casts/cast_ptr_alignment.rs
src/tools/clippy/clippy_lints/src/casts/mod.rs
src/tools/clippy/clippy_lints/src/cognitive_complexity.rs
src/tools/clippy/clippy_lints/src/copy_iterator.rs
src/tools/clippy/clippy_lints/src/declared_lints.rs
src/tools/clippy/clippy_lints/src/default.rs
src/tools/clippy/clippy_lints/src/default_numeric_fallback.rs
src/tools/clippy/clippy_lints/src/dereference.rs
src/tools/clippy/clippy_lints/src/derivable_impls.rs
src/tools/clippy/clippy_lints/src/derive.rs
src/tools/clippy/clippy_lints/src/doc.rs
src/tools/clippy/clippy_lints/src/empty_enum.rs
src/tools/clippy/clippy_lints/src/entry.rs
src/tools/clippy/clippy_lints/src/enum_clike.rs
src/tools/clippy/clippy_lints/src/enum_variants.rs
src/tools/clippy/clippy_lints/src/escape.rs
src/tools/clippy/clippy_lints/src/eta_reduction.rs
src/tools/clippy/clippy_lints/src/excessive_bools.rs
src/tools/clippy/clippy_lints/src/exhaustive_items.rs
src/tools/clippy/clippy_lints/src/extra_unused_type_parameters.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/format_args.rs
src/tools/clippy/clippy_lints/src/from_raw_with_void_ptr.rs
src/tools/clippy/clippy_lints/src/functions/impl_trait_in_params.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/functions/misnamed_getters.rs
src/tools/clippy/clippy_lints/src/functions/mod.rs
src/tools/clippy/clippy_lints/src/functions/must_use.rs
src/tools/clippy/clippy_lints/src/functions/not_unsafe_ptr_arg_deref.rs
src/tools/clippy/clippy_lints/src/functions/result.rs
src/tools/clippy/clippy_lints/src/future_not_send.rs
src/tools/clippy/clippy_lints/src/implicit_return.rs
src/tools/clippy/clippy_lints/src/implicit_saturating_sub.rs
src/tools/clippy/clippy_lints/src/inconsistent_struct_constructor.rs
src/tools/clippy/clippy_lints/src/indexing_slicing.rs
src/tools/clippy/clippy_lints/src/inherent_impl.rs
src/tools/clippy/clippy_lints/src/inherent_to_string.rs
src/tools/clippy/clippy_lints/src/instant_subtraction.rs
src/tools/clippy/clippy_lints/src/iter_not_returning_iterator.rs
src/tools/clippy/clippy_lints/src/large_const_arrays.rs
src/tools/clippy/clippy_lints/src/large_enum_variant.rs
src/tools/clippy/clippy_lints/src/large_stack_arrays.rs
src/tools/clippy/clippy_lints/src/len_zero.rs
src/tools/clippy/clippy_lints/src/let_underscore.rs
src/tools/clippy/clippy_lints/src/lib.rs
src/tools/clippy/clippy_lints/src/lifetimes.rs
src/tools/clippy/clippy_lints/src/literal_representation.rs
src/tools/clippy/clippy_lints/src/loops/explicit_iter_loop.rs
src/tools/clippy/clippy_lints/src/loops/mod.rs
src/tools/clippy/clippy_lints/src/loops/needless_range_loop.rs
src/tools/clippy/clippy_lints/src/loops/never_loop.rs
src/tools/clippy/clippy_lints/src/manual_assert.rs
src/tools/clippy/clippy_lints/src/manual_async_fn.rs
src/tools/clippy/clippy_lints/src/manual_is_ascii_check.rs
src/tools/clippy/clippy_lints/src/manual_let_else.rs
src/tools/clippy/clippy_lints/src/manual_non_exhaustive.rs
src/tools/clippy/clippy_lints/src/map_unit_fn.rs
src/tools/clippy/clippy_lints/src/matches/match_wild_enum.rs
src/tools/clippy/clippy_lints/src/matches/rest_pat_in_fully_bound_struct.rs
src/tools/clippy/clippy_lints/src/matches/significant_drop_in_scrutinee.rs
src/tools/clippy/clippy_lints/src/methods/bytes_count_to_len.rs
src/tools/clippy/clippy_lints/src/methods/bytes_nth.rs
src/tools/clippy/clippy_lints/src/methods/case_sensitive_file_extension_comparisons.rs
src/tools/clippy/clippy_lints/src/methods/collapsible_str_replace.rs
src/tools/clippy/clippy_lints/src/methods/expect_fun_call.rs
src/tools/clippy/clippy_lints/src/methods/expect_used.rs
src/tools/clippy/clippy_lints/src/methods/get_first.rs
src/tools/clippy/clippy_lints/src/methods/implicit_clone.rs
src/tools/clippy/clippy_lints/src/methods/manual_ok_or.rs
src/tools/clippy/clippy_lints/src/methods/map_clone.rs
src/tools/clippy/clippy_lints/src/methods/map_err_ignore.rs
src/tools/clippy/clippy_lints/src/methods/mod.rs
src/tools/clippy/clippy_lints/src/methods/mut_mutex_lock.rs
src/tools/clippy/clippy_lints/src/methods/needless_collect.rs
src/tools/clippy/clippy_lints/src/methods/open_options.rs
src/tools/clippy/clippy_lints/src/methods/path_buf_push_overwrite.rs
src/tools/clippy/clippy_lints/src/methods/search_is_some.rs
src/tools/clippy/clippy_lints/src/methods/single_char_pattern.rs
src/tools/clippy/clippy_lints/src/methods/stable_sort_primitive.rs
src/tools/clippy/clippy_lints/src/methods/string_extend_chars.rs
src/tools/clippy/clippy_lints/src/methods/suspicious_command_arg_space.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/methods/suspicious_map.rs
src/tools/clippy/clippy_lints/src/methods/suspicious_splitn.rs
src/tools/clippy/clippy_lints/src/methods/suspicious_to_owned.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_sort_by.rs
src/tools/clippy/clippy_lints/src/methods/unnecessary_to_owned.rs
src/tools/clippy/clippy_lints/src/methods/unwrap_used.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/misc.rs
src/tools/clippy/clippy_lints/src/missing_const_for_fn.rs
src/tools/clippy/clippy_lints/src/missing_doc.rs
src/tools/clippy/clippy_lints/src/missing_trait_methods.rs
src/tools/clippy/clippy_lints/src/module_style.rs
src/tools/clippy/clippy_lints/src/multiple_unsafe_ops_per_block.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/mut_key.rs
src/tools/clippy/clippy_lints/src/mut_reference.rs
src/tools/clippy/clippy_lints/src/needless_pass_by_value.rs
src/tools/clippy/clippy_lints/src/new_without_default.rs
src/tools/clippy/clippy_lints/src/no_mangle_with_rust_abi.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/non_copy_const.rs
src/tools/clippy/clippy_lints/src/only_used_in_recursion.rs
src/tools/clippy/clippy_lints/src/operators/arithmetic_side_effects.rs
src/tools/clippy/clippy_lints/src/operators/cmp_owned.rs
src/tools/clippy/clippy_lints/src/operators/numeric_arithmetic.rs
src/tools/clippy/clippy_lints/src/option_if_let_else.rs
src/tools/clippy/clippy_lints/src/panic_in_result_fn.rs
src/tools/clippy/clippy_lints/src/pass_by_ref_or_value.rs
src/tools/clippy/clippy_lints/src/pattern_type_mismatch.rs
src/tools/clippy/clippy_lints/src/ptr.rs
src/tools/clippy/clippy_lints/src/question_mark_used.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/redundant_clone.rs
src/tools/clippy/clippy_lints/src/redundant_slicing.rs
src/tools/clippy/clippy_lints/src/regex.rs
src/tools/clippy/clippy_lints/src/return_self_not_must_use.rs
src/tools/clippy/clippy_lints/src/returns.rs
src/tools/clippy/clippy_lints/src/same_name_method.rs
src/tools/clippy/clippy_lints/src/self_named_constructors.rs
src/tools/clippy/clippy_lints/src/semicolon_block.rs
src/tools/clippy/clippy_lints/src/significant_drop_tightening.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/strings.rs
src/tools/clippy/clippy_lints/src/suspicious_xor_used_as_pow.rs
src/tools/clippy/clippy_lints/src/swap.rs
src/tools/clippy/clippy_lints/src/trailing_empty_array.rs
src/tools/clippy/clippy_lints/src/transmute/mod.rs
src/tools/clippy/clippy_lints/src/transmute/transmute_int_to_non_zero.rs [new file with mode: 0644]
src/tools/clippy/clippy_lints/src/transmute/transmute_ptr_to_ref.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/transmutes_expressible_as_ptr_casts.rs
src/tools/clippy/clippy_lints/src/transmute/useless_transmute.rs
src/tools/clippy/clippy_lints/src/transmute/utils.rs
src/tools/clippy/clippy_lints/src/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/undocumented_unsafe_blocks.rs
src/tools/clippy/clippy_lints/src/unit_return_expecting_ord.rs
src/tools/clippy/clippy_lints/src/unit_types/let_unit_value.rs
src/tools/clippy/clippy_lints/src/unnecessary_owned_empty_strings.rs
src/tools/clippy/clippy_lints/src/unnecessary_wraps.rs
src/tools/clippy/clippy_lints/src/unnested_or_patterns.rs
src/tools/clippy/clippy_lints/src/unused_async.rs
src/tools/clippy/clippy_lints/src/unused_io_amount.rs
src/tools/clippy/clippy_lints/src/unwrap.rs
src/tools/clippy/clippy_lints/src/unwrap_in_result.rs
src/tools/clippy/clippy_lints/src/use_self.rs
src/tools/clippy/clippy_lints/src/useless_conversion.rs
src/tools/clippy/clippy_lints/src/utils/author.rs
src/tools/clippy/clippy_lints/src/utils/conf.rs
src/tools/clippy/clippy_lints/src/utils/dump_hir.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/interning_defined_symbol.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/lint_without_lint_pass.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/metadata_collector.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/msrv_attr_impl.rs
src/tools/clippy/clippy_lints/src/utils/internal_lints/unnecessary_def_path.rs
src/tools/clippy/clippy_lints/src/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/consts.rs
src/tools/clippy/clippy_utils/src/eager_or_lazy.rs
src/tools/clippy/clippy_utils/src/higher.rs
src/tools/clippy/clippy_utils/src/hir_utils.rs
src/tools/clippy/clippy_utils/src/lib.rs
src/tools/clippy/clippy_utils/src/macros.rs
src/tools/clippy/clippy_utils/src/mir/possible_borrower.rs
src/tools/clippy/clippy_utils/src/numeric_literal.rs
src/tools/clippy/clippy_utils/src/paths.rs
src/tools/clippy/clippy_utils/src/qualify_min_const_fn.rs
src/tools/clippy/clippy_utils/src/sugg.rs
src/tools/clippy/clippy_utils/src/ty.rs
src/tools/clippy/clippy_utils/src/visitors.rs
src/tools/clippy/declare_clippy_lint/Cargo.toml
src/tools/clippy/lintcheck/Cargo.toml
src/tools/clippy/lintcheck/src/config.rs
src/tools/clippy/lintcheck/src/main.rs
src/tools/clippy/rust-toolchain
src/tools/clippy/src/driver.rs
src/tools/clippy/src/main.rs
src/tools/clippy/tests/ui-internal/custom_ice_message.rs
src/tools/clippy/tests/ui-internal/custom_ice_message.stderr
src/tools/clippy/tests/ui-toml/expect_used/expect_used.rs
src/tools/clippy/tests/ui-toml/pub_crate_missing_docs/clippy.toml [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/pub_crate_missing_docs/pub_crate_missing_doc.rs [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/pub_crate_missing_docs/pub_crate_missing_doc.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.stderr
src/tools/clippy/tests/ui-toml/unwrap_used/unwrap_used.rs
src/tools/clippy/tests/ui-toml/unwrap_used/unwrap_used.stderr
src/tools/clippy/tests/ui/arithmetic_side_effects.rs
src/tools/clippy/tests/ui/arithmetic_side_effects.stderr
src/tools/clippy/tests/ui/auxiliary/macro_rules.rs
src/tools/clippy/tests/ui/bool_assert_comparison.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/bool_assert_comparison.rs
src/tools/clippy/tests/ui/bool_assert_comparison.stderr
src/tools/clippy/tests/ui/box_default.fixed
src/tools/clippy/tests/ui/box_default.rs
src/tools/clippy/tests/ui/box_default.stderr
src/tools/clippy/tests/ui/bytes_nth.fixed
src/tools/clippy/tests/ui/bytes_nth.rs
src/tools/clippy/tests/ui/bytes_nth.stderr
src/tools/clippy/tests/ui/cast.rs
src/tools/clippy/tests/ui/cast.stderr
src/tools/clippy/tests/ui/cast_size.stderr
src/tools/clippy/tests/ui/crashes/ice-2774.stderr
src/tools/clippy/tests/ui/crashes/ice-rust-107877.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/needless_lifetimes_impl_trait.stderr
src/tools/clippy/tests/ui/crashes/needless_pass_by_value-w-late-bound.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/crashes/needless_pass_by_value-w-late-bound.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/doc/doc-fixable.fixed
src/tools/clippy/tests/ui/doc/doc-fixable.rs
src/tools/clippy/tests/ui/doc/doc-fixable.stderr
src/tools/clippy/tests/ui/entry.fixed
src/tools/clippy/tests/ui/entry.rs
src/tools/clippy/tests/ui/explicit_auto_deref.fixed
src/tools/clippy/tests/ui/explicit_auto_deref.rs
src/tools/clippy/tests/ui/extra_unused_type_parameters.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/extra_unused_type_parameters.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/impl_trait_in_params.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/impl_trait_in_params.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/large_digit_groups.fixed
src/tools/clippy/tests/ui/large_digit_groups.stderr
src/tools/clippy/tests/ui/len_without_is_empty.rs
src/tools/clippy/tests/ui/let_underscore_untyped.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/let_underscore_untyped.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/literals.stderr
src/tools/clippy/tests/ui/manual_assert.edition2018.fixed
src/tools/clippy/tests/ui/manual_assert.edition2018.stderr
src/tools/clippy/tests/ui/manual_let_else.rs
src/tools/clippy/tests/ui/manual_let_else_match.rs
src/tools/clippy/tests/ui/manual_let_else_match.stderr
src/tools/clippy/tests/ui/map_flatten_fixable.fixed
src/tools/clippy/tests/ui/map_flatten_fixable.rs
src/tools/clippy/tests/ui/map_flatten_fixable.stderr
src/tools/clippy/tests/ui/match_wildcard_for_single_variants.fixed
src/tools/clippy/tests/ui/match_wildcard_for_single_variants.stderr
src/tools/clippy/tests/ui/methods.rs
src/tools/clippy/tests/ui/methods.stderr
src/tools/clippy/tests/ui/missing_doc_impl.stderr
src/tools/clippy/tests/ui/module_name_repetitions.stderr
src/tools/clippy/tests/ui/multiple_unsafe_ops_per_block.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/multiple_unsafe_ops_per_block.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/must_use_candidates.fixed
src/tools/clippy/tests/ui/must_use_candidates.rs
src/tools/clippy/tests/ui/needless_lifetimes.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/needless_lifetimes.rs
src/tools/clippy/tests/ui/needless_lifetimes.stderr
src/tools/clippy/tests/ui/needless_range_loop.stderr
src/tools/clippy/tests/ui/needless_return.fixed
src/tools/clippy/tests/ui/needless_return.rs
src/tools/clippy/tests/ui/needless_return.stderr
src/tools/clippy/tests/ui/never_loop.rs
src/tools/clippy/tests/ui/never_loop.stderr
src/tools/clippy/tests/ui/new_without_default.rs
src/tools/clippy/tests/ui/new_without_default.stderr
src/tools/clippy/tests/ui/no_mangle_with_rust_abi.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/no_mangle_with_rust_abi.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/no_mangle_with_rust_abi.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/question_mark_used.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/question_mark_used.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/redundant_field_names.fixed
src/tools/clippy/tests/ui/redundant_field_names.rs
src/tools/clippy/tests/ui/regex.rs
src/tools/clippy/tests/ui/regex.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/significant_drop_tightening.fixed [new file with mode: 0644]
src/tools/clippy/tests/ui/significant_drop_tightening.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/significant_drop_tightening.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_command_arg_space.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_command_arg_space.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/suspicious_to_owned.stderr
src/tools/clippy/tests/ui/swap.fixed
src/tools/clippy/tests/ui/swap.rs
src/tools/clippy/tests/ui/swap.stderr
src/tools/clippy/tests/ui/track-diagnostics.stderr
src/tools/clippy/tests/ui/transmute_int_to_non_zero.rs [new file with mode: 0644]
src/tools/clippy/tests/ui/transmute_int_to_non_zero.stderr [new file with mode: 0644]
src/tools/clippy/tests/ui/transmutes_expressible_as_ptr_casts.fixed
src/tools/clippy/tests/ui/transmutes_expressible_as_ptr_casts.rs
src/tools/clippy/tests/ui/transmutes_expressible_as_ptr_casts.stderr
src/tools/clippy/tests/ui/type_repetition_in_bounds.rs
src/tools/clippy/tests/ui/type_repetition_in_bounds.stderr
src/tools/clippy/tests/ui/uninlined_format_args.fixed
src/tools/clippy/tests/ui/uninlined_format_args.rs
src/tools/clippy/tests/ui/unnecessary_safety_comment.rs
src/tools/clippy/tests/ui/unreadable_literal.fixed
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/wildcard_enum_match_arm.fixed
src/tools/clippy/tests/ui/wildcard_enum_match_arm.stderr
src/tools/compiletest/Cargo.toml
src/tools/compiletest/src/common.rs
src/tools/compiletest/src/errors.rs
src/tools/compiletest/src/header.rs
src/tools/compiletest/src/main.rs
src/tools/compiletest/src/runtest.rs
src/tools/compiletest/src/util.rs
src/tools/error_index_generator/Cargo.toml
src/tools/error_index_generator/main.rs
src/tools/expand-yaml-anchors/src/main.rs
src/tools/jsondoclint/src/validator.rs
src/tools/publish_toolstate.py
src/tools/rust-analyzer/Cargo.lock
src/tools/rust-analyzer/Cargo.toml
src/tools/rust-analyzer/crates/base-db/Cargo.toml
src/tools/rust-analyzer/crates/base-db/src/fixture.rs
src/tools/rust-analyzer/crates/base-db/src/input.rs
src/tools/rust-analyzer/crates/base-db/src/lib.rs
src/tools/rust-analyzer/crates/cfg/Cargo.toml
src/tools/rust-analyzer/crates/cfg/src/cfg_expr.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/adt.rs
src/tools/rust-analyzer/crates/hir-def/src/attr.rs
src/tools/rust-analyzer/crates/hir-def/src/body.rs
src/tools/rust-analyzer/crates/hir-def/src/body/lower.rs
src/tools/rust-analyzer/crates/hir-def/src/body/pretty.rs
src/tools/rust-analyzer/crates/hir-def/src/body/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/db.rs
src/tools/rust-analyzer/crates/hir-def/src/expr.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/intern.rs [deleted file]
src/tools/rust-analyzer/crates/hir-def/src/item_scope.rs
src/tools/rust-analyzer/crates/hir-def/src/item_tree.rs
src/tools/rust-analyzer/crates/hir-def/src/item_tree/lower.rs
src/tools/rust-analyzer/crates/hir-def/src/item_tree/pretty.rs
src/tools/rust-analyzer/crates/hir-def/src/keys.rs
src/tools/rust-analyzer/crates/hir-def/src/lang_item.rs
src/tools/rust-analyzer/crates/hir-def/src/layout.rs
src/tools/rust-analyzer/crates/hir-def/src/lib.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/regression.rs
src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/proc_macros.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/attr_resolution.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/collector.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/diagnostics.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/mod_resolution.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/proc_macro.rs
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests.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/type_ref.rs
src/tools/rust-analyzer/crates/hir-expand/Cargo.toml
src/tools/rust-analyzer/crates/hir-expand/src/attrs.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/hir-expand/src/builtin_attr_macro.rs
src/tools/rust-analyzer/crates/hir-expand/src/builtin_derive_macro.rs
src/tools/rust-analyzer/crates/hir-expand/src/builtin_fn_macro.rs
src/tools/rust-analyzer/crates/hir-expand/src/db.rs
src/tools/rust-analyzer/crates/hir-expand/src/eager.rs
src/tools/rust-analyzer/crates/hir-expand/src/fixup.rs
src/tools/rust-analyzer/crates/hir-expand/src/hygiene.rs
src/tools/rust-analyzer/crates/hir-expand/src/lib.rs
src/tools/rust-analyzer/crates/hir-expand/src/name.rs
src/tools/rust-analyzer/crates/hir-expand/src/proc_macro.rs
src/tools/rust-analyzer/crates/hir-expand/src/quote.rs
src/tools/rust-analyzer/crates/hir-ty/Cargo.toml
src/tools/rust-analyzer/crates/hir-ty/src/autoderef.rs
src/tools/rust-analyzer/crates/hir-ty/src/builder.rs
src/tools/rust-analyzer/crates/hir-ty/src/chalk_db.rs
src/tools/rust-analyzer/crates/hir-ty/src/chalk_ext.rs
src/tools/rust-analyzer/crates/hir-ty/src/db.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/decl_check/case_conv.rs
src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/expr.rs
src/tools/rust-analyzer/crates/hir-ty/src/display.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/closure.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/coerce.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/expr.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/path.rs
src/tools/rust-analyzer/crates/hir-ty/src/infer/unify.rs
src/tools/rust-analyzer/crates/hir-ty/src/interner.rs
src/tools/rust-analyzer/crates/hir-ty/src/lang_items.rs
src/tools/rust-analyzer/crates/hir-ty/src/layout.rs
src/tools/rust-analyzer/crates/hir-ty/src/layout/adt.rs
src/tools/rust-analyzer/crates/hir-ty/src/layout/target.rs
src/tools/rust-analyzer/crates/hir-ty/src/layout/tests.rs
src/tools/rust-analyzer/crates/hir-ty/src/lib.rs
src/tools/rust-analyzer/crates/hir-ty/src/lower.rs
src/tools/rust-analyzer/crates/hir-ty/src/method_resolution.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/method_resolution.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/simple.rs
src/tools/rust-analyzer/crates/hir-ty/src/tests/traits.rs
src/tools/rust-analyzer/crates/hir-ty/src/traits.rs
src/tools/rust-analyzer/crates/hir-ty/src/utils.rs
src/tools/rust-analyzer/crates/hir-ty/src/walk.rs [deleted file]
src/tools/rust-analyzer/crates/hir/Cargo.toml
src/tools/rust-analyzer/crates/hir/src/display.rs
src/tools/rust-analyzer/crates/hir/src/lib.rs
src/tools/rust-analyzer/crates/hir/src/semantics.rs
src/tools/rust-analyzer/crates/hir/src/semantics/source_to_def.rs
src/tools/rust-analyzer/crates/hir/src/source_analyzer.rs
src/tools/rust-analyzer/crates/ide-assists/Cargo.toml
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_braces.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_missing_impl_members.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_missing_match_arms.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_comment_block.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_match_to_let_else.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_named_struct_to_tuple_struct.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_tuple_struct_to_named_struct.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/desugar_doc_comment.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_type_alias.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_default_from_new.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_delegate_methods.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_function.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_getter.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/inline_macro.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/merge_imports.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/move_const_to_impl.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/raw_string.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/reorder_fields.rs
src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_arith_op.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/unmerge_match_arm.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/utils.rs
src/tools/rust-analyzer/crates/ide-assists/src/utils/gen_trait_fn_body.rs
src/tools/rust-analyzer/crates/ide-completion/Cargo.toml
src/tools/rust-analyzer/crates/ide-completion/src/completions/item_list/trait_impl.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/keyword.rs
src/tools/rust-analyzer/crates/ide-completion/src/completions/postfix.rs
src/tools/rust-analyzer/crates/ide-completion/src/config.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/literal.rs
src/tools/rust-analyzer/crates/ide-completion/src/render/union_literal.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/expression.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/flyimport.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/item_list.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/proc_macros.rs
src/tools/rust-analyzer/crates/ide-completion/src/tests/special.rs
src/tools/rust-analyzer/crates/ide-db/Cargo.toml
src/tools/rust-analyzer/crates/ide-db/src/active_parameter.rs
src/tools/rust-analyzer/crates/ide-db/src/defs.rs
src/tools/rust-analyzer/crates/ide-db/src/line_index.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/symbol_index.rs
src/tools/rust-analyzer/crates/ide-diagnostics/Cargo.toml
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/json_is_not_rust.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/private_assoc_item.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unlinked_file.rs
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unresolved_proc_macro.rs
src/tools/rust-analyzer/crates/ide-ssr/Cargo.toml
src/tools/rust-analyzer/crates/ide/Cargo.toml
src/tools/rust-analyzer/crates/ide/src/file_structure.rs
src/tools/rust-analyzer/crates/ide/src/goto_declaration.rs
src/tools/rust-analyzer/crates/ide/src/goto_definition.rs
src/tools/rust-analyzer/crates/ide/src/highlight_related.rs
src/tools/rust-analyzer/crates/ide/src/hover.rs
src/tools/rust-analyzer/crates/ide/src/hover/render.rs
src/tools/rust-analyzer/crates/ide/src/hover/tests.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/adjustment.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/bind_pat.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/binding_mode.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/chaining.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/closing_brace.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/closure_ret.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/discriminant.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/fn_lifetime_fn.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/implicit_static.rs
src/tools/rust-analyzer/crates/ide/src/inlay_hints/param_name.rs
src/tools/rust-analyzer/crates/ide/src/join_lines.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/references.rs
src/tools/rust-analyzer/crates/ide/src/rename.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/static_index.rs
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting.rs
src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/tests.rs
src/tools/rust-analyzer/crates/ide/src/typing.rs
src/tools/rust-analyzer/crates/intern/Cargo.toml [new file with mode: 0644]
src/tools/rust-analyzer/crates/intern/src/lib.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/limit/Cargo.toml
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/to_parser_input.rs
src/tools/rust-analyzer/crates/mbe/src/tt_iter.rs
src/tools/rust-analyzer/crates/parser/Cargo.toml
src/tools/rust-analyzer/crates/parser/src/event.rs
src/tools/rust-analyzer/crates/parser/src/grammar.rs
src/tools/rust-analyzer/crates/parser/src/grammar/attributes.rs
src/tools/rust-analyzer/crates/parser/src/grammar/expressions.rs
src/tools/rust-analyzer/crates/parser/src/grammar/expressions/atom.rs
src/tools/rust-analyzer/crates/parser/src/grammar/generic_args.rs
src/tools/rust-analyzer/crates/parser/src/grammar/generic_params.rs
src/tools/rust-analyzer/crates/parser/src/grammar/items/adt.rs
src/tools/rust-analyzer/crates/parser/src/grammar/params.rs
src/tools/rust-analyzer/crates/parser/src/grammar/paths.rs
src/tools/rust-analyzer/crates/parser/src/grammar/types.rs
src/tools/rust-analyzer/crates/parser/src/lexed_str.rs
src/tools/rust-analyzer/crates/parser/src/lib.rs
src/tools/rust-analyzer/crates/parser/src/output.rs
src/tools/rust-analyzer/crates/parser/src/parser.rs
src/tools/rust-analyzer/crates/parser/src/shortcuts.rs
src/tools/rust-analyzer/crates/parser/src/tests.rs
src/tools/rust-analyzer/crates/parser/src/tests/prefix_entries.rs
src/tools/rust-analyzer/crates/parser/src/tests/top_entries.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0009_broken_struct_type_parameter.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0013_invalid_type.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0022_bad_exprs.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0024_many_type_parens.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0025_nope.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0042_weird_blocks.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/err/0048_double_fish.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0002_misplaced_label_err.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0015_arg_list_recovery.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0015_arg_list_recovery.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0015_missing_fn_param_type.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0011_field_expr.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0011_field_expr.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0107_method_call_expr.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0107_method_call_expr.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0137_await_expr.rast
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0137_await_expr.rs
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0205_const_closure.rast [new file with mode: 0644]
src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0205_const_closure.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-api/src/version.rs
src/tools/rust-analyzer/crates/proc-macro-srv-cli/Cargo.toml
src/tools/rust-analyzer/crates/proc-macro-srv/Cargo.toml
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/mod.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/buffer.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/client.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/closure.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/handle.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/mod.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/rpc.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/scoped_cell.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/server.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/diagnostic.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/mod.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/quote.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_58/ra_server.rs [deleted file]
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/mod.rs
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/proc_macro/mod.rs
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_1_63/ra_server.rs
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_sysroot/mod.rs
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_sysroot/ra_server.rs
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/abi_sysroot/ra_server/token_stream.rs
src/tools/rust-analyzer/crates/proc-macro-srv/src/abis/mod.rs
src/tools/rust-analyzer/crates/proc-macro-srv/src/cli.rs
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/tests/mod.rs
src/tools/rust-analyzer/crates/proc-macro-test/Cargo.toml
src/tools/rust-analyzer/crates/proc-macro-test/imp/Cargo.toml
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/cargo_workspace.rs
src/tools/rust-analyzer/crates/project-model/src/lib.rs
src/tools/rust-analyzer/crates/project-model/src/project_json.rs
src/tools/rust-analyzer/crates/project-model/src/sysroot.rs
src/tools/rust-analyzer/crates/project-model/src/target_data_layout.rs
src/tools/rust-analyzer/crates/project-model/src/tests.rs
src/tools/rust-analyzer/crates/project-model/src/workspace.rs
src/tools/rust-analyzer/crates/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/cli/analysis_stats.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/diagnostics.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/load_cargo.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/lsif.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/scip.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/cli/ssr.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/config.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/config/patch_old_style.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/to_proto.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/from_proto.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/global_state.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/handlers.rs
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_ext.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/lsp_utils.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/main_loop.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/reload.rs
src/tools/rust-analyzer/crates/rust-analyzer/src/to_proto.rs
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/main.rs
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/support.rs
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/tidy.rs
src/tools/rust-analyzer/crates/sourcegen/Cargo.toml
src/tools/rust-analyzer/crates/stdx/Cargo.toml
src/tools/rust-analyzer/crates/stdx/src/lib.rs
src/tools/rust-analyzer/crates/stdx/src/macros.rs
src/tools/rust-analyzer/crates/stdx/src/rand.rs [new file with mode: 0644]
src/tools/rust-analyzer/crates/syntax/Cargo.toml
src/tools/rust-analyzer/crates/syntax/fuzz/Cargo.toml
src/tools/rust-analyzer/crates/syntax/rust.ungram
src/tools/rust-analyzer/crates/syntax/src/ast.rs
src/tools/rust-analyzer/crates/syntax/src/ast/generated/nodes.rs
src/tools/rust-analyzer/crates/syntax/src/ast/make.rs
src/tools/rust-analyzer/crates/syntax/src/lib.rs
src/tools/rust-analyzer/crates/syntax/src/syntax_node.rs
src/tools/rust-analyzer/crates/syntax/src/utils.rs
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/buffer.rs
src/tools/rust-analyzer/crates/tt/src/lib.rs
src/tools/rust-analyzer/crates/vfs-notify/Cargo.toml
src/tools/rust-analyzer/crates/vfs/Cargo.toml
src/tools/rust-analyzer/crates/vfs/src/lib.rs
src/tools/rust-analyzer/crates/vfs/src/vfs_path.rs
src/tools/rust-analyzer/docs/dev/architecture.md
src/tools/rust-analyzer/docs/dev/lsp-extensions.md
src/tools/rust-analyzer/docs/user/generated_config.adoc
src/tools/rust-analyzer/docs/user/manual.adoc
src/tools/rust-analyzer/lib/lsp-server/Cargo.toml
src/tools/rust-analyzer/lib/lsp-server/src/stdio.rs
src/tools/rust-analyzer/xtask/Cargo.toml
src/tools/rust-analyzer/xtask/src/dist.rs
src/tools/rust-analyzer/xtask/src/publish.rs
src/tools/rust-analyzer/xtask/src/release/changelog.rs
src/tools/rust-installer/src/generator.rs
src/tools/rustdoc-js/tester.js
src/tools/rustfmt/.github/workflows/check_diff.yml [new file with mode: 0644]
src/tools/rustfmt/.github/workflows/integration.yml
src/tools/rustfmt/CHANGELOG.md
src/tools/rustfmt/Cargo.lock
src/tools/rustfmt/Cargo.toml
src/tools/rustfmt/Configurations.md
src/tools/rustfmt/Processes.md
src/tools/rustfmt/ci/build_and_test.bat
src/tools/rustfmt/ci/build_and_test.sh
src/tools/rustfmt/ci/check_diff.sh [new file with mode: 0755]
src/tools/rustfmt/ci/integration.sh
src/tools/rustfmt/config_proc_macro/Cargo.lock
src/tools/rustfmt/config_proc_macro/Cargo.toml
src/tools/rustfmt/config_proc_macro/src/attrs.rs
src/tools/rustfmt/config_proc_macro/src/item_enum.rs
src/tools/rustfmt/config_proc_macro/src/lib.rs
src/tools/rustfmt/config_proc_macro/tests/smoke.rs
src/tools/rustfmt/rust-toolchain
src/tools/rustfmt/src/attr.rs
src/tools/rustfmt/src/bin/main.rs
src/tools/rustfmt/src/cargo-fmt/main.rs
src/tools/rustfmt/src/cargo-fmt/test/mod.rs
src/tools/rustfmt/src/chains.rs
src/tools/rustfmt/src/closures.rs
src/tools/rustfmt/src/config/config_type.rs
src/tools/rustfmt/src/config/macro_names.rs [new file with mode: 0644]
src/tools/rustfmt/src/config/mod.rs
src/tools/rustfmt/src/expr.rs
src/tools/rustfmt/src/imports.rs
src/tools/rustfmt/src/items.rs
src/tools/rustfmt/src/lib.rs
src/tools/rustfmt/src/lists.rs
src/tools/rustfmt/src/macros.rs
src/tools/rustfmt/src/modules.rs
src/tools/rustfmt/src/parse/parser.rs
src/tools/rustfmt/src/parse/session.rs
src/tools/rustfmt/src/skip.rs
src/tools/rustfmt/src/test/configuration_snippet.rs
src/tools/rustfmt/src/test/mod.rs
src/tools/rustfmt/src/types.rs
src/tools/rustfmt/src/utils.rs
src/tools/rustfmt/src/visitor.rs
src/tools/rustfmt/tests/cargo-fmt/main.rs
src/tools/rustfmt/tests/cargo-fmt/source/issue_3164/Cargo.toml [new file with mode: 0644]
src/tools/rustfmt/tests/cargo-fmt/source/issue_3164/src/main.rs [new file with mode: 0644]
src/tools/rustfmt/tests/config/small_tabs.toml
src/tools/rustfmt/tests/mod-resolver/issue-5198/lib/c/d/explanation.txt
src/tools/rustfmt/tests/mod-resolver/issue-5198/lib/explanation.txt
src/tools/rustfmt/tests/rustfmt/main.rs
src/tools/rustfmt/tests/source/cfg_if/detect/arch/x86.rs
src/tools/rustfmt/tests/source/comments_unicode.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/fn_args_layout/compressed.rs [deleted file]
src/tools/rustfmt/tests/source/configs/fn_args_layout/tall.rs [deleted file]
src/tools/rustfmt/tests/source/configs/fn_args_layout/vertical.rs [deleted file]
src/tools/rustfmt/tests/source/configs/fn_params_layout/compressed.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/fn_params_layout/tall.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/configs/fn_params_layout/vertical.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/enum.rs
src/tools/rustfmt/tests/source/fn-custom-7.rs
src/tools/rustfmt/tests/source/fn-custom.rs
src/tools/rustfmt/tests/source/fn_args_layout-vertical.rs
src/tools/rustfmt/tests/source/issue-3987/format_macro_bodies_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4643.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4689/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue-4689/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_1306.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_3245.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/issue_3561.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/all.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/all_and_name.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/empty.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/name.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/name_unknown.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/names.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/path_qualified_invocation_mismatch.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/path_qualified_match.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/path_qualified_name_mismatch.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/skip_macro_invocations/use_alias_examples.rs [new file with mode: 0644]
src/tools/rustfmt/tests/source/tuple.rs
src/tools/rustfmt/tests/source/wrap_comments_should_not_imply_format_doc_comments.rs
src/tools/rustfmt/tests/target/cfg_if/detect/arch/x86.rs
src/tools/rustfmt/tests/target/comments_unicode.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/fn_args_layout/compressed.rs [deleted file]
src/tools/rustfmt/tests/target/configs/fn_args_layout/tall.rs [deleted file]
src/tools/rustfmt/tests/target/configs/fn_args_layout/vertical.rs [deleted file]
src/tools/rustfmt/tests/target/configs/fn_params_layout/compressed.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/fn_params_layout/tall.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/configs/fn_params_layout/vertical.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/enum.rs
src/tools/rustfmt/tests/target/fn-custom-7.rs
src/tools/rustfmt/tests/target/fn-custom.rs
src/tools/rustfmt/tests/target/fn_args_layout-vertical.rs
src/tools/rustfmt/tests/target/issue-2534/format_macro_matchers_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-2534/format_macro_matchers_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3987/format_macro_bodies_false.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-3987/format_macro_bodies_true.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4643.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4689/one.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4689/two.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue-4791/issue_4928.rs
src/tools/rustfmt/tests/target/issue-5358.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_1306.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3033.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3245.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_3561.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_4350.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/issue_5668.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/all.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/all_and_name.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/empty.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/name.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/name_unknown.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/names.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/path_qualified_invocation_mismatch.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/path_qualified_match.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/path_qualified_name_mismatch.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/skip_macro_invocations/use_alias_examples.rs [new file with mode: 0644]
src/tools/rustfmt/tests/target/tuple.rs
src/tools/rustfmt/tests/target/wrap_comments_should_not_imply_format_doc_comments.rs
src/tools/tidy/src/deps.rs
src/tools/tidy/src/error_codes.rs
src/tools/tidy/src/ui_tests.rs
src/tools/x/Cargo.toml
src/tools/x/src/main.rs
src/version
tests/assembly/align_offset.rs
tests/codegen/array-equality.rs
tests/codegen/array-map.rs [new file with mode: 0644]
tests/codegen/autovectorize-f32x4.rs
tests/codegen/avr/avr-func-addrspace.rs
tests/codegen/consts.rs
tests/codegen/debug-vtable.rs
tests/codegen/function-arguments-noopt.rs
tests/codegen/function-arguments.rs
tests/codegen/inherit_overflow.rs [new file with mode: 0644]
tests/codegen/instrument-xray/basic.rs [new file with mode: 0644]
tests/codegen/instrument-xray/options-combine.rs [new file with mode: 0644]
tests/codegen/instrument-xray/options-override.rs [new file with mode: 0644]
tests/codegen/issue-75659.rs
tests/codegen/merge-functions.rs
tests/codegen/move-operands.rs
tests/codegen/option-as-slice.rs [new file with mode: 0644]
tests/codegen/option-nonzero-eq.rs
tests/codegen/remap_path_prefix/main.rs
tests/codegen/sanitizer-kasan-emits-instrumentation.rs [new file with mode: 0644]
tests/codegen/simd-intrinsic/simd-intrinsic-generic-arithmetic-saturating.rs
tests/codegen/simd-intrinsic/simd-intrinsic-generic-bitmask.rs
tests/codegen/simd-intrinsic/simd-intrinsic-generic-extract-insert.rs
tests/codegen/simd-intrinsic/simd-intrinsic-transmute-array.rs
tests/codegen/simd_arith_offset.rs
tests/codegen/slice-ref-equality.rs
tests/codegen/sse42-implies-crc32.rs
tests/codegen/thread-local.rs
tests/codegen/uninit-consts.rs
tests/codegen/vec-in-place.rs
tests/debuginfo/captured-fields-1.rs
tests/debuginfo/captured-fields-2.rs
tests/debuginfo/embedded-visualizer.rs
tests/debuginfo/numeric-types.rs
tests/debuginfo/vec-slices.rs
tests/mir-opt/76803_regression.encode.SimplifyBranchSame.diff [deleted file]
tests/mir-opt/76803_regression.rs [deleted file]
tests/mir-opt/building/async_await.a-{closure#0}.generator_resume.0.mir
tests/mir-opt/building/async_await.b-{closure#0}.generator_resume.0.mir
tests/mir-opt/building/custom/arrays.arrays.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/arrays.rs [new file with mode: 0644]
tests/mir-opt/building/custom/enums.rs
tests/mir-opt/building/custom/enums.set_discr.built.after.mir
tests/mir-opt/building/custom/operators.f.built.after.mir [new file with mode: 0644]
tests/mir-opt/building/custom/operators.rs [new file with mode: 0644]
tests/mir-opt/casts.redundant.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/casts.redundant.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/casts.roundtrip.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/casts.rs [new file with mode: 0644]
tests/mir-opt/combine_clone_of_primitives.{impl#0}-clone.InstCombine.diff
tests/mir-opt/const_allocation.main.ConstProp.after.32bit.mir
tests/mir-opt/const_allocation.main.ConstProp.after.64bit.mir
tests/mir-opt/const_debuginfo.main.ConstDebugInfo.diff
tests/mir-opt/const_goto_storage.match_nested_if.ConstGoto.diff
tests/mir-opt/const_prop/aggregate.foo.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.foo.PreCodegen.after.mir [new file with mode: 0644]
tests/mir-opt/const_prop/aggregate.main.ConstProp.diff
tests/mir-opt/const_prop/aggregate.main.PreCodegen.after.mir
tests/mir-opt/const_prop/aggregate.rs
tests/mir-opt/const_prop/bad_op_div_by_zero.main.ConstProp.diff
tests/mir-opt/const_prop/bad_op_mod_by_zero.main.ConstProp.diff
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.diff
tests/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.diff
tests/mir-opt/const_prop/boolean_identities.test.ConstProp.diff
tests/mir-opt/const_prop/discriminant.main.ConstProp.32bit.diff
tests/mir-opt/const_prop/discriminant.main.ConstProp.64bit.diff
tests/mir-opt/const_prop/inherit_overflow.main.ConstProp.diff [new file with mode: 0644]
tests/mir-opt/const_prop/inherit_overflow.rs [new file with mode: 0644]
tests/mir-opt/const_prop/invalid_constant.main.ConstProp.diff
tests/mir-opt/const_prop/issue_66971.main.ConstProp.diff
tests/mir-opt/const_prop/issue_67019.main.ConstProp.diff
tests/mir-opt/const_prop/mult_by_zero.test.ConstProp.diff
tests/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff
tests/mir-opt/const_prop/mutable_variable_aggregate_mut_ref.main.ConstProp.diff
tests/mir-opt/const_prop/mutable_variable_unprop_assign.main.ConstProp.diff
tests/mir-opt/const_prop/optimizes_into_variable.main.ConstProp.32bit.diff
tests/mir-opt/const_prop/optimizes_into_variable.main.ConstProp.64bit.diff
tests/mir-opt/const_prop/optimizes_into_variable.main.PreCodegen.after.32bit.mir
tests/mir-opt/const_prop/optimizes_into_variable.main.PreCodegen.after.64bit.mir
tests/mir-opt/const_prop/optimizes_into_variable.main.ScalarReplacementOfAggregates.32bit.diff
tests/mir-opt/const_prop/optimizes_into_variable.main.ScalarReplacementOfAggregates.64bit.diff
tests/mir-opt/const_prop/optimizes_into_variable.main.SimplifyLocals-final.after.32bit.mir
tests/mir-opt/const_prop/optimizes_into_variable.main.SimplifyLocals-final.after.64bit.mir
tests/mir-opt/const_prop/ref_deref.main.ConstProp.diff
tests/mir-opt/const_prop/ref_deref.main.PromoteTemps.diff [deleted file]
tests/mir-opt/const_prop/ref_deref.rs
tests/mir-opt/const_prop/ref_deref_project.main.ConstProp.diff
tests/mir-opt/const_prop/ref_deref_project.main.PromoteTemps.diff [deleted file]
tests/mir-opt/const_prop/ref_deref_project.rs
tests/mir-opt/const_prop/scalar_literal_propagation.main.ConstProp.diff
tests/mir-opt/const_prop/slice_len.main.ConstProp.32bit.diff
tests/mir-opt/const_prop/slice_len.main.ConstProp.64bit.diff
tests/mir-opt/const_prop/slice_len.rs
tests/mir-opt/const_prop/tuple_literal_propagation.main.ConstProp.diff
tests/mir-opt/const_prop_miscompile.bar.ConstProp.diff
tests/mir-opt/const_prop_miscompile.foo.ConstProp.diff
tests/mir-opt/const_prop_miscompile.rs
tests/mir-opt/copy-prop/borrowed_local.f.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/borrowed_local.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/branch.foo.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/branch.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.arg_src.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.bar.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.baz.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.foo.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/copy_propagation_arg.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/custom_move_arg.f.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/custom_move_arg.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/cycle.main.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/cycle.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/dead_stores_79191.f.CopyProp.after.mir [new file with mode: 0644]
tests/mir-opt/copy-prop/dead_stores_79191.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/dead_stores_better.f.CopyProp.after.mir [new file with mode: 0644]
tests/mir-opt/copy-prop/dead_stores_better.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/issue_107511.main.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/issue_107511.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/move_arg.f.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/move_arg.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/move_projection.f.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/move_projection.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/mutate_through_pointer.f.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/mutate_through_pointer.rs [new file with mode: 0644]
tests/mir-opt/copy-prop/non_dominate.f.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/copy-prop/non_dominate.rs [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/checked.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/enum.main.DataflowConstProp.diff [deleted file]
tests/mir-opt/dataflow-const-prop/enum.multiple.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/enum.mutate_discriminant.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/enum.rs
tests/mir-opt/dataflow-const-prop/enum.simple.DataflowConstProp.diff [new file with mode: 0644]
tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/inherit_overflow.rs
tests/mir-opt/dataflow-const-prop/repr_transparent.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/sibling_ptr.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/sibling_ptr.rs
tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.diff
tests/mir-opt/dataflow-const-prop/tuple.main.DataflowConstProp.diff
tests/mir-opt/deaggregator_test.bar.Deaggregator.diff [deleted file]
tests/mir-opt/deaggregator_test.rs [deleted file]
tests/mir-opt/deaggregator_test_enum.bar.Deaggregator.diff [deleted file]
tests/mir-opt/deaggregator_test_enum.rs [deleted file]
tests/mir-opt/deaggregator_test_enum_2.rs [deleted file]
tests/mir-opt/deaggregator_test_enum_2.test1.Deaggregator.diff [deleted file]
tests/mir-opt/deaggregator_test_multiple.rs [deleted file]
tests/mir-opt/deaggregator_test_multiple.test.Deaggregator.diff [deleted file]
tests/mir-opt/div_overflow.const_dividend.PreCodegen.after.mir
tests/mir-opt/div_overflow.const_divisor.PreCodegen.after.mir
tests/mir-opt/dont_yeet_assert.generic.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/dont_yeet_assert.rs [new file with mode: 0644]
tests/mir-opt/early_otherwise_branch.opt1.EarlyOtherwiseBranch.diff
tests/mir-opt/early_otherwise_branch.opt2.EarlyOtherwiseBranch.diff
tests/mir-opt/early_otherwise_branch.opt3.EarlyOtherwiseBranch.diff
tests/mir-opt/early_otherwise_branch_3_element_tuple.opt1.EarlyOtherwiseBranch.diff
tests/mir-opt/early_otherwise_branch_68867.try_sum.EarlyOtherwiseBranch.diff
tests/mir-opt/early_otherwise_branch_noopt.noopt1.EarlyOtherwiseBranch.diff
tests/mir-opt/enum_opt.cand.EnumSizeOpt.32bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.cand.EnumSizeOpt.64bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.invalid.EnumSizeOpt.32bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.invalid.EnumSizeOpt.64bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.rs [new file with mode: 0644]
tests/mir-opt/enum_opt.trunc.EnumSizeOpt.32bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.trunc.EnumSizeOpt.64bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.unin.EnumSizeOpt.32bit.diff [new file with mode: 0644]
tests/mir-opt/enum_opt.unin.EnumSizeOpt.64bit.diff [new file with mode: 0644]
tests/mir-opt/funky_arms.float_to_exponential_common.ConstProp.diff
tests/mir-opt/generator_drop_cleanup.main-{closure#0}.generator_drop.0.mir
tests/mir-opt/generator_tiny.main-{closure#0}.generator_resume.0.mir
tests/mir-opt/inline/cycle.f.Inline.diff
tests/mir-opt/inline/dyn_trait.get_query.Inline.diff
tests/mir-opt/inline/dyn_trait.try_execute_query.Inline.diff
tests/mir-opt/inline/inline_any_operand.bar.Inline.after.mir
tests/mir-opt/inline/inline_closure.foo.Inline.after.mir
tests/mir-opt/inline/inline_closure_borrows_arg.foo.Inline.after.mir
tests/mir-opt/inline/inline_closure_captures.foo.Inline.after.mir
tests/mir-opt/inline/inline_diverging.h.Inline.diff
tests/mir-opt/inline/inline_generator.main.Inline.diff
tests/mir-opt/inline/inline_into_box_place.main.Inline.diff
tests/mir-opt/inline/inline_trait_method_2.test2.Inline.after.mir
tests/mir-opt/inline/issue_58867_inline_as_ref_as_mut.a.Inline.after.mir
tests/mir-opt/inline/issue_58867_inline_as_ref_as_mut.b.Inline.after.mir
tests/mir-opt/inline/issue_76997_inline_scopes_parenting.main.Inline.after.mir
tests/mir-opt/inline/issue_78442.bar.Inline.diff
tests/mir-opt/inline/issue_78442.bar.RevealAll.diff
tests/mir-opt/intrinsic_asserts.generic.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/intrinsic_asserts.panics.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/intrinsic_asserts.removable.InstCombine.diff [new file with mode: 0644]
tests/mir-opt/intrinsic_asserts.rs [new file with mode: 0644]
tests/mir-opt/issue_101973.inner.ConstProp.diff
tests/mir-opt/issue_41110.main.ElaborateDrops.after.mir [deleted file]
tests/mir-opt/issue_41110.main.ElaborateDrops.diff [new file with mode: 0644]
tests/mir-opt/issue_41110.rs
tests/mir-opt/issue_41110.test.ElaborateDrops.after.mir [deleted file]
tests/mir-opt/issue_41110.test.ElaborateDrops.diff [new file with mode: 0644]
tests/mir-opt/issue_41888.main.ElaborateDrops.after.mir [deleted file]
tests/mir-opt/issue_41888.main.ElaborateDrops.diff [new file with mode: 0644]
tests/mir-opt/issue_41888.rs
tests/mir-opt/issue_73223.main.SimplifyArmIdentity.diff [deleted file]
tests/mir-opt/issue_73223.rs [deleted file]
tests/mir-opt/issue_76432.rs
tests/mir-opt/issue_76432.test.SimplifyComparisonIntegral.diff
tests/mir-opt/issues/issue_59352.num_to_digit.PreCodegen.after.mir
tests/mir-opt/issues/issue_75439.foo.MatchBranchSimplification.diff
tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff
tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.diff
tests/mir-opt/lower_array_len.array_len.NormalizeArrayLen.diff
tests/mir-opt/lower_array_len.array_len_by_value.NormalizeArrayLen.diff
tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.array_len_reborrow.NormalizeArrayLen.diff [new file with mode: 0644]
tests/mir-opt/lower_array_len.rs
tests/mir-opt/lower_array_len_e2e.array_bound.PreCodegen.after.mir [deleted file]
tests/mir-opt/lower_array_len_e2e.array_bound_mut.PreCodegen.after.mir [deleted file]
tests/mir-opt/lower_array_len_e2e.array_len.PreCodegen.after.mir [deleted file]
tests/mir-opt/lower_array_len_e2e.array_len_by_value.PreCodegen.after.mir [deleted file]
tests/mir-opt/lower_array_len_e2e.rs [deleted file]
tests/mir-opt/lower_intrinsics.f_copy_nonoverlapping.LowerIntrinsics.diff
tests/mir-opt/lower_intrinsics.rs
tests/mir-opt/lower_intrinsics.with_overflow.LowerIntrinsics.diff [new file with mode: 0644]
tests/mir-opt/matches_reduce_branches.bar.MatchBranchSimplification.diff
tests/mir-opt/matches_reduce_branches.foo.MatchBranchSimplification.diff
tests/mir-opt/matches_reduce_branches.match_nested_if.MatchBranchSimplification.diff
tests/mir-opt/packed_struct_drop_aligned.main.SimplifyCfg-elaborate-drops.after.mir
tests/mir-opt/remove_storage_markers.main.RemoveStorageMarkers.diff
tests/mir-opt/remove_zsts.get_union.PreCodegen.after.mir
tests/mir-opt/remove_zsts.get_union.RemoveZsts.diff
tests/mir-opt/retag.array_casts.SimplifyCfg-elaborate-drops.after.mir
tests/mir-opt/retag.main.SimplifyCfg-elaborate-drops.after.mir
tests/mir-opt/separate_const_switch.identity.SeparateConstSwitch.diff
tests/mir-opt/separate_const_switch.too_complex.SeparateConstSwitch.diff
tests/mir-opt/simple_option_map_e2e.ezmap.PreCodegen.after.mir
tests/mir-opt/simplify_locals.d1.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals.d2.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff
tests/mir-opt/simplify_locals_removes_unused_consts.main.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_locals_removes_unused_discriminant_reads.map.SimplifyLocals-before-const-prop.diff
tests/mir-opt/simplify_match.main.ConstProp.diff
tests/mir-opt/slice_filter.rs [new file with mode: 0644]
tests/mir-opt/slice_filter.variant_a-{closure#0}.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/slice_filter.variant_a-{closure#0}.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/slice_filter.variant_b-{closure#0}.CopyProp.diff [new file with mode: 0644]
tests/mir-opt/slice_filter.variant_b-{closure#0}.DestinationPropagation.diff [new file with mode: 0644]
tests/mir-opt/sroa.constant.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa.copies.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa.dropping.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa.enums.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa.escaping.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa.flat.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa.ref_copies.ScalarReplacementOfAggregates.diff [new file with mode: 0644]
tests/mir-opt/sroa.rs
tests/mir-opt/sroa.structs.ScalarReplacementOfAggregates.diff
tests/mir-opt/sroa.unions.ScalarReplacementOfAggregates.diff
tests/mir-opt/try_identity_e2e.new.PreCodegen.after.mir
tests/mir-opt/try_identity_e2e.old.PreCodegen.after.mir
tests/mir-opt/uninhabited_enum_branching.main.SimplifyCfg-after-uninhabited-enum-branching.after.mir
tests/mir-opt/uninhabited_enum_branching.main.UninhabitedEnumBranching.diff
tests/mir-opt/uninhabited_enum_branching2.main.SimplifyCfg-after-uninhabited-enum-branching.after.mir
tests/mir-opt/uninhabited_enum_branching2.main.UninhabitedEnumBranching.diff
tests/mir-opt/unusual_item_types.Test-X-{constructor#0}.built.after.mir
tests/mir-opt/while_let_loops.change_loop_body.ConstProp.diff
tests/mir-opt/while_storage.while_loop.PreCodegen.after.mir
tests/pretty/dollar-crate.pp
tests/pretty/issue-4264.pp
tests/run-make-fulldeps/hotplug_codegen_backend/the_backend.rs
tests/run-make-fulldeps/issue-19371/foo.rs
tests/run-make-fulldeps/issues-41478-43796/Makefile [deleted file]
tests/run-make-fulldeps/issues-41478-43796/a.rs [deleted file]
tests/run-make-fulldeps/save-analysis-fail/Makefile [deleted file]
tests/run-make-fulldeps/save-analysis-fail/SameDir.rs [deleted file]
tests/run-make-fulldeps/save-analysis-fail/SameDir3.rs [deleted file]
tests/run-make-fulldeps/save-analysis-fail/SubDir/mod.rs [deleted file]
tests/run-make-fulldeps/save-analysis-fail/foo.rs [deleted file]
tests/run-make-fulldeps/save-analysis-fail/krate2.rs [deleted file]
tests/run-make-fulldeps/save-analysis-rfc2126/Makefile [deleted file]
tests/run-make-fulldeps/save-analysis-rfc2126/extern_absolute_paths.rs [deleted file]
tests/run-make-fulldeps/save-analysis-rfc2126/krate2.rs [deleted file]
tests/run-make-fulldeps/save-analysis-rfc2126/validate_json.py [deleted file]
tests/run-make-fulldeps/save-analysis/Makefile [deleted file]
tests/run-make-fulldeps/save-analysis/SameDir.rs [deleted file]
tests/run-make-fulldeps/save-analysis/SameDir3.rs [deleted file]
tests/run-make-fulldeps/save-analysis/SubDir/mod.rs [deleted file]
tests/run-make-fulldeps/save-analysis/extra-docs.md [deleted file]
tests/run-make-fulldeps/save-analysis/foo.rs [deleted file]
tests/run-make-fulldeps/save-analysis/krate2.rs [deleted file]
tests/run-make-fulldeps/split-debuginfo/Makefile
tests/run-make-fulldeps/type-mismatch-same-crate-name/Makefile
tests/run-make/incremental-session-fail/Makefile
tests/run-make/native-link-modifier-bundle/Makefile
tests/run-make/no-input-file/Makefile [new file with mode: 0644]
tests/run-make/no-input-file/no-input-file.stderr [new file with mode: 0644]
tests/run-make/overwrite-input/Makefile [new file with mode: 0644]
tests/run-make/overwrite-input/file.stderr [new file with mode: 0644]
tests/run-make/overwrite-input/folder.stderr [new file with mode: 0644]
tests/run-make/overwrite-input/main.rs [new file with mode: 0644]
tests/run-make/overwrite-input/main.stderr [new file with mode: 0644]
tests/run-make/raw-dylib-inline-cross-dylib/Makefile
tests/run-make/rlib-format-packed-bundled-libs-2/Makefile
tests/run-make/rlib-format-packed-bundled-libs-3/Makefile [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/main.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/native_dep_1.c [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/native_dep_2.c [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/native_dep_3.c [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/native_dep_4.c [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/rust_dep.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs-3/rust_dep_cfg.rs [new file with mode: 0644]
tests/run-make/rlib-format-packed-bundled-libs/Makefile
tests/run-make/translation/Makefile
tests/rustdoc-gui/code-tags.goml
tests/rustdoc-gui/codeblock-tooltip.goml
tests/rustdoc-gui/font-weight.goml
tests/rustdoc-gui/help-page.goml
tests/rustdoc-gui/huge-collection-of-constants.goml
tests/rustdoc-gui/item-summary-table.goml
tests/rustdoc-gui/label-next-to-symbol.goml
tests/rustdoc-gui/list_code_block.goml
tests/rustdoc-gui/mobile.goml
tests/rustdoc-gui/module-items-font.goml
tests/rustdoc-gui/notable-trait.goml
tests/rustdoc-gui/scrape-examples-color.goml
tests/rustdoc-gui/scrape-examples-layout.goml
tests/rustdoc-gui/search-error.goml [new file with mode: 0644]
tests/rustdoc-gui/search-result-display.goml
tests/rustdoc-gui/settings.goml
tests/rustdoc-gui/sidebar-mobile-scroll.goml
tests/rustdoc-gui/sidebar-mobile.goml
tests/rustdoc-gui/sidebar.goml
tests/rustdoc-gui/src-font-size.goml
tests/rustdoc-gui/src/test_docs/lib.rs
tests/rustdoc-gui/theme-change.goml
tests/rustdoc-gui/type-declation-overflow.goml
tests/rustdoc-gui/unsafe-fn.goml
tests/rustdoc-js-std/parser-errors.js
tests/rustdoc-js-std/parser-filter.js
tests/rustdoc-js-std/parser-ident.js
tests/rustdoc-js-std/reference-shrink.js [new file with mode: 0644]
tests/rustdoc-js-std/regex.js [new file with mode: 0644]
tests/rustdoc-js-std/typed-query.js
tests/rustdoc-js/doc-alias.js
tests/rustdoc-js/macro-search.js [new file with mode: 0644]
tests/rustdoc-js/macro-search.rs [new file with mode: 0644]
tests/rustdoc-js/module-substring.js
tests/rustdoc-json/reexport/same_name_different_types.rs [new file with mode: 0644]
tests/rustdoc-ui/auxiliary/panic-handler.rs [new file with mode: 0644]
tests/rustdoc-ui/bounded-hr-lifetime.stderr
tests/rustdoc-ui/check-fail.rs
tests/rustdoc-ui/check-fail.stderr
tests/rustdoc-ui/check.rs
tests/rustdoc-ui/check.stderr
tests/rustdoc-ui/feature-gate-doc_cfg_hide.stderr
tests/rustdoc-ui/feature-gate-rustdoc_missing_doc_code_examples.rs
tests/rustdoc-ui/feature-gate-rustdoc_missing_doc_code_examples.stderr
tests/rustdoc-ui/impl-fn-nesting.stderr
tests/rustdoc-ui/infinite-recursive-type-impl-trait-return.rs
tests/rustdoc-ui/infinite-recursive-type-impl-trait-return.stderr [new file with mode: 0644]
tests/rustdoc-ui/infinite-recursive-type-impl-trait.rs
tests/rustdoc-ui/infinite-recursive-type-impl-trait.stderr [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/errors.rs
tests/rustdoc-ui/intra-doc/errors.stderr
tests/rustdoc-ui/intra-doc/import-inline-merge.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/proc-macro-doc.rs [new file with mode: 0644]
tests/rustdoc-ui/intra-doc/unknown-disambiguator.stderr
tests/rustdoc-ui/intra-doc/unresolved-import-recovery.stderr
tests/rustdoc-ui/issue-105742.rs
tests/rustdoc-ui/issue-105742.stderr
tests/rustdoc-ui/issue-107918.rs [new file with mode: 0644]
tests/rustdoc-ui/issue-61732.stderr
tests/rustdoc-ui/lint-group.rs
tests/rustdoc-ui/lint-group.stderr
tests/rustdoc-ui/proc_macro_bug.rs [new file with mode: 0644]
tests/rustdoc-ui/proc_macro_bug.stderr [new file with mode: 0644]
tests/rustdoc-ui/rustdoc-all-only-stable-lints.rs [new file with mode: 0644]
tests/rustdoc-ui/track-diagnostics.stderr
tests/rustdoc-ui/unable-fulfill-trait.stderr
tests/rustdoc-ui/unknown-renamed-lints.stderr
tests/rustdoc-ui/z-help.stdout
tests/rustdoc/anchors.no_const_anchor.html
tests/rustdoc/anchors.no_const_anchor2.html
tests/rustdoc/anchors.no_method_anchor.html
tests/rustdoc/anchors.no_trait_method_anchor.html
tests/rustdoc/anchors.no_tymethod_anchor.html
tests/rustdoc/anchors.no_type_anchor.html
tests/rustdoc/anchors.no_type_anchor2.html
tests/rustdoc/array-links.rs
tests/rustdoc/assoc-consts.rs
tests/rustdoc/assoc-item-cast.rs
tests/rustdoc/assoc-types.rs
tests/rustdoc/async-fn-opaque-item.rs [new file with mode: 0644]
tests/rustdoc/async-fn.rs
tests/rustdoc/attribute-rendering.rs
tests/rustdoc/attributes.rs
tests/rustdoc/auxiliary/inline-default-methods.rs
tests/rustdoc/auxiliary/issue-85454.rs
tests/rustdoc/cfg_doc_reexport.rs
tests/rustdoc/codeblock-title.rs
tests/rustdoc/const-fn.rs
tests/rustdoc/const-generics/add-impl.rs
tests/rustdoc/const-generics/const-generic-defaults.rs
tests/rustdoc/const-generics/const-generic-slice.rs
tests/rustdoc/const-generics/const-generics-docs.rs
tests/rustdoc/const-generics/const-impl.rs
tests/rustdoc/const-generics/generic_const_exprs.rs
tests/rustdoc/const-generics/type-alias.rs
tests/rustdoc/const-intrinsic.rs
tests/rustdoc/const-value-display.rs
tests/rustdoc/decl-trailing-whitespace.declaration.html
tests/rustdoc/decl-trailing-whitespace.rs
tests/rustdoc/deprecated.rs
tests/rustdoc/description.rs
tests/rustdoc/doc-assoc-item.rs
tests/rustdoc/doc-cfg.rs
tests/rustdoc/doc-notable_trait.rs
tests/rustdoc/doc-notable_trait.some-struct-new.html
tests/rustdoc/doc-notable_trait.wrap-me.html
tests/rustdoc/document-item-with-associated-const-in-where-clause.rs [new file with mode: 0644]
tests/rustdoc/double-quote-escape.rs
tests/rustdoc/duplicate-cfg.rs
tests/rustdoc/duplicate_impls/issue-33054.rs
tests/rustdoc/duplicated_impl.rs
tests/rustdoc/empty-impl-block-private-with-doc.rs
tests/rustdoc/empty-impl-block-private.rs
tests/rustdoc/empty-impl-block.rs
tests/rustdoc/fn-pointer-arg-name.rs
tests/rustdoc/generic-associated-types/gats.rs
tests/rustdoc/glob-shadowing-const.rs
tests/rustdoc/glob-shadowing.rs
tests/rustdoc/hidden-private.rs [new file with mode: 0644]
tests/rustdoc/hide-complex-unevaluated-const-arguments.rs
tests/rustdoc/impl-in-const-block.rs [new file with mode: 0644]
tests/rustdoc/impl-parts.rs
tests/rustdoc/inline-default-methods.rs
tests/rustdoc/inline_cross/dyn_trait.rs
tests/rustdoc/inline_cross/impl_trait.rs
tests/rustdoc/inline_cross/issue-24183.rs
tests/rustdoc/inline_cross/issue-31948-1.rs
tests/rustdoc/inline_cross/issue-31948-2.rs
tests/rustdoc/inline_cross/issue-31948.rs
tests/rustdoc/inline_cross/macros.rs
tests/rustdoc/internal.rs
tests/rustdoc/intra-doc/basic.rs
tests/rustdoc/issue-107995.rs [new file with mode: 0644]
tests/rustdoc/issue-108231.rs [new file with mode: 0644]
tests/rustdoc/issue-108281.rs [new file with mode: 0644]
tests/rustdoc/issue-20646.rs
tests/rustdoc/issue-20727-2.rs
tests/rustdoc/issue-20727-3.rs
tests/rustdoc/issue-20727-4.rs
tests/rustdoc/issue-20727.rs
tests/rustdoc/issue-21474.rs
tests/rustdoc/issue-22038.rs
tests/rustdoc/issue-32374.rs
tests/rustdoc/issue-33302.rs
tests/rustdoc/issue-34928.rs
tests/rustdoc/issue-45584.rs
tests/rustdoc/issue-46377.rs
tests/rustdoc/issue-50159.rs
tests/rustdoc/issue-51236.rs
tests/rustdoc/issue-53812.rs
tests/rustdoc/issue-54705.rs
tests/rustdoc/issue-55321.rs
tests/rustdoc/issue-55364.rs
tests/rustdoc/issue-56822.rs
tests/rustdoc/issue-60726.rs
tests/rustdoc/issue-76501.rs
tests/rustdoc/issue-78673.rs
tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline-last-item.rs
tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline.rs
tests/rustdoc/issue-85454.rs
tests/rustdoc/issue-95873.rs
tests/rustdoc/issue-98697.rs
tests/rustdoc/issue-99221-multiple-structs-w-same-name.rs
tests/rustdoc/issue-99734-multiple-foreigns-w-same-name.rs
tests/rustdoc/issue-99734-multiple-mods-w-same-name.rs
tests/rustdoc/item-desc-list-at-start.item-table.html [new file with mode: 0644]
tests/rustdoc/item-desc-list-at-start.rs [new file with mode: 0644]
tests/rustdoc/legacy-const-generic.rs
tests/rustdoc/lifetime-name.rs
tests/rustdoc/macro-higher-kinded-function.rs
tests/rustdoc/markdown-summaries.rs [deleted file]
tests/rustdoc/mut-params.rs
tests/rustdoc/negative-impl.rs
tests/rustdoc/normalize-assoc-item.rs
tests/rustdoc/playground-arg.rs
tests/rustdoc/playground.rs
tests/rustdoc/primitive-reference.rs
tests/rustdoc/primitive-tuple-variadic.rs
tests/rustdoc/pub-method.rs
tests/rustdoc/range-arg-pattern.rs
tests/rustdoc/redirect.rs
tests/rustdoc/reexport-attr-merge.rs [new file with mode: 0644]
tests/rustdoc/reexport-check.rs
tests/rustdoc/reexport-dep-foreign-fn.rs
tests/rustdoc/reexport-hidden-macro.rs [new file with mode: 0644]
tests/rustdoc/reexport-macro.rs [new file with mode: 0644]
tests/rustdoc/reexports-of-same-name.rs [new file with mode: 0644]
tests/rustdoc/reexports-priv.rs
tests/rustdoc/reexports.rs
tests/rustdoc/rfc-2632-const-trait-impl.rs
tests/rustdoc/safe-intrinsic.rs
tests/rustdoc/short-docblock-codeblock.rs
tests/rustdoc/short-docblock.rs
tests/rustdoc/sidebar-links-to-foreign-impl.rs
tests/rustdoc/slice-links.rs
tests/rustdoc/spotlight-from-dependency.rs
tests/rustdoc/struct-arg-pattern.rs
tests/rustdoc/synthetic_auto/basic.rs
tests/rustdoc/synthetic_auto/complex.rs
tests/rustdoc/synthetic_auto/lifetimes.rs
tests/rustdoc/synthetic_auto/manual.rs
tests/rustdoc/synthetic_auto/negative.rs
tests/rustdoc/synthetic_auto/nested.rs
tests/rustdoc/synthetic_auto/no-redundancy.rs
tests/rustdoc/synthetic_auto/project.rs
tests/rustdoc/synthetic_auto/self-referential.rs
tests/rustdoc/synthetic_auto/static-region.rs
tests/rustdoc/test-parens.rs
tests/rustdoc/toggle-item-contents.rs
tests/rustdoc/trait_alias.rs
tests/rustdoc/tuple-struct-fields-doc.rs
tests/rustdoc/tuples.rs
tests/rustdoc/typedef.rs
tests/rustdoc/unit-return.rs
tests/rustdoc/where-clause-order.rs
tests/rustdoc/where-sized.rs
tests/rustdoc/where.SWhere_Simd_item-decl.html
tests/rustdoc/where.SWhere_TraitWhere_item-decl.html
tests/rustdoc/where.rs
tests/rustdoc/whitespace-after-where-clause.enum.html
tests/rustdoc/whitespace-after-where-clause.enum2.html
tests/rustdoc/whitespace-after-where-clause.rs
tests/rustdoc/whitespace-after-where-clause.struct.html
tests/rustdoc/whitespace-after-where-clause.struct2.html
tests/rustdoc/whitespace-after-where-clause.trait.html
tests/rustdoc/whitespace-after-where-clause.trait2.html
tests/rustdoc/whitespace-after-where-clause.union.html
tests/rustdoc/whitespace-after-where-clause.union2.html
tests/rustdoc/wrapping.rs
tests/ui-fulldeps/auxiliary/issue-40001-plugin.rs
tests/ui-fulldeps/create-dir-all-bare.rs [deleted file]
tests/ui-fulldeps/dropck-tarena-cycle-checked.stderr
tests/ui-fulldeps/dropck-tarena-unsound-drop.stderr
tests/ui-fulldeps/fluent-messages/duplicate.ftl [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/label-with-hyphens.ftl
tests/ui-fulldeps/fluent-messages/missing-crate-name.ftl
tests/ui-fulldeps/fluent-messages/missing-message-ref.ftl [new file with mode: 0644]
tests/ui-fulldeps/fluent-messages/missing-message.ftl
tests/ui-fulldeps/fluent-messages/slug-with-hyphens.ftl
tests/ui-fulldeps/fluent-messages/test.rs
tests/ui-fulldeps/fluent-messages/test.stderr
tests/ui-fulldeps/fluent-messages/valid.ftl
tests/ui-fulldeps/internal-lints/diagnostics.ftl [new file with mode: 0644]
tests/ui-fulldeps/internal-lints/diagnostics.rs
tests/ui-fulldeps/internal-lints/diagnostics.stderr
tests/ui-fulldeps/internal-lints/ty_tykind_usage.rs
tests/ui-fulldeps/internal-lints/ty_tykind_usage.stderr
tests/ui-fulldeps/issue-15149.rs [deleted file]
tests/ui-fulldeps/issue-81357-unsound-file-methods.rs [deleted file]
tests/ui-fulldeps/mod_dir_path_canonicalized.rs
tests/ui-fulldeps/pprust-expr-roundtrip.rs
tests/ui-fulldeps/rename-directory.rs [deleted file]
tests/ui-fulldeps/session-diagnostic/diagnostic-derive.rs
tests/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr
tests/ui-fulldeps/session-diagnostic/example.ftl [new file with mode: 0644]
tests/ui-fulldeps/session-diagnostic/subdiagnostic-derive.rs
tests/ui-fulldeps/session-diagnostic/subdiagnostic-derive.stderr
tests/ui-fulldeps/std/issue-15149.rs [new file with mode: 0644]
tests/ui-fulldeps/std/issue-81357-unsound-file-methods.rs [new file with mode: 0644]
tests/ui-fulldeps/std/stdio-from.rs [new file with mode: 0644]
tests/ui-fulldeps/std/switch-stdout.rs [new file with mode: 0644]
tests/ui-fulldeps/stdio-from.rs [deleted file]
tests/ui-fulldeps/switch-stdout.rs [deleted file]
tests/ui/abi/stack-probes-lto.rs
tests/ui/abi/stack-probes.rs
tests/ui/alloc-error/alloc-error-handler-bad-signature-1.stderr
tests/ui/alloc-error/alloc-error-handler-bad-signature-2.stderr
tests/ui/alloc-error/alloc-error-handler-bad-signature-3.stderr
tests/ui/argument-suggestions/basic.stderr
tests/ui/argument-suggestions/exotic-calls.stderr
tests/ui/argument-suggestions/extra_arguments.rs
tests/ui/argument-suggestions/extra_arguments.stderr
tests/ui/argument-suggestions/formal-and-expected-differ.stderr
tests/ui/argument-suggestions/invalid_arguments.stderr
tests/ui/argument-suggestions/issue-100154.stderr
tests/ui/argument-suggestions/issue-100478.stderr
tests/ui/argument-suggestions/issue-101097.stderr
tests/ui/argument-suggestions/issue-97484.stderr
tests/ui/argument-suggestions/mixed_cases.stderr
tests/ui/argument-suggestions/too-long.stderr
tests/ui/argument-suggestions/two-mismatch-notes.stderr
tests/ui/array-slice-vec/array-not-vector.rs
tests/ui/array-slice-vec/array-not-vector.stderr
tests/ui/array-slice-vec/slice-to-vec-comparison.stderr
tests/ui/asm/issue-72570.rs
tests/ui/asm/issue-72570.stderr
tests/ui/asm/type-check-4.stderr
tests/ui/associated-consts/associated-const-generic-obligations.stderr
tests/ui/associated-consts/issue-105330.stderr
tests/ui/associated-inherent-types/ambiguity.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/ambiguity.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/bugs/ice-substitution.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/bugs/ice-substitution.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/bugs/inference-fail.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/bugs/inference-fail.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/bugs/lack-of-regionck.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/dispatch-on-self-type-0.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/dispatch-on-self-type-1.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/dispatch-on-self-type-2.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/dispatch-on-self-type-2.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-self-type-differs-shadowing-trait-item.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-self-type-differs-shadowing-trait-item.shadowed.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-self-type-differs-shadowing-trait-item.uncovered.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-self-type-differs.alias.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-self-type-differs.local.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-self-type-differs.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-0.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-0.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-1.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-1.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-in-multiple-impls.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/not-found-unsatisfied-bounds-in-multiple-impls.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/struct-generics.rs [deleted file]
tests/ui/associated-inherent-types/substitute-params-bad.rs [new file with mode: 0644]
tests/ui/associated-inherent-types/substitute-params-bad.stderr [new file with mode: 0644]
tests/ui/associated-inherent-types/substitute-params.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/bad-universal-in-dyn-in-where-clause.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/bad-universal-in-dyn-in-where-clause.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/bad-universal-in-impl-sig.rs [new file with mode: 0644]
tests/ui/associated-type-bounds/bad-universal-in-impl-sig.stderr [new file with mode: 0644]
tests/ui/associated-type-bounds/elision.stderr
tests/ui/associated-type-bounds/inside-adt.rs
tests/ui/associated-type-bounds/inside-adt.stderr
tests/ui/associated-type-bounds/issue-71443-1.stderr
tests/ui/associated-types/associated-type-projection-from-supertrait.stderr
tests/ui/associated-types/associated-types-eq-3.rs
tests/ui/associated-types/associated-types-eq-3.stderr
tests/ui/associated-types/associated-types-eq-hr.stderr
tests/ui/associated-types/associated-types-outlives.stderr
tests/ui/associated-types/defaults-in-other-trait-items.rs
tests/ui/associated-types/defaults-in-other-trait-items.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-object.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/hr-associated-type-projection-1.stderr
tests/ui/associated-types/issue-26681.stderr
tests/ui/associated-types/issue-38821.rs [new file with mode: 0644]
tests/ui/associated-types/issue-38821.stderr [new file with mode: 0644]
tests/ui/associated-types/issue-43924.stderr
tests/ui/associated-types/issue-87261.rs
tests/ui/associated-types/issue-87261.stderr
tests/ui/associated-types/point-at-type-on-obligation-failure-2.stderr
tests/ui/async-await/async-await-let-else.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-await-let-else.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/async-await-let-else.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-await-let-else.rs
tests/ui/async-await/async-block-control-flow-static-semantics.stderr
tests/ui/async-await/async-error-span.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-error-span.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/async-error-span.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-error-span.rs
tests/ui/async-await/async-error-span.stderr [deleted file]
tests/ui/async-await/async-fn-nonsend.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-fn-nonsend.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/async-fn-nonsend.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/async-fn-nonsend.rs
tests/ui/async-await/async-fn-nonsend.stderr
tests/ui/async-await/async-fn-path-elision.stderr
tests/ui/async-await/default-struct-update.rs
tests/ui/async-await/dont-suggest-missing-await.stderr
tests/ui/async-await/drop-and-assign.rs
tests/ui/async-await/drop-track-field-assign-nonsend.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/drop-track-field-assign-nonsend.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/drop-track-field-assign-nonsend.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/drop-track-field-assign-nonsend.rs
tests/ui/async-await/drop-track-field-assign-nonsend.stderr [deleted file]
tests/ui/async-await/drop-track-field-assign.rs
tests/ui/async-await/field-assign-nonsend.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/field-assign-nonsend.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/field-assign-nonsend.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/field-assign-nonsend.rs [new file with mode: 0644]
tests/ui/async-await/field-assign.rs [new file with mode: 0644]
tests/ui/async-await/future-sizes/async-awaiting-fut.rs [new file with mode: 0644]
tests/ui/async-await/future-sizes/async-awaiting-fut.stdout [new file with mode: 0644]
tests/ui/async-await/future-sizes/future-as-arg.rs [new file with mode: 0644]
tests/ui/async-await/future-sizes/large-arg.rs [new file with mode: 0644]
tests/ui/async-await/future-sizes/large-arg.stdout [new file with mode: 0644]
tests/ui/async-await/generator-desc.stderr
tests/ui/async-await/in-trait/async-default-fn-overridden.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/async-default-fn-overridden.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/async-example-desugared-boxed-in-trait.stderr
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.rs [new file with mode: 0644]
tests/ui/async-await/in-trait/dont-project-to-specializable-projection.stderr [new file with mode: 0644]
tests/ui/async-await/in-trait/fn-not-async-err2.rs
tests/ui/async-await/in-trait/fn-not-async-err2.stderr
tests/ui/async-await/in-trait/return-type-suggestion.stderr
tests/ui/async-await/issue-61076.rs
tests/ui/async-await/issue-61076.stderr
tests/ui/async-await/issue-64130-1-sync.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-1-sync.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-1-sync.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-1-sync.rs
tests/ui/async-await/issue-64130-1-sync.stderr
tests/ui/async-await/issue-64130-2-send.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-2-send.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-2-send.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-2-send.rs
tests/ui/async-await/issue-64130-2-send.stderr
tests/ui/async-await/issue-64130-3-other.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-3-other.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-3-other.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-64130-3-other.rs
tests/ui/async-await/issue-64130-3-other.stderr
tests/ui/async-await/issue-64130-4-async-move.drop-tracking.stderr
tests/ui/async-await/issue-64130-4-async-move.no_drop_tracking.stderr
tests/ui/async-await/issue-64130-4-async-move.rs
tests/ui/async-await/issue-67252-unnamed-future.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-67252-unnamed-future.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-67252-unnamed-future.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-67252-unnamed-future.rs
tests/ui/async-await/issue-67252-unnamed-future.stderr [deleted file]
tests/ui/async-await/issue-68112.drop_tracking.stderr
tests/ui/async-await/issue-68112.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-68112.no_drop_tracking.stderr
tests/ui/async-await/issue-68112.rs
tests/ui/async-await/issue-70818.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70818.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70818.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70818.rs
tests/ui/async-await/issue-70818.stderr
tests/ui/async-await/issue-70935-complex-spans.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-70935-complex-spans.rs
tests/ui/async-await/issue-73741-type-err-drop-tracking.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-73741-type-err-drop-tracking.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-73741-type-err-drop-tracking.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-73741-type-err-drop-tracking.rs
tests/ui/async-await/issue-73741-type-err-drop-tracking.stderr
tests/ui/async-await/issue-74072-lifetime-name-annotations.stderr
tests/ui/async-await/issue-75785-confusing-named-region.stderr
tests/ui/async-await/issue-86507.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-86507.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/issue-86507.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/issue-86507.rs
tests/ui/async-await/issue-86507.stderr [deleted file]
tests/ui/async-await/issue-93648.rs
tests/ui/async-await/issue-98634.rs
tests/ui/async-await/issue-98634.stderr
tests/ui/async-await/issues/auxiliary/issue_67893.rs
tests/ui/async-await/issues/issue-102206.stderr
tests/ui/async-await/issues/issue-107280.rs [new file with mode: 0644]
tests/ui/async-await/issues/issue-107280.stderr [new file with mode: 0644]
tests/ui/async-await/issues/issue-62097.rs
tests/ui/async-await/issues/issue-62097.stderr
tests/ui/async-await/issues/issue-65159.rs
tests/ui/async-await/issues/issue-65159.stderr
tests/ui/async-await/issues/issue-65436-raw-ptr-not-send.no_drop_tracking.stderr
tests/ui/async-await/issues/issue-65436-raw-ptr-not-send.rs
tests/ui/async-await/issues/issue-67611-static-mut-refs.rs
tests/ui/async-await/issues/issue-67893.stderr
tests/ui/async-await/issues/issue-72312.stderr
tests/ui/async-await/multiple-lifetimes/member-constraints-min-choice-issue-63033.rs [new file with mode: 0644]
tests/ui/async-await/multiple-lifetimes/ret-impl-trait-one.stderr
tests/ui/async-await/multiple-lifetimes/ret-ref.stderr
tests/ui/async-await/mutually-recursive-async-impl-trait-type.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/mutually-recursive-async-impl-trait-type.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/mutually-recursive-async-impl-trait-type.no_drop_tracking.stderr [new file with mode: 0644]
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-const-async.stderr
tests/ui/async-await/non-trivial-drop.rs
tests/ui/async-await/proper-span-for-type-error.stderr
tests/ui/async-await/recursive-async-impl-trait-type.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/recursive-async-impl-trait-type.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/recursive-async-impl-trait-type.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/recursive-async-impl-trait-type.rs
tests/ui/async-await/recursive-async-impl-trait-type.stderr
tests/ui/async-await/send-bound-async-closure.rs [new file with mode: 0644]
tests/ui/async-await/suggest-missing-await-closure.stderr
tests/ui/async-await/suggest-missing-await.stderr
tests/ui/async-await/unresolved_type_param.drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/unresolved_type_param.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/async-await/unresolved_type_param.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/async-await/unresolved_type_param.rs
tests/ui/async-await/unresolved_type_param.stderr
tests/ui/attributes/invalid_macro_export_argument.rs [new file with mode: 0644]
tests/ui/attributes/invalid_macro_export_argument.stderr [new file with mode: 0644]
tests/ui/attributes/key-value-expansion.stderr
tests/ui/attributes/log-backtrace.rs
tests/ui/attributes/rustc-box.rs [new file with mode: 0644]
tests/ui/attributes/rustc-box.stderr [new file with mode: 0644]
tests/ui/augmented-assignments.rs
tests/ui/augmented-assignments.stderr
tests/ui/auto-traits/auto-trait-validation.stderr
tests/ui/auto-traits/issue-23080-2.stderr
tests/ui/auto-traits/issue-23080.stderr
tests/ui/auto-traits/issue-84075.stderr
tests/ui/auto-traits/str-contains-slice-conceptually.rs [new file with mode: 0644]
tests/ui/auto-traits/str-contains-slice-conceptually.stderr [new file with mode: 0644]
tests/ui/auto-traits/typeck-auto-trait-no-supertraits-2.stderr
tests/ui/auto-traits/typeck-auto-trait-no-supertraits.stderr
tests/ui/autoref-autoderef/issue-38940.stderr
tests/ui/binding/issue-53114-safety-checks.rs
tests/ui/binding/issue-53114-safety-checks.stderr
tests/ui/binop/binary-op-on-double-ref.fixed
tests/ui/binop/binary-op-on-double-ref.rs
tests/ui/binop/binary-op-on-double-ref.stderr
tests/ui/binop/binop-move-semantics.stderr
tests/ui/binop/issue-28837.rs
tests/ui/binop/issue-28837.stderr
tests/ui/blind/blind-item-block-middle.stderr
tests/ui/block-result/consider-removing-last-semi.stderr
tests/ui/block-result/issue-13428.stderr
tests/ui/block-result/issue-13624.rs
tests/ui/block-result/issue-13624.stderr
tests/ui/block-result/issue-22645.stderr
tests/ui/block-result/issue-5500.rs
tests/ui/block-result/issue-5500.stderr
tests/ui/borrowck/bindings-after-at-or-patterns-slice-patterns-box-patterns.stderr
tests/ui/borrowck/borrow-tuple-fields.stderr
tests/ui/borrowck/borrowck-anon-fields-variant.stderr
tests/ui/borrowck/borrowck-assign-comp.stderr
tests/ui/borrowck/borrowck-assign-to-andmut-in-borrowed-loc.stderr
tests/ui/borrowck/borrowck-bad-nested-calls-move.stderr
tests/ui/borrowck/borrowck-borrow-mut-base-ptr-in-aliasable-loc.stderr
tests/ui/borrowck/borrowck-closures-mut-and-imm.stderr
tests/ui/borrowck/borrowck-describe-lvalue.stderr
tests/ui/borrowck/borrowck-field-sensitivity.stderr
tests/ui/borrowck/borrowck-imm-ref-to-mut-rec-field-issue-3162-c.stderr
tests/ui/borrowck/borrowck-issue-14498.stderr
tests/ui/borrowck/borrowck-lend-flow-match.stderr
tests/ui/borrowck/borrowck-loan-blocks-move-cc.stderr
tests/ui/borrowck/borrowck-loan-blocks-move.stderr
tests/ui/borrowck/borrowck-loan-of-static-data-issue-27616.stderr
tests/ui/borrowck/borrowck-loan-rcvr-overloaded-op.stderr
tests/ui/borrowck/borrowck-local-borrow-with-panic-outlives-fn.stderr
tests/ui/borrowck/borrowck-match-already-borrowed.stderr
tests/ui/borrowck/borrowck-move-by-capture.stderr
tests/ui/borrowck/borrowck-move-from-subpath-of-borrowed-path.stderr
tests/ui/borrowck/borrowck-move-mut-base-ptr.stderr
tests/ui/borrowck/borrowck-move-subcomponent.stderr
tests/ui/borrowck/borrowck-multiple-captures.stderr
tests/ui/borrowck/borrowck-overloaded-index-and-overloaded-deref.stderr
tests/ui/borrowck/borrowck-overloaded-index-autoderef.stderr
tests/ui/borrowck/borrowck-overloaded-index-move-index.stderr
tests/ui/borrowck/borrowck-pat-reassign-binding.stderr
tests/ui/borrowck/borrowck-unary-move.stderr
tests/ui/borrowck/borrowck-union-borrow-nested.stderr
tests/ui/borrowck/borrowck-union-borrow.stderr
tests/ui/borrowck/borrowck-use-mut-borrow.stderr
tests/ui/borrowck/borrowck-vec-pattern-move-tail.stderr
tests/ui/borrowck/borrowck-vec-pattern-nesting.rs
tests/ui/borrowck/borrowck-vec-pattern-nesting.stderr
tests/ui/borrowck/issue-103624.rs
tests/ui/borrowck/issue-103624.stderr
tests/ui/borrowck/issue-25793.stderr
tests/ui/borrowck/issue-52713-bug.stderr
tests/ui/borrowck/issue-58776-borrowck-scans-children.stderr
tests/ui/borrowck/issue-81365-1.stderr
tests/ui/borrowck/issue-81365-10.stderr
tests/ui/borrowck/issue-81365-11.stderr
tests/ui/borrowck/issue-81365-2.stderr
tests/ui/borrowck/issue-81365-3.stderr
tests/ui/borrowck/issue-81365-4.stderr
tests/ui/borrowck/issue-81365-5.stderr
tests/ui/borrowck/issue-81365-6.stderr
tests/ui/borrowck/issue-81365-7.stderr
tests/ui/borrowck/issue-81365-8.stderr
tests/ui/borrowck/issue-81365-9.stderr
tests/ui/borrowck/issue-82126-mismatched-subst-and-hir.rs
tests/ui/borrowck/issue-82126-mismatched-subst-and-hir.stderr
tests/ui/borrowck/issue-83924.fixed [new file with mode: 0644]
tests/ui/borrowck/issue-83924.rs [new file with mode: 0644]
tests/ui/borrowck/issue-83924.stderr [new file with mode: 0644]
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/borrowck/issue-92015.stderr
tests/ui/borrowck/issue-95079-missing-move-in-nested-closure.fixed [new file with mode: 0644]
tests/ui/borrowck/issue-95079-missing-move-in-nested-closure.rs
tests/ui/borrowck/issue-95079-missing-move-in-nested-closure.stderr
tests/ui/borrowck/two-phase-allow-access-during-reservation.nll_target.stderr
tests/ui/borrowck/two-phase-surprise-no-conflict.stderr
tests/ui/bounds-lifetime.stderr
tests/ui/box/issue-82446.stderr
tests/ui/box/leak-alloc.stderr
tests/ui/btreemap/btreemap_dropck.stderr
tests/ui/c-variadic/variadic-ffi-1.stderr
tests/ui/c-variadic/variadic-ffi-4.stderr
tests/ui/check-cfg/invalid-cfg-value.stderr
tests/ui/closure-expected-type/expect-infer-var-appearing-twice.stderr
tests/ui/closures/2229_closure_analysis/diagnostics/arrays.stderr
tests/ui/closures/2229_closure_analysis/diagnostics/box.stderr
tests/ui/closures/2229_closure_analysis/diagnostics/repr_packed.rs
tests/ui/closures/2229_closure_analysis/diagnostics/repr_packed.stderr
tests/ui/closures/2229_closure_analysis/diagnostics/union.rs
tests/ui/closures/2229_closure_analysis/diagnostics/union.stderr
tests/ui/closures/2229_closure_analysis/issue_88118.rs
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/auto_traits.stderr
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/multi_diagnostics.stderr
tests/ui/closures/binder/const-bound.rs [new file with mode: 0644]
tests/ui/closures/binder/const-bound.stderr [new file with mode: 0644]
tests/ui/closures/binder/disallow-const.stderr
tests/ui/closures/binder/disallow-ty.stderr
tests/ui/closures/binder/type-bound-2.rs [new file with mode: 0644]
tests/ui/closures/binder/type-bound-2.stderr [new file with mode: 0644]
tests/ui/closures/binder/type-bound.rs [new file with mode: 0644]
tests/ui/closures/binder/type-bound.stderr [new file with mode: 0644]
tests/ui/closures/issue-78720.stderr
tests/ui/coercion/coerce-block-tail-26978.stderr
tests/ui/coercion/coerce-block-tail-57749.stderr
tests/ui/coercion/coerce-block-tail-83783.stderr
tests/ui/coercion/coerce-block-tail-83850.stderr
tests/ui/coercion/coerce-block-tail.stderr
tests/ui/coercion/coerce-expect-unsized-ascribed.stderr
tests/ui/coercion/coerce-overloaded-autoderef-fail.stderr
tests/ui/coercion/coerce-to-bang.stderr
tests/ui/coercion/coercion-missing-tail-expected-type.stderr
tests/ui/coercion/coercion-slice.rs
tests/ui/coercion/coercion-slice.stderr
tests/ui/coherence/coherence-impl-trait-for-marker-trait-negative.rs
tests/ui/coherence/coherence-impl-trait-for-marker-trait-negative.stderr
tests/ui/coherence/coherence-impl-trait-for-marker-trait-positive.rs
tests/ui/coherence/coherence-impl-trait-for-marker-trait-positive.stderr
tests/ui/coherence/issue-85026.stderr
tests/ui/coinduction/canonicalization-rerun.rs [new file with mode: 0644]
tests/ui/command/command-setgroups.rs
tests/ui/compare-method/bad-self-type.stderr
tests/ui/conditional-compilation/cfg-generic-params.stderr
tests/ui/confuse-field-and-method/issue-33784.stderr
tests/ui/const-generics/bad-const-generic-exprs.rs
tests/ui/const-generics/bad-const-generic-exprs.stderr
tests/ui/const-generics/const-argument-non-static-lifetime.min.stderr
tests/ui/const-generics/const-argument-non-static-lifetime.rs
tests/ui/const-generics/const-param-elided-lifetime.min.stderr
tests/ui/const-generics/const-param-elided-lifetime.rs
tests/ui/const-generics/const-param-type-depends-on-type-param-ungated.rs
tests/ui/const-generics/const-param-type-depends-on-type-param-ungated.stderr
tests/ui/const-generics/defaults/mismatch.stderr
tests/ui/const-generics/defaults/wfness.stderr
tests/ui/const-generics/early/invalid-const-arguments.stderr
tests/ui/const-generics/ensure_is_evaluatable.stderr
tests/ui/const-generics/fn_with_two_const_inputs.stderr
tests/ui/const-generics/generic_const_exprs/const_kind_expr/relate_binop_arg_tys.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/relate_binop_arg_tys.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/relate_cast_arg_ty.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/relate_cast_arg_ty.stderr [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/relate_ty_with_infer_1.rs [new file with mode: 0644]
tests/ui/const-generics/generic_const_exprs/const_kind_expr/relate_ty_with_infer_2.rs [new file with mode: 0644]
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-105608.stderr
tests/ui/const-generics/generic_const_exprs/issue-72819-generic-in-const-eval.full.stderr
tests/ui/const-generics/generic_const_exprs/issue-76595.stderr
tests/ui/const-generics/generic_const_exprs/issue-79518-default_trait_method_normalization.stderr
tests/ui/const-generics/generic_const_exprs/obligation-cause.stderr
tests/ui/const-generics/generic_const_exprs/single-satisfied-ConstEvaluatable-in-probe.rs [new file with mode: 0644]
tests/ui/const-generics/incorrect-number-of-const-args.stderr
tests/ui/const-generics/infer/method-chain.stderr
tests/ui/const-generics/infer/uninferred-consts.stderr
tests/ui/const-generics/invalid-const-arg-for-type-param.rs
tests/ui/const-generics/invalid-const-arg-for-type-param.stderr
tests/ui/const-generics/invalid-constant-in-args.rs
tests/ui/const-generics/invalid-constant-in-args.stderr
tests/ui/const-generics/issues/issue-105821.rs [new file with mode: 0644]
tests/ui/const-generics/issues/issue-56445-1.min.stderr
tests/ui/const-generics/issues/issue-56445-1.rs
tests/ui/const-generics/issues/issue-67185-2.stderr
tests/ui/const-generics/issues/issue-67945-1.full.stderr
tests/ui/const-generics/issues/issue-73260.rs
tests/ui/const-generics/issues/issue-73260.stderr
tests/ui/const-generics/issues/issue-79674.stderr
tests/ui/const-generics/issues/issue-86530.stderr
tests/ui/const-generics/issues/issue-87493.rs
tests/ui/const-generics/issues/issue-87493.stderr
tests/ui/const-generics/min_const_generics/macro-fail.stderr
tests/ui/const-generics/nested-type.min.stderr
tests/ui/const-generics/nested-type.rs
tests/ui/const-generics/occurs-check/unused-substs-1.stderr
tests/ui/const-generics/parser-error-recovery/issue-89013-no-kw.rs
tests/ui/const-generics/parser-error-recovery/issue-89013-no-kw.stderr
tests/ui/const-generics/parser-error-recovery/issue-89013.rs
tests/ui/const-generics/parser-error-recovery/issue-89013.stderr
tests/ui/const-generics/type_mismatch.stderr
tests/ui/const-generics/type_not_in_scope.stderr
tests/ui/const-generics/types-mismatch-const-args.full.stderr
tests/ui/const-generics/types-mismatch-const-args.min.stderr
tests/ui/const-generics/unify_with_nested_expr.stderr
tests/ui/const-generics/wrong-normalization.rs [new file with mode: 0644]
tests/ui/const-generics/wrong-normalization.stderr [new file with mode: 0644]
tests/ui/constructor-lifetime-args.rs
tests/ui/constructor-lifetime-args.stderr
tests/ui/consts/array-literal-len-mismatch.rs [new file with mode: 0644]
tests/ui/consts/array-literal-len-mismatch.stderr [new file with mode: 0644]
tests/ui/consts/const-array-oob-arith.stderr
tests/ui/consts/const-err-late.stderr
tests/ui/consts/const-eval/const-eval-query-stack.rs
tests/ui/consts/const-eval/const-eval-query-stack.stderr
tests/ui/consts/const-eval/const-eval-span.rs
tests/ui/consts/const-eval/const-eval-span.stderr
tests/ui/consts/const-eval/infinite_loop.stderr
tests/ui/consts/const-eval/issue-52475.rs
tests/ui/consts/const-eval/issue-52475.stderr
tests/ui/consts/const-eval/issue-91827-extern-types.rs
tests/ui/consts/const-eval/raw-bytes.32bit.stderr
tests/ui/consts/const-eval/raw-bytes.64bit.stderr
tests/ui/consts/const-eval/stable-metric/ctfe-fn-call.rs [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-fn-call.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-labelled-loop.rs [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-labelled-loop.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-recursion.rs [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-recursion.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-simple-loop.rs [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/ctfe-simple-loop.stderr [new file with mode: 0644]
tests/ui/consts/const-eval/stable-metric/dominators-edge-case.rs [new file with mode: 0644]
tests/ui/consts/const-eval/ub-ref-ptr.stderr
tests/ui/consts/const-eval/validate_uninhabited_zsts.32bit.stderr
tests/ui/consts/const-eval/validate_uninhabited_zsts.64bit.stderr
tests/ui/consts/const-tup-index-span.rs
tests/ui/consts/const-tup-index-span.stderr
tests/ui/consts/const_limit/const_eval_limit_reached.stderr
tests/ui/consts/ct-var-in-collect_all_mismatches.stderr
tests/ui/consts/gate-do-not-const-check.rs [new file with mode: 0644]
tests/ui/consts/gate-do-not-const-check.stderr [new file with mode: 0644]
tests/ui/consts/issue-33903.rs [new file with mode: 0644]
tests/ui/consts/issue-54582.rs [new file with mode: 0644]
tests/ui/consts/nested_erroneous_ctfe.stderr
tests/ui/consts/promote_const_let.stderr
tests/ui/cross/cross-borrow-trait.stderr
tests/ui/deprecation/deprecation-lint.rs
tests/ui/deprecation/deprecation-lint.stderr
tests/ui/deprecation/issue-84637-deprecated-associated-function.fixed
tests/ui/deprecation/issue-84637-deprecated-associated-function.rs
tests/ui/deprecation/issue-84637-deprecated-associated-function.stderr
tests/ui/deprecation/suggestion.stderr
tests/ui/deref-patterns/gate.stderr
tests/ui/derives/deriving-copyclone.stderr
tests/ui/derives/deriving-with-repr-packed-2.rs [new file with mode: 0644]
tests/ui/derives/deriving-with-repr-packed-2.stderr [new file with mode: 0644]
tests/ui/derives/deriving-with-repr-packed.rs
tests/ui/derives/deriving-with-repr-packed.stderr
tests/ui/deriving/deriving-all-codegen.rs
tests/ui/deriving/deriving-all-codegen.stderr [new file with mode: 0644]
tests/ui/deriving/deriving-all-codegen.stdout
tests/ui/destructure-trait-ref.stderr
tests/ui/destructuring-assignment/default-match-bindings-forbidden.stderr
tests/ui/diagnostic-flags/terminal_urls.rs [new file with mode: 0644]
tests/ui/diagnostic-flags/terminal_urls.stderr [new file with mode: 0644]
tests/ui/diagnostic-width/long-E0308.stderr
tests/ui/did_you_mean/brackets-to-braces-single-element.stderr
tests/ui/did_you_mean/compatible-variants-in-pat.stderr
tests/ui/did_you_mean/compatible-variants.stderr
tests/ui/did_you_mean/issue-42764.stderr
tests/ui/did_you_mean/issue-46718-struct-pattern-dotdotdot.stderr
tests/ui/did_you_mean/println-typo.rs [new file with mode: 0644]
tests/ui/did_you_mean/println-typo.stderr [new file with mode: 0644]
tests/ui/did_you_mean/recursion_limit_deref.stderr
tests/ui/disambiguate-identical-names.stderr
tests/ui/diverging-fn-tail-35849.stderr
tests/ui/drop/issue-2735-2.rs [new file with mode: 0644]
tests/ui/drop/issue-2735-3.rs [new file with mode: 0644]
tests/ui/drop/issue-2735.rs [new file with mode: 0644]
tests/ui/dropck/drop-with-active-borrows-1.stderr
tests/ui/dropck/dropck-eyepatch-extern-crate.stderr
tests/ui/dropck/dropck-eyepatch-reorder.stderr
tests/ui/dropck/dropck-eyepatch.stderr
tests/ui/dropck/dropck-union.stderr
tests/ui/dropck/dropck_trait_cycle_checked.stderr
tests/ui/dst/dst-bad-assign-3.rs
tests/ui/dst/dst-bad-assign-3.stderr
tests/ui/dst/dst-bad-assign.rs
tests/ui/dst/dst-bad-assign.stderr
tests/ui/dst/dst-bad-coerce1.stderr
tests/ui/dst/dst-bad-coerce3.stderr
tests/ui/dst/dst-bad-coerce4.rs
tests/ui/dst/dst-bad-coerce4.stderr
tests/ui/dyn-star/align.over_aligned.stderr
tests/ui/dyn-star/align.rs
tests/ui/dyn-star/check-size-at-cast-polymorphic-bad.rs
tests/ui/dyn-star/check-size-at-cast-polymorphic-bad.stderr
tests/ui/dyn-star/check-size-at-cast.rs
tests/ui/dyn-star/check-size-at-cast.stderr
tests/ui/dyn-star/dyn-star-to-dyn.rs
tests/ui/dyn-star/llvm-old-style-ptrs.rs [new file with mode: 0644]
tests/ui/dyn-star/no-implicit-dyn-star.stderr
tests/ui/dyn-star/upcast.stderr
tests/ui/empty/empty-struct-braces-expr.stderr
tests/ui/empty/issue-37026.stderr
tests/ui/error-codes/E0057.stderr
tests/ui/error-codes/E0071.rs
tests/ui/error-codes/E0071.stderr
tests/ui/error-codes/E0107.rs
tests/ui/error-codes/E0107.stderr
tests/ui/error-codes/E0116.stderr
tests/ui/error-codes/E0118.stderr
tests/ui/error-codes/E0208.rs
tests/ui/error-codes/E0208.stderr
tests/ui/error-codes/E0390.stderr
tests/ui/error-codes/E0476.rs [new file with mode: 0644]
tests/ui/error-codes/E0476.stderr [new file with mode: 0644]
tests/ui/error-codes/E0503.stderr
tests/ui/error-codes/E0504.stderr
tests/ui/error-codes/E0505.stderr
tests/ui/error-codes/E0506.stderr
tests/ui/error-codes/E0520.stderr
tests/ui/error-codes/E0523.rs [new file with mode: 0644]
tests/ui/error-codes/E0523.stderr [new file with mode: 0644]
tests/ui/error-codes/E0597.stderr
tests/ui/error-codes/E0624.rs
tests/ui/error-codes/E0624.stderr
tests/ui/error-codes/E0789.rs [new file with mode: 0644]
tests/ui/error-codes/E0789.stderr [new file with mode: 0644]
tests/ui/errors/trait-bound-error-spans/blame-trait-error.rs [new file with mode: 0644]
tests/ui/errors/trait-bound-error-spans/blame-trait-error.stderr [new file with mode: 0644]
tests/ui/errors/traits/blame-trait-error-spans-on-exprs.rs [new file with mode: 0644]
tests/ui/errors/traits/blame-trait-error-spans-on-exprs.stderr [new file with mode: 0644]
tests/ui/explore-issue-38412.stderr
tests/ui/expr/malformed_closure/missing_braces_around_block.fixed
tests/ui/expr/malformed_closure/missing_braces_around_block.rs
tests/ui/expr/malformed_closure/missing_braces_around_block.stderr
tests/ui/extenv/extenv-not-defined-default.rs
tests/ui/extenv/extenv-not-defined-default.stderr
tests/ui/extenv/issue-55897.stderr
tests/ui/extern/extern-types-distinct-types.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-dispatch-from-dyn-cell.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-dispatch-from-dyn-cell.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-dispatch-from-dyn-missing-impl.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-dispatch-from-dyn-missing-impl.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-impl_trait_in_fn_trait_return.stderr
tests/ui/feature-gates/feature-gate-multiple_supertrait_upcastable.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-multiple_supertrait_upcastable.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-non_lifetime_binders.rs [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-non_lifetime_binders.stderr [new file with mode: 0644]
tests/ui/feature-gates/feature-gate-return_position_impl_trait_in_trait.stderr
tests/ui/feature-gates/feature-gate-trivial_bounds.stderr
tests/ui/ffi_const.rs
tests/ui/ffi_const.stderr
tests/ui/ffi_pure.rs
tests/ui/ffi_pure.stderr
tests/ui/ffi_returns_twice.rs
tests/ui/ffi_returns_twice.stderr
tests/ui/fmt/format-string-wrong-order.rs [new file with mode: 0644]
tests/ui/fmt/format-string-wrong-order.stderr [new file with mode: 0644]
tests/ui/fmt/ifmt-bad-arg.stderr
tests/ui/fmt/ifmt-unimpl.stderr
tests/ui/fmt/issue-75307.rs [new file with mode: 0644]
tests/ui/fmt/issue-75307.stderr [new file with mode: 0644]
tests/ui/fmt/respanned-literal-issue-106191.rs
tests/ui/fmt/send-sync.stderr
tests/ui/fn/fn-compare-mismatch.stderr
tests/ui/fn/fn-item-type.rs
tests/ui/fn/fn-item-type.stderr
tests/ui/fn/fn-pointer-mismatch.rs [new file with mode: 0644]
tests/ui/fn/fn-pointer-mismatch.stderr [new file with mode: 0644]
tests/ui/fn/fn-trait-formatting.stderr
tests/ui/fn/implied-bounds-unnorm-associated-type-4.stderr
tests/ui/fn/implied-bounds-unnorm-associated-type.stderr
tests/ui/fn/issue-3044.stderr
tests/ui/fn/signature-error-reporting-under-verbose.rs
tests/ui/fn/signature-error-reporting-under-verbose.stderr
tests/ui/for/for-else-err.rs [new file with mode: 0644]
tests/ui/for/for-else-err.stderr [new file with mode: 0644]
tests/ui/for/for-else-let-else-err.rs [new file with mode: 0644]
tests/ui/for/for-else-let-else-err.stderr [new file with mode: 0644]
tests/ui/fully-qualified-type/fully-qualified-type-name1.rs
tests/ui/fully-qualified-type/fully-qualified-type-name1.stderr
tests/ui/fully-qualified-type/fully-qualified-type-name2.rs
tests/ui/fully-qualified-type/fully-qualified-type-name2.stderr
tests/ui/fully-qualified-type/fully-qualified-type-name4.rs
tests/ui/fully-qualified-type/fully-qualified-type-name4.stderr
tests/ui/function-pointer/unsized-ret.stderr
tests/ui/functions-closures/fn-help-with-err.stderr
tests/ui/generator/addassign-yield.rs
tests/ui/generator/auto-trait-regions.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/auto-trait-regions.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/auto-trait-regions.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/auto-trait-regions.rs
tests/ui/generator/auto-trait-regions.stderr
tests/ui/generator/borrowing.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/borrowing.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/borrowing.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/borrowing.rs
tests/ui/generator/borrowing.stderr
tests/ui/generator/drop-tracking-parent-expression.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/drop-tracking-parent-expression.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/drop-tracking-parent-expression.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/drop-tracking-parent-expression.rs
tests/ui/generator/drop-tracking-parent-expression.stderr [deleted file]
tests/ui/generator/drop-tracking-yielding-in-match-guards.rs
tests/ui/generator/dropck.stderr
tests/ui/generator/generator-yielding-or-returning-itself.stderr
tests/ui/generator/issue-102645.stderr
tests/ui/generator/issue-105084.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/issue-105084.rs [new file with mode: 0644]
tests/ui/generator/issue-57017.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/issue-57017.rs
tests/ui/generator/issue-57478.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/issue-57478.rs
tests/ui/generator/issue-68112.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/issue-68112.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/issue-68112.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/issue-68112.rs
tests/ui/generator/issue-68112.stderr [deleted file]
tests/ui/generator/issue-93161.rs
tests/ui/generator/not-send-sync.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/not-send-sync.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/not-send-sync.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/not-send-sync.rs
tests/ui/generator/not-send-sync.stderr [deleted file]
tests/ui/generator/parent-expression.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/parent-expression.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/parent-expression.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/parent-expression.rs [new file with mode: 0644]
tests/ui/generator/partial-drop.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/partial-drop.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/partial-drop.rs
tests/ui/generator/partial-drop.stderr [deleted file]
tests/ui/generator/print/generator-print-verbose-1.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-1.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-1.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-1.rs
tests/ui/generator/print/generator-print-verbose-1.stderr [deleted file]
tests/ui/generator/print/generator-print-verbose-2.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-2.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-2.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/print/generator-print-verbose-2.rs
tests/ui/generator/print/generator-print-verbose-2.stderr [deleted file]
tests/ui/generator/retain-resume-ref.drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/retain-resume-ref.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/generator/retain-resume-ref.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/generator/retain-resume-ref.rs
tests/ui/generator/retain-resume-ref.stderr
tests/ui/generator/static-mut-reference-across-yield.rs
tests/ui/generator/type-mismatch-signature-deduction.stderr
tests/ui/generic-associated-types/bugs/issue-88460.stderr
tests/ui/generic-associated-types/collections-project-default.stderr
tests/ui/generic-associated-types/constraint-assoc-type-suggestion.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/issue-101020.stderr
tests/ui/generic-associated-types/issue-68656-unsized-values.stderr
tests/ui/generic-associated-types/issue-74684-1.stderr
tests/ui/generic-associated-types/issue-79422.extended.stderr
tests/ui/generic-associated-types/issue-88360.fixed [new file with mode: 0644]
tests/ui/generic-associated-types/issue-88360.rs
tests/ui/generic-associated-types/issue-88360.stderr
tests/ui/generic-associated-types/method-unsatified-assoc-type-predicate.rs [deleted file]
tests/ui/generic-associated-types/method-unsatified-assoc-type-predicate.stderr [deleted file]
tests/ui/generic-associated-types/method-unsatisfied-assoc-type-predicate.rs [new file with mode: 0644]
tests/ui/generic-associated-types/method-unsatisfied-assoc-type-predicate.stderr [new file with mode: 0644]
tests/ui/generic-associated-types/missing-bounds.fixed
tests/ui/generic-associated-types/missing-bounds.stderr
tests/ui/generic-associated-types/missing_lifetime_args.rs
tests/ui/generic-associated-types/missing_lifetime_args.stderr
tests/ui/generic-associated-types/missing_lifetime_const.rs
tests/ui/generic-associated-types/missing_lifetime_const.stderr
tests/ui/generic-associated-types/parameter_number_and_kind.rs
tests/ui/generic-associated-types/parameter_number_and_kind.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/unsatified-item-lifetime-bound.rs [deleted file]
tests/ui/generic-associated-types/unsatified-item-lifetime-bound.stderr [deleted file]
tests/ui/generic-associated-types/unsatisfied-item-lifetime-bound.rs [new file with mode: 0644]
tests/ui/generic-associated-types/unsatisfied-item-lifetime-bound.stderr [new file with mode: 0644]
tests/ui/generics/bad-mid-path-type-params.rs
tests/ui/generics/bad-mid-path-type-params.stderr
tests/ui/generics/generic-arg-mismatch-recover.rs
tests/ui/generics/generic-arg-mismatch-recover.stderr
tests/ui/generics/generic-impl-less-params-with-defaults.rs
tests/ui/generics/generic-impl-less-params-with-defaults.stderr
tests/ui/generics/generic-impl-more-params-with-defaults.rs
tests/ui/generics/generic-impl-more-params-with-defaults.stderr
tests/ui/generics/generic-type-more-params-with-defaults.rs
tests/ui/generics/generic-type-more-params-with-defaults.stderr
tests/ui/generics/generic-type-params-name-repr.rs
tests/ui/generics/generic-type-params-name-repr.stderr
tests/ui/generics/issue-65285-incorrect-explicit-lifetime-name-needed.rs
tests/ui/generics/issue-65285-incorrect-explicit-lifetime-name-needed.stderr
tests/ui/generics/wrong-number-of-args.rs
tests/ui/generics/wrong-number-of-args.stderr
tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision.stderr
tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision2.stderr
tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision3.stderr
tests/ui/half-open-range-patterns/half-open-range-pats-inclusive-match-arrow.rs [new file with mode: 0644]
tests/ui/half-open-range-patterns/half-open-range-pats-inclusive-match-arrow.stderr [new file with mode: 0644]
tests/ui/half-open-range-patterns/pat-tuple-5.stderr
tests/ui/higher-rank-trait-bounds/hang-on-deeply-nested-dyn.stderr
tests/ui/higher-rank-trait-bounds/hrtb-higher-ranker-supertraits-transitive.stderr
tests/ui/higher-rank-trait-bounds/hrtb-higher-ranker-supertraits.stderr
tests/ui/higher-rank-trait-bounds/hrtb-identity-fn-borrows.stderr
tests/ui/higher-rank-trait-bounds/hrtb-wrong-kind.stderr
tests/ui/higher-rank-trait-bounds/issue-30786.rs
tests/ui/higher-rank-trait-bounds/issue-30786.stderr
tests/ui/higher-rank-trait-bounds/issue-39292.rs [new file with mode: 0644]
tests/ui/higher-rank-trait-bounds/issue-62203-hrtb-ice.stderr
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-89118.stderr
tests/ui/higher-rank-trait-bounds/normalize-under-binder/issue-90950.stderr
tests/ui/higher-rank-trait-bounds/normalize-under-binder/norm-before-method-resolution.stderr
tests/ui/hygiene/panic-location.run.stderr
tests/ui/impl-header-lifetime-elision/path-elided.stderr
tests/ui/impl-header-lifetime-elision/trait-elided.stderr
tests/ui/impl-trait/auto-trait-leak.stderr
tests/ui/impl-trait/bound-normalization-pass.rs
tests/ui/impl-trait/dyn-trait-return-should-be-impl-trait.stderr
tests/ui/impl-trait/equal-hidden-lifetimes.rs
tests/ui/impl-trait/equal-hidden-lifetimes.stderr [deleted file]
tests/ui/impl-trait/equality2.stderr
tests/ui/impl-trait/explicit-generic-args-with-impl-trait/explicit-generic-args-for-impl.stderr
tests/ui/impl-trait/explicit-generic-args-with-impl-trait/not-enough-args.stderr
tests/ui/impl-trait/feature-self-return-type.stderr
tests/ui/impl-trait/hidden-lifetimes.stderr
tests/ui/impl-trait/impl-fn-hrtb-bounds-2.stderr
tests/ui/impl-trait/in-trait/deep-match.stderr
tests/ui/impl-trait/in-trait/default-body-type-err-2.stderr
tests/ui/impl-trait/in-trait/default-body-type-err.stderr
tests/ui/impl-trait/in-trait/default-method-constraint.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/default-method-constraint.stderr [new file with mode: 0644]
tests/ui/impl-trait/in-trait/method-signature-matches.stderr
tests/ui/impl-trait/in-trait/new-lowering-strategy/simple-trait.rs [new file with mode: 0644]
tests/ui/impl-trait/in-trait/signature-mismatch.stderr
tests/ui/impl-trait/in-trait/specialization-broken.rs
tests/ui/impl-trait/in-trait/specialization-broken.stderr
tests/ui/impl-trait/issue-102605.stderr
tests/ui/impl-trait/issue-55872-2.drop_tracking.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-55872-2.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-55872-2.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/impl-trait/issue-55872-2.rs
tests/ui/impl-trait/issue-55872-2.stderr
tests/ui/impl-trait/issue-99914.stderr
tests/ui/impl-trait/issues/infinite-impl-trait-issue-38064.stderr
tests/ui/impl-trait/issues/issue-54600.stderr
tests/ui/impl-trait/issues/issue-54840.stderr
tests/ui/impl-trait/issues/issue-58504.stderr
tests/ui/impl-trait/issues/issue-58956.stderr
tests/ui/impl-trait/issues/issue-70971.stderr
tests/ui/impl-trait/issues/issue-74282.stderr
tests/ui/impl-trait/issues/issue-79099.stderr
tests/ui/impl-trait/issues/issue-83929-impl-trait-in-generic-default.stderr
tests/ui/impl-trait/issues/issue-84919.stderr
tests/ui/impl-trait/issues/issue-86642.stderr
tests/ui/impl-trait/issues/issue-86800.stderr
tests/ui/impl-trait/issues/issue-87295.stderr
tests/ui/impl-trait/multiple-lifetimes/error-handling-2.stderr
tests/ui/impl-trait/multiple-lifetimes/ordinary-bounds-unrelated.stderr
tests/ui/impl-trait/multiple-lifetimes/ordinary-bounds-unsuited.stderr
tests/ui/impl-trait/must_outlive_least_region_or_bound.stderr
tests/ui/impl-trait/nested-return-type2.rs
tests/ui/impl-trait/nested-return-type2.stderr
tests/ui/impl-trait/nested-return-type4.stderr
tests/ui/impl-trait/nested_impl_trait.stderr
tests/ui/impl-trait/no-method-suggested-traits.stderr
tests/ui/impl-trait/normalize-tait-in-const.rs
tests/ui/impl-trait/normalize-tait-in-const.stderr
tests/ui/impl-trait/object-unsafe-trait-in-return-position-impl-trait.stderr
tests/ui/impl-trait/recursive-impl-trait-type-indirect.drop_tracking.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-impl-trait-type-indirect.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-impl-trait-type-indirect.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/impl-trait/recursive-impl-trait-type-indirect.rs
tests/ui/impl-trait/recursive-impl-trait-type-indirect.stderr [deleted file]
tests/ui/impl-trait/recursive-type-alias-impl-trait-declaration-too-subtle.stderr
tests/ui/impl-trait/region-escape-via-bound.stderr
tests/ui/impl-trait/static-return-lifetime-infered.stderr
tests/ui/impl-trait/universal-mismatched-type.stderr
tests/ui/impl-trait/where-allowed.stderr
tests/ui/implied-bounds/assoc-ty-wf-used-to-get-assoc-ty.stderr
tests/ui/implied-bounds/issue-100690.stderr
tests/ui/imports/import-prefix-macro-1.stderr
tests/ui/include-macros/mismatched-types.stderr
tests/ui/incoherent-inherent-impls/needs-has-incoherent-impls.stderr
tests/ui/incoherent-inherent-impls/no-attr-empty-impl.stderr
tests/ui/inference/array-len-mismatch.rs [new file with mode: 0644]
tests/ui/inference/array-len-mismatch.stderr [new file with mode: 0644]
tests/ui/inference/deref-suggestion.stderr
tests/ui/inference/inference_unstable.rs
tests/ui/inference/inference_unstable.stderr
tests/ui/inference/inference_unstable_featured.stderr
tests/ui/inference/issue-107090.rs [new file with mode: 0644]
tests/ui/inference/issue-107090.stderr [new file with mode: 0644]
tests/ui/inference/issue-71732.stderr
tests/ui/inference/need_type_info/issue-107745-avoid-expr-from-macro-expansion.rs [new file with mode: 0644]
tests/ui/inference/need_type_info/issue-107745-avoid-expr-from-macro-expansion.stderr [new file with mode: 0644]
tests/ui/inference/question-mark-type-infer.stderr
tests/ui/infinite/auxiliary/alias.rs [new file with mode: 0644]
tests/ui/infinite/infinite-alias.rs [new file with mode: 0644]
tests/ui/infinite/infinite-alias.stderr [new file with mode: 0644]
tests/ui/inline-const/const-expr-lifetime-err.stderr
tests/ui/instrument-xray/flags-always-never-1.rs [new file with mode: 0644]
tests/ui/instrument-xray/flags-always-never-1.stderr [new file with mode: 0644]
tests/ui/instrument-xray/flags-always-never-2.rs [new file with mode: 0644]
tests/ui/instrument-xray/flags-basic.rs [new file with mode: 0644]
tests/ui/instrument-xray/flags-dupe-always.rs [new file with mode: 0644]
tests/ui/instrument-xray/flags-dupe-always.stderr [new file with mode: 0644]
tests/ui/instrument-xray/flags-dupe-ignore-loops.rs [new file with mode: 0644]
tests/ui/instrument-xray/flags-dupe-ignore-loops.stderr [new file with mode: 0644]
tests/ui/instrument-xray/target-not-supported.rs [new file with mode: 0644]
tests/ui/instrument-xray/target-not-supported.stderr [new file with mode: 0644]
tests/ui/intrinsics/const-eval-select-bad.rs
tests/ui/intrinsics/const-eval-select-bad.stderr
tests/ui/intrinsics/intrinsic-alignment.rs
tests/ui/io-checks/inaccessbile-temp-dir.rs [new file with mode: 0644]
tests/ui/io-checks/inaccessbile-temp-dir.stderr [new file with mode: 0644]
tests/ui/io-checks/non-ice-error-on-worker-io-fail.rs [new file with mode: 0644]
tests/ui/io-checks/non-ice-error-on-worker-io-fail.stderr [new file with mode: 0644]
tests/ui/issues/issue-100605.stderr
tests/ui/issues/issue-102964.stderr
tests/ui/issues/issue-10412.stderr
tests/ui/issues/issue-106755.rs [new file with mode: 0644]
tests/ui/issues/issue-106755.stderr [new file with mode: 0644]
tests/ui/issues/issue-10764.stderr
tests/ui/issues/issue-11374.stderr
tests/ui/issues/issue-11844.stderr
tests/ui/issues/issue-13446.stderr
tests/ui/issues/issue-13466.rs
tests/ui/issues/issue-13466.stderr
tests/ui/issues/issue-14541.rs
tests/ui/issues/issue-14541.stderr
tests/ui/issues/issue-15783.rs
tests/ui/issues/issue-15783.stderr
tests/ui/issues/issue-15896.stderr
tests/ui/issues/issue-16338.stderr
tests/ui/issues/issue-16401.rs
tests/ui/issues/issue-16401.stderr
tests/ui/issues/issue-16939.stderr
tests/ui/issues/issue-16966.stderr
tests/ui/issues/issue-17337.stderr
tests/ui/issues/issue-18423.rs
tests/ui/issues/issue-18423.stderr
tests/ui/issues/issue-18446.stderr
tests/ui/issues/issue-18819.stderr
tests/ui/issues/issue-19521.stderr
tests/ui/issues/issue-20225.stderr
tests/ui/issues/issue-21202.rs
tests/ui/issues/issue-21202.stderr
tests/ui/issues/issue-21332.rs
tests/ui/issues/issue-21332.stderr
tests/ui/issues/issue-22536-copy-mustnt-zero.rs [deleted file]
tests/ui/issues/issue-23041.stderr
tests/ui/issues/issue-24322.stderr
tests/ui/issues/issue-24819.rs
tests/ui/issues/issue-24819.stderr
tests/ui/issues/issue-26094.rs
tests/ui/issues/issue-26094.stderr
tests/ui/issues/issue-27008.rs
tests/ui/issues/issue-27008.stderr
tests/ui/issues/issue-2735-2.rs [deleted file]
tests/ui/issues/issue-2735-3.rs [deleted file]
tests/ui/issues/issue-2735.rs [deleted file]
tests/ui/issues/issue-27583.rs [deleted file]
tests/ui/issues/issue-30123.stderr
tests/ui/issues/issue-30438-c.rs
tests/ui/issues/issue-30438-c.stderr
tests/ui/issues/issue-32122-1.stderr
tests/ui/issues/issue-32122-2.stderr
tests/ui/issues/issue-3214.rs
tests/ui/issues/issue-3214.stderr
tests/ui/issues/issue-33504.stderr
tests/ui/issues/issue-33903.rs [deleted file]
tests/ui/issues/issue-33941.stderr
tests/ui/issues/issue-35241.stderr
tests/ui/issues/issue-3680.rs
tests/ui/issues/issue-3680.stderr
tests/ui/issues/issue-3702-2.stderr
tests/ui/issues/issue-3763.rs
tests/ui/issues/issue-3763.stderr
tests/ui/issues/issue-38821.rs [deleted file]
tests/ui/issues/issue-38821.stderr [deleted file]
tests/ui/issues/issue-39292.rs [deleted file]
tests/ui/issues/issue-39970.rs
tests/ui/issues/issue-39970.stderr
tests/ui/issues/issue-40003.rs [deleted file]
tests/ui/issues/issue-40288.stderr
tests/ui/issues/issue-40749.stderr
tests/ui/issues/issue-43420-no-over-suggest.stderr
tests/ui/issues/issue-4517.rs
tests/ui/issues/issue-4517.stderr
tests/ui/issues/issue-45697-1.stderr
tests/ui/issues/issue-45697.stderr
tests/ui/issues/issue-46471-1.stderr
tests/ui/issues/issue-47715.stderr
tests/ui/issues/issue-48179.rs [deleted file]
tests/ui/issues/issue-48364.stderr
tests/ui/issues/issue-4935.stderr
tests/ui/issues/issue-4968.rs
tests/ui/issues/issue-4968.stderr
tests/ui/issues/issue-50576.rs [deleted file]
tests/ui/issues/issue-50576.stderr [deleted file]
tests/ui/issues/issue-5100.rs
tests/ui/issues/issue-5100.stderr
tests/ui/issues/issue-51515.rs
tests/ui/issues/issue-51515.stderr
tests/ui/issues/issue-51632-try-desugar-incompatible-types.stderr
tests/ui/issues/issue-52126-assign-op-invariance.stderr
tests/ui/issues/issue-53251.rs
tests/ui/issues/issue-53251.stderr
tests/ui/issues/issue-53348.rs
tests/ui/issues/issue-53348.stderr
tests/ui/issues/issue-5358-1.rs
tests/ui/issues/issue-5358-1.stderr
tests/ui/issues/issue-53712.rs [deleted file]
tests/ui/issues/issue-53712.stderr [deleted file]
tests/ui/issues/issue-54582.rs [deleted file]
tests/ui/issues/issue-56943.stderr
tests/ui/issues/issue-57362-2.stderr
tests/ui/issues/issue-57741-1.stderr
tests/ui/issues/issue-57741.stderr
tests/ui/issues/issue-59488.stderr
tests/ui/issues/issue-60218.stderr
tests/ui/issues/issue-60622.rs
tests/ui/issues/issue-60622.stderr
tests/ui/issues/issue-61106.stderr
tests/ui/issues/issue-6458-4.stderr
tests/ui/issues/issue-65634-raw-ident-suggestion.edition2015.stderr
tests/ui/issues/issue-65634-raw-ident-suggestion.edition2018.stderr
tests/ui/issues/issue-67039-unsound-pin-partialeq.stderr
tests/ui/issues/issue-69306.stderr
tests/ui/issues/issue-69455.stderr
tests/ui/issues/issue-69683.stderr
tests/ui/issues/issue-70093.rs [deleted file]
tests/ui/issues/issue-70093/issue-70093-link-directives.rs [new file with mode: 0644]
tests/ui/issues/issue-70093/issue-70093.rs [new file with mode: 0644]
tests/ui/issues/issue-7061.stderr
tests/ui/issues/issue-7092.rs
tests/ui/issues/issue-7092.stderr
tests/ui/issues/issue-71676-1.stderr
tests/ui/issues/issue-7364.stderr
tests/ui/issues/issue-74236/main.stderr
tests/ui/issues/issue-75307.rs [deleted file]
tests/ui/issues/issue-75307.stderr [deleted file]
tests/ui/issues/issue-75777.rs [deleted file]
tests/ui/issues/issue-75777.stderr [deleted file]
tests/ui/issues/issue-76191.stderr
tests/ui/issues/issue-7813.rs [deleted file]
tests/ui/issues/issue-7813.stderr [deleted file]
tests/ui/issues/issue-7867.rs
tests/ui/issues/issue-7867.stderr
tests/ui/issues/issue-83924.fixed [deleted file]
tests/ui/issues/issue-83924.rs [deleted file]
tests/ui/issues/issue-83924.stderr [deleted file]
tests/ui/issues/issue-92741.fixed [new file with mode: 0644]
tests/ui/issues/issue-92741.rs [new file with mode: 0644]
tests/ui/issues/issue-92741.stderr [new file with mode: 0644]
tests/ui/json/json-bom-plus-crlf-multifile.stderr
tests/ui/json/json-bom-plus-crlf.stderr
tests/ui/kindck/kindck-send-object1.stderr
tests/ui/kinds-of-primitive-impl.stderr
tests/ui/lang-items/bad-add-impl.rs [new file with mode: 0644]
tests/ui/lang-items/bad-add-impl.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.bad_item.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.bad_sig.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_bad_item.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_bad_sig.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_mut_bad_item.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_mut_bad_sig.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_once_bad_item.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.fn_once_bad_sig.stderr [new file with mode: 0644]
tests/ui/lang-items/fn-fn_mut-call-ill-formed.rs
tests/ui/lang-items/fn-fn_mut-call-ill-formed.stderr [deleted file]
tests/ui/lang-items/issue-86238.stderr
tests/ui/lang-items/lang-item-missing-generator.rs [deleted file]
tests/ui/lang-items/lang-item-missing-generator.stderr [deleted file]
tests/ui/late-bound-lifetimes/mismatched_arg_count.rs
tests/ui/late-bound-lifetimes/mismatched_arg_count.stderr
tests/ui/layout/valid_range_oob.stderr
tests/ui/let-else/accidental-if.rs [new file with mode: 0644]
tests/ui/let-else/accidental-if.stderr [new file with mode: 0644]
tests/ui/let-else/issue-94176.stderr
tests/ui/let-else/let-else-brace-before-else.fixed
tests/ui/let-else/let-else-brace-before-else.rs
tests/ui/let-else/let-else-brace-before-else.stderr
tests/ui/let-else/let-else-deref-coercion.stderr
tests/ui/let-else/let-else-non-diverging.stderr
tests/ui/let-else/let-else-ref-bindings.stderr
tests/ui/lifetimes/issue-103582-hint-for-missing-lifetime-bound-on-trait-object-using-type-alias.fixed [new file with mode: 0644]
tests/ui/lifetimes/issue-103582-hint-for-missing-lifetime-bound-on-trait-object-using-type-alias.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-103582-hint-for-missing-lifetime-bound-on-trait-object-using-type-alias.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-104432-unused-lifetimes-in-expansion.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-105227.stderr
tests/ui/lifetimes/issue-107492-default-value-for-lifetime.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-107492-default-value-for-lifetime.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-107988.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-107988.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-17728.stderr
tests/ui/lifetimes/issue-26638.stderr
tests/ui/lifetimes/issue-69314.fixed [new file with mode: 0644]
tests/ui/lifetimes/issue-69314.rs [new file with mode: 0644]
tests/ui/lifetimes/issue-69314.stderr [new file with mode: 0644]
tests/ui/lifetimes/issue-90600-expected-return-static-indirect.stderr
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-return-type-is-anon.stderr
tests/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-self-is-anon.stderr
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-return-type-is-anon.stderr
tests/ui/lifetimes/lifetime-errors/ex3-both-anon-regions-self-is-anon.stderr
tests/ui/lifetimes/unusual-rib-combinations.rs
tests/ui/lifetimes/unusual-rib-combinations.stderr
tests/ui/lint/dead-code/in-closure.rs [new file with mode: 0644]
tests/ui/lint/dead-code/in-closure.stderr [new file with mode: 0644]
tests/ui/lint/dead-code/issue-85255.rs
tests/ui/lint/dead-code/issue-85255.stderr
tests/ui/lint/dead-code/lint-dead-code-3.rs
tests/ui/lint/dead-code/lint-dead-code-3.stderr
tests/ui/lint/invalid_value-polymorphic.rs [new file with mode: 0644]
tests/ui/lint/invalid_value.stderr
tests/ui/lint/issue-104897.rs
tests/ui/lint/issue-104897.stderr
tests/ui/lint/issue-106991.rs [new file with mode: 0644]
tests/ui/lint/issue-106991.stderr [new file with mode: 0644]
tests/ui/lint/lint-missing-doc.rs
tests/ui/lint/lint-missing-doc.stderr
tests/ui/lint/lint-stability-deprecated.rs
tests/ui/lint/lint-stability-deprecated.stderr
tests/ui/lint/lint_map_unit_fn.rs [new file with mode: 0644]
tests/ui/lint/lint_map_unit_fn.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/dedup.drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/dedup.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/dedup.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/dedup.rs
tests/ui/lint/must_not_suspend/dedup.stderr
tests/ui/lint/must_not_suspend/ref.drop_tracking.stderr
tests/ui/lint/must_not_suspend/ref.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/ref.no_drop_tracking.stderr
tests/ui/lint/must_not_suspend/ref.rs
tests/ui/lint/must_not_suspend/trait.drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/trait.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/trait.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/trait.rs
tests/ui/lint/must_not_suspend/trait.stderr
tests/ui/lint/must_not_suspend/tuple-mismatch.stderr
tests/ui/lint/must_not_suspend/unit.drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/unit.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/unit.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/unit.rs
tests/ui/lint/must_not_suspend/unit.stderr
tests/ui/lint/must_not_suspend/warn.drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/warn.drop_tracking_mir.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/warn.no_drop_tracking.stderr [new file with mode: 0644]
tests/ui/lint/must_not_suspend/warn.rs
tests/ui/lint/must_not_suspend/warn.stderr
tests/ui/lint/reasons-forbidden.rs
tests/ui/lint/unaligned_references.rs
tests/ui/lint/unaligned_references.stderr
tests/ui/lint/unaligned_references_external_macro.rs
tests/ui/lint/unaligned_references_external_macro.stderr
tests/ui/lint/unused/issue-103320-must-use-ops.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-103320-must-use-ops.stderr [new file with mode: 0644]
tests/ui/lint/unused/issue-96606.rs [new file with mode: 0644]
tests/ui/lint/unused/issue-96606.stderr [new file with mode: 0644]
tests/ui/lint/unused_parens_multibyte_recovery.rs
tests/ui/lint/unused_parens_multibyte_recovery.stderr
tests/ui/loops/issue-50576.rs [new file with mode: 0644]
tests/ui/loops/issue-50576.stderr [new file with mode: 0644]
tests/ui/loops/loop-break-value.stderr
tests/ui/loops/loop-else-break-with-value.rs [new file with mode: 0644]
tests/ui/loops/loop-else-break-with-value.stderr [new file with mode: 0644]
tests/ui/loops/loop-else-err.rs [new file with mode: 0644]
tests/ui/loops/loop-else-err.stderr [new file with mode: 0644]
tests/ui/loops/loop-else-let-else-err.rs [new file with mode: 0644]
tests/ui/loops/loop-else-let-else-err.stderr [new file with mode: 0644]
tests/ui/macros/format-args-temporaries-in-write.stderr
tests/ui/macros/issue-102878.rs
tests/ui/macros/issue-102878.stderr
tests/ui/macros/macros-nonfatal-errors.stderr
tests/ui/macros/rfc-2011-nicer-assert-messages/non-consuming-methods-have-optimized-codegen.stdout
tests/ui/macros/stringify.rs
tests/ui/malformed/issue-107423-unused-delim-only-one-no-pair.rs [new file with mode: 0644]
tests/ui/malformed/issue-107423-unused-delim-only-one-no-pair.stderr [new file with mode: 0644]
tests/ui/match/issue-12552.stderr
tests/ui/match/issue-74050-end-span.stderr
tests/ui/match/issue-91058.stderr
tests/ui/match/match-ref-mut-invariance.stderr
tests/ui/match/match-ref-mut-let-invariance.stderr
tests/ui/match/match-struct.rs
tests/ui/match/match-struct.stderr
tests/ui/match/match-tag-nullary.stderr
tests/ui/match/match-tag-unary.stderr
tests/ui/methods/assign-to-method.rs
tests/ui/methods/assign-to-method.stderr
tests/ui/methods/issues/issue-105732.stderr
tests/ui/methods/issues/issue-61525.stderr
tests/ui/methods/issues/issue-90315.stderr
tests/ui/methods/method-ambig-two-traits-cross-crate.stderr
tests/ui/methods/method-ambig-two-traits-from-bounds.stderr
tests/ui/methods/method-ambig-two-traits-from-impls.stderr
tests/ui/methods/method-ambig-two-traits-with-default-method.stderr
tests/ui/methods/method-call-err-msg.stderr
tests/ui/methods/method-call-lifetime-args-fail.rs
tests/ui/methods/method-call-lifetime-args-fail.stderr
tests/ui/methods/method-deref-to-same-trait-object-with-separate-params.stderr
tests/ui/methods/method-not-found-but-doc-alias.rs [new file with mode: 0644]
tests/ui/methods/method-not-found-but-doc-alias.stderr [new file with mode: 0644]
tests/ui/methods/method-self-arg-1.rs
tests/ui/methods/method-self-arg-1.stderr
tests/ui/mir/field-projection-invariant.rs [new file with mode: 0644]
tests/ui/mir/field-projection-mutating-context.rs [new file with mode: 0644]
tests/ui/mir/field-projection-mutating-context.stderr [new file with mode: 0644]
tests/ui/mir/field-projection-mutating-context2.rs [new file with mode: 0644]
tests/ui/mir/field-projection-mutating-context2.stderr [new file with mode: 0644]
tests/ui/mir/field-ty-ascription-enums.rs [new file with mode: 0644]
tests/ui/mir/field-ty-ascription.rs [new file with mode: 0644]
tests/ui/mir/issue-107678-projection-with-lifetime.rs [new file with mode: 0644]
tests/ui/mir/issue-107691.rs [new file with mode: 0644]
tests/ui/mir/issue-109743.rs [new file with mode: 0644]
tests/ui/mir/mir_codegen_ssa.rs [new file with mode: 0644]
tests/ui/mir/validate/storage-live.rs [new file with mode: 0644]
tests/ui/mir/validate/storage-live.stderr [new file with mode: 0644]
tests/ui/mismatched_types/abridged.stderr
tests/ui/mismatched_types/do-not-suggest-boxed-trait-objects-instead-of-impl-trait.stderr
tests/ui/mismatched_types/issue-106182.stderr
tests/ui/mismatched_types/issue-38371-unfixable.stderr
tests/ui/mismatched_types/issue-38371.stderr
tests/ui/mismatched_types/issue-47706.stderr
tests/ui/mismatched_types/issue-74918-missing-lifetime.stderr
tests/ui/mismatched_types/non_zero_assigned_something.stderr
tests/ui/mismatched_types/normalize-fn-sig.stderr
tests/ui/mismatched_types/overloaded-calls-bad.stderr
tests/ui/mismatched_types/ref-pat-suggestions.stderr
tests/ui/mismatched_types/show_module.stderr
tests/ui/mismatched_types/similar_paths.stderr
tests/ui/mismatched_types/similar_paths_primitive.stderr
tests/ui/mismatched_types/suggest-boxed-trait-objects-instead-of-impl-trait.stderr
tests/ui/mismatched_types/suggest-removing-tuple-struct-field.stderr
tests/ui/mismatched_types/wrap-suggestion-privacy.stderr
tests/ui/modules/issue-107649.rs [new file with mode: 0644]
tests/ui/modules/issue-107649.stderr [new file with mode: 0644]
tests/ui/moves/issue-22536-copy-mustnt-zero.rs [new file with mode: 0644]
tests/ui/moves/move-fn-self-receiver.stderr
tests/ui/moves/pin-mut-reborrow-infer-var-issue-107419.fixed [new file with mode: 0644]
tests/ui/moves/pin-mut-reborrow-infer-var-issue-107419.rs [new file with mode: 0644]
tests/ui/moves/pin-mut-reborrow-infer-var-issue-107419.stderr [new file with mode: 0644]
tests/ui/mut/mut-cross-borrowing.stderr
tests/ui/mut/mut-pattern-internal-mutability.stderr
tests/ui/mutexguard-sync.rs [deleted file]
tests/ui/mutexguard-sync.stderr [deleted file]
tests/ui/native-library-link-flags/mix-bundle-and-whole-archive-link-attr.rs
tests/ui/native-library-link-flags/mix-bundle-and-whole-archive-link-attr.stderr
tests/ui/native-library-link-flags/mix-bundle-and-whole-archive.rs
tests/ui/native-library-link-flags/mix-bundle-and-whole-archive.stderr
tests/ui/never_type/diverging-tuple-parts-39485.stderr
tests/ui/never_type/issue-10176.rs
tests/ui/never_type/issue-10176.stderr
tests/ui/never_type/issue-52443.stderr
tests/ui/never_type/issue-96335.stderr
tests/ui/nll/borrowed-local-error.stderr
tests/ui/nll/borrowed-match-issue-45045.stderr
tests/ui/nll/capture-ref-in-struct.stderr
tests/ui/nll/closure-access-spans.stderr
tests/ui/nll/closure-borrow-spans.stderr
tests/ui/nll/closure-requirements/escape-argument.stderr
tests/ui/nll/closure-requirements/propagate-approximated-shorter-to-static-comparing-against-free.stderr
tests/ui/nll/closure-requirements/type-test-subject-non-trivial-region.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/type-test-subject-opaque-1.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/type-test-subject-opaque-2.rs [new file with mode: 0644]
tests/ui/nll/closure-requirements/type-test-subject-unnamed-region.rs [new file with mode: 0644]
tests/ui/nll/closure-use-spans.stderr
tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy-proj.stderr
tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy.stderr
tests/ui/nll/dont-print-desugared.stderr
tests/ui/nll/drop-no-may-dangle.stderr
tests/ui/nll/guarantor-issue-46974.stderr
tests/ui/nll/issue-27282-move-ref-mut-into-guard.stderr
tests/ui/nll/issue-27282-mutation-in-guard.stderr
tests/ui/nll/issue-27583.rs [new file with mode: 0644]
tests/ui/nll/issue-27868.stderr
tests/ui/nll/issue-46036.stderr
tests/ui/nll/issue-48179.rs [new file with mode: 0644]
tests/ui/nll/issue-48803.stderr
tests/ui/nll/issue-52057.rs
tests/ui/nll/issue-52534-2.stderr
tests/ui/nll/issue-52663-trait-object.stderr
tests/ui/nll/issue-54382-use-span-of-tail-of-block.stderr
tests/ui/nll/issue-54556-niconii.stderr
tests/ui/nll/issue-54556-stephaneyfx.stderr
tests/ui/nll/issue-54556-temps-in-tail-diagnostic.stderr
tests/ui/nll/issue-54556-used-vs-unused-tails.stderr
tests/ui/nll/issue-54556-wrap-it-up.stderr
tests/ui/nll/issue-55511.stderr
tests/ui/nll/issue-57642-higher-ranked-subtype.stderr
tests/ui/nll/issue-57989.stderr
tests/ui/nll/issue-68550.stderr
tests/ui/nll/issue-69114-static-mut-ty.stderr
tests/ui/nll/issue-69114-static-ty.stderr
tests/ui/nll/issue-73159-rpit-static.stderr
tests/ui/nll/issue-75777.rs [new file with mode: 0644]
tests/ui/nll/issue-75777.stderr [new file with mode: 0644]
tests/ui/nll/loan_ends_mid_block_pair.stderr
tests/ui/nll/local-outlives-static-via-hrtb.stderr
tests/ui/nll/match-cfg-fake-edges2.stderr
tests/ui/nll/match-guards-always-borrow.stderr
tests/ui/nll/match-guards-partially-borrow.stderr
tests/ui/nll/match-on-borrowed.stderr
tests/ui/nll/maybe-initialized-drop-implicit-fragment-drop.stderr
tests/ui/nll/maybe-initialized-drop-with-fragment.stderr
tests/ui/nll/maybe-initialized-drop-with-uninitialized-fragments.stderr
tests/ui/nll/maybe-initialized-drop.stderr
tests/ui/nll/member-constraints/min-choice-reject-ambiguous.rs [new file with mode: 0644]
tests/ui/nll/member-constraints/min-choice-reject-ambiguous.stderr [new file with mode: 0644]
tests/ui/nll/member-constraints/min-choice.rs [new file with mode: 0644]
tests/ui/nll/member-constraints/nested-impl-trait-fail.rs [new file with mode: 0644]
tests/ui/nll/member-constraints/nested-impl-trait-fail.stderr [new file with mode: 0644]
tests/ui/nll/member-constraints/nested-impl-trait-pass.rs [new file with mode: 0644]
tests/ui/nll/outlives-suggestion-simple.stderr
tests/ui/nll/polonius/polonius-smoke-test.stderr
tests/ui/nll/promoted-bounds.stderr
tests/ui/nll/reference-carried-through-struct-field.stderr
tests/ui/nll/relate_tys/var-appears-twice.stderr
tests/ui/nll/ty-outlives/impl-trait-captures.stderr
tests/ui/nll/ty-outlives/projection-one-region-closure.stderr
tests/ui/nll/ty-outlives/projection-one-region-trait-bound-closure.stderr
tests/ui/nll/ty-outlives/projection-two-region-trait-bound-closure.stderr
tests/ui/nll/user-annotations/adt-brace-enums.stderr
tests/ui/nll/user-annotations/adt-brace-structs.stderr
tests/ui/nll/user-annotations/adt-nullary-enums.stderr
tests/ui/nll/user-annotations/adt-tuple-enums.stderr
tests/ui/nll/user-annotations/adt-tuple-struct-calls.stderr
tests/ui/nll/user-annotations/adt-tuple-struct.stderr
tests/ui/nll/user-annotations/cast_static_lifetime.stderr
tests/ui/nll/user-annotations/constant-in-expr-inherent-2.stderr
tests/ui/nll/user-annotations/fns.stderr
tests/ui/nll/user-annotations/method-call.stderr
tests/ui/nll/user-annotations/method-ufcs-1.stderr
tests/ui/nll/user-annotations/method-ufcs-2.stderr
tests/ui/nll/user-annotations/method-ufcs-3.stderr
tests/ui/nll/user-annotations/method-ufcs-inherent-1.stderr
tests/ui/nll/user-annotations/method-ufcs-inherent-2.stderr
tests/ui/nll/user-annotations/method-ufcs-inherent-3.stderr
tests/ui/nll/user-annotations/method-ufcs-inherent-4.stderr
tests/ui/nll/user-annotations/normalization.stderr
tests/ui/nll/user-annotations/pattern_substs_on_brace_enum_variant.stderr
tests/ui/nll/user-annotations/pattern_substs_on_brace_struct.stderr
tests/ui/nll/user-annotations/pattern_substs_on_tuple_enum_variant.stderr
tests/ui/nll/user-annotations/pattern_substs_on_tuple_struct.stderr
tests/ui/nll/user-annotations/patterns.stderr
tests/ui/nll/user-annotations/promoted-annotation.stderr
tests/ui/nll/user-annotations/type_ascription_static_lifetime.stderr
tests/ui/noexporttypeexe.rs
tests/ui/noexporttypeexe.stderr
tests/ui/non-ice-error-on-worker-io-fail.rs [deleted file]
tests/ui/non-ice-error-on-worker-io-fail.stderr [deleted file]
tests/ui/numbers-arithmetic/issue-105626.rs [new file with mode: 0644]
tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs
tests/ui/object-pointer-types.stderr
tests/ui/object-safety/object-safety-supertrait-mentions-GAT.stderr
tests/ui/optimization-remark.rs
tests/ui/or-patterns/already-bound-name.stderr
tests/ui/or-patterns/nested-undelimited-precedence.stderr
tests/ui/packed/issue-27060-rpass.rs [deleted file]
tests/ui/packed/issue-27060-rpass.stderr [deleted file]
tests/ui/packed/issue-27060.rs
tests/ui/packed/issue-27060.stderr
tests/ui/packed/packed-struct-borrow-element-64bit.rs
tests/ui/packed/packed-struct-borrow-element-64bit.stderr
tests/ui/packed/packed-struct-borrow-element.rs
tests/ui/packed/packed-struct-borrow-element.stderr
tests/ui/panics/default-backtrace-ice.stderr
tests/ui/parser/anon-enums-are-ambiguous.rs [new file with mode: 0644]
tests/ui/parser/bastion-of-the-turbofish.rs
tests/ui/parser/deli-ident-issue-1.rs [new file with mode: 0644]
tests/ui/parser/deli-ident-issue-1.stderr [new file with mode: 0644]
tests/ui/parser/deli-ident-issue-2.rs [new file with mode: 0644]
tests/ui/parser/deli-ident-issue-2.stderr [new file with mode: 0644]
tests/ui/parser/do-not-suggest-semicolon-before-array.rs
tests/ui/parser/do-not-suggest-semicolon-before-array.stderr
tests/ui/parser/fn-header-semantic-fail.stderr
tests/ui/parser/issue-102806.stderr
tests/ui/parser/issue-103451.rs
tests/ui/parser/issue-103451.stderr
tests/ui/parser/issue-107705.rs [new file with mode: 0644]
tests/ui/parser/issue-107705.stderr [new file with mode: 0644]
tests/ui/parser/issue-108495-dec.rs [new file with mode: 0644]
tests/ui/parser/issue-108495-dec.stderr [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue-1.rs [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue-1.stderr [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue-2.rs [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue-2.stderr [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue-3.rs [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue-3.stderr [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue.rs [new file with mode: 0644]
tests/ui/parser/issue-68987-unmatch-issue.stderr [new file with mode: 0644]
tests/ui/parser/issue-81804.rs
tests/ui/parser/issue-81804.stderr
tests/ui/parser/issue-81827.rs
tests/ui/parser/issue-81827.stderr
tests/ui/parser/issues/issue-104367.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-104367.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-105209.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-105209.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-10636-2.rs
tests/ui/parser/issues/issue-10636-2.stderr
tests/ui/parser/issues/issue-44406.stderr
tests/ui/parser/issues/issue-58094-missing-right-square-bracket.rs
tests/ui/parser/issues/issue-58094-missing-right-square-bracket.stderr
tests/ui/parser/issues/issue-58856-1.rs
tests/ui/parser/issues/issue-58856-1.stderr
tests/ui/parser/issues/issue-58856-2.rs
tests/ui/parser/issues/issue-58856-2.stderr
tests/ui/parser/issues/issue-60075.rs
tests/ui/parser/issues/issue-60075.stderr
tests/ui/parser/issues/issue-62524.rs
tests/ui/parser/issues/issue-62524.stderr
tests/ui/parser/issues/issue-62546.rs
tests/ui/parser/issues/issue-62546.stderr
tests/ui/parser/issues/issue-62554.rs
tests/ui/parser/issues/issue-62554.stderr
tests/ui/parser/issues/issue-62881.rs
tests/ui/parser/issues/issue-62881.stderr
tests/ui/parser/issues/issue-62894.rs
tests/ui/parser/issues/issue-62894.stderr
tests/ui/parser/issues/issue-62895.rs
tests/ui/parser/issues/issue-62895.stderr
tests/ui/parser/issues/issue-62973.rs
tests/ui/parser/issues/issue-62973.stderr
tests/ui/parser/issues/issue-63116.rs
tests/ui/parser/issues/issue-63116.stderr
tests/ui/parser/issues/issue-63135.rs
tests/ui/parser/issues/issue-63135.stderr
tests/ui/parser/issues/issue-66357-unexpected-unreachable.rs
tests/ui/parser/issues/issue-66357-unexpected-unreachable.stderr
tests/ui/parser/issues/issue-67377-invalid-syntax-in-enum-discriminant.rs
tests/ui/parser/issues/issue-67377-invalid-syntax-in-enum-discriminant.stderr
tests/ui/parser/issues/issue-68629.rs
tests/ui/parser/issues/issue-68629.stderr
tests/ui/parser/issues/issue-69259.rs [new file with mode: 0644]
tests/ui/parser/issues/issue-69259.stderr [new file with mode: 0644]
tests/ui/parser/issues/issue-70583-block-is-empty-1.stderr
tests/ui/parser/issues/issue-70583-block-is-empty-2.stderr
tests/ui/parser/issues/issue-84104.rs
tests/ui/parser/issues/issue-84104.stderr
tests/ui/parser/issues/issue-84148-2.rs
tests/ui/parser/issues/issue-84148-2.stderr
tests/ui/parser/issues/issue-87086-colon-path-sep.rs
tests/ui/parser/issues/issue-87086-colon-path-sep.stderr
tests/ui/parser/issues/issue-87812-path.stderr
tests/ui/parser/issues/issue-88770.rs
tests/ui/parser/issues/issue-88770.stderr
tests/ui/parser/macro-mismatched-delim-paren-brace.stderr
tests/ui/parser/match-arm-without-braces.stderr
tests/ui/parser/mbe_missing_right_paren.rs
tests/ui/parser/mbe_missing_right_paren.stderr
tests/ui/parser/mismatched-braces/missing-close-brace-in-impl-trait.rs
tests/ui/parser/mismatched-braces/missing-close-brace-in-impl-trait.stderr
tests/ui/parser/mismatched-braces/missing-close-brace-in-struct.rs
tests/ui/parser/mismatched-braces/missing-close-brace-in-struct.stderr
tests/ui/parser/mismatched-braces/missing-close-brace-in-trait.rs
tests/ui/parser/mismatched-braces/missing-close-brace-in-trait.stderr
tests/ui/parser/missing-closing-angle-bracket-eq-constraint.rs
tests/ui/parser/missing-closing-angle-bracket-eq-constraint.stderr
tests/ui/parser/missing-expression-in-for-loop.rs [new file with mode: 0644]
tests/ui/parser/missing-expression-in-for-loop.stderr [new file with mode: 0644]
tests/ui/parser/missing_right_paren.rs
tests/ui/parser/missing_right_paren.stderr
tests/ui/parser/parser-recovery-1.rs
tests/ui/parser/parser-recovery-1.stderr
tests/ui/parser/parser-recovery-2.rs
tests/ui/parser/parser-recovery-2.stderr
tests/ui/parser/raw/too-many-hash.rs [new file with mode: 0644]
tests/ui/parser/raw/too-many-hash.stderr [new file with mode: 0644]
tests/ui/parser/recover-fn-ptr-with-generics.stderr
tests/ui/parser/recover-quantified-closure.rs
tests/ui/parser/recover-quantified-closure.stderr
tests/ui/parser/recover-range-pats.stderr
tests/ui/parser/suggest_misplaced_generics/enum.fixed [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/enum.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/enum.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/existing_generics.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/existing_generics.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-complex-generics.fixed [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-complex-generics.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-complex-generics.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-invalid-generics.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-invalid-generics.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-simple.fixed [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-simple.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/fn-simple.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/struct.fixed [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/struct.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/struct.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/trait.fixed [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/trait.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/trait.stderr [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/type.fixed [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/type.rs [new file with mode: 0644]
tests/ui/parser/suggest_misplaced_generics/type.stderr [new file with mode: 0644]
tests/ui/parser/trait-object-delimiters.rs
tests/ui/parser/trait-object-delimiters.stderr
tests/ui/parser/type-ascription-in-pattern.rs [new file with mode: 0644]
tests/ui/parser/type-ascription-in-pattern.stderr [new file with mode: 0644]
tests/ui/parser/unclosed-delimiter-in-dep.rs
tests/ui/parser/unclosed-delimiter-in-dep.stderr
tests/ui/parser/use-unclosed-brace.rs
tests/ui/parser/use-unclosed-brace.stderr
tests/ui/pattern/bindings-after-at/bind-by-move-neither-can-live-while-the-other-survives-1.stderr
tests/ui/pattern/bindings-after-at/borrowck-pat-at-and-box.stderr
tests/ui/pattern/bindings-after-at/borrowck-pat-by-move-and-ref.stderr
tests/ui/pattern/bindings-after-at/borrowck-pat-ref-mut-and-ref.stderr
tests/ui/pattern/bindings-after-at/borrowck-pat-ref-mut-twice.stderr
tests/ui/pattern/bindings-after-at/default-binding-modes-both-sides-independent.stderr
tests/ui/pattern/for-loop-bad-item.stderr
tests/ui/pattern/issue-67037-pat-tup-scrut-ty-diff-less-fields.stderr
tests/ui/pattern/move-ref-patterns/borrowck-move-ref-pattern.stderr
tests/ui/pattern/pat-struct-field-expr-has-type.stderr
tests/ui/pattern/pat-type-err-formal-param.stderr
tests/ui/pattern/pat-type-err-let-stmt.stderr
tests/ui/pattern/pattern-error-continue.rs
tests/ui/pattern/pattern-error-continue.stderr
tests/ui/pattern/pattern-ident-path-generics.stderr
tests/ui/pattern/pattern-tyvar.stderr
tests/ui/point-to-type-err-cause-on-impl-trait-return-2.stderr
tests/ui/print_type_sizes/async.stdout
tests/ui/print_type_sizes/generator.stdout
tests/ui/print_type_sizes/generator_discr_placement.stdout
tests/ui/privacy/privacy1.rs
tests/ui/privacy/privacy1.stderr
tests/ui/privacy/private-impl-method.rs
tests/ui/privacy/private-impl-method.stderr
tests/ui/privacy/private-in-public-ill-formed.stderr
tests/ui/privacy/private-method-cross-crate.rs
tests/ui/privacy/private-method-cross-crate.stderr
tests/ui/privacy/private-method-inherited.rs
tests/ui/privacy/private-method-inherited.stderr
tests/ui/privacy/private-method.rs
tests/ui/privacy/private-method.stderr
tests/ui/privacy/restricted/test.stderr
tests/ui/proc-macro/allowed-signatures.rs [new file with mode: 0644]
tests/ui/proc-macro/break-token-spans.stderr
tests/ui/proc-macro/crt-static.rs
tests/ui/proc-macro/issue-37788.stderr
tests/ui/proc-macro/proc-macro-abi.rs [new file with mode: 0644]
tests/ui/proc-macro/proc-macro-abi.stderr [new file with mode: 0644]
tests/ui/proc-macro/resolved-located-at.stderr
tests/ui/proc-macro/signature-proc-macro-attribute.rs [new file with mode: 0644]
tests/ui/proc-macro/signature-proc-macro-attribute.stderr [new file with mode: 0644]
tests/ui/proc-macro/signature-proc-macro-derive.rs [new file with mode: 0644]
tests/ui/proc-macro/signature-proc-macro-derive.stderr [new file with mode: 0644]
tests/ui/proc-macro/signature-proc-macro.rs [new file with mode: 0644]
tests/ui/proc-macro/signature-proc-macro.stderr [new file with mode: 0644]
tests/ui/proc-macro/signature.rs
tests/ui/proc-macro/signature.stderr
tests/ui/process/process-sigpipe.rs
tests/ui/pub/pub-ident-fn-3.rs [deleted file]
tests/ui/pub/pub-ident-fn-3.stderr [deleted file]
tests/ui/pub/pub-ident-fn-or-struct-2.rs [deleted file]
tests/ui/pub/pub-ident-fn-or-struct-2.stderr [deleted file]
tests/ui/pub/pub-ident-struct-2.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-2.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-3.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-3.stderr [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-4.fixed [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-4.rs [new file with mode: 0644]
tests/ui/pub/pub-ident-struct-4.stderr [new file with mode: 0644]
tests/ui/query-system/no-query-in-printing-during-query-descr.rs [new file with mode: 0644]
tests/ui/query-system/no-query-in-printing-during-query-descr.stderr [new file with mode: 0644]
tests/ui/range/issue-54505-no-literals.stderr
tests/ui/range/issue-54505-no-std.stderr
tests/ui/range/issue-54505.stderr
tests/ui/range/issue-73553-misinterp-range-literal.stderr
tests/ui/recursion/issue-83150.stderr
tests/ui/recursion_limit/issue-105700.rs [new file with mode: 0644]
tests/ui/recursion_limit/issue-105700.stderr [new file with mode: 0644]
tests/ui/recursion_limit/issue-40003.rs [new file with mode: 0644]
tests/ui/regions/do-not-suggest-adding-bound-to-opaque-type.stderr
tests/ui/regions/higher-ranked-implied.rs [new file with mode: 0644]
tests/ui/regions/higher-ranked-implied.stderr [new file with mode: 0644]
tests/ui/regions/issue-102374.stderr
tests/ui/regions/region-lifetime-bounds-on-fns-where-clause.stderr
tests/ui/regions/region-multiple-lifetime-bounds-on-fns-where-clause.stderr
tests/ui/regions/regions-addr-of-arg.stderr
tests/ui/regions/regions-early-bound-error-method.stderr
tests/ui/regions/regions-fn-subtyping-return-static-fail.stderr
tests/ui/regions/regions-free-region-ordering-caller1.stderr
tests/ui/regions/regions-free-region-ordering-incorrect.stderr
tests/ui/regions/regions-free-region-outlives-static-outlives-free-region.rs
tests/ui/regions/regions-free-region-outlives-static-outlives-free-region.stderr
tests/ui/regions/regions-infer-proc-static-upvar.stderr
tests/ui/regions/regions-lifetime-bounds-on-fns.stderr
tests/ui/regions/regions-mock-codegen.rs
tests/ui/regions/regions-nested-fns.stderr
tests/ui/regions/regions-pattern-typing-issue-19552.stderr
tests/ui/regions/regions-pattern-typing-issue-19997.stderr
tests/ui/regions/regions-static-bound-rpass.rs
tests/ui/regions/regions-static-bound-rpass.stderr
tests/ui/regions/regions-static-bound.rs
tests/ui/regions/regions-static-bound.stderr
tests/ui/regions/resolve-re-error-ice.rs [new file with mode: 0644]
tests/ui/regions/resolve-re-error-ice.stderr [new file with mode: 0644]
tests/ui/reify-intrinsic.stderr
tests/ui/repeat-expr/repeat_count.rs
tests/ui/repeat-expr/repeat_count.stderr
tests/ui/repr/16-bit-repr-c-enum.rs [new file with mode: 0644]
tests/ui/resolve/issue-108529.rs [new file with mode: 0644]
tests/ui/resolve/issue-108529.stderr [new file with mode: 0644]
tests/ui/resolve/name-clash-nullary.stderr
tests/ui/resolve/privacy-enum-ctor.stderr
tests/ui/resolve/resolve-inconsistent-names.stderr
tests/ui/resolve/resolve-primitive-fallback.stderr
tests/ui/resolve/token-error-correct-2.rs
tests/ui/resolve/token-error-correct-2.stderr
tests/ui/resolve/token-error-correct-3.rs
tests/ui/resolve/token-error-correct-3.stderr
tests/ui/resolve/token-error-correct-4.fixed [deleted file]
tests/ui/resolve/token-error-correct-4.rs
tests/ui/resolve/token-error-correct-4.stderr
tests/ui/resolve/token-error-correct.rs
tests/ui/resolve/token-error-correct.stderr
tests/ui/return/return-type.stderr
tests/ui/return/tail-expr-as-potential-return.stderr
tests/ui/rfc-2005-default-binding-mode/const.stderr
tests/ui/rfc-2005-default-binding-mode/lit.stderr
tests/ui/rfc-2008-non-exhaustive/borrowck-non-exhaustive.stderr
tests/ui/rfc-2008-non-exhaustive/uninhabited/coercions.stderr
tests/ui/rfc-2008-non-exhaustive/uninhabited/coercions_same_crate.stderr
tests/ui/rfc-2091-track-caller/call-chain.rs
tests/ui/rfc-2091-track-caller/error-with-main.stderr
tests/ui/rfc-2294-if-let-guard/typeck.stderr
tests/ui/rfc-2457/mod_file_nonascii_forbidden.stderr
tests/ui/rfc-2497-if-let-chains/disallowed-positions.stderr
tests/ui/rfc-2497-if-let-chains/ensure-that-let-else-does-not-interact-with-let-chains.stderr
tests/ui/rfc-2632-const-trait-impl/const-closure-parse-not-item.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-with-params.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/do-not-const-check-override.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/do-not-const-check.rs [new file with mode: 0644]
tests/ui/rfc-2632-const-trait-impl/function-pointer-does-not-require-const.rs [new file with mode: 0644]
tests/ui/rfcs/rfc-2396-target_feature-11/fn-ptr.mir.stderr
tests/ui/rfcs/rfc-2396-target_feature-11/fn-ptr.thir.stderr
tests/ui/rfcs/rfc-2528-type-changing-struct-update/feature-gate.stderr
tests/ui/rfcs/rfc-2528-type-changing-struct-update/issue-92010-trait-bound-not-satisfied.stderr
tests/ui/rfcs/rfc-2528-type-changing-struct-update/lifetime-update.stderr
tests/ui/rfcs/rfc-2528-type-changing-struct-update/type-generic-update.stderr
tests/ui/runtime/out-of-stack.rs
tests/ui/runtime/signal-alternate-stack-cleanup.rs
tests/ui/rust-2018/edition-lint-infer-outlives-multispan.rs
tests/ui/rust-2018/edition-lint-infer-outlives-multispan.stderr
tests/ui/rust-2018/edition-lint-infer-outlives.fixed
tests/ui/rust-2018/edition-lint-infer-outlives.rs
tests/ui/rust-2018/edition-lint-infer-outlives.stderr
tests/ui/rust-2018/remove-extern-crate.fixed
tests/ui/rust-2018/remove-extern-crate.rs
tests/ui/rust-2018/remove-extern-crate.stderr
tests/ui/sanitize/cfg-kasan.rs [new file with mode: 0644]
tests/ui/sanitize/memory-eager.rs
tests/ui/save-analysis/emit-notifications.polonius.stderr [deleted file]
tests/ui/save-analysis/emit-notifications.rs [deleted file]
tests/ui/save-analysis/emit-notifications.stderr [deleted file]
tests/ui/save-analysis/issue-26459.rs [deleted file]
tests/ui/save-analysis/issue-26459.stderr [deleted file]
tests/ui/save-analysis/issue-37323.rs [deleted file]
tests/ui/save-analysis/issue-59134-0.rs [deleted file]
tests/ui/save-analysis/issue-59134-0.stderr [deleted file]
tests/ui/save-analysis/issue-59134-1.rs [deleted file]
tests/ui/save-analysis/issue-59134-1.stderr [deleted file]
tests/ui/save-analysis/issue-63663.rs [deleted file]
tests/ui/save-analysis/issue-64659.rs [deleted file]
tests/ui/save-analysis/issue-65411.rs [deleted file]
tests/ui/save-analysis/issue-65590.rs [deleted file]
tests/ui/save-analysis/issue-68621.rs [deleted file]
tests/ui/save-analysis/issue-68621.stderr [deleted file]
tests/ui/save-analysis/issue-72267.rs [deleted file]
tests/ui/save-analysis/issue-72267.stderr [deleted file]
tests/ui/save-analysis/issue-73020.rs [deleted file]
tests/ui/save-analysis/issue-73020.stderr [deleted file]
tests/ui/save-analysis/issue-73022.rs [deleted file]
tests/ui/save-analysis/issue-89066.rs [deleted file]
tests/ui/save-analysis/issue-89066.stderr [deleted file]
tests/ui/self/arbitrary_self_types_pin_lifetime_impl_trait-async.stderr
tests/ui/self/arbitrary_self_types_pin_lifetime_impl_trait.stderr
tests/ui/self/arbitrary_self_types_pin_lifetime_mismatch-async.stderr
tests/ui/self/arbitrary_self_types_pin_lifetime_mismatch.stderr
tests/ui/self/arbitrary_self_types_pointers_and_wrappers.rs
tests/ui/self/elision/lt-ref-self-async.stderr
tests/ui/self/elision/lt-ref-self.stderr
tests/ui/self/elision/ref-mut-self-async.stderr
tests/ui/self/elision/ref-mut-self.stderr
tests/ui/self/elision/ref-mut-struct-async.stderr
tests/ui/self/elision/ref-mut-struct.stderr
tests/ui/self/elision/ref-self-async.stderr
tests/ui/self/elision/ref-self.stderr
tests/ui/self/elision/ref-struct-async.stderr
tests/ui/self/elision/ref-struct.stderr
tests/ui/self/issue-61882-2.stderr
tests/ui/self/issue-61882.stderr
tests/ui/seq-args.rs
tests/ui/seq-args.stderr
tests/ui/simd/intrinsic/generic-cast-pass.rs
tests/ui/simd/intrinsic/generic-gather-pass.rs
tests/ui/simd/issue-89193.rs
tests/ui/single-use-lifetime/issue-107998.rs [new file with mode: 0644]
tests/ui/single-use-lifetime/issue-107998.stderr [new file with mode: 0644]
tests/ui/slightly-nice-generic-literal-messages.rs
tests/ui/slightly-nice-generic-literal-messages.stderr
tests/ui/span/borrowck-call-is-borrow-issue-12224.stderr
tests/ui/span/borrowck-let-suggestion-suffixes.rs
tests/ui/span/borrowck-let-suggestion-suffixes.stderr
tests/ui/span/coerce-suggestions.stderr
tests/ui/span/destructor-restrictions.stderr
tests/ui/span/drop-location-span-error-rust-2021-incompatible-closure-captures-93117.rs
tests/ui/span/drop-location-span-error-rust-2021-incompatible-closure-captures-93117.stderr
tests/ui/span/dropck-object-cycle.stderr
tests/ui/span/dropck_arr_cycle_checked.stderr
tests/ui/span/dropck_direct_cycle_with_drop.stderr
tests/ui/span/dropck_misc_variants.stderr
tests/ui/span/dropck_vec_cycle_checked.stderr
tests/ui/span/issue-107353.rs [new file with mode: 0644]
tests/ui/span/issue-23338-locals-die-before-temps-of-body.stderr
tests/ui/span/issue-24805-dropck-child-has-items-via-parent.stderr
tests/ui/span/issue-24805-dropck-trait-has-items.stderr
tests/ui/span/issue-24895-copy-clone-dropck.stderr
tests/ui/span/issue-25199.stderr
tests/ui/span/issue-26656.stderr
tests/ui/span/issue-29106.stderr
tests/ui/span/issue-33884.stderr
tests/ui/span/issue-34264.stderr
tests/ui/span/issue-36537.stderr
tests/ui/span/issue-37767.stderr
tests/ui/span/issue-39018.stderr
tests/ui/span/issue-40157.stderr
tests/ui/span/issue-42234-unknown-receiver-type.full.stderr
tests/ui/span/issue-42234-unknown-receiver-type.generic_arg.stderr
tests/ui/span/issue28498-reject-lifetime-param.stderr
tests/ui/span/issue28498-reject-passed-to-fn.stderr
tests/ui/span/issue28498-reject-trait-bound.stderr
tests/ui/span/missing-unit-argument.stderr
tests/ui/span/mut-ptr-cant-outlive-ref.stderr
tests/ui/span/range-2.stderr
tests/ui/span/regionck-unboxed-closure-lifetimes.stderr
tests/ui/span/regions-close-over-type-parameter-2.stderr
tests/ui/span/regions-escape-loop-via-variable.stderr
tests/ui/span/regions-escape-loop-via-vec.stderr
tests/ui/span/regions-infer-borrow-scope-within-loop.stderr
tests/ui/span/send-is-not-static-ensures-scoping.stderr
tests/ui/span/send-is-not-static-std-sync-2.stderr
tests/ui/span/send-is-not-static-std-sync.stderr
tests/ui/span/type-annotations-needed-expr.stderr
tests/ui/span/vec-must-not-hide-type-from-dropck.stderr
tests/ui/span/vec_refs_data_with_early_death.stderr
tests/ui/span/wf-method-late-bound-regions.stderr
tests/ui/specialization/defaultimpl/specialization-no-default.stderr
tests/ui/specialization/issue-50452-fail.stderr
tests/ui/specialization/non-defaulted-item-fail.stderr
tests/ui/specialization/specialization-default-types.stderr
tests/ui/specialization/specialization-no-default.stderr
tests/ui/stability-attribute/unresolved_stability_lint.rs [new file with mode: 0644]
tests/ui/stability-attribute/unresolved_stability_lint.stderr [new file with mode: 0644]
tests/ui/static/bad-const-type.rs
tests/ui/static/bad-const-type.stderr
tests/ui/static/issue-5216.stderr
tests/ui/static/static-lifetime-bound.rs
tests/ui/static/static-lifetime-bound.stderr
tests/ui/static/static-reference-to-fn-1.stderr
tests/ui/statics/uninhabited-static.stderr
tests/ui/stats/hir-stats.rs
tests/ui/stats/hir-stats.stderr
tests/ui/stdlib-unit-tests/not-sync.stderr
tests/ui/str/str-lit-type-mismatch.stderr
tests/ui/structs-enums/rec-align-u64.rs
tests/ui/structs-enums/struct-enum-ignoring-field-with-underscore.rs
tests/ui/structs-enums/struct-enum-ignoring-field-with-underscore.stderr
tests/ui/structs/struct-base-wrong-type.stderr
tests/ui/structs/struct-path-associated-type.rs
tests/ui/structs/struct-path-associated-type.stderr
tests/ui/structs/struct-path-self-type-mismatch.stderr
tests/ui/structs/struct-record-suggestion.stderr
tests/ui/structs/structure-constructor-type-mismatch.rs
tests/ui/structs/structure-constructor-type-mismatch.stderr
tests/ui/suggest-null-ptr.fixed [new file with mode: 0644]
tests/ui/suggest-null-ptr.rs [new file with mode: 0644]
tests/ui/suggest-null-ptr.stderr [new file with mode: 0644]
tests/ui/suggestions/args-instead-of-tuple-errors.stderr
tests/ui/suggestions/args-instead-of-tuple.stderr
tests/ui/suggestions/as-ref.stderr
tests/ui/suggestions/assoc-const-without-self.rs [new file with mode: 0644]
tests/ui/suggestions/assoc-const-without-self.stderr [new file with mode: 0644]
tests/ui/suggestions/assoc-ct-for-assoc-method.stderr
tests/ui/suggestions/borrow-for-loop-head.stderr
tests/ui/suggestions/boxed-variant-field.stderr
tests/ui/suggestions/call-boxed.stderr
tests/ui/suggestions/chain-method-call-mutation-in-place.stderr
tests/ui/suggestions/clone-on-unconstrained-borrowed-type-param.stderr
tests/ui/suggestions/const-in-struct-pat.stderr
tests/ui/suggestions/constrain-suggest-ice.rs
tests/ui/suggestions/constrain-suggest-ice.stderr
tests/ui/suggestions/copied-and-cloned.stderr
tests/ui/suggestions/dont-suggest-deref-inside-macro-issue-58298.stderr
tests/ui/suggestions/dont-suggest-doc-hidden-variant-for-enum/hidden-child.stderr
tests/ui/suggestions/dont-suggest-doc-hidden-variant-for-enum/hidden-parent.stderr
tests/ui/suggestions/expected-boxed-future-isnt-pinned.stderr
tests/ui/suggestions/field-access.stderr
tests/ui/suggestions/fn-or-tuple-struct-without-args.stderr
tests/ui/suggestions/format-borrow.stderr
tests/ui/suggestions/if-then-neeing-semi.rs
tests/ui/suggestions/if-then-neeing-semi.stderr
tests/ui/suggestions/imm-ref-trait-object-literal-bound-regions.stderr
tests/ui/suggestions/impl-on-dyn-trait-with-implicit-static-bound.stderr
tests/ui/suggestions/into-convert.stderr
tests/ui/suggestions/issue-101065.stderr
tests/ui/suggestions/issue-101421.rs
tests/ui/suggestions/issue-101421.stderr
tests/ui/suggestions/issue-101465.stderr
tests/ui/suggestions/issue-101984.stderr
tests/ui/suggestions/issue-102892.stderr
tests/ui/suggestions/issue-104287.rs
tests/ui/suggestions/issue-104287.stderr
tests/ui/suggestions/issue-104961.fixed [new file with mode: 0644]
tests/ui/suggestions/issue-104961.rs [new file with mode: 0644]
tests/ui/suggestions/issue-104961.stderr [new file with mode: 0644]
tests/ui/suggestions/issue-105494.stderr
tests/ui/suggestions/issue-106443-sugg-clone-for-arg.stderr
tests/ui/suggestions/issue-52820.stderr
tests/ui/suggestions/issue-53692.stderr
tests/ui/suggestions/issue-59819.stderr
tests/ui/suggestions/issue-81839.stderr
tests/ui/suggestions/issue-83943.stderr
tests/ui/suggestions/issue-84973.stderr
tests/ui/suggestions/issue-85347.rs
tests/ui/suggestions/issue-85347.stderr
tests/ui/suggestions/issue-86100-tuple-paren-comma.stderr
tests/ui/suggestions/issue-89064.stderr
tests/ui/suggestions/issue-90213-expected-boxfuture-self-ice.stderr
tests/ui/suggestions/late-bound-in-borrow-closure-sugg.rs [new file with mode: 0644]
tests/ui/suggestions/late-bound-in-borrow-closure-sugg.stderr [new file with mode: 0644]
tests/ui/suggestions/lifetimes/missing-lifetimes-in-signature.stderr
tests/ui/suggestions/match-ergonomics.stderr
tests/ui/suggestions/match-prev-arm-needing-semi.rs
tests/ui/suggestions/match-prev-arm-needing-semi.stderr
tests/ui/suggestions/match-with-different-arm-types-as-stmt-instead-of-expr.stderr
tests/ui/suggestions/method-access-to-range-literal-typo.stderr
tests/ui/suggestions/missing-lifetime-specifier.rs
tests/ui/suggestions/missing-lifetime-specifier.stderr
tests/ui/suggestions/missing-type-param-used-in-param.stderr
tests/ui/suggestions/move-generic-to-trait-in-method-with-params.rs
tests/ui/suggestions/move-generic-to-trait-in-method-with-params.stderr
tests/ui/suggestions/mut-ref-reassignment.stderr
tests/ui/suggestions/opaque-type-error.stderr
tests/ui/suggestions/option-content-move2.stderr
tests/ui/suggestions/option-to-bool.stderr
tests/ui/suggestions/recover-from-semicolon-trailing-item.stderr
tests/ui/suggestions/recover-invalid-float-invalid.rs [new file with mode: 0644]
tests/ui/suggestions/recover-invalid-float-invalid.stderr [new file with mode: 0644]
tests/ui/suggestions/ref-pattern-binding.stderr
tests/ui/suggestions/restrict-existing-type-bounds.rs [new file with mode: 0644]
tests/ui/suggestions/restrict-existing-type-bounds.stderr [new file with mode: 0644]
tests/ui/suggestions/return-bindings.stderr
tests/ui/suggestions/shadowed-lplace-method-2.stderr
tests/ui/suggestions/shadowed-lplace-method.stderr
tests/ui/suggestions/sugg-else-for-closure.stderr
tests/ui/suggestions/suggest-box.stderr
tests/ui/suggestions/suggest-call-on-pat-mismatch.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-call-on-pat-mismatch.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-fn-ptr-for-fn-item-in-fn-ret.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-fn-ptr-for-fn-item-in-fn-ret.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-fn-ptr-for-fn-item-in-fn-ret.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-full-enum-variant-for-local-module.stderr
tests/ui/suggestions/suggest-remove-deref.fixed [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-deref.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-remove-deref.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-trait-in-ufcs-in-hrtb.rs [new file with mode: 0644]
tests/ui/suggestions/suggest-trait-in-ufcs-in-hrtb.stderr [new file with mode: 0644]
tests/ui/suggestions/suggest-using-chars.stderr
tests/ui/suggestions/trait-hidden-method.rs [new file with mode: 0644]
tests/ui/suggestions/trait-hidden-method.stderr [new file with mode: 0644]
tests/ui/suggestions/trait-with-missing-associated-type-restriction.stderr
tests/ui/suggestions/type-ascription-instead-of-path-in-type.stderr
tests/ui/suggestions/type-mismatch-byte-literal.rs
tests/ui/suggestions/type-mismatch-byte-literal.stderr
tests/ui/suggestions/unnecessary_dot_for_floating_point_literal.stderr
tests/ui/suggestions/use-type-argument-instead-of-assoc-type.rs
tests/ui/suggestions/use-type-argument-instead-of-assoc-type.stderr
tests/ui/suppressed-error.rs
tests/ui/suppressed-error.stderr
tests/ui/switched-expectations.stderr
tests/ui/symbol-names/basic.legacy.stderr
tests/ui/symbol-names/issue-60925.legacy.stderr
tests/ui/sync/mutexguard-sync.rs [new file with mode: 0644]
tests/ui/sync/mutexguard-sync.stderr [new file with mode: 0644]
tests/ui/sync/suggest-cell.rs [new file with mode: 0644]
tests/ui/sync/suggest-cell.stderr [new file with mode: 0644]
tests/ui/sync/suggest-once-cell.rs [new file with mode: 0644]
tests/ui/sync/suggest-once-cell.stderr [new file with mode: 0644]
tests/ui/sync/suggest-ref-cell.rs [new file with mode: 0644]
tests/ui/sync/suggest-ref-cell.stderr [new file with mode: 0644]
tests/ui/tag-that-dare-not-speak-its-name.rs
tests/ui/tag-that-dare-not-speak-its-name.stderr
tests/ui/terr-in-field.rs
tests/ui/terr-in-field.stderr
tests/ui/terr-sorts.stderr
tests/ui/thir-print/thir-flat.rs [new file with mode: 0644]
tests/ui/thir-print/thir-flat.stdout [new file with mode: 0644]
tests/ui/thir-print/thir-tree-match.rs [new file with mode: 0644]
tests/ui/thir-print/thir-tree-match.stdout [new file with mode: 0644]
tests/ui/thir-print/thir-tree.rs [new file with mode: 0644]
tests/ui/thir-print/thir-tree.stdout [new file with mode: 0644]
tests/ui/thir-tree.rs [deleted file]
tests/ui/thir-tree.stdout [deleted file]
tests/ui/thread-local/tls.rs
tests/ui/tool-attributes/auxiliary/p1.rs [new file with mode: 0644]
tests/ui/tool-attributes/auxiliary/p2.rs [new file with mode: 0644]
tests/ui/tool-attributes/duplicate-diagnostic.rs [new file with mode: 0644]
tests/ui/tool-attributes/duplicate-diagnostic.stderr [new file with mode: 0644]
tests/ui/track-diagnostics/track4.stderr
tests/ui/traits/alias/ambiguous.stderr
tests/ui/traits/alias/issue-107747-do-not-assemble-supertraits.rs [new file with mode: 0644]
tests/ui/traits/alias/issue-108072-unmet-trait-alias-bound.rs [new file with mode: 0644]
tests/ui/traits/alias/issue-108072-unmet-trait-alias-bound.stderr [new file with mode: 0644]
tests/ui/traits/alias/issue-108132-unmet-trait-alias-bound-on-generic-impl.rs [new file with mode: 0644]
tests/ui/traits/alias/issue-108132-unmet-trait-alias-bound-on-generic-impl.stderr [new file with mode: 0644]
tests/ui/traits/alias/issue-60755.rs [new file with mode: 0644]
tests/ui/traits/alias/self-in-generics.rs
tests/ui/traits/alias/self-in-generics.stderr
tests/ui/traits/associated_type_bound/check-trait-object-bounds-3.stderr
tests/ui/traits/coercion-generic-regions.stderr
tests/ui/traits/inductive-overflow/supertrait-auto-trait.stderr
tests/ui/traits/issue-103563.rs [new file with mode: 0644]
tests/ui/traits/issue-52893.stderr
tests/ui/traits/issue-68295.stderr
tests/ui/traits/issue-77982.stderr
tests/ui/traits/item-privacy.rs
tests/ui/traits/item-privacy.stderr
tests/ui/traits/method-private.stderr
tests/ui/traits/multidispatch-convert-ambig-dest.stderr
tests/ui/traits/negative-impls/negated-auto-traits-error.stderr
tests/ui/traits/negative-impls/no-items.stderr
tests/ui/traits/new-solver/alias_eq_cant_be_furthur_normalized.rs [new file with mode: 0644]
tests/ui/traits/new-solver/alias_eq_dont_use_normalizes_to_if_substs_eq.rs [new file with mode: 0644]
tests/ui/traits/new-solver/alias_eq_dont_use_normalizes_to_if_substs_eq.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/alias_eq_simple.rs [new file with mode: 0644]
tests/ui/traits/new-solver/alias_eq_substs_eq_not_intercrate.rs [new file with mode: 0644]
tests/ui/traits/new-solver/alias_eq_substs_eq_not_intercrate.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/async.fail.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/async.rs [new file with mode: 0644]
tests/ui/traits/new-solver/builtin-fn-must-return-sized.rs [new file with mode: 0644]
tests/ui/traits/new-solver/builtin-fn-must-return-sized.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/elaborate-item-bounds.rs [new file with mode: 0644]
tests/ui/traits/new-solver/fn-trait-closure.rs
tests/ui/traits/new-solver/generator.fail.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/generator.rs [new file with mode: 0644]
tests/ui/traits/new-solver/higher-ranked-dyn-bounds.rs [new file with mode: 0644]
tests/ui/traits/new-solver/more-object-bound.rs [new file with mode: 0644]
tests/ui/traits/new-solver/more-object-bound.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/normalizes_to_ignores_unnormalizable_candidate.rs [new file with mode: 0644]
tests/ui/traits/new-solver/normalizes_to_ignores_unnormalizable_candidate.self_infer.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/object-unsafety.rs [new file with mode: 0644]
tests/ui/traits/new-solver/object-unsafety.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/param-candidate-doesnt-shadow-project.rs [new file with mode: 0644]
tests/ui/traits/new-solver/pointee.rs [new file with mode: 0644]
tests/ui/traits/new-solver/pointer-like.rs [new file with mode: 0644]
tests/ui/traits/new-solver/pointer-like.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/pointer-sized.rs [deleted file]
tests/ui/traits/new-solver/pointer-sized.stderr [deleted file]
tests/ui/traits/new-solver/provisional-result-done.rs [new file with mode: 0644]
tests/ui/traits/new-solver/temporary-ambiguity.rs [new file with mode: 0644]
tests/ui/traits/new-solver/try-example.rs [new file with mode: 0644]
tests/ui/traits/new-solver/two-projection-param-candidates-are-ambiguous.rs [new file with mode: 0644]
tests/ui/traits/new-solver/two-projection-param-candidates-are-ambiguous.stderr [new file with mode: 0644]
tests/ui/traits/new-solver/unsafe-auto-trait-impl.rs [new file with mode: 0644]
tests/ui/traits/new-solver/unsize-good.rs [new file with mode: 0644]
tests/ui/traits/new-solver/upcast-right-substs.rs [new file with mode: 0644]
tests/ui/traits/new-solver/upcast-wrong-substs.rs [new file with mode: 0644]
tests/ui/traits/new-solver/upcast-wrong-substs.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/bad-sized-cond.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/bad-sized-cond.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/basic.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/basic.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/fail.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/fail.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/late-bound-in-anon-ct.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/late-bound-in-anon-ct.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/object-lifetime-default-for-late.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/object-lifetime-default-for-late.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/on-dyn.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/on-dyn.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/on-ptr.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/on-ptr.stderr [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/type-match-with-late-bound.rs [new file with mode: 0644]
tests/ui/traits/non_lifetime_binders/type-match-with-late-bound.stderr [new file with mode: 0644]
tests/ui/traits/object/enforce-supertrait-projection.stderr
tests/ui/traits/object/vs-lifetime.rs
tests/ui/traits/object/vs-lifetime.stderr
tests/ui/traits/suggest-deferences/issue-39029.stderr
tests/ui/traits/test-2.rs
tests/ui/traits/test-2.stderr
tests/ui/traits/trait-or-new-type-instead.stderr
tests/ui/traits/trait-upcasting/multiple_supertrait_upcastable.rs [new file with mode: 0644]
tests/ui/traits/trait-upcasting/multiple_supertrait_upcastable.stderr [new file with mode: 0644]
tests/ui/traits/unsend-future.rs [new file with mode: 0644]
tests/ui/traits/unsend-future.stderr [new file with mode: 0644]
tests/ui/traits/vtable/issue-97381.stderr
tests/ui/transmutability/arrays/should_require_well_defined_layout.stderr
tests/ui/transmutability/enums/repr/primitive_reprs_should_have_correct_length.stderr
tests/ui/transmutability/enums/repr/should_require_well_defined_layout.stderr
tests/ui/transmutability/enums/should_pad_variants.stderr
tests/ui/transmutability/enums/should_respect_endianness.stderr
tests/ui/transmutability/issue-101739-1.stderr
tests/ui/transmutability/issue-101739-2.rs
tests/ui/transmutability/issue-101739-2.stderr
tests/ui/transmutability/primitives/bool.stderr
tests/ui/transmutability/primitives/numbers.stderr
tests/ui/transmutability/primitives/unit.stderr
tests/ui/transmutability/references.stderr
tests/ui/transmutability/structs/repr/should_require_well_defined_layout.stderr
tests/ui/transmutability/unions/repr/should_require_well_defined_layout.stderr
tests/ui/transmutability/unions/should_pad_variants.stderr
tests/ui/transmutability/unions/should_reject_contraction.stderr
tests/ui/transmutability/unions/should_reject_disjoint.stderr
tests/ui/transmutability/unions/should_reject_intersecting.stderr
tests/ui/transmutability/visibility/should_reject_if_dst_has_private_field.stderr
tests/ui/transmutability/visibility/should_reject_if_dst_has_private_variant.stderr
tests/ui/transmutability/visibility/should_reject_if_dst_has_unreachable_field.stderr
tests/ui/transmutability/visibility/should_reject_if_dst_has_unreachable_ty.stderr
tests/ui/transmute/transmute-padding-ice.stderr
tests/ui/treat-err-as-bug/delay_span_bug.stderr
tests/ui/treat-err-as-bug/err.stderr
tests/ui/try-block/try-block-bad-lifetime.stderr
tests/ui/try-block/try-block-maybe-bad-lifetime.stderr
tests/ui/tuple/add-tuple-within-arguments.stderr
tests/ui/tuple/wrong_argument_ice-3.stderr
tests/ui/tuple/wrong_argument_ice-4.stderr
tests/ui/tuple/wrong_argument_ice.stderr
tests/ui/type-alias-enum-variants/enum-variant-generic-args.rs
tests/ui/type-alias-enum-variants/enum-variant-generic-args.stderr
tests/ui/type-alias-enum-variants/enum-variant-priority-higher-than-other-inherent.stderr
tests/ui/type-alias-impl-trait/bounds-are-checked.rs
tests/ui/type-alias-impl-trait/bounds-are-checked.stderr
tests/ui/type-alias-impl-trait/generic_nondefining_use.rs
tests/ui/type-alias-impl-trait/generic_nondefining_use.stderr
tests/ui/type-alias-impl-trait/generic_type_does_not_live_long_enough.rs
tests/ui/type-alias-impl-trait/generic_type_does_not_live_long_enough.stderr
tests/ui/type-alias-impl-trait/implied_lifetime_wf_check3.rs
tests/ui/type-alias-impl-trait/implied_lifetime_wf_check3.stderr
tests/ui/type-alias-impl-trait/imply_bounds_from_bounds_param.stderr
tests/ui/type-alias-impl-trait/issue-63279.rs
tests/ui/type-alias-impl-trait/issue-63279.stderr
tests/ui/type-alias-impl-trait/issue-65679-inst-opaque-ty-from-val-twice.rs
tests/ui/type-alias-impl-trait/issue-98604.rs
tests/ui/type-alias-impl-trait/issue-98604.stderr
tests/ui/type-alias-impl-trait/issue-98608.rs
tests/ui/type-alias-impl-trait/issue-98608.stderr
tests/ui/type-alias-impl-trait/match-unification.rs [new file with mode: 0644]
tests/ui/type-alias-impl-trait/missing_lifetime_bound.stderr
tests/ui/type-alias-impl-trait/type-alias-impl-trait-fn-type.stderr
tests/ui/type-alias-impl-trait/unnameable_type.stderr
tests/ui/type-inference/issue-30225.stderr
tests/ui/type-inference/sort_by_key.stderr
tests/ui/type/issue-91268.rs
tests/ui/type/issue-91268.stderr
tests/ui/type/type-ascription-instead-of-initializer.stderr
tests/ui/type/type-ascription-precedence.stderr
tests/ui/type/type-ascription-soundness.stderr
tests/ui/type/type-check/assignment-in-if.stderr
tests/ui/type/type-check/cannot_infer_local_or_vec.stderr
tests/ui/type/type-check/cannot_infer_local_or_vec_in_tuples.stderr
tests/ui/type/type-check/coerce-result-return-value-2.rs [new file with mode: 0644]
tests/ui/type/type-check/coerce-result-return-value-2.stderr [new file with mode: 0644]
tests/ui/type/type-check/coerce-result-return-value.fixed [new file with mode: 0644]
tests/ui/type/type-check/coerce-result-return-value.rs [new file with mode: 0644]
tests/ui/type/type-check/coerce-result-return-value.stderr [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference-2.stderr
tests/ui/type/type-check/point-at-inference-3.fixed
tests/ui/type/type-check/point-at-inference-3.rs
tests/ui/type/type-check/point-at-inference-3.stderr
tests/ui/type/type-check/point-at-inference-4.rs [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference-4.stderr [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference.fixed [new file with mode: 0644]
tests/ui/type/type-check/point-at-inference.rs
tests/ui/type/type-check/point-at-inference.stderr
tests/ui/type/type-mismatch-same-crate-name.rs
tests/ui/type/type-mismatch-same-crate-name.stderr
tests/ui/type/type-mismatch.stderr
tests/ui/type/wrong-call-return-type-due-to-generic-arg.stderr
tests/ui/typeck/assign-non-lval-derefmut.stderr
tests/ui/typeck/bad-type-in-vec-contains.rs [new file with mode: 0644]
tests/ui/typeck/bad-type-in-vec-contains.stderr [new file with mode: 0644]
tests/ui/typeck/bad-type-in-vec-push.rs [new file with mode: 0644]
tests/ui/typeck/bad-type-in-vec-push.stderr [new file with mode: 0644]
tests/ui/typeck/conversion-methods.stderr
tests/ui/typeck/deref-multi.stderr
tests/ui/typeck/explain_clone_autoref.rs
tests/ui/typeck/explain_clone_autoref.stderr
tests/ui/typeck/issue-100246.stderr
tests/ui/typeck/issue-104513-ice.stderr
tests/ui/typeck/issue-107087.rs [new file with mode: 0644]
tests/ui/typeck/issue-107087.stderr [new file with mode: 0644]
tests/ui/typeck/issue-107775.rs [new file with mode: 0644]
tests/ui/typeck/issue-107775.stderr [new file with mode: 0644]
tests/ui/typeck/issue-13853.stderr
tests/ui/typeck/issue-31173.stderr
tests/ui/typeck/issue-46112.stderr
tests/ui/typeck/issue-50687-ice-on-borrow.stderr
tests/ui/typeck/issue-53712.rs [new file with mode: 0644]
tests/ui/typeck/issue-53712.stderr [new file with mode: 0644]
tests/ui/typeck/issue-57673-ice-on-deref-of-boxed-trait.stderr
tests/ui/typeck/issue-67971.stderr
tests/ui/typeck/issue-75883.rs
tests/ui/typeck/issue-75883.stderr
tests/ui/typeck/issue-7813.rs [new file with mode: 0644]
tests/ui/typeck/issue-7813.stderr [new file with mode: 0644]
tests/ui/typeck/issue-84160.stderr
tests/ui/typeck/issue-84768.stderr
tests/ui/typeck/issue-89856.fixed [new file with mode: 0644]
tests/ui/typeck/issue-89856.rs
tests/ui/typeck/issue-89856.stderr
tests/ui/typeck/issue-90027-async-fn-return-suggestion.rs [new file with mode: 0644]
tests/ui/typeck/issue-90027-async-fn-return-suggestion.stderr [new file with mode: 0644]
tests/ui/typeck/issue-91334.rs
tests/ui/typeck/issue-91334.stderr
tests/ui/typeck/issue-91450-inner-ty-error.stderr
tests/ui/typeck/issue-92481.rs
tests/ui/typeck/issue-92481.stderr
tests/ui/typeck/issue-96530.stderr
tests/ui/typeck/lazy-norm/cast-checks-handling-projections.rs [new file with mode: 0644]
tests/ui/typeck/lazy-norm/cast-checks-handling-projections.stderr [new file with mode: 0644]
tests/ui/typeck/lazy-norm/equating-projection-cyclically.rs [new file with mode: 0644]
tests/ui/typeck/lazy-norm/equating-projection-cyclically.stderr [new file with mode: 0644]
tests/ui/typeck/remove-extra-argument.stderr
tests/ui/typeck/return_type_containing_closure.rs
tests/ui/typeck/return_type_containing_closure.stderr
tests/ui/typeck/struct-enum-wrong-args.stderr
tests/ui/typeck/typeck-builtin-bound-type-parameters.rs
tests/ui/typeck/typeck-builtin-bound-type-parameters.stderr
tests/ui/typeck/typeck_type_placeholder_item.rs
tests/ui/typeck/typeck_type_placeholder_item.stderr
tests/ui/typeck/typeck_type_placeholder_lifetime_1.rs
tests/ui/typeck/typeck_type_placeholder_lifetime_1.stderr
tests/ui/typeck/typeck_type_placeholder_lifetime_2.rs
tests/ui/typeck/typeck_type_placeholder_lifetime_2.stderr
tests/ui/typeck/typeck_type_placeholder_mismatch.rs
tests/ui/typeck/typeck_type_placeholder_mismatch.stderr
tests/ui/ufcs/ufcs-qpath-missing-params.rs
tests/ui/ufcs/ufcs-qpath-missing-params.stderr
tests/ui/ufcs/ufcs-qpath-self-mismatch.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-used-on-struct-1.rs
tests/ui/unboxed-closures/unboxed-closure-sugar-used-on-struct-1.stderr
tests/ui/unboxed-closures/unboxed-closure-sugar-used-on-struct.rs
tests/ui/unboxed-closures/unboxed-closure-sugar-used-on-struct.stderr
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-number-number-type-parameters-3.rs
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-number-number-type-parameters-3.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/unboxed-closures/unboxed-closure-sugar-wrong-trait.rs
tests/ui/unboxed-closures/unboxed-closure-sugar-wrong-trait.stderr
tests/ui/unboxed-closures/unboxed-closures-borrow-conflict.stderr
tests/ui/unboxed-closures/unboxed-closures-failed-recursive-fn-1.stderr
tests/ui/unboxed-closures/unboxed-closures-infer-fn-once-move-from-projection.stderr
tests/ui/unboxed-closures/unboxed-closures-static-call-wrong-trait.stderr
tests/ui/uninhabited/issue-107505.rs [new file with mode: 0644]
tests/ui/union/projection-as-union-type-error-2.rs [new file with mode: 0644]
tests/ui/union/projection-as-union-type-error-2.stderr [new file with mode: 0644]
tests/ui/union/projection-as-union-type-error.rs [new file with mode: 0644]
tests/ui/union/projection-as-union-type-error.stderr [new file with mode: 0644]
tests/ui/union/projection-as-union-type.rs [new file with mode: 0644]
tests/ui/unop-move-semantics.stderr
tests/ui/unpretty/ast-const-trait-bound.rs [new file with mode: 0644]
tests/ui/unpretty/ast-const-trait-bound.stdout [new file with mode: 0644]
tests/ui/unsized-locals/suggest-borrow.stderr
tests/ui/unsized/box-instead-of-dyn-fn.stderr
tests/ui/unsized/issue-71659.stderr
tests/ui/unsized/param-mentioned-by-different-field.stderr
tests/ui/unsized/unsized3-rpass.rs
tests/ui/variance/variance-associated-types.rs
tests/ui/variance/variance-associated-types.stderr
tests/ui/variance/variance-issue-20533.stderr
tests/ui/variance/variance-regions-direct.rs
tests/ui/variance/variance-regions-direct.stderr
tests/ui/variance/variance-regions-indirect.rs
tests/ui/variance/variance-regions-indirect.stderr
tests/ui/variance/variance-trait-object-bound.rs
tests/ui/variance/variance-trait-object-bound.stderr
tests/ui/variance/variance-types.rs
tests/ui/variance/variance-types.stderr
tests/ui/wait-forked-but-failed-child.rs
tests/ui/wf/wf-in-foreign-fn-decls-issue-80468.rs
tests/ui/wf/wf-in-foreign-fn-decls-issue-80468.stderr
tests/ui/wf/wf-unsafe-trait-obj-match.stderr
tests/ui/where-clauses/higher-ranked-fn-type.quiet.stderr
tests/ui/where-clauses/higher-ranked-fn-type.verbose.stderr
tests/ui/where-clauses/self-in-where-clause-allowed.rs [new file with mode: 0644]
tests/ui/where-clauses/self-in-where-clause-allowed.stderr [new file with mode: 0644]
tests/ui/while/while-else-err.rs [new file with mode: 0644]
tests/ui/while/while-else-err.stderr [new file with mode: 0644]
tests/ui/while/while-else-let-else-err.rs [new file with mode: 0644]
tests/ui/while/while-else-let-else-err.stderr [new file with mode: 0644]
tests/ui/wrong-mul-method-signature.stderr
tests/ui/xc-private-method2.rs
tests/ui/xc-private-method2.stderr
vendor/addr2line-0.17.0/.cargo-checksum.json [new file with mode: 0644]
vendor/addr2line-0.17.0/CHANGELOG.md [new file with mode: 0644]
vendor/addr2line-0.17.0/Cargo.lock [new file with mode: 0644]
vendor/addr2line-0.17.0/Cargo.toml [new file with mode: 0644]
vendor/addr2line-0.17.0/LICENSE-APACHE [new file with mode: 0644]
vendor/addr2line-0.17.0/LICENSE-MIT [new file with mode: 0644]
vendor/addr2line-0.17.0/README.md [new file with mode: 0644]
vendor/addr2line-0.17.0/bench.plot.r [new file with mode: 0644]
vendor/addr2line-0.17.0/benchmark.sh [new file with mode: 0755]
vendor/addr2line-0.17.0/coverage.sh [new file with mode: 0644]
vendor/addr2line-0.17.0/examples/addr2line.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/rustfmt.toml [new file with mode: 0644]
vendor/addr2line-0.17.0/src/function.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/src/lazy.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/src/lib.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/tests/correctness.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/tests/output_equivalence.rs [new file with mode: 0644]
vendor/addr2line-0.17.0/tests/parse.rs [new file with mode: 0644]
vendor/addr2line/.cargo-checksum.json
vendor/addr2line/CHANGELOG.md
vendor/addr2line/Cargo.lock
vendor/addr2line/Cargo.toml
vendor/addr2line/examples/addr2line.rs
vendor/addr2line/src/function.rs
vendor/addr2line/src/lazy.rs
vendor/addr2line/src/lib.rs
vendor/addr2line/tests/correctness.rs
vendor/addr2line/tests/output_equivalence.rs
vendor/addr2line/tests/parse.rs
vendor/ansi_term/.cargo-checksum.json [deleted file]
vendor/ansi_term/Cargo.lock [deleted file]
vendor/ansi_term/Cargo.toml [deleted file]
vendor/ansi_term/LICENCE [deleted file]
vendor/ansi_term/README.md [deleted file]
vendor/ansi_term/examples/256_colours.rs [deleted file]
vendor/ansi_term/examples/basic_colours.rs [deleted file]
vendor/ansi_term/examples/rgb_colours.rs [deleted file]
vendor/ansi_term/src/ansi.rs [deleted file]
vendor/ansi_term/src/debug.rs [deleted file]
vendor/ansi_term/src/difference.rs [deleted file]
vendor/ansi_term/src/display.rs [deleted file]
vendor/ansi_term/src/lib.rs [deleted file]
vendor/ansi_term/src/style.rs [deleted file]
vendor/ansi_term/src/util.rs [deleted file]
vendor/ansi_term/src/windows.rs [deleted file]
vendor/ansi_term/src/write.rs [deleted file]
vendor/anyhow/.cargo-checksum.json
vendor/anyhow/Cargo.toml
vendor/anyhow/README.md
vendor/anyhow/src/context.rs
vendor/anyhow/src/lib.rs
vendor/anyhow/tests/test_ensure.rs
vendor/anyhow/tests/ui/empty-ensure.stderr
vendor/anyhow/tests/ui/no-impl.stderr
vendor/anyhow/tests/ui/temporary-value.stderr
vendor/backtrace/.cargo-checksum.json
vendor/backtrace/Cargo.lock
vendor/backtrace/Cargo.toml
vendor/backtrace/src/backtrace/miri.rs
vendor/backtrace/src/print.rs
vendor/backtrace/src/symbolize/gimli.rs
vendor/backtrace/src/symbolize/gimli/libs_dl_iterate_phdr.rs
vendor/backtrace/src/symbolize/gimli/libs_macos.rs
vendor/backtrace/src/symbolize/gimli/macho.rs
vendor/backtrace/src/symbolize/gimli/parse_running_mmaps_unix.rs [new file with mode: 0644]
vendor/backtrace/src/windows.rs
vendor/backtrace/tests/common/mod.rs [new file with mode: 0644]
vendor/backtrace/tests/concurrent-panics.rs
vendor/backtrace/tests/current-exe-mismatch.rs [new file with mode: 0644]
vendor/backtrace/tests/skip_inner_frames.rs
vendor/camino/.cargo-checksum.json
vendor/camino/CHANGELOG.md
vendor/camino/Cargo.toml
vendor/camino/release.toml [new file with mode: 0644]
vendor/camino/src/lib.rs
vendor/camino/src/proptest_impls.rs
vendor/camino/tests/integration_tests.rs
vendor/cargo_metadata/.cargo-checksum.json
vendor/cargo_metadata/CHANGELOG.md [new file with mode: 0644]
vendor/cargo_metadata/Cargo.toml
vendor/cargo_metadata/src/errors.rs
vendor/cargo_metadata/src/lib.rs
vendor/cargo_metadata/src/messages.rs
vendor/cargo_metadata/tests/test_samples.rs
vendor/cc/.cargo-checksum.json
vendor/cc/Cargo.lock
vendor/cc/Cargo.toml
vendor/cc/src/lib.rs
vendor/compiler_builtins/.cargo-checksum.json
vendor/compiler_builtins/Cargo.lock
vendor/compiler_builtins/Cargo.toml
vendor/compiler_builtins/src/float/conv.rs
vendor/compiler_builtins/src/int/shift.rs
vendor/dissimilar/.cargo-checksum.json
vendor/dissimilar/Cargo.toml
vendor/dissimilar/LICENSE-APACHE
vendor/dissimilar/README.md
vendor/dissimilar/src/find.rs
vendor/dissimilar/src/lib.rs
vendor/dissimilar/src/range.rs
vendor/dissimilar/src/tests.rs
vendor/dissimilar/tests/test.rs
vendor/elsa/.cargo-checksum.json [new file with mode: 0644]
vendor/elsa/Cargo.lock [new file with mode: 0644]
vendor/elsa/Cargo.toml [new file with mode: 0644]
vendor/elsa/LICENSE-APACHE [new file with mode: 0644]
vendor/elsa/LICENSE-MIT [new file with mode: 0644]
vendor/elsa/README.md [new file with mode: 0644]
vendor/elsa/examples/arena.rs [new file with mode: 0644]
vendor/elsa/examples/fluentresource.rs [new file with mode: 0644]
vendor/elsa/examples/mutable_arena.rs [new file with mode: 0644]
vendor/elsa/examples/string_interner.rs [new file with mode: 0644]
vendor/elsa/examples/sync.rs [new file with mode: 0644]
vendor/elsa/src/index_map.rs [new file with mode: 0644]
vendor/elsa/src/index_set.rs [new file with mode: 0644]
vendor/elsa/src/lib.rs [new file with mode: 0644]
vendor/elsa/src/map.rs [new file with mode: 0644]
vendor/elsa/src/sync.rs [new file with mode: 0644]
vendor/elsa/src/vec.rs [new file with mode: 0644]
vendor/ena/.cargo-checksum.json
vendor/ena/Cargo.toml
vendor/ena/README.md
vendor/ena/src/unify/mod.rs
vendor/filetime/.cargo-checksum.json
vendor/filetime/Cargo.toml
vendor/filetime/src/unix/linux.rs
vendor/filetime/src/unix/mod.rs
vendor/flate2/.cargo-checksum.json
vendor/flate2/Cargo.lock
vendor/flate2/Cargo.toml
vendor/gimli-0.26.2/.cargo-checksum.json [new file with mode: 0644]
vendor/gimli-0.26.2/CHANGELOG.md [new file with mode: 0644]
vendor/gimli-0.26.2/CONTRIBUTING.md [new file with mode: 0644]
vendor/gimli-0.26.2/Cargo.lock [new file with mode: 0644]
vendor/gimli-0.26.2/Cargo.toml [new file with mode: 0644]
vendor/gimli-0.26.2/LICENSE-APACHE [new file with mode: 0644]
vendor/gimli-0.26.2/LICENSE-MIT [new file with mode: 0644]
vendor/gimli-0.26.2/README.md [new file with mode: 0644]
vendor/gimli-0.26.2/benches/bench.rs [new file with mode: 0644]
vendor/gimli-0.26.2/examples/dwarf-validate.rs [new file with mode: 0644]
vendor/gimli-0.26.2/examples/dwarfdump.rs [new file with mode: 0644]
vendor/gimli-0.26.2/examples/simple.rs [new file with mode: 0644]
vendor/gimli-0.26.2/examples/simple_line.rs [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/README.md [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_abbrev [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_aranges [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_info [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_inlined [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_line [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_loc [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_pubnames [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_pubtypes [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_ranges [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/debug_str [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/eh_frame [new file with mode: 0644]
vendor/gimli-0.26.2/fixtures/self/eh_frame_hdr [new file with mode: 0644]
vendor/gimli-0.26.2/rustfmt.toml [new file with mode: 0644]
vendor/gimli-0.26.2/src/arch.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/common.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/constants.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/endianity.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/leb128.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/lib.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/abbrev.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/addr.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/aranges.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/cfi.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/dwarf.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/endian_reader.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/endian_slice.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/index.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/line.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/lists.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/loclists.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/lookup.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/mod.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/op.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/pubnames.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/pubtypes.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/reader.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/rnglists.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/str.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/unit.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/util.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/read/value.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/test_util.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/abbrev.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/cfi.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/dwarf.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/endian_vec.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/line.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/loc.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/mod.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/op.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/range.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/section.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/str.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/unit.rs [new file with mode: 0644]
vendor/gimli-0.26.2/src/write/writer.rs [new file with mode: 0644]
vendor/gimli-0.26.2/tests/convert_self.rs [new file with mode: 0644]
vendor/gimli-0.26.2/tests/parse_self.rs [new file with mode: 0755]
vendor/gimli/.cargo-checksum.json
vendor/gimli/CHANGELOG.md
vendor/gimli/Cargo.lock
vendor/gimli/Cargo.toml
vendor/gimli/README.md
vendor/gimli/clippy.toml [new file with mode: 0644]
vendor/gimli/examples/dwarfdump.rs
vendor/gimli/src/arch.rs
vendor/gimli/src/lib.rs
vendor/gimli/src/read/abbrev.rs
vendor/gimli/src/read/cfi.rs
vendor/gimli/src/read/dwarf.rs
vendor/gimli/src/read/endian_slice.rs
vendor/gimli/src/read/lazy.rs [new file with mode: 0644]
vendor/gimli/src/read/line.rs
vendor/gimli/src/read/loclists.rs
vendor/gimli/src/read/mod.rs
vendor/gimli/src/read/op.rs
vendor/gimli/src/read/rnglists.rs
vendor/gimli/src/read/unit.rs
vendor/gimli/src/read/util.rs
vendor/gimli/src/write/line.rs
vendor/gimli/src/write/loc.rs
vendor/gimli/src/write/op.rs
vendor/gimli/src/write/range.rs
vendor/gimli/src/write/section.rs
vendor/gimli/src/write/unit.rs
vendor/gimli/src/write/writer.rs
vendor/hermit-abi/.cargo-checksum.json
vendor/hermit-abi/Cargo.toml
vendor/hermit-abi/src/net.rs [new file with mode: 0644]
vendor/hermit-abi/src/net_old.rs [new file with mode: 0644]
vendor/icu_list/.cargo-checksum.json
vendor/icu_list/Cargo.lock
vendor/icu_list/Cargo.toml
vendor/icu_list/examples/and_list.rs
vendor/icu_list/src/lazy_automaton.rs [new file with mode: 0644]
vendor/icu_list/src/lib.rs
vendor/icu_list/src/list_formatter.rs
vendor/icu_list/src/patterns.rs [new file with mode: 0644]
vendor/icu_list/src/provider.rs [deleted file]
vendor/icu_list/src/provider/mod.rs [new file with mode: 0644]
vendor/icu_list/src/provider/serde_dfa.rs [new file with mode: 0644]
vendor/icu_list/src/string_matcher.rs [deleted file]
vendor/icu_locid/.cargo-checksum.json
vendor/icu_locid/Cargo.lock
vendor/icu_locid/Cargo.toml
vendor/icu_locid/README.md
vendor/icu_locid/benches/iai_langid.rs
vendor/icu_locid/examples/filter_langids.rs
vendor/icu_locid/src/extensions/mod.rs
vendor/icu_locid/src/extensions/other/mod.rs
vendor/icu_locid/src/extensions/other/subtag.rs
vendor/icu_locid/src/extensions/private/mod.rs
vendor/icu_locid/src/extensions/transform/fields.rs
vendor/icu_locid/src/extensions/transform/mod.rs
vendor/icu_locid/src/extensions/transform/value.rs
vendor/icu_locid/src/extensions/unicode/attributes.rs
vendor/icu_locid/src/extensions/unicode/keywords.rs
vendor/icu_locid/src/extensions/unicode/mod.rs
vendor/icu_locid/src/extensions/unicode/value.rs
vendor/icu_locid/src/helpers.rs
vendor/icu_locid/src/langid.rs
vendor/icu_locid/src/lib.rs
vendor/icu_locid/src/locale.rs
vendor/icu_locid/src/parser/errors.rs
vendor/icu_locid/src/parser/langid.rs
vendor/icu_locid/src/parser/locale.rs
vendor/icu_locid/src/parser/mod.rs
vendor/icu_locid/src/subtags/language.rs
vendor/icu_locid/src/subtags/variants.rs
vendor/icu_locid/tests/fixtures/invalid-extensions.json
vendor/icu_locid/tests/fixtures/invalid.json
vendor/icu_locid/tests/fixtures/mod.rs
vendor/icu_locid/tests/langid.rs
vendor/icu_locid/tests/locale.rs
vendor/icu_provider/.cargo-checksum.json
vendor/icu_provider/Cargo.toml
vendor/icu_provider/README.md
vendor/icu_provider/src/any.rs
vendor/icu_provider/src/buf.rs
vendor/icu_provider/src/constructors.rs
vendor/icu_provider/src/datagen/mod.rs
vendor/icu_provider/src/error.rs
vendor/icu_provider/src/hello_world.rs
vendor/icu_provider/src/key.rs
vendor/icu_provider/src/lib.rs
vendor/icu_provider/src/request.rs
vendor/icu_provider/src/response.rs
vendor/icu_provider/src/serde/mod.rs
vendor/icu_provider_adapters/.cargo-checksum.json
vendor/icu_provider_adapters/Cargo.toml
vendor/icu_provider_adapters/src/empty.rs
vendor/icu_provider_adapters/src/fallback/adapter.rs
vendor/icu_provider_adapters/src/fallback/algorithms.rs
vendor/icu_provider_adapters/src/fallback/mod.rs
vendor/icu_provider_adapters/src/fork/by_error.rs
vendor/icu_provider_macros/.cargo-checksum.json
vendor/icu_provider_macros/Cargo.toml
vendor/icu_provider_macros/src/lib.rs
vendor/icu_provider_macros/src/tests.rs
vendor/itoa/.cargo-checksum.json
vendor/itoa/Cargo.toml
vendor/itoa/README.md
vendor/itoa/src/lib.rs
vendor/jobserver/.cargo-checksum.json
vendor/jobserver/Cargo.toml
vendor/jobserver/src/lib.rs
vendor/jobserver/src/unix.rs
vendor/jobserver/src/wasm.rs
vendor/jobserver/src/windows.rs
vendor/jobserver/tests/client.rs
vendor/jobserver/tests/make-as-a-client.rs
vendor/jobserver/tests/server.rs
vendor/libc/.cargo-checksum.json
vendor/libc/Cargo.toml
vendor/libc/src/fuchsia/mod.rs
vendor/libc/src/unix/bsd/mod.rs
vendor/libc/src/unix/haiku/mod.rs
vendor/libc/src/unix/hermit/mod.rs
vendor/libc/src/unix/linux_like/android/b32/arm.rs
vendor/libc/src/unix/linux_like/android/b32/x86/mod.rs
vendor/libc/src/unix/linux_like/android/b64/aarch64/mod.rs
vendor/libc/src/unix/linux_like/android/b64/x86_64/mod.rs
vendor/libc/src/unix/linux_like/android/mod.rs
vendor/libc/src/unix/linux_like/emscripten/mod.rs
vendor/libc/src/unix/linux_like/linux/mod.rs
vendor/libc/src/unix/linux_like/mod.rs
vendor/libc/src/unix/mod.rs
vendor/libc/src/unix/newlib/mod.rs
vendor/libc/src/unix/nto/aarch64.rs [new file with mode: 0644]
vendor/libc/src/unix/nto/mod.rs [new file with mode: 0644]
vendor/libc/src/unix/nto/neutrino.rs [new file with mode: 0644]
vendor/libc/src/unix/nto/x86_64.rs [new file with mode: 0644]
vendor/libc/src/unix/solarish/mod.rs
vendor/libc/src/vxworks/mod.rs
vendor/libc/src/wasi.rs
vendor/libc/src/windows/mod.rs
vendor/litemap/.cargo-checksum.json
vendor/litemap/Cargo.lock
vendor/litemap/Cargo.toml
vendor/litemap/benches/litemap.rs
vendor/litemap/src/map.rs
vendor/litemap/src/store/mod.rs
vendor/litemap/tests/rkyv.rs
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: 0755->0644]
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_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_value.rs [new file with mode: 0644]
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 [new file with mode: 0644]
vendor/lsp-types/src/window.rs
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/memmap2/.cargo-checksum.json
vendor/memmap2/CHANGELOG.md
vendor/memmap2/Cargo.lock
vendor/memmap2/Cargo.toml
vendor/memmap2/src/lib.rs
vendor/miniz_oxide-0.5.3/.cargo-checksum.json [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/Cargo.toml [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/LICENSE [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/LICENSE-APACHE.md [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/LICENSE-MIT.md [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/LICENSE-ZLIB.md [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/Readme.md [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/deflate/buffer.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/deflate/core.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/deflate/mod.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/deflate/stream.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/inflate/core.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/inflate/mod.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/inflate/output_buffer.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/inflate/stream.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/lib.rs [new file with mode: 0644]
vendor/miniz_oxide-0.5.3/src/shared.rs [new file with mode: 0644]
vendor/miniz_oxide/.cargo-checksum.json
vendor/miniz_oxide/Cargo.toml
vendor/miniz_oxide/Readme.md
vendor/miniz_oxide/src/inflate/core.rs
vendor/miniz_oxide/src/inflate/mod.rs
vendor/miniz_oxide/src/inflate/stream.rs
vendor/miniz_oxide/src/lib.rs
vendor/nu-ansi-term/.cargo-checksum.json [new file with mode: 0644]
vendor/nu-ansi-term/Cargo.lock [new file with mode: 0644]
vendor/nu-ansi-term/Cargo.toml [new file with mode: 0644]
vendor/nu-ansi-term/LICENCE [new file with mode: 0644]
vendor/nu-ansi-term/README.md [new file with mode: 0644]
vendor/nu-ansi-term/examples/256_colors.rs [new file with mode: 0644]
vendor/nu-ansi-term/examples/basic_colors.rs [new file with mode: 0644]
vendor/nu-ansi-term/examples/gradient_colors.rs [new file with mode: 0644]
vendor/nu-ansi-term/examples/rgb_colors.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/ansi.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/debug.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/difference.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/display.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/gradient.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/lib.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/rgb.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/style.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/util.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/windows.rs [new file with mode: 0644]
vendor/nu-ansi-term/src/write.rs [new file with mode: 0644]
vendor/num_cpus/.cargo-checksum.json
vendor/num_cpus/CHANGELOG.md
vendor/num_cpus/Cargo.lock
vendor/num_cpus/Cargo.toml
vendor/num_cpus/fixtures/cgroups2/cgroups/ceil/cpu.max [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups2/cgroups/good/cpu.max [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups2/cgroups/zero-period/cpu.max [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups2/proc/cgroups/cgroup [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups2/proc/cgroups/cgroup_multi [new file with mode: 0644]
vendor/num_cpus/fixtures/cgroups2/proc/cgroups/mountinfo [new file with mode: 0644]
vendor/num_cpus/src/linux.rs
vendor/object/.cargo-checksum.json
vendor/object/CHANGELOG.md
vendor/object/Cargo.toml
vendor/object/src/elf.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/lib.rs
vendor/once_cell/src/race.rs
vendor/overload/.cargo-checksum.json [new file with mode: 0644]
vendor/overload/Cargo.toml [new file with mode: 0644]
vendor/overload/LICENSE [new file with mode: 0644]
vendor/overload/README.md [new file with mode: 0644]
vendor/overload/logo.png [new file with mode: 0644]
vendor/overload/src/assignment.rs [new file with mode: 0644]
vendor/overload/src/binary.rs [new file with mode: 0644]
vendor/overload/src/lib.rs [new file with mode: 0644]
vendor/overload/src/unary.rs [new file with mode: 0644]
vendor/overload/tests/assignment.rs [new file with mode: 0644]
vendor/overload/tests/binary.rs [new file with mode: 0644]
vendor/overload/tests/unary.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.5/.cargo-checksum.json [deleted file]
vendor/parking_lot_core-0.8.5/Cargo.toml [deleted file]
vendor/parking_lot_core-0.8.5/LICENSE-APACHE [deleted file]
vendor/parking_lot_core-0.8.5/LICENSE-MIT [deleted file]
vendor/parking_lot_core-0.8.5/build.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/lib.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/parking_lot.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/spinwait.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/thread_parker/generic.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/thread_parker/linux.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/thread_parker/mod.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/thread_parker/redox.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/thread_parker/sgx.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/thread_parker/unix.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/thread_parker/wasm.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/thread_parker/wasm_atomic.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/thread_parker/windows/keyed_event.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/thread_parker/windows/mod.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/thread_parker/windows/waitaddress.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/util.rs [deleted file]
vendor/parking_lot_core-0.8.5/src/word_lock.rs [deleted file]
vendor/parking_lot_core-0.8.6/.cargo-checksum.json [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/Cargo.toml [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/LICENSE-APACHE [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/LICENSE-MIT [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/build.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/lib.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/parking_lot.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/spinwait.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/generic.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/linux.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/mod.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/redox.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/sgx.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/unix.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/wasm.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/wasm_atomic.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/windows/keyed_event.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/windows/mod.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/thread_parker/windows/waitaddress.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/util.rs [new file with mode: 0644]
vendor/parking_lot_core-0.8.6/src/word_lock.rs [new file with mode: 0644]
vendor/parking_lot_core/.cargo-checksum.json
vendor/parking_lot_core/Cargo.toml
vendor/parking_lot_core/src/thread_parker/linux.rs
vendor/parking_lot_core/src/thread_parker/unix.rs
vendor/proc-macro2/.cargo-checksum.json
vendor/proc-macro2/Cargo.toml
vendor/proc-macro2/LICENSE-APACHE
vendor/proc-macro2/LICENSE-MIT
vendor/proc-macro2/README.md
vendor/proc-macro2/src/fallback.rs
vendor/proc-macro2/src/lib.rs
vendor/proc-macro2/src/location.rs [new file with mode: 0644]
vendor/proc-macro2/src/wrapper.rs
vendor/quote/.cargo-checksum.json
vendor/quote/Cargo.toml
vendor/quote/LICENSE-MIT
vendor/quote/README.md
vendor/quote/src/lib.rs
vendor/quote/tests/test.rs
vendor/quote/tests/ui/not-quotable.rs
vendor/quote/tests/ui/not-quotable.stderr
vendor/quote/tests/ui/not-repeatable.rs
vendor/quote/tests/ui/not-repeatable.stderr
vendor/rayon/.cargo-checksum.json
vendor/rayon/Cargo.toml
vendor/rayon/RELEASES.md
vendor/rayon/src/iter/par_bridge.rs
vendor/rayon/tests/par_bridge_recursion.rs [new file with mode: 0644]
vendor/regex-syntax/.cargo-checksum.json
vendor/regex-syntax/Cargo.toml
vendor/regex-syntax/src/unicode.rs
vendor/regex-syntax/src/unicode_tables/age.rs
vendor/regex-syntax/src/unicode_tables/case_folding_simple.rs
vendor/regex-syntax/src/unicode_tables/general_category.rs
vendor/regex-syntax/src/unicode_tables/grapheme_cluster_break.rs
vendor/regex-syntax/src/unicode_tables/perl_decimal.rs
vendor/regex-syntax/src/unicode_tables/perl_space.rs
vendor/regex-syntax/src/unicode_tables/perl_word.rs
vendor/regex-syntax/src/unicode_tables/property_bool.rs
vendor/regex-syntax/src/unicode_tables/property_names.rs
vendor/regex-syntax/src/unicode_tables/property_values.rs
vendor/regex-syntax/src/unicode_tables/script.rs
vendor/regex-syntax/src/unicode_tables/script_extension.rs
vendor/regex-syntax/src/unicode_tables/sentence_break.rs
vendor/regex-syntax/src/unicode_tables/word_break.rs
vendor/regex/.cargo-checksum.json
vendor/regex/CHANGELOG.md
vendor/regex/Cargo.lock
vendor/regex/Cargo.toml
vendor/regex/README.md
vendor/regex/src/lib.rs
vendor/regex/src/re_bytes.rs
vendor/regex/src/re_unicode.rs
vendor/regex/tests/replace.rs
vendor/rls-data/.cargo-checksum.json [deleted file]
vendor/rls-data/Cargo.toml [deleted file]
vendor/rls-data/README.md [deleted file]
vendor/rls-data/src/config.rs [deleted file]
vendor/rls-data/src/lib.rs [deleted file]
vendor/rls-span/.cargo-checksum.json [deleted file]
vendor/rls-span/Cargo.toml [deleted file]
vendor/rls-span/src/compiler.rs [deleted file]
vendor/rls-span/src/lib.rs [deleted file]
vendor/rustc-ap-rustc_lexer/.cargo-checksum.json
vendor/rustc-ap-rustc_lexer/Cargo.toml
vendor/rustc-ap-rustc_lexer/src/lib.rs
vendor/ryu/.cargo-checksum.json
vendor/ryu/Cargo.lock
vendor/ryu/Cargo.toml
vendor/ryu/README.md
vendor/ryu/src/lib.rs
vendor/ryu/src/pretty/mantissa.rs
vendor/ryu/src/pretty/mod.rs
vendor/ryu/src/s2f.rs
vendor/scoped-tls/.cargo-checksum.json
vendor/scoped-tls/Cargo.toml
vendor/scoped-tls/README.md
vendor/scoped-tls/appveyor.yml [deleted file]
vendor/scoped-tls/src/lib.rs
vendor/semver/.cargo-checksum.json
vendor/semver/Cargo.toml
vendor/semver/README.md
vendor/semver/build.rs
vendor/semver/src/backport.rs
vendor/semver/src/identifier.rs
vendor/semver/src/lib.rs
vendor/serde/.cargo-checksum.json
vendor/serde/Cargo.toml
vendor/serde/README.md
vendor/serde/build.rs
vendor/serde/crates-io.md
vendor/serde/src/de/format.rs
vendor/serde/src/de/impls.rs
vendor/serde/src/de/mod.rs
vendor/serde/src/lib.rs
vendor/serde/src/private/de.rs
vendor/serde/src/private/ser.rs
vendor/serde/src/ser/impls.rs
vendor/serde/src/ser/mod.rs
vendor/serde_derive/.cargo-checksum.json
vendor/serde_derive/Cargo.toml
vendor/serde_derive/README.md
vendor/serde_derive/build.rs
vendor/serde_derive/crates-io.md
vendor/serde_derive/src/de.rs
vendor/serde_derive/src/internals/check.rs
vendor/serde_derive/src/lib.rs
vendor/serde_derive/src/ser.rs
vendor/serde_derive/src/this.rs [new file with mode: 0644]
vendor/serde_json/.cargo-checksum.json
vendor/serde_json/Cargo.toml
vendor/serde_json/README.md
vendor/serde_json/build.rs
vendor/serde_json/src/de.rs
vendor/serde_json/src/lib.rs
vendor/serde_json/src/map.rs
vendor/serde_json/src/number.rs
vendor/serde_json/src/ser.rs
vendor/serde_json/src/value/de.rs
vendor/serde_json/src/value/from.rs
vendor/serde_json/src/value/ser.rs
vendor/serde_json/tests/regression/issue953.rs [new file with mode: 0644]
vendor/serde_json/tests/test.rs
vendor/serde_json/tests/ui/missing_colon.stderr
vendor/serde_json/tests/ui/missing_comma.stderr
vendor/serde_json/tests/ui/missing_value.stderr
vendor/serde_json/tests/ui/parse_expr.stderr
vendor/serde_json/tests/ui/unexpected_after_array_element.stderr
vendor/serde_json/tests/ui/unexpected_after_map_entry.stderr
vendor/serde_json/tests/ui/unexpected_colon.stderr
vendor/serde_json/tests/ui/unexpected_comma.stderr
vendor/serde_repr/.cargo-checksum.json
vendor/serde_repr/Cargo.toml
vendor/serde_repr/README.md
vendor/snap/.cargo-checksum.json
vendor/snap/Cargo.lock
vendor/snap/Cargo.toml
vendor/snap/src/error.rs
vendor/snap/src/read.rs
vendor/syn/.cargo-checksum.json
vendor/syn/Cargo.toml
vendor/syn/README.md
vendor/syn/src/buffer.rs
vendor/syn/src/drops.rs [new file with mode: 0644]
vendor/syn/src/error.rs
vendor/syn/src/generics.rs
vendor/syn/src/lib.rs
vendor/syn/src/path.rs
vendor/syn/src/punctuated.rs
vendor/syn/src/ty.rs
vendor/syn/src/verbatim.rs
vendor/syn/tests/common/eq.rs
vendor/syn/tests/regression.rs
vendor/syn/tests/regression/issue1235.rs [new file with mode: 0644]
vendor/syn/tests/repo/mod.rs
vendor/syn/tests/test_expr.rs
vendor/syn/tests/test_iterators.rs
vendor/syn/tests/test_round_trip.rs
vendor/syn/tests/test_size.rs
vendor/thin-vec/.cargo-checksum.json
vendor/thin-vec/Cargo.toml
vendor/thin-vec/src/lib.rs
vendor/time-macros/.cargo-checksum.json [deleted file]
vendor/time-macros/Cargo.toml [deleted file]
vendor/time-macros/LICENSE-Apache [deleted file]
vendor/time-macros/LICENSE-MIT [deleted file]
vendor/time-macros/src/date.rs [deleted file]
vendor/time-macros/src/datetime.rs [deleted file]
vendor/time-macros/src/error.rs [deleted file]
vendor/time-macros/src/format_description/component.rs [deleted file]
vendor/time-macros/src/format_description/error.rs [deleted file]
vendor/time-macros/src/format_description/mod.rs [deleted file]
vendor/time-macros/src/format_description/modifier.rs [deleted file]
vendor/time-macros/src/format_description/parse.rs [deleted file]
vendor/time-macros/src/helpers/mod.rs [deleted file]
vendor/time-macros/src/helpers/string.rs [deleted file]
vendor/time-macros/src/lib.rs [deleted file]
vendor/time-macros/src/offset.rs [deleted file]
vendor/time-macros/src/quote.rs [deleted file]
vendor/time-macros/src/serde_format_description.rs [deleted file]
vendor/time-macros/src/time.rs [deleted file]
vendor/time-macros/src/to_tokens.rs [deleted file]
vendor/tinystr/.cargo-checksum.json
vendor/tinystr/Cargo.toml
vendor/tinystr/README.md
vendor/tinystr/src/ascii.rs
vendor/tinystr/src/error.rs
vendor/tinystr/src/lib.rs
vendor/toml-0.5.9/.cargo-checksum.json [new file with mode: 0644]
vendor/toml-0.5.9/Cargo.lock [new file with mode: 0644]
vendor/toml-0.5.9/Cargo.toml [new file with mode: 0644]
vendor/toml-0.5.9/LICENSE-APACHE [new file with mode: 0644]
vendor/toml-0.5.9/LICENSE-MIT [new file with mode: 0644]
vendor/toml-0.5.9/README.md [new file with mode: 0644]
vendor/toml-0.5.9/examples/decode.rs [new file with mode: 0644]
vendor/toml-0.5.9/examples/enum_external.rs [new file with mode: 0644]
vendor/toml-0.5.9/examples/toml2json.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/datetime.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/de.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/lib.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/macros.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/map.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/ser.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/spanned.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/tokens.rs [new file with mode: 0644]
vendor/toml-0.5.9/src/value.rs [new file with mode: 0644]
vendor/toml-0.5.9/tests/enum_external_deserialize.rs [new file with mode: 0644]
vendor/toml/.cargo-checksum.json [deleted file]
vendor/toml/Cargo.lock [deleted file]
vendor/toml/Cargo.toml [deleted file]
vendor/toml/LICENSE-APACHE [deleted file]
vendor/toml/LICENSE-MIT [deleted file]
vendor/toml/README.md [deleted file]
vendor/toml/examples/decode.rs [deleted file]
vendor/toml/examples/enum_external.rs [deleted file]
vendor/toml/examples/toml2json.rs [deleted file]
vendor/toml/src/datetime.rs [deleted file]
vendor/toml/src/de.rs [deleted file]
vendor/toml/src/lib.rs [deleted file]
vendor/toml/src/macros.rs [deleted file]
vendor/toml/src/map.rs [deleted file]
vendor/toml/src/ser.rs [deleted file]
vendor/toml/src/spanned.rs [deleted file]
vendor/toml/src/tokens.rs [deleted file]
vendor/toml/src/value.rs [deleted file]
vendor/toml/tests/enum_external_deserialize.rs [deleted file]
vendor/tracing-subscriber-0.3.3/.cargo-checksum.json [deleted file]
vendor/tracing-subscriber-0.3.3/CHANGELOG.md [deleted file]
vendor/tracing-subscriber-0.3.3/Cargo.toml [deleted file]
vendor/tracing-subscriber-0.3.3/LICENSE [deleted file]
vendor/tracing-subscriber-0.3.3/README.md [deleted file]
vendor/tracing-subscriber-0.3.3/benches/enter.rs [deleted file]
vendor/tracing-subscriber-0.3.3/benches/filter.rs [deleted file]
vendor/tracing-subscriber-0.3.3/benches/filter_log.rs [deleted file]
vendor/tracing-subscriber-0.3.3/benches/fmt.rs [deleted file]
vendor/tracing-subscriber-0.3.3/benches/support/mod.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/field/debug.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/field/delimited.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/field/display.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/field/mod.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/filter/directive.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/filter/env/directive.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/filter/env/field.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/filter/env/mod.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/filter/filter_fn.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/filter/layer_filters.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/filter/level.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/filter/mod.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/filter/targets.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/fmt/fmt_layer.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/fmt/format/json.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/fmt/format/mod.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/fmt/format/pretty.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/fmt/mod.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/fmt/time/datetime.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/fmt/time/mod.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/fmt/time/time_crate.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/fmt/writer.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/layer/context.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/layer/layered.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/layer/mod.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/layer/tests.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/lib.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/macros.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/prelude.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/registry/extensions.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/registry/mod.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/registry/sharded.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/registry/stack.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/reload.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/sync.rs [deleted file]
vendor/tracing-subscriber-0.3.3/src/util.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/cached_layer_filters_dont_break_other_layers.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/duplicate_spans.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/field_filter.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/filter.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/filter_log.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/fmt_max_level_hint.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/hinted_layer_filters_dont_break_other_layers.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/layer_filter_interests_are_cached.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/layer_filters/boxed.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/layer_filters/downcast_raw.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/layer_filters/filter_scopes.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/layer_filters/main.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/layer_filters/targets.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/layer_filters/trees.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/multiple_layer_filter_interests_cached.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/registry_max_level_hint.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/registry_with_subscriber.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/reload.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/same_len_filters.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/support.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/unhinted_layer_filters_dont_break_other_layers.rs [deleted file]
vendor/tracing-subscriber-0.3.3/tests/utils.rs [deleted file]
vendor/tracing-subscriber/.cargo-checksum.json [new file with mode: 0644]
vendor/tracing-subscriber/CHANGELOG.md [new file with mode: 0644]
vendor/tracing-subscriber/Cargo.toml [new file with mode: 0644]
vendor/tracing-subscriber/LICENSE [new file with mode: 0644]
vendor/tracing-subscriber/README.md [new file with mode: 0644]
vendor/tracing-subscriber/benches/enter.rs [new file with mode: 0644]
vendor/tracing-subscriber/benches/filter.rs [new file with mode: 0644]
vendor/tracing-subscriber/benches/filter_log.rs [new file with mode: 0644]
vendor/tracing-subscriber/benches/fmt.rs [new file with mode: 0644]
vendor/tracing-subscriber/benches/support/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/field/debug.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/field/delimited.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/field/display.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/field/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/directive.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/env/builder.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/env/directive.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/env/field.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/env/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/filter_fn.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/layer_filters/combinator.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/layer_filters/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/level.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/filter/targets.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/fmt_layer.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/format/json.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/format/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/format/pretty.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/time/datetime.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/time/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/time/time_crate.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/fmt/writer.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/layer/context.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/layer/layered.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/layer/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/layer/tests.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/lib.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/macros.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/prelude.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/registry/extensions.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/registry/mod.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/registry/sharded.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/registry/stack.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/reload.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/sync.rs [new file with mode: 0644]
vendor/tracing-subscriber/src/util.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/cached_layer_filters_dont_break_other_layers.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/duplicate_spans.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/env_filter/main.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/env_filter/per_layer.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/event_enabling.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/field_filter.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/filter_log.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/fmt_max_level_hint.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/hinted_layer_filters_dont_break_other_layers.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filter_interests_are_cached.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/boxed.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/combinators.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/downcast_raw.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/filter_scopes.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/main.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/per_event.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/targets.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/trees.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/layer_filters/vec.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/multiple_layer_filter_interests_cached.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/option.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/registry_max_level_hint.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/registry_with_subscriber.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/reload.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/same_len_filters.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/support.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/unhinted_layer_filters_dont_break_other_layers.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/utils.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/vec.rs [new file with mode: 0644]
vendor/tracing-subscriber/tests/vec_subscriber_filter_interests_cached.rs [new file with mode: 0644]
vendor/tracing-tree/.cargo-checksum.json
vendor/tracing-tree/Cargo.lock
vendor/tracing-tree/Cargo.toml
vendor/tracing-tree/src/format.rs
vendor/tracing-tree/src/lib.rs
vendor/unicode-bidi/.cargo-checksum.json
vendor/unicode-bidi/Cargo.toml
vendor/unicode-bidi/src/char_data/mod.rs
vendor/unicode-bidi/src/char_data/tables.rs
vendor/unicode-bidi/src/data_source.rs
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-ident/.cargo-checksum.json
vendor/unicode-ident/Cargo.toml
vendor/unicode-ident/README.md
vendor/unicode-ident/src/tables.rs
vendor/unicode-ident/tests/static_size.rs
vendor/unicode-ident/tests/tables/mod.rs [new file with mode: 0644]
vendor/unicode-ident/tests/tables/tables.rs [new file with mode: 0644]
vendor/writeable/.cargo-checksum.json
vendor/writeable/Cargo.lock
vendor/writeable/Cargo.toml
vendor/writeable/src/impls.rs
vendor/writeable/src/lib.rs
vendor/writeable/src/ops.rs
vendor/xflags-macros/.cargo-checksum.json
vendor/xflags-macros/Cargo.toml
vendor/xflags-macros/tests/it/main.rs
vendor/xflags/.cargo-checksum.json
vendor/xflags/Cargo.lock
vendor/xflags/Cargo.toml
vendor/xflags/src/rt.rs
vendor/xshell-macros/.cargo-checksum.json
vendor/xshell-macros/Cargo.toml
vendor/xshell/.cargo-checksum.json
vendor/xshell/CHANGELOG.md
vendor/xshell/Cargo.lock
vendor/xshell/Cargo.toml
vendor/xshell/src/lib.rs
vendor/yoke-derive/.cargo-checksum.json
vendor/yoke-derive/Cargo.lock
vendor/yoke-derive/Cargo.toml
vendor/yoke-derive/src/lib.rs
vendor/yoke/.cargo-checksum.json
vendor/yoke/Cargo.toml
vendor/yoke/src/erased.rs
vendor/yoke/src/is_covariant.rs [deleted file]
vendor/yoke/src/lib.rs
vendor/yoke/src/macro_impls.rs
vendor/yoke/src/yoke.rs
vendor/yoke/src/zero_from.rs
vendor/zerovec-derive/.cargo-checksum.json
vendor/zerovec-derive/Cargo.lock
vendor/zerovec-derive/Cargo.toml
vendor/zerovec-derive/src/make_varule.rs
vendor/zerovec/.cargo-checksum.json
vendor/zerovec/Cargo.lock
vendor/zerovec/Cargo.toml
vendor/zerovec/README.md
vendor/zerovec/benches/vzv.rs
vendor/zerovec/benches/zeromap.rs
vendor/zerovec/src/flexzerovec/serde.rs
vendor/zerovec/src/flexzerovec/slice.rs
vendor/zerovec/src/lib.rs
vendor/zerovec/src/map/borrowed.rs
vendor/zerovec/src/map/map.rs
vendor/zerovec/src/map/serde.rs
vendor/zerovec/src/map2d/borrowed.rs
vendor/zerovec/src/map2d/cursor.rs
vendor/zerovec/src/map2d/map.rs
vendor/zerovec/src/map2d/serde.rs
vendor/zerovec/src/ule/mod.rs
vendor/zerovec/src/ule/option.rs
vendor/zerovec/src/ule/plain.rs
vendor/zerovec/src/ule/unvalidated.rs
vendor/zerovec/src/varzerovec/serde.rs
vendor/zerovec/src/varzerovec/slice.rs
vendor/zerovec/src/varzerovec/vec.rs
vendor/zerovec/src/yoke_impls.rs
vendor/zerovec/src/zerovec/mod.rs
vendor/zerovec/src/zerovec/serde.rs
vendor/zerovec/src/zerovec/slice.rs
vendor/zip/.cargo-checksum.json
vendor/zip/CHANGELOG.md [new file with mode: 0644]
vendor/zip/Cargo.lock
vendor/zip/Cargo.toml
vendor/zip/README.md
vendor/zip/benches/read_metadata.rs
vendor/zip/examples/extract.rs
vendor/zip/examples/extract_lorem.rs
vendor/zip/examples/file_info.rs
vendor/zip/examples/stdin_info.rs
vendor/zip/examples/write_dir.rs
vendor/zip/examples/write_sample.rs
vendor/zip/src/compression.rs
vendor/zip/src/read.rs
vendor/zip/src/result.rs
vendor/zip/src/spec.rs
vendor/zip/src/types.rs
vendor/zip/src/write.rs
vendor/zip/tests/end_to_end.rs
vendor/zip/tests/zip64_large.rs
version
x.py