Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #12118 - randomicon00:fix#12102, r=lnicola
style: rename crates to kebab-case Ref: #12102 I updated all the folders names as well as the crates names in each `Cargo.toml` to use kebab-case. This is my first ra PR. In case I missed something, I am ready/available to fix it until it is ready to merge. Thank you.
bors 2022-05-01
parent e025b37 · parent aade319 · commit 5c88d93
-rw-r--r--Cargo.lock164
-rw-r--r--Cargo.toml2
-rw-r--r--crates/base-db/Cargo.toml (renamed from crates/base_db/Cargo.toml)4
-rw-r--r--crates/base-db/src/change.rs (renamed from crates/base_db/src/change.rs)0
-rw-r--r--crates/base-db/src/fixture.rs (renamed from crates/base_db/src/fixture.rs)0
-rw-r--r--crates/base-db/src/input.rs (renamed from crates/base_db/src/input.rs)0
-rw-r--r--crates/base-db/src/lib.rs (renamed from crates/base_db/src/lib.rs)0
-rw-r--r--crates/hir-def/Cargo.toml (renamed from crates/hir_def/Cargo.toml)8
-rw-r--r--crates/hir-def/src/adt.rs (renamed from crates/hir_def/src/adt.rs)0
-rw-r--r--crates/hir-def/src/attr.rs (renamed from crates/hir_def/src/attr.rs)0
-rw-r--r--crates/hir-def/src/body.rs (renamed from crates/hir_def/src/body.rs)0
-rw-r--r--crates/hir-def/src/body/lower.rs (renamed from crates/hir_def/src/body/lower.rs)0
-rw-r--r--crates/hir-def/src/body/scope.rs (renamed from crates/hir_def/src/body/scope.rs)0
-rw-r--r--crates/hir-def/src/body/tests.rs (renamed from crates/hir_def/src/body/tests.rs)0
-rw-r--r--crates/hir-def/src/body/tests/block.rs (renamed from crates/hir_def/src/body/tests/block.rs)0
-rw-r--r--crates/hir-def/src/builtin_attr.rs (renamed from crates/hir_def/src/builtin_attr.rs)0
-rw-r--r--crates/hir-def/src/builtin_type.rs (renamed from crates/hir_def/src/builtin_type.rs)0
-rw-r--r--crates/hir-def/src/child_by_source.rs (renamed from crates/hir_def/src/child_by_source.rs)0
-rw-r--r--crates/hir-def/src/data.rs (renamed from crates/hir_def/src/data.rs)0
-rw-r--r--crates/hir-def/src/db.rs (renamed from crates/hir_def/src/db.rs)0
-rw-r--r--crates/hir-def/src/dyn_map.rs (renamed from crates/hir_def/src/dyn_map.rs)0
-rw-r--r--crates/hir-def/src/expr.rs (renamed from crates/hir_def/src/expr.rs)0
-rw-r--r--crates/hir-def/src/find_path.rs (renamed from crates/hir_def/src/find_path.rs)0
-rw-r--r--crates/hir-def/src/generics.rs (renamed from crates/hir_def/src/generics.rs)0
-rw-r--r--crates/hir-def/src/import_map.rs (renamed from crates/hir_def/src/import_map.rs)0
-rw-r--r--crates/hir-def/src/intern.rs (renamed from crates/hir_def/src/intern.rs)0
-rw-r--r--crates/hir-def/src/item_scope.rs (renamed from crates/hir_def/src/item_scope.rs)0
-rw-r--r--crates/hir-def/src/item_tree.rs (renamed from crates/hir_def/src/item_tree.rs)0
-rw-r--r--crates/hir-def/src/item_tree/lower.rs (renamed from crates/hir_def/src/item_tree/lower.rs)0
-rw-r--r--crates/hir-def/src/item_tree/pretty.rs (renamed from crates/hir_def/src/item_tree/pretty.rs)0
-rw-r--r--crates/hir-def/src/item_tree/tests.rs (renamed from crates/hir_def/src/item_tree/tests.rs)0
-rw-r--r--crates/hir-def/src/keys.rs (renamed from crates/hir_def/src/keys.rs)0
-rw-r--r--crates/hir-def/src/lang_item.rs (renamed from crates/hir_def/src/lang_item.rs)0
-rw-r--r--crates/hir-def/src/lib.rs (renamed from crates/hir_def/src/lib.rs)0
-rw-r--r--crates/hir-def/src/macro_expansion_tests.rs (renamed from crates/hir_def/src/macro_expansion_tests.rs)0
-rw-r--r--crates/hir-def/src/macro_expansion_tests/builtin_derive_macro.rs (renamed from crates/hir_def/src/macro_expansion_tests/builtin_derive_macro.rs)0
-rw-r--r--crates/hir-def/src/macro_expansion_tests/builtin_fn_macro.rs (renamed from crates/hir_def/src/macro_expansion_tests/builtin_fn_macro.rs)0
-rw-r--r--crates/hir-def/src/macro_expansion_tests/mbe.rs (renamed from crates/hir_def/src/macro_expansion_tests/mbe.rs)0
-rw-r--r--crates/hir-def/src/macro_expansion_tests/mbe/matching.rs (renamed from crates/hir_def/src/macro_expansion_tests/mbe/matching.rs)0
-rw-r--r--crates/hir-def/src/macro_expansion_tests/mbe/meta_syntax.rs (renamed from crates/hir_def/src/macro_expansion_tests/mbe/meta_syntax.rs)0
-rw-r--r--crates/hir-def/src/macro_expansion_tests/mbe/regression.rs (renamed from crates/hir_def/src/macro_expansion_tests/mbe/regression.rs)0
-rw-r--r--crates/hir-def/src/macro_expansion_tests/mbe/tt_conversion.rs (renamed from crates/hir_def/src/macro_expansion_tests/mbe/tt_conversion.rs)0
-rw-r--r--crates/hir-def/src/macro_expansion_tests/proc_macros.rs (renamed from crates/hir_def/src/macro_expansion_tests/proc_macros.rs)0
-rw-r--r--crates/hir-def/src/nameres.rs (renamed from crates/hir_def/src/nameres.rs)0
-rw-r--r--crates/hir-def/src/nameres/attr_resolution.rs (renamed from crates/hir_def/src/nameres/attr_resolution.rs)0
-rw-r--r--crates/hir-def/src/nameres/collector.rs (renamed from crates/hir_def/src/nameres/collector.rs)0
-rw-r--r--crates/hir-def/src/nameres/diagnostics.rs (renamed from crates/hir_def/src/nameres/diagnostics.rs)0
-rw-r--r--crates/hir-def/src/nameres/mod_resolution.rs (renamed from crates/hir_def/src/nameres/mod_resolution.rs)0
-rw-r--r--crates/hir-def/src/nameres/path_resolution.rs (renamed from crates/hir_def/src/nameres/path_resolution.rs)0
-rw-r--r--crates/hir-def/src/nameres/proc_macro.rs (renamed from crates/hir_def/src/nameres/proc_macro.rs)0
-rw-r--r--crates/hir-def/src/nameres/tests.rs (renamed from crates/hir_def/src/nameres/tests.rs)0
-rw-r--r--crates/hir-def/src/nameres/tests/globs.rs (renamed from crates/hir_def/src/nameres/tests/globs.rs)0
-rw-r--r--crates/hir-def/src/nameres/tests/incremental.rs (renamed from crates/hir_def/src/nameres/tests/incremental.rs)0
-rw-r--r--crates/hir-def/src/nameres/tests/macros.rs (renamed from crates/hir_def/src/nameres/tests/macros.rs)0
-rw-r--r--crates/hir-def/src/nameres/tests/mod_resolution.rs (renamed from crates/hir_def/src/nameres/tests/mod_resolution.rs)0
-rw-r--r--crates/hir-def/src/nameres/tests/primitives.rs (renamed from crates/hir_def/src/nameres/tests/primitives.rs)0
-rw-r--r--crates/hir-def/src/path.rs (renamed from crates/hir_def/src/path.rs)0
-rw-r--r--crates/hir-def/src/path/lower.rs (renamed from crates/hir_def/src/path/lower.rs)0
-rw-r--r--crates/hir-def/src/per_ns.rs (renamed from crates/hir_def/src/per_ns.rs)0
-rw-r--r--crates/hir-def/src/resolver.rs (renamed from crates/hir_def/src/resolver.rs)0
-rw-r--r--crates/hir-def/src/src.rs (renamed from crates/hir_def/src/src.rs)0
-rw-r--r--crates/hir-def/src/test_db.rs (renamed from crates/hir_def/src/test_db.rs)0
-rw-r--r--crates/hir-def/src/trace.rs (renamed from crates/hir_def/src/trace.rs)0
-rw-r--r--crates/hir-def/src/type_ref.rs (renamed from crates/hir_def/src/type_ref.rs)0
-rw-r--r--crates/hir-def/src/visibility.rs (renamed from crates/hir_def/src/visibility.rs)0
-rw-r--r--crates/hir-expand/Cargo.toml (renamed from crates/hir_expand/Cargo.toml)4
-rw-r--r--crates/hir-expand/src/ast_id_map.rs (renamed from crates/hir_expand/src/ast_id_map.rs)0
-rw-r--r--crates/hir-expand/src/builtin_attr_macro.rs (renamed from crates/hir_expand/src/builtin_attr_macro.rs)0
-rw-r--r--crates/hir-expand/src/builtin_derive_macro.rs (renamed from crates/hir_expand/src/builtin_derive_macro.rs)0
-rw-r--r--crates/hir-expand/src/builtin_fn_macro.rs (renamed from crates/hir_expand/src/builtin_fn_macro.rs)0
-rw-r--r--crates/hir-expand/src/db.rs (renamed from crates/hir_expand/src/db.rs)0
-rw-r--r--crates/hir-expand/src/eager.rs (renamed from crates/hir_expand/src/eager.rs)0
-rw-r--r--crates/hir-expand/src/fixup.rs (renamed from crates/hir_expand/src/fixup.rs)0
-rw-r--r--crates/hir-expand/src/hygiene.rs (renamed from crates/hir_expand/src/hygiene.rs)0
-rw-r--r--crates/hir-expand/src/lib.rs (renamed from crates/hir_expand/src/lib.rs)0
-rw-r--r--crates/hir-expand/src/mod_path.rs (renamed from crates/hir_expand/src/mod_path.rs)0
-rw-r--r--crates/hir-expand/src/name.rs (renamed from crates/hir_expand/src/name.rs)0
-rw-r--r--crates/hir-expand/src/proc_macro.rs (renamed from crates/hir_expand/src/proc_macro.rs)0
-rw-r--r--crates/hir-expand/src/quote.rs (renamed from crates/hir_expand/src/quote.rs)0
-rw-r--r--crates/hir-ty/Cargo.toml (renamed from crates/hir_ty/Cargo.toml)10
-rw-r--r--crates/hir-ty/src/autoderef.rs (renamed from crates/hir_ty/src/autoderef.rs)0
-rw-r--r--crates/hir-ty/src/builder.rs (renamed from crates/hir_ty/src/builder.rs)0
-rw-r--r--crates/hir-ty/src/chalk_db.rs (renamed from crates/hir_ty/src/chalk_db.rs)0
-rw-r--r--crates/hir-ty/src/chalk_ext.rs (renamed from crates/hir_ty/src/chalk_ext.rs)0
-rw-r--r--crates/hir-ty/src/consteval.rs (renamed from crates/hir_ty/src/consteval.rs)0
-rw-r--r--crates/hir-ty/src/consteval/tests.rs (renamed from crates/hir_ty/src/consteval/tests.rs)0
-rw-r--r--crates/hir-ty/src/db.rs (renamed from crates/hir_ty/src/db.rs)0
-rw-r--r--crates/hir-ty/src/diagnostics.rs (renamed from crates/hir_ty/src/diagnostics.rs)0
-rw-r--r--crates/hir-ty/src/diagnostics/decl_check.rs (renamed from crates/hir_ty/src/diagnostics/decl_check.rs)0
-rw-r--r--crates/hir-ty/src/diagnostics/decl_check/case_conv.rs (renamed from crates/hir_ty/src/diagnostics/decl_check/case_conv.rs)0
-rw-r--r--crates/hir-ty/src/diagnostics/expr.rs (renamed from crates/hir_ty/src/diagnostics/expr.rs)0
-rw-r--r--crates/hir-ty/src/diagnostics/match_check.rs (renamed from crates/hir_ty/src/diagnostics/match_check.rs)0
-rw-r--r--crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs (renamed from crates/hir_ty/src/diagnostics/match_check/deconstruct_pat.rs)0
-rw-r--r--crates/hir-ty/src/diagnostics/match_check/pat_util.rs (renamed from crates/hir_ty/src/diagnostics/match_check/pat_util.rs)0
-rw-r--r--crates/hir-ty/src/diagnostics/match_check/usefulness.rs (renamed from crates/hir_ty/src/diagnostics/match_check/usefulness.rs)0
-rw-r--r--crates/hir-ty/src/diagnostics/unsafe_check.rs (renamed from crates/hir_ty/src/diagnostics/unsafe_check.rs)0
-rw-r--r--crates/hir-ty/src/display.rs (renamed from crates/hir_ty/src/display.rs)0
-rw-r--r--crates/hir-ty/src/infer.rs (renamed from crates/hir_ty/src/infer.rs)0
-rw-r--r--crates/hir-ty/src/infer/closure.rs (renamed from crates/hir_ty/src/infer/closure.rs)0
-rw-r--r--crates/hir-ty/src/infer/coerce.rs (renamed from crates/hir_ty/src/infer/coerce.rs)0
-rw-r--r--crates/hir-ty/src/infer/expr.rs (renamed from crates/hir_ty/src/infer/expr.rs)0
-rw-r--r--crates/hir-ty/src/infer/pat.rs (renamed from crates/hir_ty/src/infer/pat.rs)0
-rw-r--r--crates/hir-ty/src/infer/path.rs (renamed from crates/hir_ty/src/infer/path.rs)0
-rw-r--r--crates/hir-ty/src/infer/unify.rs (renamed from crates/hir_ty/src/infer/unify.rs)0
-rw-r--r--crates/hir-ty/src/interner.rs (renamed from crates/hir_ty/src/interner.rs)0
-rw-r--r--crates/hir-ty/src/lib.rs (renamed from crates/hir_ty/src/lib.rs)0
-rw-r--r--crates/hir-ty/src/lower.rs (renamed from crates/hir_ty/src/lower.rs)0
-rw-r--r--crates/hir-ty/src/mapping.rs (renamed from crates/hir_ty/src/mapping.rs)0
-rw-r--r--crates/hir-ty/src/method_resolution.rs (renamed from crates/hir_ty/src/method_resolution.rs)0
-rw-r--r--crates/hir-ty/src/primitive.rs (renamed from crates/hir_ty/src/primitive.rs)0
-rw-r--r--crates/hir-ty/src/test_db.rs (renamed from crates/hir_ty/src/test_db.rs)0
-rw-r--r--crates/hir-ty/src/tests.rs (renamed from crates/hir_ty/src/tests.rs)0
-rw-r--r--crates/hir-ty/src/tests/coercion.rs (renamed from crates/hir_ty/src/tests/coercion.rs)0
-rw-r--r--crates/hir-ty/src/tests/diagnostics.rs (renamed from crates/hir_ty/src/tests/diagnostics.rs)0
-rw-r--r--crates/hir-ty/src/tests/display_source_code.rs (renamed from crates/hir_ty/src/tests/display_source_code.rs)0
-rw-r--r--crates/hir-ty/src/tests/incremental.rs (renamed from crates/hir_ty/src/tests/incremental.rs)0
-rw-r--r--crates/hir-ty/src/tests/macros.rs (renamed from crates/hir_ty/src/tests/macros.rs)0
-rw-r--r--crates/hir-ty/src/tests/method_resolution.rs (renamed from crates/hir_ty/src/tests/method_resolution.rs)0
-rw-r--r--crates/hir-ty/src/tests/never_type.rs (renamed from crates/hir_ty/src/tests/never_type.rs)0
-rw-r--r--crates/hir-ty/src/tests/patterns.rs (renamed from crates/hir_ty/src/tests/patterns.rs)0
-rw-r--r--crates/hir-ty/src/tests/regression.rs (renamed from crates/hir_ty/src/tests/regression.rs)0
-rw-r--r--crates/hir-ty/src/tests/simple.rs (renamed from crates/hir_ty/src/tests/simple.rs)0
-rw-r--r--crates/hir-ty/src/tests/traits.rs (renamed from crates/hir_ty/src/tests/traits.rs)0
-rw-r--r--crates/hir-ty/src/tls.rs (renamed from crates/hir_ty/src/tls.rs)0
-rw-r--r--crates/hir-ty/src/traits.rs (renamed from crates/hir_ty/src/traits.rs)0
-rw-r--r--crates/hir-ty/src/utils.rs (renamed from crates/hir_ty/src/utils.rs)0
-rw-r--r--crates/hir-ty/src/walk.rs (renamed from crates/hir_ty/src/walk.rs)0
-rw-r--r--crates/hir/Cargo.toml8
-rw-r--r--crates/ide-assists/Cargo.toml (renamed from crates/ide_assists/Cargo.toml)8
-rw-r--r--crates/ide-assists/src/assist_config.rs (renamed from crates/ide_assists/src/assist_config.rs)0
-rw-r--r--crates/ide-assists/src/assist_context.rs (renamed from crates/ide_assists/src/assist_context.rs)0
-rw-r--r--crates/ide-assists/src/handlers/add_explicit_type.rs (renamed from crates/ide_assists/src/handlers/add_explicit_type.rs)0
-rw-r--r--crates/ide-assists/src/handlers/add_lifetime_to_type.rs (renamed from crates/ide_assists/src/handlers/add_lifetime_to_type.rs)0
-rw-r--r--crates/ide-assists/src/handlers/add_missing_impl_members.rs (renamed from crates/ide_assists/src/handlers/add_missing_impl_members.rs)0
-rw-r--r--crates/ide-assists/src/handlers/add_missing_match_arms.rs (renamed from crates/ide_assists/src/handlers/add_missing_match_arms.rs)0
-rw-r--r--crates/ide-assists/src/handlers/add_return_type.rs (renamed from crates/ide_assists/src/handlers/add_return_type.rs)0
-rw-r--r--crates/ide-assists/src/handlers/add_turbo_fish.rs (renamed from crates/ide_assists/src/handlers/add_turbo_fish.rs)0
-rw-r--r--crates/ide-assists/src/handlers/apply_demorgan.rs (renamed from crates/ide_assists/src/handlers/apply_demorgan.rs)0
-rw-r--r--crates/ide-assists/src/handlers/auto_import.rs (renamed from crates/ide_assists/src/handlers/auto_import.rs)0
-rw-r--r--crates/ide-assists/src/handlers/change_visibility.rs (renamed from crates/ide_assists/src/handlers/change_visibility.rs)0
-rw-r--r--crates/ide-assists/src/handlers/convert_bool_then.rs (renamed from crates/ide_assists/src/handlers/convert_bool_then.rs)0
-rw-r--r--crates/ide-assists/src/handlers/convert_comment_block.rs (renamed from crates/ide_assists/src/handlers/convert_comment_block.rs)0
-rw-r--r--crates/ide-assists/src/handlers/convert_integer_literal.rs (renamed from crates/ide_assists/src/handlers/convert_integer_literal.rs)0
-rw-r--r--crates/ide-assists/src/handlers/convert_into_to_from.rs (renamed from crates/ide_assists/src/handlers/convert_into_to_from.rs)0
-rw-r--r--crates/ide-assists/src/handlers/convert_iter_for_each_to_for.rs (renamed from crates/ide_assists/src/handlers/convert_iter_for_each_to_for.rs)0
-rw-r--r--crates/ide-assists/src/handlers/convert_to_guarded_return.rs (renamed from crates/ide_assists/src/handlers/convert_to_guarded_return.rs)0
-rw-r--r--crates/ide-assists/src/handlers/convert_tuple_struct_to_named_struct.rs (renamed from crates/ide_assists/src/handlers/convert_tuple_struct_to_named_struct.rs)0
-rw-r--r--crates/ide-assists/src/handlers/convert_while_to_loop.rs (renamed from crates/ide_assists/src/handlers/convert_while_to_loop.rs)0
-rw-r--r--crates/ide-assists/src/handlers/destructure_tuple_binding.rs (renamed from crates/ide_assists/src/handlers/destructure_tuple_binding.rs)0
-rw-r--r--crates/ide-assists/src/handlers/expand_glob_import.rs (renamed from crates/ide_assists/src/handlers/expand_glob_import.rs)0
-rw-r--r--crates/ide-assists/src/handlers/extract_function.rs (renamed from crates/ide_assists/src/handlers/extract_function.rs)0
-rw-r--r--crates/ide-assists/src/handlers/extract_module.rs (renamed from crates/ide_assists/src/handlers/extract_module.rs)0
-rw-r--r--crates/ide-assists/src/handlers/extract_struct_from_enum_variant.rs (renamed from crates/ide_assists/src/handlers/extract_struct_from_enum_variant.rs)0
-rw-r--r--crates/ide-assists/src/handlers/extract_type_alias.rs (renamed from crates/ide_assists/src/handlers/extract_type_alias.rs)0
-rw-r--r--crates/ide-assists/src/handlers/extract_variable.rs (renamed from crates/ide_assists/src/handlers/extract_variable.rs)0
-rw-r--r--crates/ide-assists/src/handlers/fix_visibility.rs (renamed from crates/ide_assists/src/handlers/fix_visibility.rs)0
-rw-r--r--crates/ide-assists/src/handlers/flip_binexpr.rs (renamed from crates/ide_assists/src/handlers/flip_binexpr.rs)0
-rw-r--r--crates/ide-assists/src/handlers/flip_comma.rs (renamed from crates/ide_assists/src/handlers/flip_comma.rs)0
-rw-r--r--crates/ide-assists/src/handlers/flip_trait_bound.rs (renamed from crates/ide_assists/src/handlers/flip_trait_bound.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_constant.rs (renamed from crates/ide_assists/src/handlers/generate_constant.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_default_from_enum_variant.rs (renamed from crates/ide_assists/src/handlers/generate_default_from_enum_variant.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_default_from_new.rs (renamed from crates/ide_assists/src/handlers/generate_default_from_new.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_delegate_methods.rs (renamed from crates/ide_assists/src/handlers/generate_delegate_methods.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_deref.rs (renamed from crates/ide_assists/src/handlers/generate_deref.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_derive.rs (renamed from crates/ide_assists/src/handlers/generate_derive.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_documentation_template.rs (renamed from crates/ide_assists/src/handlers/generate_documentation_template.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_enum_is_method.rs (renamed from crates/ide_assists/src/handlers/generate_enum_is_method.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_enum_projection_method.rs (renamed from crates/ide_assists/src/handlers/generate_enum_projection_method.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_from_impl_for_enum.rs (renamed from crates/ide_assists/src/handlers/generate_from_impl_for_enum.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_function.rs (renamed from crates/ide_assists/src/handlers/generate_function.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_getter.rs (renamed from crates/ide_assists/src/handlers/generate_getter.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_impl.rs (renamed from crates/ide_assists/src/handlers/generate_impl.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_is_empty_from_len.rs (renamed from crates/ide_assists/src/handlers/generate_is_empty_from_len.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_new.rs (renamed from crates/ide_assists/src/handlers/generate_new.rs)0
-rw-r--r--crates/ide-assists/src/handlers/generate_setter.rs (renamed from crates/ide_assists/src/handlers/generate_setter.rs)0
-rw-r--r--crates/ide-assists/src/handlers/inline_call.rs (renamed from crates/ide_assists/src/handlers/inline_call.rs)0
-rw-r--r--crates/ide-assists/src/handlers/inline_local_variable.rs (renamed from crates/ide_assists/src/handlers/inline_local_variable.rs)0
-rw-r--r--crates/ide-assists/src/handlers/inline_type_alias.rs (renamed from crates/ide_assists/src/handlers/inline_type_alias.rs)0
-rw-r--r--crates/ide-assists/src/handlers/introduce_named_generic.rs (renamed from crates/ide_assists/src/handlers/introduce_named_generic.rs)0
-rw-r--r--crates/ide-assists/src/handlers/introduce_named_lifetime.rs (renamed from crates/ide_assists/src/handlers/introduce_named_lifetime.rs)0
-rw-r--r--crates/ide-assists/src/handlers/invert_if.rs (renamed from crates/ide_assists/src/handlers/invert_if.rs)0
-rw-r--r--crates/ide-assists/src/handlers/merge_imports.rs (renamed from crates/ide_assists/src/handlers/merge_imports.rs)0
-rw-r--r--crates/ide-assists/src/handlers/merge_match_arms.rs (renamed from crates/ide_assists/src/handlers/merge_match_arms.rs)0
-rw-r--r--crates/ide-assists/src/handlers/move_bounds.rs (renamed from crates/ide_assists/src/handlers/move_bounds.rs)0
-rw-r--r--crates/ide-assists/src/handlers/move_from_mod_rs.rs (renamed from crates/ide_assists/src/handlers/move_from_mod_rs.rs)0
-rw-r--r--crates/ide-assists/src/handlers/move_guard.rs (renamed from crates/ide_assists/src/handlers/move_guard.rs)0
-rw-r--r--crates/ide-assists/src/handlers/move_module_to_file.rs (renamed from crates/ide_assists/src/handlers/move_module_to_file.rs)0
-rw-r--r--crates/ide-assists/src/handlers/move_to_mod_rs.rs (renamed from crates/ide_assists/src/handlers/move_to_mod_rs.rs)0
-rw-r--r--crates/ide-assists/src/handlers/number_representation.rs (renamed from crates/ide_assists/src/handlers/number_representation.rs)0
-rw-r--r--crates/ide-assists/src/handlers/promote_local_to_const.rs (renamed from crates/ide_assists/src/handlers/promote_local_to_const.rs)0
-rw-r--r--crates/ide-assists/src/handlers/pull_assignment_up.rs (renamed from crates/ide_assists/src/handlers/pull_assignment_up.rs)0
-rw-r--r--crates/ide-assists/src/handlers/qualify_method_call.rs (renamed from crates/ide_assists/src/handlers/qualify_method_call.rs)0
-rw-r--r--crates/ide-assists/src/handlers/qualify_path.rs (renamed from crates/ide_assists/src/handlers/qualify_path.rs)0
-rw-r--r--crates/ide-assists/src/handlers/raw_string.rs (renamed from crates/ide_assists/src/handlers/raw_string.rs)0
-rw-r--r--crates/ide-assists/src/handlers/remove_dbg.rs (renamed from crates/ide_assists/src/handlers/remove_dbg.rs)0
-rw-r--r--crates/ide-assists/src/handlers/remove_mut.rs (renamed from crates/ide_assists/src/handlers/remove_mut.rs)0
-rw-r--r--crates/ide-assists/src/handlers/remove_unused_param.rs (renamed from crates/ide_assists/src/handlers/remove_unused_param.rs)0
-rw-r--r--crates/ide-assists/src/handlers/reorder_fields.rs (renamed from crates/ide_assists/src/handlers/reorder_fields.rs)0
-rw-r--r--crates/ide-assists/src/handlers/reorder_impl.rs (renamed from crates/ide_assists/src/handlers/reorder_impl.rs)0
-rw-r--r--crates/ide-assists/src/handlers/replace_derive_with_manual_impl.rs (renamed from crates/ide_assists/src/handlers/replace_derive_with_manual_impl.rs)0
-rw-r--r--crates/ide-assists/src/handlers/replace_if_let_with_match.rs (renamed from crates/ide_assists/src/handlers/replace_if_let_with_match.rs)0
-rw-r--r--crates/ide-assists/src/handlers/replace_let_with_if_let.rs (renamed from crates/ide_assists/src/handlers/replace_let_with_if_let.rs)0
-rw-r--r--crates/ide-assists/src/handlers/replace_qualified_name_with_use.rs (renamed from crates/ide_assists/src/handlers/replace_qualified_name_with_use.rs)0
-rw-r--r--crates/ide-assists/src/handlers/replace_string_with_char.rs (renamed from crates/ide_assists/src/handlers/replace_string_with_char.rs)0
-rw-r--r--crates/ide-assists/src/handlers/replace_try_expr_with_match.rs (renamed from crates/ide_assists/src/handlers/replace_try_expr_with_match.rs)0
-rw-r--r--crates/ide-assists/src/handlers/replace_turbofish_with_explicit_type.rs (renamed from crates/ide_assists/src/handlers/replace_turbofish_with_explicit_type.rs)0
-rw-r--r--crates/ide-assists/src/handlers/sort_items.rs (renamed from crates/ide_assists/src/handlers/sort_items.rs)0
-rw-r--r--crates/ide-assists/src/handlers/split_import.rs (renamed from crates/ide_assists/src/handlers/split_import.rs)0
-rw-r--r--crates/ide-assists/src/handlers/toggle_ignore.rs (renamed from crates/ide_assists/src/handlers/toggle_ignore.rs)0
-rw-r--r--crates/ide-assists/src/handlers/unmerge_use.rs (renamed from crates/ide_assists/src/handlers/unmerge_use.rs)0
-rw-r--r--crates/ide-assists/src/handlers/unnecessary_async.rs (renamed from crates/ide_assists/src/handlers/unnecessary_async.rs)0
-rw-r--r--crates/ide-assists/src/handlers/unwrap_block.rs (renamed from crates/ide_assists/src/handlers/unwrap_block.rs)0
-rw-r--r--crates/ide-assists/src/handlers/unwrap_result_return_type.rs (renamed from crates/ide_assists/src/handlers/unwrap_result_return_type.rs)0
-rw-r--r--crates/ide-assists/src/handlers/wrap_return_type_in_result.rs (renamed from crates/ide_assists/src/handlers/wrap_return_type_in_result.rs)0
-rw-r--r--crates/ide-assists/src/lib.rs (renamed from crates/ide_assists/src/lib.rs)0
-rw-r--r--crates/ide-assists/src/tests.rs (renamed from crates/ide_assists/src/tests.rs)0
-rw-r--r--crates/ide-assists/src/tests/generated.rs (renamed from crates/ide_assists/src/tests/generated.rs)0
-rw-r--r--crates/ide-assists/src/tests/sourcegen.rs (renamed from crates/ide_assists/src/tests/sourcegen.rs)4
-rw-r--r--crates/ide-assists/src/utils.rs (renamed from crates/ide_assists/src/utils.rs)0
-rw-r--r--crates/ide-assists/src/utils/gen_trait_fn_body.rs (renamed from crates/ide_assists/src/utils/gen_trait_fn_body.rs)0
-rw-r--r--crates/ide-assists/src/utils/suggest_name.rs (renamed from crates/ide_assists/src/utils/suggest_name.rs)0
-rw-r--r--crates/ide-completion/Cargo.toml (renamed from crates/ide_completion/Cargo.toml)12
-rw-r--r--crates/ide-completion/src/completions.rs (renamed from crates/ide_completion/src/completions.rs)0
-rw-r--r--crates/ide-completion/src/completions/attribute.rs (renamed from crates/ide_completion/src/completions/attribute.rs)0
-rw-r--r--crates/ide-completion/src/completions/attribute/cfg.rs (renamed from crates/ide_completion/src/completions/attribute/cfg.rs)0
-rw-r--r--crates/ide-completion/src/completions/attribute/derive.rs (renamed from crates/ide_completion/src/completions/attribute/derive.rs)0
-rw-r--r--crates/ide-completion/src/completions/attribute/lint.rs (renamed from crates/ide_completion/src/completions/attribute/lint.rs)0
-rw-r--r--crates/ide-completion/src/completions/attribute/repr.rs (renamed from crates/ide_completion/src/completions/attribute/repr.rs)0
-rw-r--r--crates/ide-completion/src/completions/dot.rs (renamed from crates/ide_completion/src/completions/dot.rs)0
-rw-r--r--crates/ide-completion/src/completions/extern_abi.rs (renamed from crates/ide_completion/src/completions/extern_abi.rs)0
-rw-r--r--crates/ide-completion/src/completions/flyimport.rs (renamed from crates/ide_completion/src/completions/flyimport.rs)0
-rw-r--r--crates/ide-completion/src/completions/fn_param.rs (renamed from crates/ide_completion/src/completions/fn_param.rs)0
-rw-r--r--crates/ide-completion/src/completions/format_string.rs (renamed from crates/ide_completion/src/completions/format_string.rs)0
-rw-r--r--crates/ide-completion/src/completions/keyword.rs (renamed from crates/ide_completion/src/completions/keyword.rs)0
-rw-r--r--crates/ide-completion/src/completions/lifetime.rs (renamed from crates/ide_completion/src/completions/lifetime.rs)0
-rw-r--r--crates/ide-completion/src/completions/mod_.rs (renamed from crates/ide_completion/src/completions/mod_.rs)0
-rw-r--r--crates/ide-completion/src/completions/pattern.rs (renamed from crates/ide_completion/src/completions/pattern.rs)0
-rw-r--r--crates/ide-completion/src/completions/postfix.rs (renamed from crates/ide_completion/src/completions/postfix.rs)0
-rw-r--r--crates/ide-completion/src/completions/postfix/format_like.rs (renamed from crates/ide_completion/src/completions/postfix/format_like.rs)0
-rw-r--r--crates/ide-completion/src/completions/qualified_path.rs (renamed from crates/ide_completion/src/completions/qualified_path.rs)0
-rw-r--r--crates/ide-completion/src/completions/record.rs (renamed from crates/ide_completion/src/completions/record.rs)0
-rw-r--r--crates/ide-completion/src/completions/snippet.rs (renamed from crates/ide_completion/src/completions/snippet.rs)0
-rw-r--r--crates/ide-completion/src/completions/trait_impl.rs (renamed from crates/ide_completion/src/completions/trait_impl.rs)0
-rw-r--r--crates/ide-completion/src/completions/unqualified_path.rs (renamed from crates/ide_completion/src/completions/unqualified_path.rs)0
-rw-r--r--crates/ide-completion/src/completions/use_.rs (renamed from crates/ide_completion/src/completions/use_.rs)0
-rw-r--r--crates/ide-completion/src/completions/vis.rs (renamed from crates/ide_completion/src/completions/vis.rs)0
-rw-r--r--crates/ide-completion/src/config.rs (renamed from crates/ide_completion/src/config.rs)0
-rw-r--r--crates/ide-completion/src/context.rs (renamed from crates/ide_completion/src/context.rs)0
-rw-r--r--crates/ide-completion/src/item.rs (renamed from crates/ide_completion/src/item.rs)0
-rw-r--r--crates/ide-completion/src/lib.rs (renamed from crates/ide_completion/src/lib.rs)0
-rw-r--r--crates/ide-completion/src/patterns.rs (renamed from crates/ide_completion/src/patterns.rs)0
-rw-r--r--crates/ide-completion/src/render.rs (renamed from crates/ide_completion/src/render.rs)0
-rw-r--r--crates/ide-completion/src/render/const_.rs (renamed from crates/ide_completion/src/render/const_.rs)0
-rw-r--r--crates/ide-completion/src/render/function.rs (renamed from crates/ide_completion/src/render/function.rs)0
-rw-r--r--crates/ide-completion/src/render/literal.rs (renamed from crates/ide_completion/src/render/literal.rs)0
-rw-r--r--crates/ide-completion/src/render/macro_.rs (renamed from crates/ide_completion/src/render/macro_.rs)0
-rw-r--r--crates/ide-completion/src/render/pattern.rs (renamed from crates/ide_completion/src/render/pattern.rs)0
-rw-r--r--crates/ide-completion/src/render/type_alias.rs (renamed from crates/ide_completion/src/render/type_alias.rs)0
-rw-r--r--crates/ide-completion/src/render/union_literal.rs (renamed from crates/ide_completion/src/render/union_literal.rs)0
-rw-r--r--crates/ide-completion/src/render/variant.rs (renamed from crates/ide_completion/src/render/variant.rs)0
-rw-r--r--crates/ide-completion/src/snippet.rs (renamed from crates/ide_completion/src/snippet.rs)0
-rw-r--r--crates/ide-completion/src/tests.rs (renamed from crates/ide_completion/src/tests.rs)0
-rw-r--r--crates/ide-completion/src/tests/attribute.rs (renamed from crates/ide_completion/src/tests/attribute.rs)0
-rw-r--r--crates/ide-completion/src/tests/expression.rs (renamed from crates/ide_completion/src/tests/expression.rs)0
-rw-r--r--crates/ide-completion/src/tests/flyimport.rs (renamed from crates/ide_completion/src/tests/flyimport.rs)0
-rw-r--r--crates/ide-completion/src/tests/fn_param.rs (renamed from crates/ide_completion/src/tests/fn_param.rs)0
-rw-r--r--crates/ide-completion/src/tests/item.rs (renamed from crates/ide_completion/src/tests/item.rs)0
-rw-r--r--crates/ide-completion/src/tests/item_list.rs (renamed from crates/ide_completion/src/tests/item_list.rs)0
-rw-r--r--crates/ide-completion/src/tests/pattern.rs (renamed from crates/ide_completion/src/tests/pattern.rs)0
-rw-r--r--crates/ide-completion/src/tests/predicate.rs (renamed from crates/ide_completion/src/tests/predicate.rs)0
-rw-r--r--crates/ide-completion/src/tests/proc_macros.rs (renamed from crates/ide_completion/src/tests/proc_macros.rs)0
-rw-r--r--crates/ide-completion/src/tests/record.rs (renamed from crates/ide_completion/src/tests/record.rs)0
-rw-r--r--crates/ide-completion/src/tests/type_pos.rs (renamed from crates/ide_completion/src/tests/type_pos.rs)0
-rw-r--r--crates/ide-completion/src/tests/use_tree.rs (renamed from crates/ide_completion/src/tests/use_tree.rs)0
-rw-r--r--crates/ide-completion/src/tests/visibility.rs (renamed from crates/ide_completion/src/tests/visibility.rs)0
-rw-r--r--crates/ide-db/Cargo.toml (renamed from crates/ide_db/Cargo.toml)10
-rw-r--r--crates/ide-db/src/active_parameter.rs (renamed from crates/ide_db/src/active_parameter.rs)0
-rw-r--r--crates/ide-db/src/apply_change.rs (renamed from crates/ide_db/src/apply_change.rs)0
-rw-r--r--crates/ide-db/src/assists.rs (renamed from crates/ide_db/src/assists.rs)0
-rw-r--r--crates/ide-db/src/defs.rs (renamed from crates/ide_db/src/defs.rs)0
-rw-r--r--crates/ide-db/src/famous_defs.rs (renamed from crates/ide_db/src/famous_defs.rs)0
-rw-r--r--crates/ide-db/src/generated/lints.rs (renamed from crates/ide_db/src/generated/lints.rs)0
-rw-r--r--crates/ide-db/src/helpers.rs (renamed from crates/ide_db/src/helpers.rs)0
-rw-r--r--crates/ide-db/src/imports/import_assets.rs (renamed from crates/ide_db/src/imports/import_assets.rs)0
-rw-r--r--crates/ide-db/src/imports/insert_use.rs (renamed from crates/ide_db/src/imports/insert_use.rs)0
-rw-r--r--crates/ide-db/src/imports/insert_use/tests.rs (renamed from crates/ide_db/src/imports/insert_use/tests.rs)0
-rw-r--r--crates/ide-db/src/imports/merge_imports.rs (renamed from crates/ide_db/src/imports/merge_imports.rs)0
-rw-r--r--crates/ide-db/src/items_locator.rs (renamed from crates/ide_db/src/items_locator.rs)0
-rw-r--r--crates/ide-db/src/label.rs (renamed from crates/ide_db/src/label.rs)0
-rw-r--r--crates/ide-db/src/lib.rs (renamed from crates/ide_db/src/lib.rs)0
-rw-r--r--crates/ide-db/src/line_index.rs (renamed from crates/ide_db/src/line_index.rs)0
-rw-r--r--crates/ide-db/src/path_transform.rs (renamed from crates/ide_db/src/path_transform.rs)0
-rw-r--r--crates/ide-db/src/rename.rs (renamed from crates/ide_db/src/rename.rs)0
-rw-r--r--crates/ide-db/src/rust_doc.rs (renamed from crates/ide_db/src/rust_doc.rs)0
-rw-r--r--crates/ide-db/src/search.rs (renamed from crates/ide_db/src/search.rs)0
-rw-r--r--crates/ide-db/src/source_change.rs (renamed from crates/ide_db/src/source_change.rs)0
-rw-r--r--crates/ide-db/src/symbol_index.rs (renamed from crates/ide_db/src/symbol_index.rs)0
-rw-r--r--crates/ide-db/src/syntax_helpers/format_string.rs (renamed from crates/ide_db/src/syntax_helpers/format_string.rs)0
-rw-r--r--crates/ide-db/src/syntax_helpers/insert_whitespace_into_node.rs (renamed from crates/ide_db/src/syntax_helpers/insert_whitespace_into_node.rs)0
-rw-r--r--crates/ide-db/src/syntax_helpers/node_ext.rs (renamed from crates/ide_db/src/syntax_helpers/node_ext.rs)0
-rw-r--r--crates/ide-db/src/test_data/test_symbol_index_collection.txt (renamed from crates/ide_db/src/test_data/test_symbol_index_collection.txt)0
-rw-r--r--crates/ide-db/src/tests/sourcegen_lints.rs (renamed from crates/ide_db/src/tests/sourcegen_lints.rs)0
-rw-r--r--crates/ide-db/src/traits.rs (renamed from crates/ide_db/src/traits.rs)0
-rw-r--r--crates/ide-db/src/ty_filter.rs (renamed from crates/ide_db/src/ty_filter.rs)0
-rw-r--r--crates/ide-diagnostics/Cargo.toml (renamed from crates/ide_diagnostics/Cargo.toml)8
-rw-r--r--crates/ide-diagnostics/src/handlers/break_outside_of_loop.rs (renamed from crates/ide_diagnostics/src/handlers/break_outside_of_loop.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/field_shorthand.rs (renamed from crates/ide_diagnostics/src/handlers/field_shorthand.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/inactive_code.rs (renamed from crates/ide_diagnostics/src/handlers/inactive_code.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/incorrect_case.rs (renamed from crates/ide_diagnostics/src/handlers/incorrect_case.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/invalid_derive_target.rs (renamed from crates/ide_diagnostics/src/handlers/invalid_derive_target.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/macro_error.rs (renamed from crates/ide_diagnostics/src/handlers/macro_error.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/malformed_derive.rs (renamed from crates/ide_diagnostics/src/handlers/malformed_derive.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/mismatched_arg_count.rs (renamed from crates/ide_diagnostics/src/handlers/mismatched_arg_count.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/missing_fields.rs (renamed from crates/ide_diagnostics/src/handlers/missing_fields.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/missing_match_arms.rs (renamed from crates/ide_diagnostics/src/handlers/missing_match_arms.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/missing_unsafe.rs (renamed from crates/ide_diagnostics/src/handlers/missing_unsafe.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/no_such_field.rs (renamed from crates/ide_diagnostics/src/handlers/no_such_field.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs (renamed from crates/ide_diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/type_mismatch.rs (renamed from crates/ide_diagnostics/src/handlers/type_mismatch.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/unimplemented_builtin_macro.rs (renamed from crates/ide_diagnostics/src/handlers/unimplemented_builtin_macro.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/unlinked_file.rs (renamed from crates/ide_diagnostics/src/handlers/unlinked_file.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/unresolved_extern_crate.rs (renamed from crates/ide_diagnostics/src/handlers/unresolved_extern_crate.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/unresolved_import.rs (renamed from crates/ide_diagnostics/src/handlers/unresolved_import.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/unresolved_macro_call.rs (renamed from crates/ide_diagnostics/src/handlers/unresolved_macro_call.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/unresolved_module.rs (renamed from crates/ide_diagnostics/src/handlers/unresolved_module.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/unresolved_proc_macro.rs (renamed from crates/ide_diagnostics/src/handlers/unresolved_proc_macro.rs)0
-rw-r--r--crates/ide-diagnostics/src/handlers/useless_braces.rs (renamed from crates/ide_diagnostics/src/handlers/useless_braces.rs)0
-rw-r--r--crates/ide-diagnostics/src/lib.rs (renamed from crates/ide_diagnostics/src/lib.rs)0
-rw-r--r--crates/ide-diagnostics/src/tests.rs (renamed from crates/ide_diagnostics/src/tests.rs)0
-rw-r--r--crates/ide-diagnostics/src/tests/sourcegen.rs (renamed from crates/ide_diagnostics/src/tests/sourcegen.rs)2
-rw-r--r--crates/ide-ssr/Cargo.toml (renamed from crates/ide_ssr/Cargo.toml)8
-rw-r--r--crates/ide-ssr/src/errors.rs (renamed from crates/ide_ssr/src/errors.rs)0
-rw-r--r--crates/ide-ssr/src/fragments.rs (renamed from crates/ide_ssr/src/fragments.rs)0
-rw-r--r--crates/ide-ssr/src/from_comment.rs (renamed from crates/ide_ssr/src/from_comment.rs)0
-rw-r--r--crates/ide-ssr/src/lib.rs (renamed from crates/ide_ssr/src/lib.rs)0
-rw-r--r--crates/ide-ssr/src/matching.rs (renamed from crates/ide_ssr/src/matching.rs)0
-rw-r--r--crates/ide-ssr/src/nester.rs (renamed from crates/ide_ssr/src/nester.rs)0
-rw-r--r--crates/ide-ssr/src/parsing.rs (renamed from crates/ide_ssr/src/parsing.rs)0
-rw-r--r--crates/ide-ssr/src/replacing.rs (renamed from crates/ide_ssr/src/replacing.rs)0
-rw-r--r--crates/ide-ssr/src/resolving.rs (renamed from crates/ide_ssr/src/resolving.rs)0
-rw-r--r--crates/ide-ssr/src/search.rs (renamed from crates/ide_ssr/src/search.rs)0
-rw-r--r--crates/ide-ssr/src/tests.rs (renamed from crates/ide_ssr/src/tests.rs)0
-rw-r--r--crates/ide/Cargo.toml16
-rw-r--r--crates/mbe/Cargo.toml2
-rw-r--r--crates/proc-macro-api/Cargo.toml (renamed from crates/proc_macro_api/Cargo.toml)4
-rw-r--r--crates/proc-macro-api/src/lib.rs (renamed from crates/proc_macro_api/src/lib.rs)0
-rw-r--r--crates/proc-macro-api/src/msg.rs (renamed from crates/proc_macro_api/src/msg.rs)0
-rw-r--r--crates/proc-macro-api/src/msg/flat.rs (renamed from crates/proc_macro_api/src/msg/flat.rs)0
-rw-r--r--crates/proc-macro-api/src/process.rs (renamed from crates/proc_macro_api/src/process.rs)0
-rw-r--r--crates/proc-macro-api/src/version.rs (renamed from crates/proc_macro_api/src/version.rs)0
-rw-r--r--crates/proc-macro-srv/Cargo.toml (renamed from crates/proc_macro_srv/Cargo.toml)6
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_48/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_48/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/buffer.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/buffer.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/client.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/client.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/closure.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/closure.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/handle.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/handle.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/rpc.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/rpc.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/scoped_cell.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/scoped_cell.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/server.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/server.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/diagnostic.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/diagnostic.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_48/rustc_server.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_48/rustc_server.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_54/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_54/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/buffer.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/buffer.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/client.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/client.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/closure.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/closure.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/handle.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/handle.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/rpc.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/rpc.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/scoped_cell.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/scoped_cell.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/server.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/server.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/diagnostic.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/diagnostic.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_54/rustc_server.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_54/rustc_server.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/buffer.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/buffer.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/client.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/client.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/closure.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/closure.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/handle.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/handle.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/rpc.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/rpc.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/scoped_cell.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/scoped_cell.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/server.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/server.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/diagnostic.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/diagnostic.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/quote.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/quote.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_56/rustc_server.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_56/rustc_server.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/buffer.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/buffer.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/client.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/client.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/closure.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/closure.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/handle.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/handle.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/rpc.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/rpc.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/scoped_cell.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/scoped_cell.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/server.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/server.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/diagnostic.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/diagnostic.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/quote.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/quote.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_57/rustc_server.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_57/rustc_server.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/buffer.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/buffer.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/client.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/client.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/closure.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/closure.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/handle.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/handle.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/rpc.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/rpc.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/scoped_cell.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/scoped_cell.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/server.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/server.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/diagnostic.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/diagnostic.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/mod.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/quote.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/quote.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/abi_1_58/rustc_server.rs (renamed from crates/proc_macro_srv/src/abis/abi_1_58/rustc_server.rs)0
-rw-r--r--crates/proc-macro-srv/src/abis/mod.rs (renamed from crates/proc_macro_srv/src/abis/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/cli.rs (renamed from crates/proc_macro_srv/src/cli.rs)0
-rw-r--r--crates/proc-macro-srv/src/dylib.rs (renamed from crates/proc_macro_srv/src/dylib.rs)0
-rw-r--r--crates/proc-macro-srv/src/lib.rs (renamed from crates/proc_macro_srv/src/lib.rs)0
-rw-r--r--crates/proc-macro-srv/src/tests/mod.rs (renamed from crates/proc_macro_srv/src/tests/mod.rs)0
-rw-r--r--crates/proc-macro-srv/src/tests/utils.rs (renamed from crates/proc_macro_srv/src/tests/utils.rs)0
-rw-r--r--crates/proc-macro-test/Cargo.toml (renamed from crates/proc_macro_test/Cargo.toml)4
-rw-r--r--crates/proc-macro-test/build.rs (renamed from crates/proc_macro_test/build.rs)8
-rw-r--r--crates/proc-macro-test/imp/.gitignore (renamed from crates/proc_macro_test/imp/.gitignore)0
-rw-r--r--crates/proc-macro-test/imp/Cargo.toml (renamed from crates/proc_macro_test/imp/Cargo.toml)2
-rw-r--r--crates/proc-macro-test/imp/src/lib.rs (renamed from crates/proc_macro_test/imp/src/lib.rs)0
-rw-r--r--crates/proc-macro-test/src/lib.rs (renamed from crates/proc_macro_test/src/lib.rs)0
-rw-r--r--crates/project-model/Cargo.toml (renamed from crates/project_model/Cargo.toml)4
-rw-r--r--crates/project-model/src/build_scripts.rs (renamed from crates/project_model/src/build_scripts.rs)0
-rw-r--r--crates/project-model/src/cargo_workspace.rs (renamed from crates/project_model/src/cargo_workspace.rs)0
-rw-r--r--crates/project-model/src/cfg_flag.rs (renamed from crates/project_model/src/cfg_flag.rs)0
-rw-r--r--crates/project-model/src/lib.rs (renamed from crates/project_model/src/lib.rs)0
-rw-r--r--crates/project-model/src/manifest_path.rs (renamed from crates/project_model/src/manifest_path.rs)0
-rw-r--r--crates/project-model/src/project_json.rs (renamed from crates/project_model/src/project_json.rs)0
-rw-r--r--crates/project-model/src/rustc_cfg.rs (renamed from crates/project_model/src/rustc_cfg.rs)0
-rw-r--r--crates/project-model/src/sysroot.rs (renamed from crates/project_model/src/sysroot.rs)0
-rw-r--r--crates/project-model/src/tests.rs (renamed from crates/project_model/src/tests.rs)0
-rw-r--r--crates/project-model/src/workspace.rs (renamed from crates/project_model/src/workspace.rs)0
-rw-r--r--crates/project-model/test_data/fake-sysroot/alloc/src/lib.rs (renamed from crates/project_model/test_data/fake-sysroot/alloc/src/lib.rs)0
-rw-r--r--crates/project-model/test_data/fake-sysroot/core/src/lib.rs (renamed from crates/project_model/test_data/fake-sysroot/core/src/lib.rs)0
-rw-r--r--crates/project-model/test_data/fake-sysroot/panic_abort/src/lib.rs (renamed from crates/project_model/test_data/fake-sysroot/panic_abort/src/lib.rs)0
-rw-r--r--crates/project-model/test_data/fake-sysroot/panic_unwind/src/lib.rs (renamed from crates/project_model/test_data/fake-sysroot/panic_unwind/src/lib.rs)0
-rw-r--r--crates/project-model/test_data/fake-sysroot/proc_macro/src/lib.rs (renamed from crates/project_model/test_data/fake-sysroot/proc_macro/src/lib.rs)0
-rw-r--r--crates/project-model/test_data/fake-sysroot/profiler_builtins/src/lib.rs (renamed from crates/project_model/test_data/fake-sysroot/profiler_builtins/src/lib.rs)0
-rw-r--r--crates/project-model/test_data/fake-sysroot/std/src/lib.rs (renamed from crates/project_model/test_data/fake-sysroot/std/src/lib.rs)0
-rw-r--r--crates/project-model/test_data/fake-sysroot/stdarch/crates/std_detect/src/lib.rs (renamed from crates/project_model/test_data/fake-sysroot/stdarch/crates/std_detect/src/lib.rs)0
-rw-r--r--crates/project-model/test_data/fake-sysroot/term/src/lib.rs (renamed from crates/project_model/test_data/fake-sysroot/term/src/lib.rs)0
-rw-r--r--crates/project-model/test_data/fake-sysroot/test/src/lib.rs (renamed from crates/project_model/test_data/fake-sysroot/test/src/lib.rs)0
-rw-r--r--crates/project-model/test_data/fake-sysroot/unwind/src/lib.rs (renamed from crates/project_model/test_data/fake-sysroot/unwind/src/lib.rs)0
-rw-r--r--crates/project-model/test_data/hello-world-metadata.json (renamed from crates/project_model/test_data/hello-world-metadata.json)0
-rw-r--r--crates/project-model/test_data/hello-world-project.json (renamed from crates/project_model/test_data/hello-world-project.json)0
-rw-r--r--crates/project-model/test_data/is-proc-macro-project.json (renamed from crates/project_model/test_data/is-proc-macro-project.json)0
-rw-r--r--crates/rust-analyzer/Cargo.toml16
-rw-r--r--crates/rust-analyzer/tests/slow-tests/tidy.rs32
-rw-r--r--crates/syntax/Cargo.toml4
-rw-r--r--crates/test-utils/Cargo.toml (renamed from crates/test_utils/Cargo.toml)2
-rw-r--r--crates/test-utils/src/assert_linear.rs (renamed from crates/test_utils/src/assert_linear.rs)0
-rw-r--r--crates/test-utils/src/bench_fixture.rs (renamed from crates/test_utils/src/bench_fixture.rs)0
-rw-r--r--crates/test-utils/src/fixture.rs (renamed from crates/test_utils/src/fixture.rs)0
-rw-r--r--crates/test-utils/src/lib.rs (renamed from crates/test_utils/src/lib.rs)0
-rw-r--r--crates/test-utils/src/minicore.rs (renamed from crates/test_utils/src/minicore.rs)0
-rw-r--r--crates/text-edit/Cargo.toml (renamed from crates/text_edit/Cargo.toml)2
-rw-r--r--crates/text-edit/src/lib.rs (renamed from crates/text_edit/src/lib.rs)0
462 files changed, 177 insertions, 177 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2850895d65..051906f87c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -92,7 +92,7 @@ dependencies = [
]
[[package]]
-name = "base_db"
+name = "base-db"
version = "0.0.0"
dependencies = [
"cfg",
@@ -101,7 +101,7 @@ dependencies = [
"salsa",
"stdx",
"syntax",
- "test_utils",
+ "test-utils",
"tt",
"vfs",
]
@@ -474,12 +474,12 @@ name = "hir"
version = "0.0.0"
dependencies = [
"arrayvec",
- "base_db",
+ "base-db",
"cfg",
"either",
- "hir_def",
- "hir_expand",
- "hir_ty",
+ "hir-def",
+ "hir-expand",
+ "hir-ty",
"itertools",
"once_cell",
"profile",
@@ -491,12 +491,12 @@ dependencies = [
]
[[package]]
-name = "hir_def"
+name = "hir-def"
version = "0.0.0"
dependencies = [
"anymap",
"arrayvec",
- "base_db",
+ "base-db",
"bitflags",
"cfg",
"cov-mark",
@@ -505,7 +505,7 @@ dependencies = [
"either",
"expect-test",
"fst",
- "hir_expand",
+ "hir-expand",
"indexmap",
"itertools",
"la-arena",
@@ -519,16 +519,16 @@ dependencies = [
"smallvec",
"stdx",
"syntax",
- "test_utils",
+ "test-utils",
"tracing",
"tt",
]
[[package]]
-name = "hir_expand"
+name = "hir-expand"
version = "0.0.0"
dependencies = [
- "base_db",
+ "base-db",
"cfg",
"cov-mark",
"either",
@@ -546,19 +546,19 @@ dependencies = [
]
[[package]]
-name = "hir_ty"
+name = "hir-ty"
version = "0.0.0"
dependencies = [
"arrayvec",
- "base_db",
+ "base-db",
"chalk-ir",
"chalk-recursive",
"chalk-solve",
"cov-mark",
"ena",
"expect-test",
- "hir_def",
- "hir_expand",
+ "hir-def",
+ "hir-expand",
"itertools",
"la-arena",
"limit",
@@ -569,7 +569,7 @@ dependencies = [
"smallvec",
"stdx",
"syntax",
- "test_utils",
+ "test-utils",
"tracing",
"tracing-subscriber",
"tracing-tree",
@@ -596,11 +596,11 @@ dependencies = [
"either",
"expect-test",
"hir",
- "ide_assists",
- "ide_completion",
- "ide_db",
- "ide_diagnostics",
- "ide_ssr",
+ "ide-assists",
+ "ide-completion",
+ "ide-db",
+ "ide-diagnostics",
+ "ide-ssr",
"itertools",
"oorandom",
"profile",
@@ -608,56 +608,56 @@ dependencies = [
"pulldown-cmark-to-cmark",
"stdx",
"syntax",
- "test_utils",
- "text_edit",
+ "test-utils",
+ "text-edit",
"toolchain",
"tracing",
"url",
]
[[package]]
-name = "ide_assists"
+name = "ide-assists"
version = "0.0.0"
dependencies = [
"cov-mark",
"either",
"expect-test",
"hir",
- "ide_db",
+ "ide-db",
"itertools",
"profile",
"sourcegen",
"stdx",
"syntax",
- "test_utils",
- "text_edit",
+ "test-utils",
+ "text-edit",
]
[[package]]
-name = "ide_completion"
+name = "ide-completion"
version = "0.0.0"
dependencies = [
- "base_db",
+ "base-db",
"cov-mark",
"expect-test",
"hir",
- "ide_db",
+ "ide-db",
"itertools",
"once_cell",
"profile",
"smallvec",
"stdx",
"syntax",
- "test_utils",
- "text_edit",
+ "test-utils",
+ "text-edit",
]
[[package]]
-name = "ide_db"
+name = "ide-db"
version = "0.0.0"
dependencies = [
"arrayvec",
- "base_db",
+ "base-db",
"cov-mark",
"either",
"expect-test",
@@ -674,14 +674,14 @@ dependencies = [
"sourcegen",
"stdx",
"syntax",
- "test_utils",
- "text_edit",
+ "test-utils",
+ "text-edit",
"tracing",
"xshell",
]
[[package]]
-name = "ide_diagnostics"
+name = "ide-diagnostics"
version = "0.0.0"
dependencies = [
"cfg",
@@ -689,29 +689,29 @@ dependencies = [
"either",
"expect-test",
"hir",
- "ide_db",
+ "ide-db",
"itertools",
"profile",
"sourcegen",
"stdx",
"syntax",
- "test_utils",
- "text_edit",
+ "test-utils",
+ "text-edit",
]
[[package]]
-name = "ide_ssr"
+name = "ide-ssr"
version = "0.0.0"
dependencies = [
"cov-mark",
"expect-test",
"hir",
- "ide_db",
+ "ide-db",
"itertools",
"parser",
"syntax",
- "test_utils",
- "text_edit",
+ "test-utils",
+ "text-edit",
]
[[package]]
@@ -913,7 +913,7 @@ dependencies = [
"smallvec",
"stdx",
"syntax",
- "test_utils",
+ "test-utils",
"tracing",
"tt",
]
@@ -1180,16 +1180,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
[[package]]
-name = "proc-macro2"
-version = "1.0.37"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
-dependencies = [
- "unicode-xid",
-]
-
-[[package]]
-name = "proc_macro_api"
+name = "proc-macro-api"
version = "0.0.0"
dependencies = [
"memmap2",
@@ -1205,7 +1196,7 @@ dependencies = [
]
[[package]]
-name = "proc_macro_srv"
+name = "proc-macro-srv"
version = "0.0.0"
dependencies = [
"expect-test",
@@ -1214,25 +1205,34 @@ dependencies = [
"memmap2",
"object 0.28.3",
"paths",
- "proc_macro_api",
- "proc_macro_test",
+ "proc-macro-api",
+ "proc-macro-test",
"tt",
]
[[package]]
-name = "proc_macro_test"
+name = "proc-macro-test"
version = "0.0.0"
dependencies = [
"cargo_metadata",
- "proc_macro_test_impl",
+ "proc-macro-test-impl",
"toolchain",
]
[[package]]
-name = "proc_macro_test_impl"
+name = "proc-macro-test-impl"
version = "0.0.0"
[[package]]
+name = "proc-macro2"
+version = "1.0.37"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
+dependencies = [
+ "unicode-xid",
+]
+
+[[package]]
name = "profile"
version = "0.0.0"
dependencies = [
@@ -1247,11 +1247,11 @@ dependencies = [
]
[[package]]
-name = "project_model"
+name = "project-model"
version = "0.0.0"
dependencies = [
"anyhow",
- "base_db",
+ "base-db",
"cargo_metadata",
"cfg",
"expect-test",
@@ -1378,11 +1378,11 @@ dependencies = [
"expect-test",
"flycheck",
"hir",
- "hir_def",
- "hir_ty",
+ "hir-def",
+ "hir-ty",
"ide",
- "ide_db",
- "ide_ssr",
+ "ide-db",
+ "ide-ssr",
"itertools",
"jod-thread",
"lsp-server",
@@ -1392,10 +1392,10 @@ dependencies = [
"num_cpus",
"oorandom",
"parking_lot 0.12.0",
- "proc_macro_api",
- "proc_macro_srv",
+ "proc-macro-api",
+ "proc-macro-srv",
"profile",
- "project_model",
+ "project-model",
"rayon",
"rustc-hash",
"serde",
@@ -1403,7 +1403,7 @@ dependencies = [
"sourcegen",
"stdx",
"syntax",
- "test_utils",
+ "test-utils",
"threadpool",
"tikv-jemallocator",
"toolchain",
@@ -1639,13 +1639,13 @@ dependencies = [
"smol_str",
"sourcegen",
"stdx",
- "test_utils",
- "text_edit",
+ "test-utils",
+ "text-edit",
"ungrammar",
]
[[package]]
-name = "test_utils"
+name = "test-utils"
version = "0.0.0"
dependencies = [
"dissimilar",
@@ -1656,13 +1656,7 @@ dependencies = [
]
[[package]]
-name = "text-size"
-version = "1.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a"
-
-[[package]]
-name = "text_edit"
+name = "text-edit"
version = "0.0.0"
dependencies = [
"itertools",
@@ -1670,6 +1664,12 @@ dependencies = [
]
[[package]]
+name = "text-size"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a"
+
+[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 3f83041bec..6b68ca8238 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[workspace]
members = ["xtask/", "lib/*", "crates/*"]
-exclude = ["crates/proc_macro_test/imp"]
+exclude = ["crates/proc-macro-test/imp"]
[profile.dev]
# Disabling debug info speeds up builds a bunch,
diff --git a/crates/base_db/Cargo.toml b/crates/base-db/Cargo.toml
index 7ef82f6a34..f02a51ab6c 100644
--- a/crates/base_db/Cargo.toml
+++ b/crates/base-db/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "base_db"
+name = "base-db"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
@@ -18,5 +18,5 @@ stdx = { path = "../stdx", version = "0.0.0" }
cfg = { path = "../cfg", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
tt = { path = "../tt", version = "0.0.0" }
-test_utils = { path = "../test_utils", version = "0.0.0" }
+test-utils = { path = "../test-utils", version = "0.0.0" }
vfs = { path = "../vfs", version = "0.0.0" }
diff --git a/crates/base_db/src/change.rs b/crates/base-db/src/change.rs
index 7e645d0fa8..7e645d0fa8 100644
--- a/crates/base_db/src/change.rs
+++ b/crates/base-db/src/change.rs
diff --git a/crates/base_db/src/fixture.rs b/crates/base-db/src/fixture.rs
index daa0e3f699..daa0e3f699 100644
--- a/crates/base_db/src/fixture.rs
+++ b/crates/base-db/src/fixture.rs
diff --git a/crates/base_db/src/input.rs b/crates/base-db/src/input.rs
index 9fcaa4b06d..9fcaa4b06d 100644
--- a/crates/base_db/src/input.rs
+++ b/crates/base-db/src/input.rs
diff --git a/crates/base_db/src/lib.rs b/crates/base-db/src/lib.rs
index 2454698bb6..2454698bb6 100644
--- a/crates/base_db/src/lib.rs
+++ b/crates/base-db/src/lib.rs
diff --git a/crates/hir_def/Cargo.toml b/crates/hir-def/Cargo.toml
index 5863092839..d369c3ed28 100644
--- a/crates/hir_def/Cargo.toml
+++ b/crates/hir-def/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "hir_def"
+name = "hir-def"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
@@ -29,15 +29,15 @@ arrayvec = "0.7.2"
la-arena = { version = "0.3.0", path = "../../lib/arena" }
stdx = { path = "../stdx", version = "0.0.0" }
-base_db = { path = "../base_db", version = "0.0.0" }
+base-db = { path = "../base-db", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
-hir_expand = { path = "../hir_expand", version = "0.0.0" }
+hir-expand = { path = "../hir-expand", version = "0.0.0" }
mbe = { path = "../mbe", version = "0.0.0" }
cfg = { path = "../cfg", version = "0.0.0" }
tt = { path = "../tt", version = "0.0.0" }
limit = { path = "../limit", version = "0.0.0" }
[dev-dependencies]
-test_utils = { path = "../test_utils" }
+test-utils = { path = "../test-utils" }
expect-test = "1.2.2"
diff --git a/crates/hir_def/src/adt.rs b/crates/hir-def/src/adt.rs
index 6ba70a2df6..6ba70a2df6 100644
--- a/crates/hir_def/src/adt.rs
+++ b/crates/hir-def/src/adt.rs
diff --git a/crates/hir_def/src/attr.rs b/crates/hir-def/src/attr.rs
index 11d3f48b94..11d3f48b94 100644
--- a/crates/hir_def/src/attr.rs
+++ b/crates/hir-def/src/attr.rs
diff --git a/crates/hir_def/src/body.rs b/crates/hir-def/src/body.rs
index 57dd3a3502..57dd3a3502 100644
--- a/crates/hir_def/src/body.rs
+++ b/crates/hir-def/src/body.rs
diff --git a/crates/hir_def/src/body/lower.rs b/crates/hir-def/src/body/lower.rs
index f0cb39ec36..f0cb39ec36 100644
--- a/crates/hir_def/src/body/lower.rs
+++ b/crates/hir-def/src/body/lower.rs
diff --git a/crates/hir_def/src/body/scope.rs b/crates/hir-def/src/body/scope.rs
index fc36f1ae52..fc36f1ae52 100644
--- a/crates/hir_def/src/body/scope.rs
+++ b/crates/hir-def/src/body/scope.rs
diff --git a/crates/hir_def/src/body/tests.rs b/crates/hir-def/src/body/tests.rs
index c9601f8552..c9601f8552 100644
--- a/crates/hir_def/src/body/tests.rs
+++ b/crates/hir-def/src/body/tests.rs
diff --git a/crates/hir_def/src/body/tests/block.rs b/crates/hir-def/src/body/tests/block.rs
index 0748212889..0748212889 100644
--- a/crates/hir_def/src/body/tests/block.rs
+++ b/crates/hir-def/src/body/tests/block.rs
diff --git a/crates/hir_def/src/builtin_attr.rs b/crates/hir-def/src/builtin_attr.rs
index 3f43111fb1..3f43111fb1 100644
--- a/crates/hir_def/src/builtin_attr.rs
+++ b/crates/hir-def/src/builtin_attr.rs
diff --git a/crates/hir_def/src/builtin_type.rs b/crates/hir-def/src/builtin_type.rs
index 25a408036f..25a408036f 100644
--- a/crates/hir_def/src/builtin_type.rs
+++ b/crates/hir-def/src/builtin_type.rs
diff --git a/crates/hir_def/src/child_by_source.rs b/crates/hir-def/src/child_by_source.rs
index b1337ecc24..b1337ecc24 100644
--- a/crates/hir_def/src/child_by_source.rs
+++ b/crates/hir-def/src/child_by_source.rs
diff --git a/crates/hir_def/src/data.rs b/crates/hir-def/src/data.rs
index 3ef1029724..3ef1029724 100644
--- a/crates/hir_def/src/data.rs
+++ b/crates/hir-def/src/data.rs
diff --git a/crates/hir_def/src/db.rs b/crates/hir-def/src/db.rs
index df6dcb024b..df6dcb024b 100644
--- a/crates/hir_def/src/db.rs
+++ b/crates/hir-def/src/db.rs
diff --git a/crates/hir_def/src/dyn_map.rs b/crates/hir-def/src/dyn_map.rs
index 166aa04da0..166aa04da0 100644
--- a/crates/hir_def/src/dyn_map.rs
+++ b/crates/hir-def/src/dyn_map.rs
diff --git a/crates/hir_def/src/expr.rs b/crates/hir-def/src/expr.rs
index 4dca823888..4dca823888 100644
--- a/crates/hir_def/src/expr.rs
+++ b/crates/hir-def/src/expr.rs
diff --git a/crates/hir_def/src/find_path.rs b/crates/hir-def/src/find_path.rs
index 89e961f84f..89e961f84f 100644
--- a/crates/hir_def/src/find_path.rs
+++ b/crates/hir-def/src/find_path.rs
diff --git a/crates/hir_def/src/generics.rs b/crates/hir-def/src/generics.rs
index 04b77894ae..04b77894ae 100644
--- a/crates/hir_def/src/generics.rs
+++ b/crates/hir-def/src/generics.rs
diff --git a/crates/hir_def/src/import_map.rs b/crates/hir-def/src/import_map.rs
index 000fe5ac7b..000fe5ac7b 100644
--- a/crates/hir_def/src/import_map.rs
+++ b/crates/hir-def/src/import_map.rs
diff --git a/crates/hir_def/src/intern.rs b/crates/hir-def/src/intern.rs
index f5a4f5ec4e..f5a4f5ec4e 100644
--- a/crates/hir_def/src/intern.rs
+++ b/crates/hir-def/src/intern.rs
diff --git a/crates/hir_def/src/item_scope.rs b/crates/hir-def/src/item_scope.rs
index ddccbbfef9..ddccbbfef9 100644
--- a/crates/hir_def/src/item_scope.rs
+++ b/crates/hir-def/src/item_scope.rs
diff --git a/crates/hir_def/src/item_tree.rs b/crates/hir-def/src/item_tree.rs
index 375587ee93..375587ee93 100644
--- a/crates/hir_def/src/item_tree.rs
+++ b/crates/hir-def/src/item_tree.rs
diff --git a/crates/hir_def/src/item_tree/lower.rs b/crates/hir-def/src/item_tree/lower.rs
index cdae0d0803..cdae0d0803 100644
--- a/crates/hir_def/src/item_tree/lower.rs
+++ b/crates/hir-def/src/item_tree/lower.rs
diff --git a/crates/hir_def/src/item_tree/pretty.rs b/crates/hir-def/src/item_tree/pretty.rs
index f12d9a1273..f12d9a1273 100644
--- a/crates/hir_def/src/item_tree/pretty.rs
+++ b/crates/hir-def/src/item_tree/pretty.rs
diff --git a/crates/hir_def/src/item_tree/tests.rs b/crates/hir-def/src/item_tree/tests.rs
index fb3811dbd5..fb3811dbd5 100644
--- a/crates/hir_def/src/item_tree/tests.rs
+++ b/crates/hir-def/src/item_tree/tests.rs
diff --git a/crates/hir_def/src/keys.rs b/crates/hir-def/src/keys.rs
index c5cb9a2af5..c5cb9a2af5 100644
--- a/crates/hir_def/src/keys.rs
+++ b/crates/hir-def/src/keys.rs
diff --git a/crates/hir_def/src/lang_item.rs b/crates/hir-def/src/lang_item.rs
index 8778501845..8778501845 100644
--- a/crates/hir_def/src/lang_item.rs
+++ b/crates/hir-def/src/lang_item.rs
diff --git a/crates/hir_def/src/lib.rs b/crates/hir-def/src/lib.rs
index 974a2ab8f2..974a2ab8f2 100644
--- a/crates/hir_def/src/lib.rs
+++ b/crates/hir-def/src/lib.rs
diff --git a/crates/hir_def/src/macro_expansion_tests.rs b/crates/hir-def/src/macro_expansion_tests.rs
index 9d9b925bd2..9d9b925bd2 100644
--- a/crates/hir_def/src/macro_expansion_tests.rs
+++ b/crates/hir-def/src/macro_expansion_tests.rs
diff --git a/crates/hir_def/src/macro_expansion_tests/builtin_derive_macro.rs b/crates/hir-def/src/macro_expansion_tests/builtin_derive_macro.rs
index 8ee33101e4..8ee33101e4 100644
--- a/crates/hir_def/src/macro_expansion_tests/builtin_derive_macro.rs
+++ b/crates/hir-def/src/macro_expansion_tests/builtin_derive_macro.rs
diff --git a/crates/hir_def/src/macro_expansion_tests/builtin_fn_macro.rs b/crates/hir-def/src/macro_expansion_tests/builtin_fn_macro.rs
index a28478ff4d..a28478ff4d 100644
--- a/crates/hir_def/src/macro_expansion_tests/builtin_fn_macro.rs
+++ b/crates/hir-def/src/macro_expansion_tests/builtin_fn_macro.rs
diff --git a/crates/hir_def/src/macro_expansion_tests/mbe.rs b/crates/hir-def/src/macro_expansion_tests/mbe.rs
index c8c7b19aca..c8c7b19aca 100644
--- a/crates/hir_def/src/macro_expansion_tests/mbe.rs
+++ b/crates/hir-def/src/macro_expansion_tests/mbe.rs
diff --git a/crates/hir_def/src/macro_expansion_tests/mbe/matching.rs b/crates/hir-def/src/macro_expansion_tests/mbe/matching.rs
index bc162d0fa2..bc162d0fa2 100644
--- a/crates/hir_def/src/macro_expansion_tests/mbe/matching.rs
+++ b/crates/hir-def/src/macro_expansion_tests/mbe/matching.rs
diff --git a/crates/hir_def/src/macro_expansion_tests/mbe/meta_syntax.rs b/crates/hir-def/src/macro_expansion_tests/mbe/meta_syntax.rs
index 2de10ddbdf..2de10ddbdf 100644
--- a/crates/hir_def/src/macro_expansion_tests/mbe/meta_syntax.rs
+++ b/crates/hir-def/src/macro_expansion_tests/mbe/meta_syntax.rs
diff --git a/crates/hir_def/src/macro_expansion_tests/mbe/regression.rs b/crates/hir-def/src/macro_expansion_tests/mbe/regression.rs
index 2dff4adf2e..2dff4adf2e 100644
--- a/crates/hir_def/src/macro_expansion_tests/mbe/regression.rs
+++ b/crates/hir-def/src/macro_expansion_tests/mbe/regression.rs
diff --git a/crates/hir_def/src/macro_expansion_tests/mbe/tt_conversion.rs b/crates/hir-def/src/macro_expansion_tests/mbe/tt_conversion.rs
index 84cc3f3872..84cc3f3872 100644
--- a/crates/hir_def/src/macro_expansion_tests/mbe/tt_conversion.rs
+++ b/crates/hir-def/src/macro_expansion_tests/mbe/tt_conversion.rs
diff --git a/crates/hir_def/src/macro_expansion_tests/proc_macros.rs b/crates/hir-def/src/macro_expansion_tests/proc_macros.rs
index 0ca30fb799..0ca30fb799 100644
--- a/crates/hir_def/src/macro_expansion_tests/proc_macros.rs
+++ b/crates/hir-def/src/macro_expansion_tests/proc_macros.rs
diff --git a/crates/hir_def/src/nameres.rs b/crates/hir-def/src/nameres.rs
index e923d883ec..e923d883ec 100644
--- a/crates/hir_def/src/nameres.rs
+++ b/crates/hir-def/src/nameres.rs
diff --git a/crates/hir_def/src/nameres/attr_resolution.rs b/crates/hir-def/src/nameres/attr_resolution.rs
index 3650204ee9..3650204ee9 100644
--- a/crates/hir_def/src/nameres/attr_resolution.rs
+++ b/crates/hir-def/src/nameres/attr_resolution.rs
diff --git a/crates/hir_def/src/nameres/collector.rs b/crates/hir-def/src/nameres/collector.rs
index a9705cf2dc..a9705cf2dc 100644
--- a/crates/hir_def/src/nameres/collector.rs
+++ b/crates/hir-def/src/nameres/collector.rs
diff --git a/crates/hir_def/src/nameres/diagnostics.rs b/crates/hir-def/src/nameres/diagnostics.rs
index dd3ff92cb3..dd3ff92cb3 100644
--- a/crates/hir_def/src/nameres/diagnostics.rs
+++ b/crates/hir-def/src/nameres/diagnostics.rs
diff --git a/crates/hir_def/src/nameres/mod_resolution.rs b/crates/hir-def/src/nameres/mod_resolution.rs
index 52a620fe22..52a620fe22 100644
--- a/crates/hir_def/src/nameres/mod_resolution.rs
+++ b/crates/hir-def/src/nameres/mod_resolution.rs
diff --git a/crates/hir_def/src/nameres/path_resolution.rs b/crates/hir-def/src/nameres/path_resolution.rs
index cc5fc0a52a..cc5fc0a52a 100644
--- a/crates/hir_def/src/nameres/path_resolution.rs
+++ b/crates/hir-def/src/nameres/path_resolution.rs
diff --git a/crates/hir_def/src/nameres/proc_macro.rs b/crates/hir-def/src/nameres/proc_macro.rs
index 5089ef2d81..5089ef2d81 100644
--- a/crates/hir_def/src/nameres/proc_macro.rs
+++ b/crates/hir-def/src/nameres/proc_macro.rs
diff --git a/crates/hir_def/src/nameres/tests.rs b/crates/hir-def/src/nameres/tests.rs
index 80e5476071..80e5476071 100644
--- a/crates/hir_def/src/nameres/tests.rs
+++ b/crates/hir-def/src/nameres/tests.rs
diff --git a/crates/hir_def/src/nameres/tests/globs.rs b/crates/hir-def/src/nameres/tests/globs.rs
index 17426d54d4..17426d54d4 100644
--- a/crates/hir_def/src/nameres/tests/globs.rs
+++ b/crates/hir-def/src/nameres/tests/globs.rs
diff --git a/crates/hir_def/src/nameres/tests/incremental.rs b/crates/hir-def/src/nameres/tests/incremental.rs
index 2e8cb3621f..2e8cb3621f 100644
--- a/crates/hir_def/src/nameres/tests/incremental.rs
+++ b/crates/hir-def/src/nameres/tests/incremental.rs
diff --git a/crates/hir_def/src/nameres/tests/macros.rs b/crates/hir-def/src/nameres/tests/macros.rs
index 411840ccbc..411840ccbc 100644
--- a/crates/hir_def/src/nameres/tests/macros.rs
+++ b/crates/hir-def/src/nameres/tests/macros.rs
diff --git a/crates/hir_def/src/nameres/tests/mod_resolution.rs b/crates/hir-def/src/nameres/tests/mod_resolution.rs
index 79a74873b4..79a74873b4 100644
--- a/crates/hir_def/src/nameres/tests/mod_resolution.rs
+++ b/crates/hir-def/src/nameres/tests/mod_resolution.rs
diff --git a/crates/hir_def/src/nameres/tests/primitives.rs b/crates/hir-def/src/nameres/tests/primitives.rs
index 215e8952d9..215e8952d9 100644
--- a/crates/hir_def/src/nameres/tests/primitives.rs
+++ b/crates/hir-def/src/nameres/tests/primitives.rs
diff --git a/crates/hir_def/src/path.rs b/crates/hir-def/src/path.rs
index 37c09a0984..37c09a0984 100644
--- a/crates/hir_def/src/path.rs
+++ b/crates/hir-def/src/path.rs
diff --git a/crates/hir_def/src/path/lower.rs b/crates/hir-def/src/path/lower.rs
index b6a24cd4ab..b6a24cd4ab 100644
--- a/crates/hir_def/src/path/lower.rs
+++ b/crates/hir-def/src/path/lower.rs
diff --git a/crates/hir_def/src/per_ns.rs b/crates/hir-def/src/per_ns.rs
index bf5bf10c4c..bf5bf10c4c 100644
--- a/crates/hir_def/src/per_ns.rs
+++ b/crates/hir-def/src/per_ns.rs
diff --git a/crates/hir_def/src/resolver.rs b/crates/hir-def/src/resolver.rs
index f3dcdcfa4a..f3dcdcfa4a 100644
--- a/crates/hir_def/src/resolver.rs
+++ b/crates/hir-def/src/resolver.rs
diff --git a/crates/hir_def/src/src.rs b/crates/hir-def/src/src.rs
index f69356cac8..f69356cac8 100644
--- a/crates/hir_def/src/src.rs
+++ b/crates/hir-def/src/src.rs
diff --git a/crates/hir_def/src/test_db.rs b/crates/hir-def/src/test_db.rs
index baf71731f4..baf71731f4 100644
--- a/crates/hir_def/src/test_db.rs
+++ b/crates/hir-def/src/test_db.rs
diff --git a/crates/hir_def/src/trace.rs b/crates/hir-def/src/trace.rs
index 6e6ceb8e47..6e6ceb8e47 100644
--- a/crates/hir_def/src/trace.rs
+++ b/crates/hir-def/src/trace.rs
diff --git a/crates/hir_def/src/type_ref.rs b/crates/hir-def/src/type_ref.rs
index 8e9336a0cc..8e9336a0cc 100644
--- a/crates/hir_def/src/type_ref.rs
+++ b/crates/hir-def/src/type_ref.rs
diff --git a/crates/hir_def/src/visibility.rs b/crates/hir-def/src/visibility.rs
index 6e22a877a9..6e22a877a9 100644
--- a/crates/hir_def/src/visibility.rs
+++ b/crates/hir-def/src/visibility.rs
diff --git a/crates/hir_expand/Cargo.toml b/crates/hir-expand/Cargo.toml
index 9d8772d129..f4770a6f9f 100644
--- a/crates/hir_expand/Cargo.toml
+++ b/crates/hir-expand/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "hir_expand"
+name = "hir-expand"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
@@ -20,7 +20,7 @@ hashbrown = { version = "0.12.0", features = [
"inline-more",
], default-features = false }
-base_db = { path = "../base_db", version = "0.0.0" }
+base-db = { path = "../base-db", version = "0.0.0" }
cfg = { path = "../cfg", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
diff --git a/crates/hir_expand/src/ast_id_map.rs b/crates/hir-expand/src/ast_id_map.rs
index c1ddef03ba..c1ddef03ba 100644
--- a/crates/hir_expand/src/ast_id_map.rs
+++ b/crates/hir-expand/src/ast_id_map.rs
diff --git a/crates/hir_expand/src/builtin_attr_macro.rs b/crates/hir-expand/src/builtin_attr_macro.rs
index 0c886ac4da..0c886ac4da 100644
--- a/crates/hir_expand/src/builtin_attr_macro.rs
+++ b/crates/hir-expand/src/builtin_attr_macro.rs
diff --git a/crates/hir_expand/src/builtin_derive_macro.rs b/crates/hir-expand/src/builtin_derive_macro.rs
index f7d5532df5..f7d5532df5 100644
--- a/crates/hir_expand/src/builtin_derive_macro.rs
+++ b/crates/hir-expand/src/builtin_derive_macro.rs
diff --git a/crates/hir_expand/src/builtin_fn_macro.rs b/crates/hir-expand/src/builtin_fn_macro.rs
index 8d2352f06e..8d2352f06e 100644
--- a/crates/hir_expand/src/builtin_fn_macro.rs
+++ b/crates/hir-expand/src/builtin_fn_macro.rs
diff --git a/crates/hir_expand/src/db.rs b/crates/hir-expand/src/db.rs
index 8c08fdcd2e..8c08fdcd2e 100644
--- a/crates/hir_expand/src/db.rs
+++ b/crates/hir-expand/src/db.rs
diff --git a/crates/hir_expand/src/eager.rs b/crates/hir-expand/src/eager.rs
index 5fd099aea7..5fd099aea7 100644
--- a/crates/hir_expand/src/eager.rs
+++ b/crates/hir-expand/src/eager.rs
diff --git a/crates/hir_expand/src/fixup.rs b/crates/hir-expand/src/fixup.rs
index c924478cec..c924478cec 100644
--- a/crates/hir_expand/src/fixup.rs
+++ b/crates/hir-expand/src/fixup.rs
diff --git a/crates/hir_expand/src/hygiene.rs b/crates/hir-expand/src/hygiene.rs
index d60734372c..d60734372c 100644
--- a/crates/hir_expand/src/hygiene.rs
+++ b/crates/hir-expand/src/hygiene.rs
diff --git a/crates/hir_expand/src/lib.rs b/crates/hir-expand/src/lib.rs
index bc5372754d..bc5372754d 100644
--- a/crates/hir_expand/src/lib.rs
+++ b/crates/hir-expand/src/lib.rs
diff --git a/crates/hir_expand/src/mod_path.rs b/crates/hir-expand/src/mod_path.rs
index bb2f6350c6..bb2f6350c6 100644
--- a/crates/hir_expand/src/mod_path.rs
+++ b/crates/hir-expand/src/mod_path.rs
diff --git a/crates/hir_expand/src/name.rs b/crates/hir-expand/src/name.rs
index f1bf665707..f1bf665707 100644
--- a/crates/hir_expand/src/name.rs
+++ b/crates/hir-expand/src/name.rs
diff --git a/crates/hir_expand/src/proc_macro.rs b/crates/hir-expand/src/proc_macro.rs
index df6c38761c..df6c38761c 100644
--- a/crates/hir_expand/src/proc_macro.rs
+++ b/crates/hir-expand/src/proc_macro.rs
diff --git a/crates/hir_expand/src/quote.rs b/crates/hir-expand/src/quote.rs
index 82f410ecda..82f410ecda 100644
--- a/crates/hir_expand/src/quote.rs
+++ b/crates/hir-expand/src/quote.rs
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir-ty/Cargo.toml
index 1fe5788253..06cdb1e4e0 100644
--- a/crates/hir_ty/Cargo.toml
+++ b/crates/hir-ty/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "hir_ty"
+name = "hir-ty"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
@@ -26,15 +26,15 @@ once_cell = "1.10.0"
typed-arena = "2.0.1"
stdx = { path = "../stdx", version = "0.0.0" }
-hir_def = { path = "../hir_def", version = "0.0.0" }
-hir_expand = { path = "../hir_expand", version = "0.0.0" }
-base_db = { path = "../base_db", version = "0.0.0" }
+hir-def = { path = "../hir-def", version = "0.0.0" }
+hir-expand = { path = "../hir-expand", version = "0.0.0" }
+base-db = { path = "../base-db", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
limit = { path = "../limit", version = "0.0.0" }
[dev-dependencies]
-test_utils = { path = "../test_utils" }
+test-utils = { path = "../test-utils" }
expect-test = "1.2.2"
tracing = "0.1.32"
tracing-subscriber = { version = "0.3.9", default-features = false, features = [
diff --git a/crates/hir_ty/src/autoderef.rs b/crates/hir-ty/src/autoderef.rs
index 22cb856535..22cb856535 100644
--- a/crates/hir_ty/src/autoderef.rs
+++ b/crates/hir-ty/src/autoderef.rs
diff --git a/crates/hir_ty/src/builder.rs b/crates/hir-ty/src/builder.rs
index 8c47e9ce1c..8c47e9ce1c 100644
--- a/crates/hir_ty/src/builder.rs
+++ b/crates/hir-ty/src/builder.rs
diff --git a/crates/hir_ty/src/chalk_db.rs b/crates/hir-ty/src/chalk_db.rs
index 6972db8495..6972db8495 100644
--- a/crates/hir_ty/src/chalk_db.rs
+++ b/crates/hir-ty/src/chalk_db.rs
diff --git a/crates/hir_ty/src/chalk_ext.rs b/crates/hir-ty/src/chalk_ext.rs
index b0885ab003..b0885ab003 100644
--- a/crates/hir_ty/src/chalk_ext.rs
+++ b/crates/hir-ty/src/chalk_ext.rs
diff --git a/crates/hir_ty/src/consteval.rs b/crates/hir-ty/src/consteval.rs
index 4b58262dac..4b58262dac 100644
--- a/crates/hir_ty/src/consteval.rs
+++ b/crates/hir-ty/src/consteval.rs
diff --git a/crates/hir_ty/src/consteval/tests.rs b/crates/hir-ty/src/consteval/tests.rs
index 4a052851af..4a052851af 100644
--- a/crates/hir_ty/src/consteval/tests.rs
+++ b/crates/hir-ty/src/consteval/tests.rs
diff --git a/crates/hir_ty/src/db.rs b/crates/hir-ty/src/db.rs
index de4c153590..de4c153590 100644
--- a/crates/hir_ty/src/db.rs
+++ b/crates/hir-ty/src/db.rs
diff --git a/crates/hir_ty/src/diagnostics.rs b/crates/hir-ty/src/diagnostics.rs
index 37eb06be1d..37eb06be1d 100644
--- a/crates/hir_ty/src/diagnostics.rs
+++ b/crates/hir-ty/src/diagnostics.rs
diff --git a/crates/hir_ty/src/diagnostics/decl_check.rs b/crates/hir-ty/src/diagnostics/decl_check.rs
index f7031a8546..f7031a8546 100644
--- a/crates/hir_ty/src/diagnostics/decl_check.rs
+++ b/crates/hir-ty/src/diagnostics/decl_check.rs
diff --git a/crates/hir_ty/src/diagnostics/decl_check/case_conv.rs b/crates/hir-ty/src/diagnostics/decl_check/case_conv.rs
index 88d607194f..88d607194f 100644
--- a/crates/hir_ty/src/diagnostics/decl_check/case_conv.rs
+++ b/crates/hir-ty/src/diagnostics/decl_check/case_conv.rs
diff --git a/crates/hir_ty/src/diagnostics/expr.rs b/crates/hir-ty/src/diagnostics/expr.rs
index 335d95c0cf..335d95c0cf 100644
--- a/crates/hir_ty/src/diagnostics/expr.rs
+++ b/crates/hir-ty/src/diagnostics/expr.rs
diff --git a/crates/hir_ty/src/diagnostics/match_check.rs b/crates/hir-ty/src/diagnostics/match_check.rs
index d21ea32d9e..d21ea32d9e 100644
--- a/crates/hir_ty/src/diagnostics/match_check.rs
+++ b/crates/hir-ty/src/diagnostics/match_check.rs
diff --git a/crates/hir_ty/src/diagnostics/match_check/deconstruct_pat.rs b/crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs
index 84ded517ba..84ded517ba 100644
--- a/crates/hir_ty/src/diagnostics/match_check/deconstruct_pat.rs
+++ b/crates/hir-ty/src/diagnostics/match_check/deconstruct_pat.rs
diff --git a/crates/hir_ty/src/diagnostics/match_check/pat_util.rs b/crates/hir-ty/src/diagnostics/match_check/pat_util.rs
index b89b4f2bfb..b89b4f2bfb 100644
--- a/crates/hir_ty/src/diagnostics/match_check/pat_util.rs
+++ b/crates/hir-ty/src/diagnostics/match_check/pat_util.rs
diff --git a/crates/hir_ty/src/diagnostics/match_check/usefulness.rs b/crates/hir-ty/src/diagnostics/match_check/usefulness.rs
index e8a13955d2..e8a13955d2 100644
--- a/crates/hir_ty/src/diagnostics/match_check/usefulness.rs
+++ b/crates/hir-ty/src/diagnostics/match_check/usefulness.rs
diff --git a/crates/hir_ty/src/diagnostics/unsafe_check.rs b/crates/hir-ty/src/diagnostics/unsafe_check.rs
index 161b19a739..161b19a739 100644
--- a/crates/hir_ty/src/diagnostics/unsafe_check.rs
+++ b/crates/hir-ty/src/diagnostics/unsafe_check.rs
diff --git a/crates/hir_ty/src/display.rs b/crates/hir-ty/src/display.rs
index 2609a60794..2609a60794 100644
--- a/crates/hir_ty/src/display.rs
+++ b/crates/hir-ty/src/display.rs
diff --git a/crates/hir_ty/src/infer.rs b/crates/hir-ty/src/infer.rs
index 7f5ad41509..7f5ad41509 100644
--- a/crates/hir_ty/src/infer.rs
+++ b/crates/hir-ty/src/infer.rs
diff --git a/crates/hir_ty/src/infer/closure.rs b/crates/hir-ty/src/infer/closure.rs
index 3ead929098..3ead929098 100644
--- a/crates/hir_ty/src/infer/closure.rs
+++ b/crates/hir-ty/src/infer/closure.rs
diff --git a/crates/hir_ty/src/infer/coerce.rs b/crates/hir-ty/src/infer/coerce.rs
index f54440bf5b..f54440bf5b 100644
--- a/crates/hir_ty/src/infer/coerce.rs
+++ b/crates/hir-ty/src/infer/coerce.rs
diff --git a/crates/hir_ty/src/infer/expr.rs b/crates/hir-ty/src/infer/expr.rs
index fef02e63b7..fef02e63b7 100644
--- a/crates/hir_ty/src/infer/expr.rs
+++ b/crates/hir-ty/src/infer/expr.rs
diff --git a/crates/hir_ty/src/infer/pat.rs b/crates/hir-ty/src/infer/pat.rs
index 600b82ca41..600b82ca41 100644
--- a/crates/hir_ty/src/infer/pat.rs
+++ b/crates/hir-ty/src/infer/pat.rs
diff --git a/crates/hir_ty/src/infer/path.rs b/crates/hir-ty/src/infer/path.rs
index f580e09e91..f580e09e91 100644
--- a/crates/hir_ty/src/infer/path.rs
+++ b/crates/hir-ty/src/infer/path.rs
diff --git a/crates/hir_ty/src/infer/unify.rs b/crates/hir-ty/src/infer/unify.rs
index 84ca1660af..84ca1660af 100644
--- a/crates/hir_ty/src/infer/unify.rs
+++ b/crates/hir-ty/src/infer/unify.rs
diff --git a/crates/hir_ty/src/interner.rs b/crates/hir-ty/src/interner.rs
index 07197d8a19..07197d8a19 100644
--- a/crates/hir_ty/src/interner.rs
+++ b/crates/hir-ty/src/interner.rs
diff --git a/crates/hir_ty/src/lib.rs b/crates/hir-ty/src/lib.rs
index 85d8ccc077..85d8ccc077 100644
--- a/crates/hir_ty/src/lib.rs
+++ b/crates/hir-ty/src/lib.rs
diff --git a/crates/hir_ty/src/lower.rs b/crates/hir-ty/src/lower.rs
index a3787728ea..a3787728ea 100644
--- a/crates/hir_ty/src/lower.rs
+++ b/crates/hir-ty/src/lower.rs
diff --git a/crates/hir_ty/src/mapping.rs b/crates/hir-ty/src/mapping.rs
index d765fee0e1..d765fee0e1 100644
--- a/crates/hir_ty/src/mapping.rs
+++ b/crates/hir-ty/src/mapping.rs
diff --git a/crates/hir_ty/src/method_resolution.rs b/crates/hir-ty/src/method_resolution.rs
index d5285c1710..d5285c1710 100644
--- a/crates/hir_ty/src/method_resolution.rs
+++ b/crates/hir-ty/src/method_resolution.rs
diff --git a/crates/hir_ty/src/primitive.rs b/crates/hir-ty/src/primitive.rs
index d7f48c69a5..d7f48c69a5 100644
--- a/crates/hir_ty/src/primitive.rs
+++ b/crates/hir-ty/src/primitive.rs
diff --git a/crates/hir_ty/src/test_db.rs b/crates/hir-ty/src/test_db.rs
index ee6c2fa4f8..ee6c2fa4f8 100644
--- a/crates/hir_ty/src/test_db.rs
+++ b/crates/hir-ty/src/test_db.rs
diff --git a/crates/hir_ty/src/tests.rs b/crates/hir-ty/src/tests.rs
index d2f13e4351..d2f13e4351 100644
--- a/crates/hir_ty/src/tests.rs
+++ b/crates/hir-ty/src/tests.rs
diff --git a/crates/hir_ty/src/tests/coercion.rs b/crates/hir-ty/src/tests/coercion.rs
index 268faf8cb3..268faf8cb3 100644
--- a/crates/hir_ty/src/tests/coercion.rs
+++ b/crates/hir-ty/src/tests/coercion.rs
diff --git a/crates/hir_ty/src/tests/diagnostics.rs b/crates/hir-ty/src/tests/diagnostics.rs
index f00fa97294..f00fa97294 100644
--- a/crates/hir_ty/src/tests/diagnostics.rs
+++ b/crates/hir-ty/src/tests/diagnostics.rs
diff --git a/crates/hir_ty/src/tests/display_source_code.rs b/crates/hir-ty/src/tests/display_source_code.rs
index 240942e488..240942e488 100644
--- a/crates/hir_ty/src/tests/display_source_code.rs
+++ b/crates/hir-ty/src/tests/display_source_code.rs
diff --git a/crates/hir_ty/src/tests/incremental.rs b/crates/hir-ty/src/tests/incremental.rs
index 3e08e83e89..3e08e83e89 100644
--- a/crates/hir_ty/src/tests/incremental.rs
+++ b/crates/hir-ty/src/tests/incremental.rs
diff --git a/crates/hir_ty/src/tests/macros.rs b/crates/hir-ty/src/tests/macros.rs
index a61175f273..a61175f273 100644
--- a/crates/hir_ty/src/tests/macros.rs
+++ b/crates/hir-ty/src/tests/macros.rs
diff --git a/crates/hir_ty/src/tests/method_resolution.rs b/crates/hir-ty/src/tests/method_resolution.rs
index 68463dc068..68463dc068 100644
--- a/crates/hir_ty/src/tests/method_resolution.rs
+++ b/crates/hir-ty/src/tests/method_resolution.rs
diff --git a/crates/hir_ty/src/tests/never_type.rs b/crates/hir-ty/src/tests/never_type.rs
index fbdc8209f8..fbdc8209f8 100644
--- a/crates/hir_ty/src/tests/never_type.rs
+++ b/crates/hir-ty/src/tests/never_type.rs
diff --git a/crates/hir_ty/src/tests/patterns.rs b/crates/hir-ty/src/tests/patterns.rs
index acdd8f50ef..acdd8f50ef 100644
--- a/crates/hir_ty/src/tests/patterns.rs
+++ b/crates/hir-ty/src/tests/patterns.rs
diff --git a/crates/hir_ty/src/tests/regression.rs b/crates/hir-ty/src/tests/regression.rs
index ef27667ffa..ef27667ffa 100644
--- a/crates/hir_ty/src/tests/regression.rs
+++ b/crates/hir-ty/src/tests/regression.rs
diff --git a/crates/hir_ty/src/tests/simple.rs b/crates/hir-ty/src/tests/simple.rs
index d4d61c2167..d4d61c2167 100644
--- a/crates/hir_ty/src/tests/simple.rs
+++ b/crates/hir-ty/src/tests/simple.rs
diff --git a/crates/hir_ty/src/tests/traits.rs b/crates/hir-ty/src/tests/traits.rs
index 5e58d5ad83..5e58d5ad83 100644
--- a/crates/hir_ty/src/tests/traits.rs
+++ b/crates/hir-ty/src/tests/traits.rs
diff --git a/crates/hir_ty/src/tls.rs b/crates/hir-ty/src/tls.rs
index 0600fd7c6d..0600fd7c6d 100644
--- a/crates/hir_ty/src/tls.rs
+++ b/crates/hir-ty/src/tls.rs
diff --git a/crates/hir_ty/src/traits.rs b/crates/hir-ty/src/traits.rs
index b139edbee9..b139edbee9 100644
--- a/crates/hir_ty/src/traits.rs
+++ b/crates/hir-ty/src/traits.rs
diff --git a/crates/hir_ty/src/utils.rs b/crates/hir-ty/src/utils.rs
index bdb7677f5d..bdb7677f5d 100644
--- a/crates/hir_ty/src/utils.rs
+++ b/crates/hir-ty/src/utils.rs
diff --git a/crates/hir_ty/src/walk.rs b/crates/hir-ty/src/walk.rs
index c476894552..c476894552 100644
--- a/crates/hir_ty/src/walk.rs
+++ b/crates/hir-ty/src/walk.rs
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml
index 2b9a52d36f..1cffd823f2 100644
--- a/crates/hir/Cargo.toml
+++ b/crates/hir/Cargo.toml
@@ -19,10 +19,10 @@ once_cell = "1.10.0"
stdx = { path = "../stdx", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
-base_db = { path = "../base_db", version = "0.0.0" }
+base-db = { path = "../base-db", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
-hir_expand = { path = "../hir_expand", version = "0.0.0" }
-hir_def = { path = "../hir_def", version = "0.0.0" }
-hir_ty = { path = "../hir_ty", version = "0.0.0" }
+hir-expand = { path = "../hir-expand", version = "0.0.0" }
+hir-def = { path = "../hir-def", version = "0.0.0" }
+hir-ty = { path = "../hir-ty", version = "0.0.0" }
tt = { path = "../tt", version = "0.0.0" }
cfg = { path = "../cfg", version = "0.0.0" }
diff --git a/crates/ide_assists/Cargo.toml b/crates/ide-assists/Cargo.toml
index edd0d26290..d86de2cca4 100644
--- a/crates/ide_assists/Cargo.toml
+++ b/crates/ide-assists/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "ide_assists"
+name = "ide-assists"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
@@ -17,12 +17,12 @@ either = "1.6.1"
stdx = { path = "../stdx", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
-text_edit = { path = "../text_edit", version = "0.0.0" }
+text-edit = { path = "../text-edit", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
-ide_db = { path = "../ide_db", version = "0.0.0" }
+ide-db = { path = "../ide-db", version = "0.0.0" }
hir = { path = "../hir", version = "0.0.0" }
[dev-dependencies]
-test_utils = { path = "../test_utils" }
+test-utils = { path = "../test-utils" }
sourcegen = { path = "../sourcegen" }
expect-test = "1.2.2"
diff --git a/crates/ide_assists/src/assist_config.rs b/crates/ide-assists/src/assist_config.rs
index d4d148c774..d4d148c774 100644
--- a/crates/ide_assists/src/assist_config.rs
+++ b/crates/ide-assists/src/assist_config.rs
diff --git a/crates/ide_assists/src/assist_context.rs b/crates/ide-assists/src/assist_context.rs
index ec85faaf46..ec85faaf46 100644
--- a/crates/ide_assists/src/assist_context.rs
+++ b/crates/ide-assists/src/assist_context.rs
diff --git a/crates/ide_assists/src/handlers/add_explicit_type.rs b/crates/ide-assists/src/handlers/add_explicit_type.rs
index 6b7db739c8..6b7db739c8 100644
--- a/crates/ide_assists/src/handlers/add_explicit_type.rs
+++ b/crates/ide-assists/src/handlers/add_explicit_type.rs
diff --git a/crates/ide_assists/src/handlers/add_lifetime_to_type.rs b/crates/ide-assists/src/handlers/add_lifetime_to_type.rs
index 14cdc1cf86..14cdc1cf86 100644
--- a/crates/ide_assists/src/handlers/add_lifetime_to_type.rs
+++ b/crates/ide-assists/src/handlers/add_lifetime_to_type.rs
diff --git a/crates/ide_assists/src/handlers/add_missing_impl_members.rs b/crates/ide-assists/src/handlers/add_missing_impl_members.rs
index 6e700695fb..6e700695fb 100644
--- a/crates/ide_assists/src/handlers/add_missing_impl_members.rs
+++ b/crates/ide-assists/src/handlers/add_missing_impl_members.rs
diff --git a/crates/ide_assists/src/handlers/add_missing_match_arms.rs b/crates/ide-assists/src/handlers/add_missing_match_arms.rs
index 171b3f4432..171b3f4432 100644
--- a/crates/ide_assists/src/handlers/add_missing_match_arms.rs
+++ b/crates/ide-assists/src/handlers/add_missing_match_arms.rs
diff --git a/crates/ide_assists/src/handlers/add_return_type.rs b/crates/ide-assists/src/handlers/add_return_type.rs
index 42a5b8b672..42a5b8b672 100644
--- a/crates/ide_assists/src/handlers/add_return_type.rs
+++ b/crates/ide-assists/src/handlers/add_return_type.rs
diff --git a/crates/ide_assists/src/handlers/add_turbo_fish.rs b/crates/ide-assists/src/handlers/add_turbo_fish.rs
index a82dca9db0..a82dca9db0 100644
--- a/crates/ide_assists/src/handlers/add_turbo_fish.rs
+++ b/crates/ide-assists/src/handlers/add_turbo_fish.rs
diff --git a/crates/ide_assists/src/handlers/apply_demorgan.rs b/crates/ide-assists/src/handlers/apply_demorgan.rs
index 21907ab41f..21907ab41f 100644
--- a/crates/ide_assists/src/handlers/apply_demorgan.rs
+++ b/crates/ide-assists/src/handlers/apply_demorgan.rs
diff --git a/crates/ide_assists/src/handlers/auto_import.rs b/crates/ide-assists/src/handlers/auto_import.rs
index 874563c6f7..874563c6f7 100644
--- a/crates/ide_assists/src/handlers/auto_import.rs
+++ b/crates/ide-assists/src/handlers/auto_import.rs
diff --git a/crates/ide_assists/src/handlers/change_visibility.rs b/crates/ide-assists/src/handlers/change_visibility.rs
index 5f15e923ad..5f15e923ad 100644
--- a/crates/ide_assists/src/handlers/change_visibility.rs
+++ b/crates/ide-assists/src/handlers/change_visibility.rs
diff --git a/crates/ide_assists/src/handlers/convert_bool_then.rs b/crates/ide-assists/src/handlers/convert_bool_then.rs
index f9ec9326b6..f9ec9326b6 100644
--- a/crates/ide_assists/src/handlers/convert_bool_then.rs
+++ b/crates/ide-assists/src/handlers/convert_bool_then.rs
diff --git a/crates/ide_assists/src/handlers/convert_comment_block.rs b/crates/ide-assists/src/handlers/convert_comment_block.rs
index 3261f56525..3261f56525 100644
--- a/crates/ide_assists/src/handlers/convert_comment_block.rs
+++ b/crates/ide-assists/src/handlers/convert_comment_block.rs
diff --git a/crates/ide_assists/src/handlers/convert_integer_literal.rs b/crates/ide-assists/src/handlers/convert_integer_literal.rs
index a8a819cfcc..a8a819cfcc 100644
--- a/crates/ide_assists/src/handlers/convert_integer_literal.rs
+++ b/crates/ide-assists/src/handlers/convert_integer_literal.rs
diff --git a/crates/ide_assists/src/handlers/convert_into_to_from.rs b/crates/ide-assists/src/handlers/convert_into_to_from.rs
index 869f76951d..869f76951d 100644
--- a/crates/ide_assists/src/handlers/convert_into_to_from.rs
+++ b/crates/ide-assists/src/handlers/convert_into_to_from.rs
diff --git a/crates/ide_assists/src/handlers/convert_iter_for_each_to_for.rs b/crates/ide-assists/src/handlers/convert_iter_for_each_to_for.rs
index 711b914561..711b914561 100644
--- a/crates/ide_assists/src/handlers/convert_iter_for_each_to_for.rs
+++ b/crates/ide-assists/src/handlers/convert_iter_for_each_to_for.rs
diff --git a/crates/ide_assists/src/handlers/convert_to_guarded_return.rs b/crates/ide-assists/src/handlers/convert_to_guarded_return.rs
index 445567b7f9..445567b7f9 100644
--- a/crates/ide_assists/src/handlers/convert_to_guarded_return.rs
+++ b/crates/ide-assists/src/handlers/convert_to_guarded_return.rs
diff --git a/crates/ide_assists/src/handlers/convert_tuple_struct_to_named_struct.rs b/crates/ide-assists/src/handlers/convert_tuple_struct_to_named_struct.rs
index 8093ba2560..8093ba2560 100644
--- a/crates/ide_assists/src/handlers/convert_tuple_struct_to_named_struct.rs
+++ b/crates/ide-assists/src/handlers/convert_tuple_struct_to_named_struct.rs
diff --git a/crates/ide_assists/src/handlers/convert_while_to_loop.rs b/crates/ide-assists/src/handlers/convert_while_to_loop.rs
index 739097067d..739097067d 100644
--- a/crates/ide_assists/src/handlers/convert_while_to_loop.rs
+++ b/crates/ide-assists/src/handlers/convert_while_to_loop.rs
diff --git a/crates/ide_assists/src/handlers/destructure_tuple_binding.rs b/crates/ide-assists/src/handlers/destructure_tuple_binding.rs
index ac17e3f057..ac17e3f057 100644
--- a/crates/ide_assists/src/handlers/destructure_tuple_binding.rs
+++ b/crates/ide-assists/src/handlers/destructure_tuple_binding.rs
diff --git a/crates/ide_assists/src/handlers/expand_glob_import.rs b/crates/ide-assists/src/handlers/expand_glob_import.rs
index ba5a47f4df..ba5a47f4df 100644
--- a/crates/ide_assists/src/handlers/expand_glob_import.rs
+++ b/crates/ide-assists/src/handlers/expand_glob_import.rs
diff --git a/crates/ide_assists/src/handlers/extract_function.rs b/crates/ide-assists/src/handlers/extract_function.rs
index 4df7c4177c..4df7c4177c 100644
--- a/crates/ide_assists/src/handlers/extract_function.rs
+++ b/crates/ide-assists/src/handlers/extract_function.rs
diff --git a/crates/ide_assists/src/handlers/extract_module.rs b/crates/ide-assists/src/handlers/extract_module.rs
index b5ed5699c9..b5ed5699c9 100644
--- a/crates/ide_assists/src/handlers/extract_module.rs
+++ b/crates/ide-assists/src/handlers/extract_module.rs
diff --git a/crates/ide_assists/src/handlers/extract_struct_from_enum_variant.rs b/crates/ide-assists/src/handlers/extract_struct_from_enum_variant.rs
index ebfd65ae79..ebfd65ae79 100644
--- a/crates/ide_assists/src/handlers/extract_struct_from_enum_variant.rs
+++ b/crates/ide-assists/src/handlers/extract_struct_from_enum_variant.rs
diff --git a/crates/ide_assists/src/handlers/extract_type_alias.rs b/crates/ide-assists/src/handlers/extract_type_alias.rs
index f664aa6dbf..f664aa6dbf 100644
--- a/crates/ide_assists/src/handlers/extract_type_alias.rs
+++ b/crates/ide-assists/src/handlers/extract_type_alias.rs
diff --git a/crates/ide_assists/src/handlers/extract_variable.rs b/crates/ide-assists/src/handlers/extract_variable.rs
index ecf9feb0e5..ecf9feb0e5 100644
--- a/crates/ide_assists/src/handlers/extract_variable.rs
+++ b/crates/ide-assists/src/handlers/extract_variable.rs
diff --git a/crates/ide_assists/src/handlers/fix_visibility.rs b/crates/ide-assists/src/handlers/fix_visibility.rs
index b895208f41..b895208f41 100644
--- a/crates/ide_assists/src/handlers/fix_visibility.rs
+++ b/crates/ide-assists/src/handlers/fix_visibility.rs
diff --git a/crates/ide_assists/src/handlers/flip_binexpr.rs b/crates/ide-assists/src/handlers/flip_binexpr.rs
index 19e85b27f9..19e85b27f9 100644
--- a/crates/ide_assists/src/handlers/flip_binexpr.rs
+++ b/crates/ide-assists/src/handlers/flip_binexpr.rs
diff --git a/crates/ide_assists/src/handlers/flip_comma.rs b/crates/ide-assists/src/handlers/flip_comma.rs
index 99be5e090c..99be5e090c 100644
--- a/crates/ide_assists/src/handlers/flip_comma.rs
+++ b/crates/ide-assists/src/handlers/flip_comma.rs
diff --git a/crates/ide_assists/src/handlers/flip_trait_bound.rs b/crates/ide-assists/src/handlers/flip_trait_bound.rs
index a868aa43d6..a868aa43d6 100644
--- a/crates/ide_assists/src/handlers/flip_trait_bound.rs
+++ b/crates/ide-assists/src/handlers/flip_trait_bound.rs
diff --git a/crates/ide_assists/src/handlers/generate_constant.rs b/crates/ide-assists/src/handlers/generate_constant.rs
index c4b759d5f3..c4b759d5f3 100644
--- a/crates/ide_assists/src/handlers/generate_constant.rs
+++ b/crates/ide-assists/src/handlers/generate_constant.rs
diff --git a/crates/ide_assists/src/handlers/generate_default_from_enum_variant.rs b/crates/ide-assists/src/handlers/generate_default_from_enum_variant.rs
index 4d47437f7c..4d47437f7c 100644
--- a/crates/ide_assists/src/handlers/generate_default_from_enum_variant.rs
+++ b/crates/ide-assists/src/handlers/generate_default_from_enum_variant.rs
diff --git a/crates/ide_assists/src/handlers/generate_default_from_new.rs b/crates/ide-assists/src/handlers/generate_default_from_new.rs
index 119bb6e07b..119bb6e07b 100644
--- a/crates/ide_assists/src/handlers/generate_default_from_new.rs
+++ b/crates/ide-assists/src/handlers/generate_default_from_new.rs
diff --git a/crates/ide_assists/src/handlers/generate_delegate_methods.rs b/crates/ide-assists/src/handlers/generate_delegate_methods.rs
index 120acde8e5..120acde8e5 100644
--- a/crates/ide_assists/src/handlers/generate_delegate_methods.rs
+++ b/crates/ide-assists/src/handlers/generate_delegate_methods.rs
diff --git a/crates/ide_assists/src/handlers/generate_deref.rs b/crates/ide-assists/src/handlers/generate_deref.rs
index 3cb8a68687..3cb8a68687 100644
--- a/crates/ide_assists/src/handlers/generate_deref.rs
+++ b/crates/ide-assists/src/handlers/generate_deref.rs
diff --git a/crates/ide_assists/src/handlers/generate_derive.rs b/crates/ide-assists/src/handlers/generate_derive.rs
index 28483f795e..28483f795e 100644
--- a/crates/ide_assists/src/handlers/generate_derive.rs
+++ b/crates/ide-assists/src/handlers/generate_derive.rs
diff --git a/crates/ide_assists/src/handlers/generate_documentation_template.rs b/crates/ide-assists/src/handlers/generate_documentation_template.rs
index 3eaa445d32..3eaa445d32 100644
--- a/crates/ide_assists/src/handlers/generate_documentation_template.rs
+++ b/crates/ide-assists/src/handlers/generate_documentation_template.rs
diff --git a/crates/ide_assists/src/handlers/generate_enum_is_method.rs b/crates/ide-assists/src/handlers/generate_enum_is_method.rs
index 28e0b433a6..28e0b433a6 100644
--- a/crates/ide_assists/src/handlers/generate_enum_is_method.rs
+++ b/crates/ide-assists/src/handlers/generate_enum_is_method.rs
diff --git a/crates/ide_assists/src/handlers/generate_enum_projection_method.rs b/crates/ide-assists/src/handlers/generate_enum_projection_method.rs
index fe7a3cd535..fe7a3cd535 100644
--- a/crates/ide_assists/src/handlers/generate_enum_projection_method.rs
+++ b/crates/ide-assists/src/handlers/generate_enum_projection_method.rs
diff --git a/crates/ide_assists/src/handlers/generate_from_impl_for_enum.rs b/crates/ide-assists/src/handlers/generate_from_impl_for_enum.rs
index f7be323824..f7be323824 100644
--- a/crates/ide_assists/src/handlers/generate_from_impl_for_enum.rs
+++ b/crates/ide-assists/src/handlers/generate_from_impl_for_enum.rs
diff --git a/crates/ide_assists/src/handlers/generate_function.rs b/crates/ide-assists/src/handlers/generate_function.rs
index 24cef5630f..24cef5630f 100644
--- a/crates/ide_assists/src/handlers/generate_function.rs
+++ b/crates/ide-assists/src/handlers/generate_function.rs
diff --git a/crates/ide_assists/src/handlers/generate_getter.rs b/crates/ide-assists/src/handlers/generate_getter.rs
index 9513c112f3..9513c112f3 100644
--- a/crates/ide_assists/src/handlers/generate_getter.rs
+++ b/crates/ide-assists/src/handlers/generate_getter.rs
diff --git a/crates/ide_assists/src/handlers/generate_impl.rs b/crates/ide-assists/src/handlers/generate_impl.rs
index 58fea103f8..58fea103f8 100644
--- a/crates/ide_assists/src/handlers/generate_impl.rs
+++ b/crates/ide-assists/src/handlers/generate_impl.rs
diff --git a/crates/ide_assists/src/handlers/generate_is_empty_from_len.rs b/crates/ide-assists/src/handlers/generate_is_empty_from_len.rs
index 1ad1cea43f..1ad1cea43f 100644
--- a/crates/ide_assists/src/handlers/generate_is_empty_from_len.rs
+++ b/crates/ide-assists/src/handlers/generate_is_empty_from_len.rs
diff --git a/crates/ide_assists/src/handlers/generate_new.rs b/crates/ide-assists/src/handlers/generate_new.rs
index 6a1f710f6d..6a1f710f6d 100644
--- a/crates/ide_assists/src/handlers/generate_new.rs
+++ b/crates/ide-assists/src/handlers/generate_new.rs
diff --git a/crates/ide_assists/src/handlers/generate_setter.rs b/crates/ide-assists/src/handlers/generate_setter.rs
index 5005ac9f5c..5005ac9f5c 100644
--- a/crates/ide_assists/src/handlers/generate_setter.rs
+++ b/crates/ide-assists/src/handlers/generate_setter.rs
diff --git a/crates/ide_assists/src/handlers/inline_call.rs b/crates/ide-assists/src/handlers/inline_call.rs
index ab614b0ace..ab614b0ace 100644
--- a/crates/ide_assists/src/handlers/inline_call.rs
+++ b/crates/ide-assists/src/handlers/inline_call.rs
diff --git a/crates/ide_assists/src/handlers/inline_local_variable.rs b/crates/ide-assists/src/handlers/inline_local_variable.rs
index 65dc2a0d51..65dc2a0d51 100644
--- a/crates/ide_assists/src/handlers/inline_local_variable.rs
+++ b/crates/ide-assists/src/handlers/inline_local_variable.rs
diff --git a/crates/ide_assists/src/handlers/inline_type_alias.rs b/crates/ide-assists/src/handlers/inline_type_alias.rs
index bc4a07358c..bc4a07358c 100644
--- a/crates/ide_assists/src/handlers/inline_type_alias.rs
+++ b/crates/ide-assists/src/handlers/inline_type_alias.rs
diff --git a/crates/ide_assists/src/handlers/introduce_named_generic.rs b/crates/ide-assists/src/handlers/introduce_named_generic.rs
index 636b05dca9..636b05dca9 100644
--- a/crates/ide_assists/src/handlers/introduce_named_generic.rs
+++ b/crates/ide-assists/src/handlers/introduce_named_generic.rs
diff --git a/crates/ide_assists/src/handlers/introduce_named_lifetime.rs b/crates/ide-assists/src/handlers/introduce_named_lifetime.rs
index fa7635d123..fa7635d123 100644
--- a/crates/ide_assists/src/handlers/introduce_named_lifetime.rs
+++ b/crates/ide-assists/src/handlers/introduce_named_lifetime.rs
diff --git a/crates/ide_assists/src/handlers/invert_if.rs b/crates/ide-assists/src/handlers/invert_if.rs
index 6eed59c9ea..6eed59c9ea 100644
--- a/crates/ide_assists/src/handlers/invert_if.rs
+++ b/crates/ide-assists/src/handlers/invert_if.rs
diff --git a/crates/ide_assists/src/handlers/merge_imports.rs b/crates/ide-assists/src/handlers/merge_imports.rs
index 705ae66617..705ae66617 100644
--- a/crates/ide_assists/src/handlers/merge_imports.rs
+++ b/crates/ide-assists/src/handlers/merge_imports.rs
diff --git a/crates/ide_assists/src/handlers/merge_match_arms.rs b/crates/ide-assists/src/handlers/merge_match_arms.rs
index c87bd7f152..c87bd7f152 100644
--- a/crates/ide_assists/src/handlers/merge_match_arms.rs
+++ b/crates/ide-assists/src/handlers/merge_match_arms.rs
diff --git a/crates/ide_assists/src/handlers/move_bounds.rs b/crates/ide-assists/src/handlers/move_bounds.rs
index 425dba1a75..425dba1a75 100644
--- a/crates/ide_assists/src/handlers/move_bounds.rs
+++ b/crates/ide-assists/src/handlers/move_bounds.rs
diff --git a/crates/ide_assists/src/handlers/move_from_mod_rs.rs b/crates/ide-assists/src/handlers/move_from_mod_rs.rs
index b49c2e5da5..b49c2e5da5 100644
--- a/crates/ide_assists/src/handlers/move_from_mod_rs.rs
+++ b/crates/ide-assists/src/handlers/move_from_mod_rs.rs
diff --git a/crates/ide_assists/src/handlers/move_guard.rs b/crates/ide-assists/src/handlers/move_guard.rs
index 5c05cb921d..5c05cb921d 100644
--- a/crates/ide_assists/src/handlers/move_guard.rs
+++ b/crates/ide-assists/src/handlers/move_guard.rs
diff --git a/crates/ide_assists/src/handlers/move_module_to_file.rs b/crates/ide-assists/src/handlers/move_module_to_file.rs
index 759494dcf0..759494dcf0 100644
--- a/crates/ide_assists/src/handlers/move_module_to_file.rs
+++ b/crates/ide-assists/src/handlers/move_module_to_file.rs
diff --git a/crates/ide_assists/src/handlers/move_to_mod_rs.rs b/crates/ide-assists/src/handlers/move_to_mod_rs.rs
index 887960881a..887960881a 100644
--- a/crates/ide_assists/src/handlers/move_to_mod_rs.rs
+++ b/crates/ide-assists/src/handlers/move_to_mod_rs.rs
diff --git a/crates/ide_assists/src/handlers/number_representation.rs b/crates/ide-assists/src/handlers/number_representation.rs
index f77471d80c..f77471d80c 100644
--- a/crates/ide_assists/src/handlers/number_representation.rs
+++ b/crates/ide-assists/src/handlers/number_representation.rs
diff --git a/crates/ide_assists/src/handlers/promote_local_to_const.rs b/crates/ide-assists/src/handlers/promote_local_to_const.rs
index 65c14406f9..65c14406f9 100644
--- a/crates/ide_assists/src/handlers/promote_local_to_const.rs
+++ b/crates/ide-assists/src/handlers/promote_local_to_const.rs
diff --git a/crates/ide_assists/src/handlers/pull_assignment_up.rs b/crates/ide-assists/src/handlers/pull_assignment_up.rs
index d142397c24..d142397c24 100644
--- a/crates/ide_assists/src/handlers/pull_assignment_up.rs
+++ b/crates/ide-assists/src/handlers/pull_assignment_up.rs
diff --git a/crates/ide_assists/src/handlers/qualify_method_call.rs b/crates/ide-assists/src/handlers/qualify_method_call.rs
index ba0a142718..ba0a142718 100644
--- a/crates/ide_assists/src/handlers/qualify_method_call.rs
+++ b/crates/ide-assists/src/handlers/qualify_method_call.rs
diff --git a/crates/ide_assists/src/handlers/qualify_path.rs b/crates/ide-assists/src/handlers/qualify_path.rs
index 5deb60f57b..5deb60f57b 100644
--- a/crates/ide_assists/src/handlers/qualify_path.rs
+++ b/crates/ide-assists/src/handlers/qualify_path.rs
diff --git a/crates/ide_assists/src/handlers/raw_string.rs b/crates/ide-assists/src/handlers/raw_string.rs
index 41f768c317..41f768c317 100644
--- a/crates/ide_assists/src/handlers/raw_string.rs
+++ b/crates/ide-assists/src/handlers/raw_string.rs
diff --git a/crates/ide_assists/src/handlers/remove_dbg.rs b/crates/ide-assists/src/handlers/remove_dbg.rs
index 01cd32f55c..01cd32f55c 100644
--- a/crates/ide_assists/src/handlers/remove_dbg.rs
+++ b/crates/ide-assists/src/handlers/remove_dbg.rs
diff --git a/crates/ide_assists/src/handlers/remove_mut.rs b/crates/ide-assists/src/handlers/remove_mut.rs
index 30d36dacd2..30d36dacd2 100644
--- a/crates/ide_assists/src/handlers/remove_mut.rs
+++ b/crates/ide-assists/src/handlers/remove_mut.rs
diff --git a/crates/ide_assists/src/handlers/remove_unused_param.rs b/crates/ide-assists/src/handlers/remove_unused_param.rs
index 80e2ca918b..80e2ca918b 100644
--- a/crates/ide_assists/src/handlers/remove_unused_param.rs
+++ b/crates/ide-assists/src/handlers/remove_unused_param.rs
diff --git a/crates/ide_assists/src/handlers/reorder_fields.rs b/crates/ide-assists/src/handlers/reorder_fields.rs
index 35c4cb6d64..35c4cb6d64 100644
--- a/crates/ide_assists/src/handlers/reorder_fields.rs
+++ b/crates/ide-assists/src/handlers/reorder_fields.rs
diff --git a/crates/ide_assists/src/handlers/reorder_impl.rs b/crates/ide-assists/src/handlers/reorder_impl.rs
index c0991c6080..c0991c6080 100644
--- a/crates/ide_assists/src/handlers/reorder_impl.rs
+++ b/crates/ide-assists/src/handlers/reorder_impl.rs
diff --git a/crates/ide_assists/src/handlers/replace_derive_with_manual_impl.rs b/crates/ide-assists/src/handlers/replace_derive_with_manual_impl.rs
index 03e41b4340..03e41b4340 100644
--- a/crates/ide_assists/src/handlers/replace_derive_with_manual_impl.rs
+++ b/crates/ide-assists/src/handlers/replace_derive_with_manual_impl.rs
diff --git a/crates/ide_assists/src/handlers/replace_if_let_with_match.rs b/crates/ide-assists/src/handlers/replace_if_let_with_match.rs
index 1c403eafe3..1c403eafe3 100644
--- a/crates/ide_assists/src/handlers/replace_if_let_with_match.rs
+++ b/crates/ide-assists/src/handlers/replace_if_let_with_match.rs
diff --git a/crates/ide_assists/src/handlers/replace_let_with_if_let.rs b/crates/ide-assists/src/handlers/replace_let_with_if_let.rs
index a5fa8a110d..a5fa8a110d 100644
--- a/crates/ide_assists/src/handlers/replace_let_with_if_let.rs
+++ b/crates/ide-assists/src/handlers/replace_let_with_if_let.rs
diff --git a/crates/ide_assists/src/handlers/replace_qualified_name_with_use.rs b/crates/ide-assists/src/handlers/replace_qualified_name_with_use.rs
index 4800d54956..4800d54956 100644
--- a/crates/ide_assists/src/handlers/replace_qualified_name_with_use.rs
+++ b/crates/ide-assists/src/handlers/replace_qualified_name_with_use.rs
diff --git a/crates/ide_assists/src/handlers/replace_string_with_char.rs b/crates/ide-assists/src/handlers/replace_string_with_char.rs
index a53f865a5e..a53f865a5e 100644
--- a/crates/ide_assists/src/handlers/replace_string_with_char.rs
+++ b/crates/ide-assists/src/handlers/replace_string_with_char.rs
diff --git a/crates/ide_assists/src/handlers/replace_try_expr_with_match.rs b/crates/ide-assists/src/handlers/replace_try_expr_with_match.rs
index a102736124..a102736124 100644
--- a/crates/ide_assists/src/handlers/replace_try_expr_with_match.rs
+++ b/crates/ide-assists/src/handlers/replace_try_expr_with_match.rs
diff --git a/crates/ide_assists/src/handlers/replace_turbofish_with_explicit_type.rs b/crates/ide-assists/src/handlers/replace_turbofish_with_explicit_type.rs
index dc3c860d7e..dc3c860d7e 100644
--- a/crates/ide_assists/src/handlers/replace_turbofish_with_explicit_type.rs
+++ b/crates/ide-assists/src/handlers/replace_turbofish_with_explicit_type.rs
diff --git a/crates/ide_assists/src/handlers/sort_items.rs b/crates/ide-assists/src/handlers/sort_items.rs
index f784448471..f784448471 100644
--- a/crates/ide_assists/src/handlers/sort_items.rs
+++ b/crates/ide-assists/src/handlers/sort_items.rs
diff --git a/crates/ide_assists/src/handlers/split_import.rs b/crates/ide-assists/src/handlers/split_import.rs
index ac67874b31..ac67874b31 100644
--- a/crates/ide_assists/src/handlers/split_import.rs
+++ b/crates/ide-assists/src/handlers/split_import.rs
diff --git a/crates/ide_assists/src/handlers/toggle_ignore.rs b/crates/ide-assists/src/handlers/toggle_ignore.rs
index feaa24c1fe..feaa24c1fe 100644
--- a/crates/ide_assists/src/handlers/toggle_ignore.rs
+++ b/crates/ide-assists/src/handlers/toggle_ignore.rs
diff --git a/crates/ide_assists/src/handlers/unmerge_use.rs b/crates/ide-assists/src/handlers/unmerge_use.rs
index 7d73632c79..7d73632c79 100644
--- a/crates/ide_assists/src/handlers/unmerge_use.rs
+++ b/crates/ide-assists/src/handlers/unmerge_use.rs
diff --git a/crates/ide_assists/src/handlers/unnecessary_async.rs b/crates/ide-assists/src/handlers/unnecessary_async.rs
index d90fee7809..d90fee7809 100644
--- a/crates/ide_assists/src/handlers/unnecessary_async.rs
+++ b/crates/ide-assists/src/handlers/unnecessary_async.rs
diff --git a/crates/ide_assists/src/handlers/unwrap_block.rs b/crates/ide-assists/src/handlers/unwrap_block.rs
index 42c5e6f088..42c5e6f088 100644
--- a/crates/ide_assists/src/handlers/unwrap_block.rs
+++ b/crates/ide-assists/src/handlers/unwrap_block.rs
diff --git a/crates/ide_assists/src/handlers/unwrap_result_return_type.rs b/crates/ide-assists/src/handlers/unwrap_result_return_type.rs
index ff79c5b82a..ff79c5b82a 100644
--- a/crates/ide_assists/src/handlers/unwrap_result_return_type.rs
+++ b/crates/ide-assists/src/handlers/unwrap_result_return_type.rs
diff --git a/crates/ide_assists/src/handlers/wrap_return_type_in_result.rs b/crates/ide-assists/src/handlers/wrap_return_type_in_result.rs
index 251b41c84a..251b41c84a 100644
--- a/crates/ide_assists/src/handlers/wrap_return_type_in_result.rs
+++ b/crates/ide-assists/src/handlers/wrap_return_type_in_result.rs
diff --git a/crates/ide_assists/src/lib.rs b/crates/ide-assists/src/lib.rs
index ef4aa1c62b..ef4aa1c62b 100644
--- a/crates/ide_assists/src/lib.rs
+++ b/crates/ide-assists/src/lib.rs
diff --git a/crates/ide_assists/src/tests.rs b/crates/ide-assists/src/tests.rs
index 6b57f9962c..6b57f9962c 100644
--- a/crates/ide_assists/src/tests.rs
+++ b/crates/ide-assists/src/tests.rs
diff --git a/crates/ide_assists/src/tests/generated.rs b/crates/ide-assists/src/tests/generated.rs
index 8a1e95d894..8a1e95d894 100644
--- a/crates/ide_assists/src/tests/generated.rs
+++ b/crates/ide-assists/src/tests/generated.rs
diff --git a/crates/ide_assists/src/tests/sourcegen.rs b/crates/ide-assists/src/tests/sourcegen.rs
index 2af1de66fa..d45e54186b 100644
--- a/crates/ide_assists/src/tests/sourcegen.rs
+++ b/crates/ide-assists/src/tests/sourcegen.rs
@@ -41,7 +41,7 @@ r#####"
}
let buf = sourcegen::add_preamble("sourcegen_assists_docs", sourcegen::reformat(buf));
sourcegen::ensure_file_contents(
- &project_root().join("crates/ide_assists/src/tests/generated.rs"),
+ &project_root().join("crates/ide-assists/src/tests/generated.rs"),
&buf,
);
}
@@ -75,7 +75,7 @@ struct Assist {
impl Assist {
fn collect() -> Vec<Assist> {
- let handlers_dir = project_root().join("crates/ide_assists/src/handlers");
+ let handlers_dir = project_root().join("crates/ide-assists/src/handlers");
let mut res = Vec::new();
for path in sourcegen::list_rust_files(&handlers_dir) {
diff --git a/crates/ide_assists/src/utils.rs b/crates/ide-assists/src/utils.rs
index 0add950718..0add950718 100644
--- a/crates/ide_assists/src/utils.rs
+++ b/crates/ide-assists/src/utils.rs
diff --git a/crates/ide_assists/src/utils/gen_trait_fn_body.rs b/crates/ide-assists/src/utils/gen_trait_fn_body.rs
index 30b994806b..30b994806b 100644
--- a/crates/ide_assists/src/utils/gen_trait_fn_body.rs
+++ b/crates/ide-assists/src/utils/gen_trait_fn_body.rs
diff --git a/crates/ide_assists/src/utils/suggest_name.rs b/crates/ide-assists/src/utils/suggest_name.rs
index 5b79a7495f..5b79a7495f 100644
--- a/crates/ide_assists/src/utils/suggest_name.rs
+++ b/crates/ide-assists/src/utils/suggest_name.rs
diff --git a/crates/ide_completion/Cargo.toml b/crates/ide-completion/Cargo.toml
index a82223ca90..4369e11bd7 100644
--- a/crates/ide_completion/Cargo.toml
+++ b/crates/ide-completion/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "ide_completion"
+name = "ide-completion"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
@@ -18,16 +18,16 @@ smallvec = "1.8.0"
stdx = { path = "../stdx", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
-text_edit = { path = "../text_edit", version = "0.0.0" }
-base_db = { path = "../base_db", version = "0.0.0" }
-ide_db = { path = "../ide_db", version = "0.0.0" }
+text-edit = { path = "../text-edit", version = "0.0.0" }
+base-db = { path = "../base-db", version = "0.0.0" }
+ide-db = { path = "../ide-db", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
# completions crate should depend only on the top-level `hir` package. if you need
-# something from some `hir_xxx` subpackage, reexport the API via `hir`.
+# something from some `hir-xxx` subpackage, reexport the API via `hir`.
hir = { path = "../hir", version = "0.0.0" }
[dev-dependencies]
expect-test = "1.2.2"
-test_utils = { path = "../test_utils" }
+test-utils = { path = "../test-utils" }
diff --git a/crates/ide_completion/src/completions.rs b/crates/ide-completion/src/completions.rs
index 36cee48aed..36cee48aed 100644
--- a/crates/ide_completion/src/completions.rs
+++ b/crates/ide-completion/src/completions.rs
diff --git a/crates/ide_completion/src/completions/attribute.rs b/crates/ide-completion/src/completions/attribute.rs
index 09ba672a14..09ba672a14 100644
--- a/crates/ide_completion/src/completions/attribute.rs
+++ b/crates/ide-completion/src/completions/attribute.rs
diff --git a/crates/ide_completion/src/completions/attribute/cfg.rs b/crates/ide-completion/src/completions/attribute/cfg.rs
index b7e69d7b43..b7e69d7b43 100644
--- a/crates/ide_completion/src/completions/attribute/cfg.rs
+++ b/crates/ide-completion/src/completions/attribute/cfg.rs
diff --git a/crates/ide_completion/src/completions/attribute/derive.rs b/crates/ide-completion/src/completions/attribute/derive.rs
index 4f524dd73b..4f524dd73b 100644
--- a/crates/ide_completion/src/completions/attribute/derive.rs
+++ b/crates/ide-completion/src/completions/attribute/derive.rs
diff --git a/crates/ide_completion/src/completions/attribute/lint.rs b/crates/ide-completion/src/completions/attribute/lint.rs
index 8991d657e8..8991d657e8 100644
--- a/crates/ide_completion/src/completions/attribute/lint.rs
+++ b/crates/ide-completion/src/completions/attribute/lint.rs
diff --git a/crates/ide_completion/src/completions/attribute/repr.rs b/crates/ide-completion/src/completions/attribute/repr.rs
index 1dcec5f493..1dcec5f493 100644
--- a/crates/ide_completion/src/completions/attribute/repr.rs
+++ b/crates/ide-completion/src/completions/attribute/repr.rs
diff --git a/crates/ide_completion/src/completions/dot.rs b/crates/ide-completion/src/completions/dot.rs
index f9df33d88b..f9df33d88b 100644
--- a/crates/ide_completion/src/completions/dot.rs
+++ b/crates/ide-completion/src/completions/dot.rs
diff --git a/crates/ide_completion/src/completions/extern_abi.rs b/crates/ide-completion/src/completions/extern_abi.rs
index 87fccec008..87fccec008 100644
--- a/crates/ide_completion/src/completions/extern_abi.rs
+++ b/crates/ide-completion/src/completions/extern_abi.rs
diff --git a/crates/ide_completion/src/completions/flyimport.rs b/crates/ide-completion/src/completions/flyimport.rs
index 76d708ae51..76d708ae51 100644
--- a/crates/ide_completion/src/completions/flyimport.rs
+++ b/crates/ide-completion/src/completions/flyimport.rs
diff --git a/crates/ide_completion/src/completions/fn_param.rs b/crates/ide-completion/src/completions/fn_param.rs
index 47cead7d57..47cead7d57 100644
--- a/crates/ide_completion/src/completions/fn_param.rs
+++ b/crates/ide-completion/src/completions/fn_param.rs
diff --git a/crates/ide_completion/src/completions/format_string.rs b/crates/ide-completion/src/completions/format_string.rs
index f0c994f6b6..f0c994f6b6 100644
--- a/crates/ide_completion/src/completions/format_string.rs
+++ b/crates/ide-completion/src/completions/format_string.rs
diff --git a/crates/ide_completion/src/completions/keyword.rs b/crates/ide-completion/src/completions/keyword.rs
index 51405e3523..51405e3523 100644
--- a/crates/ide_completion/src/completions/keyword.rs
+++ b/crates/ide-completion/src/completions/keyword.rs
diff --git a/crates/ide_completion/src/completions/lifetime.rs b/crates/ide-completion/src/completions/lifetime.rs
index 66f8723912..66f8723912 100644
--- a/crates/ide_completion/src/completions/lifetime.rs
+++ b/crates/ide-completion/src/completions/lifetime.rs
diff --git a/crates/ide_completion/src/completions/mod_.rs b/crates/ide-completion/src/completions/mod_.rs
index cf7566bcc3..cf7566bcc3 100644
--- a/crates/ide_completion/src/completions/mod_.rs
+++ b/crates/ide-completion/src/completions/mod_.rs
diff --git a/crates/ide_completion/src/completions/pattern.rs b/crates/ide-completion/src/completions/pattern.rs
index 16666eba45..16666eba45 100644
--- a/crates/ide_completion/src/completions/pattern.rs
+++ b/crates/ide-completion/src/completions/pattern.rs
diff --git a/crates/ide_completion/src/completions/postfix.rs b/crates/ide-completion/src/completions/postfix.rs
index 5bd69b0c1c..5bd69b0c1c 100644
--- a/crates/ide_completion/src/completions/postfix.rs
+++ b/crates/ide-completion/src/completions/postfix.rs
diff --git a/crates/ide_completion/src/completions/postfix/format_like.rs b/crates/ide-completion/src/completions/postfix/format_like.rs
index b5ef87b881..b5ef87b881 100644
--- a/crates/ide_completion/src/completions/postfix/format_like.rs
+++ b/crates/ide-completion/src/completions/postfix/format_like.rs
diff --git a/crates/ide_completion/src/completions/qualified_path.rs b/crates/ide-completion/src/completions/qualified_path.rs
index 2c2fe524ef..2c2fe524ef 100644
--- a/crates/ide_completion/src/completions/qualified_path.rs
+++ b/crates/ide-completion/src/completions/qualified_path.rs
diff --git a/crates/ide_completion/src/completions/record.rs b/crates/ide-completion/src/completions/record.rs
index 6057c0e004..6057c0e004 100644
--- a/crates/ide_completion/src/completions/record.rs
+++ b/crates/ide-completion/src/completions/record.rs
diff --git a/crates/ide_completion/src/completions/snippet.rs b/crates/ide-completion/src/completions/snippet.rs
index c00de6ff50..c00de6ff50 100644
--- a/crates/ide_completion/src/completions/snippet.rs
+++ b/crates/ide-completion/src/completions/snippet.rs
diff --git a/crates/ide_completion/src/completions/trait_impl.rs b/crates/ide-completion/src/completions/trait_impl.rs
index 43428f777f..43428f777f 100644
--- a/crates/ide_completion/src/completions/trait_impl.rs
+++ b/crates/ide-completion/src/completions/trait_impl.rs
diff --git a/crates/ide_completion/src/completions/unqualified_path.rs b/crates/ide-completion/src/completions/unqualified_path.rs
index 94142e274a..94142e274a 100644
--- a/crates/ide_completion/src/completions/unqualified_path.rs
+++ b/crates/ide-completion/src/completions/unqualified_path.rs
diff --git a/crates/ide_completion/src/completions/use_.rs b/crates/ide-completion/src/completions/use_.rs
index 25eb3fb908..25eb3fb908 100644
--- a/crates/ide_completion/src/completions/use_.rs
+++ b/crates/ide-completion/src/completions/use_.rs
diff --git a/crates/ide_completion/src/completions/vis.rs b/crates/ide-completion/src/completions/vis.rs
index 7315a488b8..7315a488b8 100644
--- a/crates/ide_completion/src/completions/vis.rs
+++ b/crates/ide-completion/src/completions/vis.rs
diff --git a/crates/ide_completion/src/config.rs b/crates/ide-completion/src/config.rs
index 302836dd1e..302836dd1e 100644
--- a/crates/ide_completion/src/config.rs
+++ b/crates/ide-completion/src/config.rs
diff --git a/crates/ide_completion/src/context.rs b/crates/ide-completion/src/context.rs
index f75aa8f9ff..f75aa8f9ff 100644
--- a/crates/ide_completion/src/context.rs
+++ b/crates/ide-completion/src/context.rs
diff --git a/crates/ide_completion/src/item.rs b/crates/ide-completion/src/item.rs
index 29b073cfa5..29b073cfa5 100644
--- a/crates/ide_completion/src/item.rs
+++ b/crates/ide-completion/src/item.rs
diff --git a/crates/ide_completion/src/lib.rs b/crates/ide-completion/src/lib.rs
index 6924ba1db6..6924ba1db6 100644
--- a/crates/ide_completion/src/lib.rs
+++ b/crates/ide-completion/src/lib.rs
diff --git a/crates/ide_completion/src/patterns.rs b/crates/ide-completion/src/patterns.rs
index 6fdec78385..6fdec78385 100644
--- a/crates/ide_completion/src/patterns.rs
+++ b/crates/ide-completion/src/patterns.rs
diff --git a/crates/ide_completion/src/render.rs b/crates/ide-completion/src/render.rs
index 836b14bc2c..836b14bc2c 100644
--- a/crates/ide_completion/src/render.rs
+++ b/crates/ide-completion/src/render.rs
diff --git a/crates/ide_completion/src/render/const_.rs b/crates/ide-completion/src/render/const_.rs
index 89e6c82dde..89e6c82dde 100644
--- a/crates/ide_completion/src/render/const_.rs
+++ b/crates/ide-completion/src/render/const_.rs
diff --git a/crates/ide_completion/src/render/function.rs b/crates/ide-completion/src/render/function.rs
index d8183660e8..d8183660e8 100644
--- a/crates/ide_completion/src/render/function.rs
+++ b/crates/ide-completion/src/render/function.rs
diff --git a/crates/ide_completion/src/render/literal.rs b/crates/ide-completion/src/render/literal.rs
index f1773137fe..f1773137fe 100644
--- a/crates/ide_completion/src/render/literal.rs
+++ b/crates/ide-completion/src/render/literal.rs
diff --git a/crates/ide_completion/src/render/macro_.rs b/crates/ide-completion/src/render/macro_.rs
index ba18e5d216..ba18e5d216 100644
--- a/crates/ide_completion/src/render/macro_.rs
+++ b/crates/ide-completion/src/render/macro_.rs
diff --git a/crates/ide_completion/src/render/pattern.rs b/crates/ide-completion/src/render/pattern.rs
index ff61bf61c5..ff61bf61c5 100644
--- a/crates/ide_completion/src/render/pattern.rs
+++ b/crates/ide-completion/src/render/pattern.rs
diff --git a/crates/ide_completion/src/render/type_alias.rs b/crates/ide-completion/src/render/type_alias.rs
index a518be87bf..a518be87bf 100644
--- a/crates/ide_completion/src/render/type_alias.rs
+++ b/crates/ide-completion/src/render/type_alias.rs
diff --git a/crates/ide_completion/src/render/union_literal.rs b/crates/ide-completion/src/render/union_literal.rs
index aafedaf5aa..aafedaf5aa 100644
--- a/crates/ide_completion/src/render/union_literal.rs
+++ b/crates/ide-completion/src/render/union_literal.rs
diff --git a/crates/ide_completion/src/render/variant.rs b/crates/ide-completion/src/render/variant.rs
index 39a37dc9f8..39a37dc9f8 100644
--- a/crates/ide_completion/src/render/variant.rs
+++ b/crates/ide-completion/src/render/variant.rs
diff --git a/crates/ide_completion/src/snippet.rs b/crates/ide-completion/src/snippet.rs
index 82632f440d..82632f440d 100644
--- a/crates/ide_completion/src/snippet.rs
+++ b/crates/ide-completion/src/snippet.rs
diff --git a/crates/ide_completion/src/tests.rs b/crates/ide-completion/src/tests.rs
index 470fc37ca7..470fc37ca7 100644
--- a/crates/ide_completion/src/tests.rs
+++ b/crates/ide-completion/src/tests.rs
diff --git a/crates/ide_completion/src/tests/attribute.rs b/crates/ide-completion/src/tests/attribute.rs
index b851bf6a84..b851bf6a84 100644
--- a/crates/ide_completion/src/tests/attribute.rs
+++ b/crates/ide-completion/src/tests/attribute.rs
diff --git a/crates/ide_completion/src/tests/expression.rs b/crates/ide-completion/src/tests/expression.rs
index 5984149046..5984149046 100644
--- a/crates/ide_completion/src/tests/expression.rs
+++ b/crates/ide-completion/src/tests/expression.rs
diff --git a/crates/ide_completion/src/tests/flyimport.rs b/crates/ide-completion/src/tests/flyimport.rs
index 41e6cf7aee..41e6cf7aee 100644
--- a/crates/ide_completion/src/tests/flyimport.rs
+++ b/crates/ide-completion/src/tests/flyimport.rs
diff --git a/crates/ide_completion/src/tests/fn_param.rs b/crates/ide-completion/src/tests/fn_param.rs
index 4578955da1..4578955da1 100644
--- a/crates/ide_completion/src/tests/fn_param.rs
+++ b/crates/ide-completion/src/tests/fn_param.rs
diff --git a/crates/ide_completion/src/tests/item.rs b/crates/ide-completion/src/tests/item.rs
index ed341b361a..ed341b361a 100644
--- a/crates/ide_completion/src/tests/item.rs
+++ b/crates/ide-completion/src/tests/item.rs
diff --git a/crates/ide_completion/src/tests/item_list.rs b/crates/ide-completion/src/tests/item_list.rs
index 0e60f74879..0e60f74879 100644
--- a/crates/ide_completion/src/tests/item_list.rs
+++ b/crates/ide-completion/src/tests/item_list.rs
diff --git a/crates/ide_completion/src/tests/pattern.rs b/crates/ide-completion/src/tests/pattern.rs
index 3b59263528..3b59263528 100644
--- a/crates/ide_completion/src/tests/pattern.rs
+++ b/crates/ide-completion/src/tests/pattern.rs
diff --git a/crates/ide_completion/src/tests/predicate.rs b/crates/ide-completion/src/tests/predicate.rs
index 5e975d715f..5e975d715f 100644
--- a/crates/ide_completion/src/tests/predicate.rs
+++ b/crates/ide-completion/src/tests/predicate.rs
diff --git a/crates/ide_completion/src/tests/proc_macros.rs b/crates/ide-completion/src/tests/proc_macros.rs
index f54286fe59..f54286fe59 100644
--- a/crates/ide_completion/src/tests/proc_macros.rs
+++ b/crates/ide-completion/src/tests/proc_macros.rs
diff --git a/crates/ide_completion/src/tests/record.rs b/crates/ide-completion/src/tests/record.rs
index 0322ecbe39..0322ecbe39 100644
--- a/crates/ide_completion/src/tests/record.rs
+++ b/crates/ide-completion/src/tests/record.rs
diff --git a/crates/ide_completion/src/tests/type_pos.rs b/crates/ide-completion/src/tests/type_pos.rs
index e3ffb92f78..e3ffb92f78 100644
--- a/crates/ide_completion/src/tests/type_pos.rs
+++ b/crates/ide-completion/src/tests/type_pos.rs
diff --git a/crates/ide_completion/src/tests/use_tree.rs b/crates/ide-completion/src/tests/use_tree.rs
index ca06cc376f..ca06cc376f 100644
--- a/crates/ide_completion/src/tests/use_tree.rs
+++ b/crates/ide-completion/src/tests/use_tree.rs
diff --git a/crates/ide_completion/src/tests/visibility.rs b/crates/ide-completion/src/tests/visibility.rs
index 970eb70719..970eb70719 100644
--- a/crates/ide_completion/src/tests/visibility.rs
+++ b/crates/ide-completion/src/tests/visibility.rs
diff --git a/crates/ide_db/Cargo.toml b/crates/ide-db/Cargo.toml
index 8c4fe95de1..c5f0cb3c01 100644
--- a/crates/ide_db/Cargo.toml
+++ b/crates/ide-db/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "ide_db"
+name = "ide-db"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
@@ -24,16 +24,16 @@ indexmap = "1.8.0"
stdx = { path = "../stdx", version = "0.0.0" }
parser = { path = "../parser", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
-text_edit = { path = "../text_edit", version = "0.0.0" }
-base_db = { path = "../base_db", version = "0.0.0" }
+text-edit = { path = "../text-edit", version = "0.0.0" }
+base-db = { path = "../base-db", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
# ide should depend only on the top-level `hir` package. if you need
-# something from some `hir_xxx` subpackage, reexport the API via `hir`.
+# something from some `hir-xxx` subpackage, reexport the API via `hir`.
hir = { path = "../hir", version = "0.0.0" }
limit = { path = "../limit", version = "0.0.0" }
[dev-dependencies]
-test_utils = { path = "../test_utils" }
+test-utils = { path = "../test-utils" }
sourcegen = { path = "../sourcegen" }
xshell = "0.2.1"
expect-test = "1.2.2"
diff --git a/crates/ide_db/src/active_parameter.rs b/crates/ide-db/src/active_parameter.rs
index 788a5ed17e..788a5ed17e 100644
--- a/crates/ide_db/src/active_parameter.rs
+++ b/crates/ide-db/src/active_parameter.rs
diff --git a/crates/ide_db/src/apply_change.rs b/crates/ide-db/src/apply_change.rs
index 98b0e9c947..98b0e9c947 100644
--- a/crates/ide_db/src/apply_change.rs
+++ b/crates/ide-db/src/apply_change.rs
diff --git a/crates/ide_db/src/assists.rs b/crates/ide-db/src/assists.rs
index da23763dc2..da23763dc2 100644
--- a/crates/ide_db/src/assists.rs
+++ b/crates/ide-db/src/assists.rs
diff --git a/crates/ide_db/src/defs.rs b/crates/ide-db/src/defs.rs
index 34b557e21e..34b557e21e 100644
--- a/crates/ide_db/src/defs.rs
+++ b/crates/ide-db/src/defs.rs
diff --git a/crates/ide_db/src/famous_defs.rs b/crates/ide-db/src/famous_defs.rs
index f17fd0faa5..f17fd0faa5 100644
--- a/crates/ide_db/src/famous_defs.rs
+++ b/crates/ide-db/src/famous_defs.rs
diff --git a/crates/ide_db/src/generated/lints.rs b/crates/ide-db/src/generated/lints.rs
index 64dd2bb5f2..64dd2bb5f2 100644
--- a/crates/ide_db/src/generated/lints.rs
+++ b/crates/ide-db/src/generated/lints.rs
diff --git a/crates/ide_db/src/helpers.rs b/crates/ide-db/src/helpers.rs
index d4fda397d6..d4fda397d6 100644
--- a/crates/ide_db/src/helpers.rs
+++ b/crates/ide-db/src/helpers.rs
diff --git a/crates/ide_db/src/imports/import_assets.rs b/crates/ide-db/src/imports/import_assets.rs
index f8cfe15c89..f8cfe15c89 100644
--- a/crates/ide_db/src/imports/import_assets.rs
+++ b/crates/ide-db/src/imports/import_assets.rs
diff --git a/crates/ide_db/src/imports/insert_use.rs b/crates/ide-db/src/imports/insert_use.rs
index a19969ecc4..a19969ecc4 100644
--- a/crates/ide_db/src/imports/insert_use.rs
+++ b/crates/ide-db/src/imports/insert_use.rs
diff --git a/crates/ide_db/src/imports/insert_use/tests.rs b/crates/ide-db/src/imports/insert_use/tests.rs
index acadb353b6..acadb353b6 100644
--- a/crates/ide_db/src/imports/insert_use/tests.rs
+++ b/crates/ide-db/src/imports/insert_use/tests.rs
diff --git a/crates/ide_db/src/imports/merge_imports.rs b/crates/ide-db/src/imports/merge_imports.rs
index c7d9034f74..c7d9034f74 100644
--- a/crates/ide_db/src/imports/merge_imports.rs
+++ b/crates/ide-db/src/imports/merge_imports.rs
diff --git a/crates/ide_db/src/items_locator.rs b/crates/ide-db/src/items_locator.rs
index 07a57c883b..07a57c883b 100644
--- a/crates/ide_db/src/items_locator.rs
+++ b/crates/ide-db/src/items_locator.rs
diff --git a/crates/ide_db/src/label.rs b/crates/ide-db/src/label.rs
index 4b6d54b5ea..4b6d54b5ea 100644
--- a/crates/ide_db/src/label.rs
+++ b/crates/ide-db/src/label.rs
diff --git a/crates/ide_db/src/lib.rs b/crates/ide-db/src/lib.rs
index 8fad4ac0f3..8fad4ac0f3 100644
--- a/crates/ide_db/src/lib.rs
+++ b/crates/ide-db/src/lib.rs
diff --git a/crates/ide_db/src/line_index.rs b/crates/ide-db/src/line_index.rs
index 68ad07ee83..68ad07ee83 100644
--- a/crates/ide_db/src/line_index.rs
+++ b/crates/ide-db/src/line_index.rs
diff --git a/crates/ide_db/src/path_transform.rs b/crates/ide-db/src/path_transform.rs
index 61b2c3f3b8..61b2c3f3b8 100644
--- a/crates/ide_db/src/path_transform.rs
+++ b/crates/ide-db/src/path_transform.rs
diff --git a/crates/ide_db/src/rename.rs b/crates/ide-db/src/rename.rs
index 589975406a..589975406a 100644
--- a/crates/ide_db/src/rename.rs
+++ b/crates/ide-db/src/rename.rs
diff --git a/crates/ide_db/src/rust_doc.rs b/crates/ide-db/src/rust_doc.rs
index e27e23867a..e27e23867a 100644
--- a/crates/ide_db/src/rust_doc.rs
+++ b/crates/ide-db/src/rust_doc.rs
diff --git a/crates/ide_db/src/search.rs b/crates/ide-db/src/search.rs
index e6bd46347d..e6bd46347d 100644
--- a/crates/ide_db/src/search.rs
+++ b/crates/ide-db/src/search.rs
diff --git a/crates/ide_db/src/source_change.rs b/crates/ide-db/src/source_change.rs
index 8132c73ef2..8132c73ef2 100644
--- a/crates/ide_db/src/source_change.rs
+++ b/crates/ide-db/src/source_change.rs
diff --git a/crates/ide_db/src/symbol_index.rs b/crates/ide-db/src/symbol_index.rs
index a812c838ac..a812c838ac 100644
--- a/crates/ide_db/src/symbol_index.rs
+++ b/crates/ide-db/src/symbol_index.rs
diff --git a/crates/ide_db/src/syntax_helpers/format_string.rs b/crates/ide-db/src/syntax_helpers/format_string.rs
index 3c584a6cbc..3c584a6cbc 100644
--- a/crates/ide_db/src/syntax_helpers/format_string.rs
+++ b/crates/ide-db/src/syntax_helpers/format_string.rs
diff --git a/crates/ide_db/src/syntax_helpers/insert_whitespace_into_node.rs b/crates/ide-db/src/syntax_helpers/insert_whitespace_into_node.rs
index e389eaf047..e389eaf047 100644
--- a/crates/ide_db/src/syntax_helpers/insert_whitespace_into_node.rs
+++ b/crates/ide-db/src/syntax_helpers/insert_whitespace_into_node.rs
diff --git a/crates/ide_db/src/syntax_helpers/node_ext.rs b/crates/ide-db/src/syntax_helpers/node_ext.rs
index f011a4a48a..f011a4a48a 100644
--- a/crates/ide_db/src/syntax_helpers/node_ext.rs
+++ b/crates/ide-db/src/syntax_helpers/node_ext.rs
diff --git a/crates/ide_db/src/test_data/test_symbol_index_collection.txt b/crates/ide-db/src/test_data/test_symbol_index_collection.txt
index 2f531ca0c7..2f531ca0c7 100644
--- a/crates/ide_db/src/test_data/test_symbol_index_collection.txt
+++ b/crates/ide-db/src/test_data/test_symbol_index_collection.txt
diff --git a/crates/ide_db/src/tests/sourcegen_lints.rs b/crates/ide-db/src/tests/sourcegen_lints.rs
index b7db1dd8db..b7db1dd8db 100644
--- a/crates/ide_db/src/tests/sourcegen_lints.rs
+++ b/crates/ide-db/src/tests/sourcegen_lints.rs
diff --git a/crates/ide_db/src/traits.rs b/crates/ide-db/src/traits.rs
index 0fbfd86992..0fbfd86992 100644
--- a/crates/ide_db/src/traits.rs
+++ b/crates/ide-db/src/traits.rs
diff --git a/crates/ide_db/src/ty_filter.rs b/crates/ide-db/src/ty_filter.rs
index 2c6b00b134..2c6b00b134 100644
--- a/crates/ide_db/src/ty_filter.rs
+++ b/crates/ide-db/src/ty_filter.rs
diff --git a/crates/ide_diagnostics/Cargo.toml b/crates/ide-diagnostics/Cargo.toml
index 20bd4a2ed2..f59da69dfb 100644
--- a/crates/ide_diagnostics/Cargo.toml
+++ b/crates/ide-diagnostics/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "ide_diagnostics"
+name = "ide-diagnostics"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
@@ -19,13 +19,13 @@ either = "1.6.1"
profile = { path = "../profile", version = "0.0.0" }
stdx = { path = "../stdx", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
-text_edit = { path = "../text_edit", version = "0.0.0" }
+text-edit = { path = "../text-edit", version = "0.0.0" }
cfg = { path = "../cfg", version = "0.0.0" }
hir = { path = "../hir", version = "0.0.0" }
-ide_db = { path = "../ide_db", version = "0.0.0" }
+ide-db = { path = "../ide-db", version = "0.0.0" }
[dev-dependencies]
expect-test = "1.2.2"
-test_utils = { path = "../test_utils" }
+test-utils = { path = "../test-utils" }
sourcegen = { path = "../sourcegen" }
diff --git a/crates/ide_diagnostics/src/handlers/break_outside_of_loop.rs b/crates/ide-diagnostics/src/handlers/break_outside_of_loop.rs
index d12594a4ce..d12594a4ce 100644
--- a/crates/ide_diagnostics/src/handlers/break_outside_of_loop.rs
+++ b/crates/ide-diagnostics/src/handlers/break_outside_of_loop.rs
diff --git a/crates/ide_diagnostics/src/handlers/field_shorthand.rs b/crates/ide-diagnostics/src/handlers/field_shorthand.rs
index 2b71053625..2b71053625 100644
--- a/crates/ide_diagnostics/src/handlers/field_shorthand.rs
+++ b/crates/ide-diagnostics/src/handlers/field_shorthand.rs
diff --git a/crates/ide_diagnostics/src/handlers/inactive_code.rs b/crates/ide-diagnostics/src/handlers/inactive_code.rs
index 155bbc569d..155bbc569d 100644
--- a/crates/ide_diagnostics/src/handlers/inactive_code.rs
+++ b/crates/ide-diagnostics/src/handlers/inactive_code.rs
diff --git a/crates/ide_diagnostics/src/handlers/incorrect_case.rs b/crates/ide-diagnostics/src/handlers/incorrect_case.rs
index 6a78c08d44..6a78c08d44 100644
--- a/crates/ide_diagnostics/src/handlers/incorrect_case.rs
+++ b/crates/ide-diagnostics/src/handlers/incorrect_case.rs
diff --git a/crates/ide_diagnostics/src/handlers/invalid_derive_target.rs b/crates/ide-diagnostics/src/handlers/invalid_derive_target.rs
index c779266bc9..c779266bc9 100644
--- a/crates/ide_diagnostics/src/handlers/invalid_derive_target.rs
+++ b/crates/ide-diagnostics/src/handlers/invalid_derive_target.rs
diff --git a/crates/ide_diagnostics/src/handlers/macro_error.rs b/crates/ide-diagnostics/src/handlers/macro_error.rs
index a5bfb302d5..a5bfb302d5 100644
--- a/crates/ide_diagnostics/src/handlers/macro_error.rs
+++ b/crates/ide-diagnostics/src/handlers/macro_error.rs
diff --git a/crates/ide_diagnostics/src/handlers/malformed_derive.rs b/crates/ide-diagnostics/src/handlers/malformed_derive.rs
index cd48bdba07..cd48bdba07 100644
--- a/crates/ide_diagnostics/src/handlers/malformed_derive.rs
+++ b/crates/ide-diagnostics/src/handlers/malformed_derive.rs
diff --git a/crates/ide_diagnostics/src/handlers/mismatched_arg_count.rs b/crates/ide-diagnostics/src/handlers/mismatched_arg_count.rs
index 95a3ac1d51..95a3ac1d51 100644
--- a/crates/ide_diagnostics/src/handlers/mismatched_arg_count.rs
+++ b/crates/ide-diagnostics/src/handlers/mismatched_arg_count.rs
diff --git a/crates/ide_diagnostics/src/handlers/missing_fields.rs b/crates/ide-diagnostics/src/handlers/missing_fields.rs
index 3160004380..3160004380 100644
--- a/crates/ide_diagnostics/src/handlers/missing_fields.rs
+++ b/crates/ide-diagnostics/src/handlers/missing_fields.rs
diff --git a/crates/ide_diagnostics/src/handlers/missing_match_arms.rs b/crates/ide-diagnostics/src/handlers/missing_match_arms.rs
index 3eb4cf60a9..3eb4cf60a9 100644
--- a/crates/ide_diagnostics/src/handlers/missing_match_arms.rs
+++ b/crates/ide-diagnostics/src/handlers/missing_match_arms.rs
diff --git a/crates/ide_diagnostics/src/handlers/missing_unsafe.rs b/crates/ide-diagnostics/src/handlers/missing_unsafe.rs
index 7acd9228a8..7acd9228a8 100644
--- a/crates/ide_diagnostics/src/handlers/missing_unsafe.rs
+++ b/crates/ide-diagnostics/src/handlers/missing_unsafe.rs
diff --git a/crates/ide_diagnostics/src/handlers/no_such_field.rs b/crates/ide-diagnostics/src/handlers/no_such_field.rs
index 667a550d1f..667a550d1f 100644
--- a/crates/ide_diagnostics/src/handlers/no_such_field.rs
+++ b/crates/ide-diagnostics/src/handlers/no_such_field.rs
diff --git a/crates/ide_diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs b/crates/ide-diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs
index 9826e1c707..9826e1c707 100644
--- a/crates/ide_diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs
+++ b/crates/ide-diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs
diff --git a/crates/ide_diagnostics/src/handlers/type_mismatch.rs b/crates/ide-diagnostics/src/handlers/type_mismatch.rs
index 442268d135..442268d135 100644
--- a/crates/ide_diagnostics/src/handlers/type_mismatch.rs
+++ b/crates/ide-diagnostics/src/handlers/type_mismatch.rs
diff --git a/crates/ide_diagnostics/src/handlers/unimplemented_builtin_macro.rs b/crates/ide-diagnostics/src/handlers/unimplemented_builtin_macro.rs
index e879de75cd..e879de75cd 100644
--- a/crates/ide_diagnostics/src/handlers/unimplemented_builtin_macro.rs
+++ b/crates/ide-diagnostics/src/handlers/unimplemented_builtin_macro.rs
diff --git a/crates/ide_diagnostics/src/handlers/unlinked_file.rs b/crates/ide-diagnostics/src/handlers/unlinked_file.rs
index 9d46e2b078..9d46e2b078 100644
--- a/crates/ide_diagnostics/src/handlers/unlinked_file.rs
+++ b/crates/ide-diagnostics/src/handlers/unlinked_file.rs
diff --git a/crates/ide_diagnostics/src/handlers/unresolved_extern_crate.rs b/crates/ide-diagnostics/src/handlers/unresolved_extern_crate.rs
index 74e4a69c64..74e4a69c64 100644
--- a/crates/ide_diagnostics/src/handlers/unresolved_extern_crate.rs
+++ b/crates/ide-diagnostics/src/handlers/unresolved_extern_crate.rs
diff --git a/crates/ide_diagnostics/src/handlers/unresolved_import.rs b/crates/ide-diagnostics/src/handlers/unresolved_import.rs
index e52a88459d..e52a88459d 100644
--- a/crates/ide_diagnostics/src/handlers/unresolved_import.rs
+++ b/crates/ide-diagnostics/src/handlers/unresolved_import.rs
diff --git a/crates/ide_diagnostics/src/handlers/unresolved_macro_call.rs b/crates/ide-diagnostics/src/handlers/unresolved_macro_call.rs
index 831d082bc7..831d082bc7 100644
--- a/crates/ide_diagnostics/src/handlers/unresolved_macro_call.rs
+++ b/crates/ide-diagnostics/src/handlers/unresolved_macro_call.rs
diff --git a/crates/ide_diagnostics/src/handlers/unresolved_module.rs b/crates/ide-diagnostics/src/handlers/unresolved_module.rs
index b8f2a9e94a..b8f2a9e94a 100644
--- a/crates/ide_diagnostics/src/handlers/unresolved_module.rs
+++ b/crates/ide-diagnostics/src/handlers/unresolved_module.rs
diff --git a/crates/ide_diagnostics/src/handlers/unresolved_proc_macro.rs b/crates/ide-diagnostics/src/handlers/unresolved_proc_macro.rs
index fde1d1323f..fde1d1323f 100644
--- a/crates/ide_diagnostics/src/handlers/unresolved_proc_macro.rs
+++ b/crates/ide-diagnostics/src/handlers/unresolved_proc_macro.rs
diff --git a/crates/ide_diagnostics/src/handlers/useless_braces.rs b/crates/ide-diagnostics/src/handlers/useless_braces.rs
index 8b9330e040..8b9330e040 100644
--- a/crates/ide_diagnostics/src/handlers/useless_braces.rs
+++ b/crates/ide-diagnostics/src/handlers/useless_braces.rs
diff --git a/crates/ide_diagnostics/src/lib.rs b/crates/ide-diagnostics/src/lib.rs
index 1d4ea461d0..1d4ea461d0 100644
--- a/crates/ide_diagnostics/src/lib.rs
+++ b/crates/ide-diagnostics/src/lib.rs
diff --git a/crates/ide_diagnostics/src/tests.rs b/crates/ide-diagnostics/src/tests.rs
index 7cd79c7cee..7cd79c7cee 100644
--- a/crates/ide_diagnostics/src/tests.rs
+++ b/crates/ide-diagnostics/src/tests.rs
diff --git a/crates/ide_diagnostics/src/tests/sourcegen.rs b/crates/ide-diagnostics/src/tests/sourcegen.rs
index f36959fb5c..ec6558a46e 100644
--- a/crates/ide_diagnostics/src/tests/sourcegen.rs
+++ b/crates/ide-diagnostics/src/tests/sourcegen.rs
@@ -23,7 +23,7 @@ struct Diagnostic {
impl Diagnostic {
fn collect() -> io::Result<Vec<Diagnostic>> {
- let handlers_dir = project_root().join("crates/ide_diagnostics/src/handlers");
+ let handlers_dir = project_root().join("crates/ide-diagnostics/src/handlers");
let mut res = Vec::new();
for path in sourcegen::list_rust_files(&handlers_dir) {
diff --git a/crates/ide_ssr/Cargo.toml b/crates/ide-ssr/Cargo.toml
index a736b900ec..a6ffa51b4e 100644
--- a/crates/ide_ssr/Cargo.toml
+++ b/crates/ide-ssr/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "ide_ssr"
+name = "ide-ssr"
version = "0.0.0"
description = "Structural search and replace of Rust code"
license = "MIT OR Apache-2.0"
@@ -15,12 +15,12 @@ cov-mark = "2.0.0-pre.1"
itertools = "0.10.3"
-text_edit = { path = "../text_edit", version = "0.0.0" }
+text-edit = { path = "../text-edit", version = "0.0.0" }
parser = { path = "../parser", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
-ide_db = { path = "../ide_db", version = "0.0.0" }
+ide-db = { path = "../ide-db", version = "0.0.0" }
hir = { path = "../hir", version = "0.0.0" }
[dev-dependencies]
-test_utils = { path = "../test_utils" }
+test-utils = { path = "../test-utils" }
expect-test = "1.2.2"
diff --git a/crates/ide_ssr/src/errors.rs b/crates/ide-ssr/src/errors.rs
index c02bacae6b..c02bacae6b 100644
--- a/crates/ide_ssr/src/errors.rs
+++ b/crates/ide-ssr/src/errors.rs
diff --git a/crates/ide_ssr/src/fragments.rs b/crates/ide-ssr/src/fragments.rs
index 503754afe7..503754afe7 100644
--- a/crates/ide_ssr/src/fragments.rs
+++ b/crates/ide-ssr/src/fragments.rs
diff --git a/crates/ide_ssr/src/from_comment.rs b/crates/ide-ssr/src/from_comment.rs
index c50e74d93a..c50e74d93a 100644
--- a/crates/ide_ssr/src/from_comment.rs
+++ b/crates/ide-ssr/src/from_comment.rs
diff --git a/crates/ide_ssr/src/lib.rs b/crates/ide-ssr/src/lib.rs
index 7b4e53ed24..7b4e53ed24 100644
--- a/crates/ide_ssr/src/lib.rs
+++ b/crates/ide-ssr/src/lib.rs
diff --git a/crates/ide_ssr/src/matching.rs b/crates/ide-ssr/src/matching.rs
index ba2a99c5d4..ba2a99c5d4 100644
--- a/crates/ide_ssr/src/matching.rs
+++ b/crates/ide-ssr/src/matching.rs
diff --git a/crates/ide_ssr/src/nester.rs b/crates/ide-ssr/src/nester.rs
index 0c1b2685b2..0c1b2685b2 100644
--- a/crates/ide_ssr/src/nester.rs
+++ b/crates/ide-ssr/src/nester.rs
diff --git a/crates/ide_ssr/src/parsing.rs b/crates/ide-ssr/src/parsing.rs
index f6220b928a..f6220b928a 100644
--- a/crates/ide_ssr/src/parsing.rs
+++ b/crates/ide-ssr/src/parsing.rs
diff --git a/crates/ide_ssr/src/replacing.rs b/crates/ide-ssr/src/replacing.rs
index 1726d5701a..1726d5701a 100644
--- a/crates/ide_ssr/src/replacing.rs
+++ b/crates/ide-ssr/src/replacing.rs
diff --git a/crates/ide_ssr/src/resolving.rs b/crates/ide-ssr/src/resolving.rs
index d46ca05e55..d46ca05e55 100644
--- a/crates/ide_ssr/src/resolving.rs
+++ b/crates/ide-ssr/src/resolving.rs
diff --git a/crates/ide_ssr/src/search.rs b/crates/ide-ssr/src/search.rs
index 0a85569b60..0a85569b60 100644
--- a/crates/ide_ssr/src/search.rs
+++ b/crates/ide-ssr/src/search.rs
diff --git a/crates/ide_ssr/src/tests.rs b/crates/ide-ssr/src/tests.rs
index e86190564c..e86190564c 100644
--- a/crates/ide_ssr/src/tests.rs
+++ b/crates/ide-ssr/src/tests.rs
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml
index f8bb1e4c01..23cd0f6443 100644
--- a/crates/ide/Cargo.toml
+++ b/crates/ide/Cargo.toml
@@ -23,22 +23,22 @@ dot = "0.1.4"
stdx = { path = "../stdx", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
-text_edit = { path = "../text_edit", version = "0.0.0" }
-ide_db = { path = "../ide_db", version = "0.0.0" }
+text-edit = { path = "../text-edit", version = "0.0.0" }
+ide-db = { path = "../ide-db", version = "0.0.0" }
cfg = { path = "../cfg", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
-ide_assists = { path = "../ide_assists", version = "0.0.0" }
-ide_diagnostics = { path = "../ide_diagnostics", version = "0.0.0" }
-ide_ssr = { path = "../ide_ssr", version = "0.0.0" }
-ide_completion = { path = "../ide_completion", version = "0.0.0" }
+ide-assists = { path = "../ide-assists", version = "0.0.0" }
+ide-diagnostics = { path = "../ide-diagnostics", version = "0.0.0" }
+ide-ssr = { path = "../ide-ssr", version = "0.0.0" }
+ide-completion = { path = "../ide-completion", version = "0.0.0" }
# ide should depend only on the top-level `hir` package. if you need
-# something from some `hir_xxx` subpackage, reexport the API via `hir`.
+# something from some `hir-xxx` subpackage, reexport the API via `hir`.
hir = { path = "../hir", version = "0.0.0" }
[target.'cfg(not(any(target_arch = "wasm32", target_os = "emscripten")))'.dependencies]
toolchain = { path = "../toolchain", version = "0.0.0" }
[dev-dependencies]
-test_utils = { path = "../test_utils" }
+test-utils = { path = "../test-utils" }
expect-test = "1.2.2"
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml
index 1453ec4c69..d6d15dd19d 100644
--- a/crates/mbe/Cargo.toml
+++ b/crates/mbe/Cargo.toml
@@ -21,4 +21,4 @@ tt = { path = "../tt", version = "0.0.0" }
stdx = { path = "../stdx", version = "0.0.0" }
[dev-dependencies]
-test_utils = { path = "../test_utils" }
+test-utils = { path = "../test-utils" }
diff --git a/crates/proc_macro_api/Cargo.toml b/crates/proc-macro-api/Cargo.toml
index 000c23dab6..df2cbcaf30 100644
--- a/crates/proc_macro_api/Cargo.toml
+++ b/crates/proc-macro-api/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "proc_macro_api"
+name = "proc-macro-api"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
@@ -28,4 +28,4 @@ tt = { path = "../tt", version = "0.0.0" }
stdx = { path = "../stdx", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
# Intentionally *not* depend on anything salsa-related
-# base_db = { path = "../base_db", version = "0.0.0" }
+# base-db = { path = "../base-db", version = "0.0.0" }
diff --git a/crates/proc_macro_api/src/lib.rs b/crates/proc-macro-api/src/lib.rs
index eb7a28b972..eb7a28b972 100644
--- a/crates/proc_macro_api/src/lib.rs
+++ b/crates/proc-macro-api/src/lib.rs
diff --git a/crates/proc_macro_api/src/msg.rs b/crates/proc-macro-api/src/msg.rs
index f9c2b9fda3..f9c2b9fda3 100644
--- a/crates/proc_macro_api/src/msg.rs
+++ b/crates/proc-macro-api/src/msg.rs
diff --git a/crates/proc_macro_api/src/msg/flat.rs b/crates/proc-macro-api/src/msg/flat.rs
index 8437444e18..8437444e18 100644
--- a/crates/proc_macro_api/src/msg/flat.rs
+++ b/crates/proc-macro-api/src/msg/flat.rs
diff --git a/crates/proc_macro_api/src/process.rs b/crates/proc-macro-api/src/process.rs
index ff4c59447d..ff4c59447d 100644
--- a/crates/proc_macro_api/src/process.rs
+++ b/crates/proc-macro-api/src/process.rs
diff --git a/crates/proc_macro_api/src/version.rs b/crates/proc-macro-api/src/version.rs
index f29970d477..f29970d477 100644
--- a/crates/proc_macro_api/src/version.rs
+++ b/crates/proc-macro-api/src/version.rs
diff --git a/crates/proc_macro_srv/Cargo.toml b/crates/proc-macro-srv/Cargo.toml
index 381d241b86..01bc8878bb 100644
--- a/crates/proc_macro_srv/Cargo.toml
+++ b/crates/proc-macro-srv/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "proc_macro_srv"
+name = "proc-macro-srv"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
@@ -23,10 +23,10 @@ memmap2 = "0.5.3"
tt = { path = "../tt", version = "0.0.0" }
mbe = { path = "../mbe", version = "0.0.0" }
paths = { path = "../paths", version = "0.0.0" }
-proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" }
+proc-macro-api = { path = "../proc-macro-api", version = "0.0.0" }
[dev-dependencies]
expect-test = "1.2.2"
# used as proc macro test targets
-proc_macro_test = { path = "../proc_macro_test" }
+proc-macro-test = { path = "../proc-macro-test" }
diff --git a/crates/proc_macro_srv/src/abis/abi_1_48/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_48/mod.rs
index 00c984e0b4..00c984e0b4 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_48/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_48/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/buffer.rs b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/buffer.rs
index 3b2afe01f5..3b2afe01f5 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/buffer.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/buffer.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/client.rs b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/client.rs
index 9f74fb0668..9f74fb0668 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/client.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/client.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/closure.rs b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/closure.rs
index f5b6d897e4..f5b6d897e4 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/closure.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/closure.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/handle.rs b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/handle.rs
index d2a65d249b..d2a65d249b 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/handle.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/handle.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/mod.rs
index be5402d6ee..be5402d6ee 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/rpc.rs b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/rpc.rs
index 69928ec845..69928ec845 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/rpc.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/rpc.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/scoped_cell.rs b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/scoped_cell.rs
index 0436bc4183..0436bc4183 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/scoped_cell.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/scoped_cell.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/server.rs b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/server.rs
index a580419fd1..a580419fd1 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/bridge/server.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/bridge/server.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/diagnostic.rs b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/diagnostic.rs
index 6953b1ecf4..6953b1ecf4 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/diagnostic.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/diagnostic.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/mod.rs
index aaa7103756..aaa7103756 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_48/proc_macro/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_48/proc_macro/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_48/rustc_server.rs b/crates/proc-macro-srv/src/abis/abi_1_48/rustc_server.rs
index 4dc506e0f1..4dc506e0f1 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_48/rustc_server.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_48/rustc_server.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_54/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_54/mod.rs
index 81c55cf10c..81c55cf10c 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_54/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_54/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/buffer.rs b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/buffer.rs
index 1565db187c..1565db187c 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/buffer.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/buffer.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/client.rs b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/client.rs
index 9f74fb0668..9f74fb0668 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/client.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/client.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/closure.rs b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/closure.rs
index f5b6d897e4..f5b6d897e4 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/closure.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/closure.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/handle.rs b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/handle.rs
index d2a65d249b..d2a65d249b 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/handle.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/handle.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/mod.rs
index 8d97bddfd3..8d97bddfd3 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/rpc.rs b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/rpc.rs
index 69928ec845..69928ec845 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/rpc.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/rpc.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/scoped_cell.rs b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/scoped_cell.rs
index 0436bc4183..0436bc4183 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/scoped_cell.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/scoped_cell.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/server.rs b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/server.rs
index 21563fe604..21563fe604 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/bridge/server.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/bridge/server.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/diagnostic.rs b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/diagnostic.rs
index 6953b1ecf4..6953b1ecf4 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/diagnostic.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/diagnostic.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/mod.rs
index 5814267cfc..5814267cfc 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_54/proc_macro/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_54/proc_macro/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_54/rustc_server.rs b/crates/proc-macro-srv/src/abis/abi_1_54/rustc_server.rs
index 7b333836b1..7b333836b1 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_54/rustc_server.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_54/rustc_server.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_56/mod.rs
index ee1c2d4553..ee1c2d4553 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/buffer.rs b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/buffer.rs
index d82669d3e2..d82669d3e2 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/buffer.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/buffer.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/client.rs b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/client.rs
index ed0e91da36..ed0e91da36 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/client.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/client.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/closure.rs b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/closure.rs
index 5be71cc3d7..5be71cc3d7 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/closure.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/closure.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/handle.rs b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/handle.rs
index bcbb868124..bcbb868124 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/handle.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/handle.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/mod.rs
index fc20f7df66..fc20f7df66 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/rpc.rs b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/rpc.rs
index d50564d01a..d50564d01a 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/rpc.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/rpc.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/scoped_cell.rs b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/scoped_cell.rs
index b0c2e5b9c2..b0c2e5b9c2 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/scoped_cell.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/scoped_cell.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/server.rs b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/server.rs
index 06a1979135..06a1979135 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/server.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/bridge/server.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/diagnostic.rs b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/diagnostic.rs
index 6953b1ecf4..6953b1ecf4 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/diagnostic.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/diagnostic.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/mod.rs
index 86657442c0..86657442c0 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/quote.rs b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/quote.rs
index 53e821c0f2..53e821c0f2 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/quote.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/proc_macro/quote.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_56/rustc_server.rs b/crates/proc-macro-srv/src/abis/abi_1_56/rustc_server.rs
index 8517eddf99..8517eddf99 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_56/rustc_server.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_56/rustc_server.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_57/mod.rs
index 59e1a4bf90..59e1a4bf90 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/buffer.rs b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/buffer.rs
index d82669d3e2..d82669d3e2 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/buffer.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/buffer.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/client.rs b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/client.rs
index ed0e91da36..ed0e91da36 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/client.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/client.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/closure.rs b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/closure.rs
index 5be71cc3d7..5be71cc3d7 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/closure.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/closure.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/handle.rs b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/handle.rs
index bcbb868124..bcbb868124 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/handle.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/handle.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/mod.rs
index 16a6f7e4e1..16a6f7e4e1 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/rpc.rs b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/rpc.rs
index d50564d01a..d50564d01a 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/rpc.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/rpc.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/scoped_cell.rs b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/scoped_cell.rs
index b0c2e5b9c2..b0c2e5b9c2 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/scoped_cell.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/scoped_cell.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/server.rs b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/server.rs
index 06a1979135..06a1979135 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/bridge/server.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/bridge/server.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/diagnostic.rs b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/diagnostic.rs
index cda239f878..cda239f878 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/diagnostic.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/diagnostic.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/mod.rs
index 9bbc44649f..9bbc44649f 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/quote.rs b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/quote.rs
index b539ab9c0c..b539ab9c0c 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/proc_macro/quote.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/proc_macro/quote.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_57/rustc_server.rs b/crates/proc-macro-srv/src/abis/abi_1_57/rustc_server.rs
index 48597e894c..48597e894c 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_57/rustc_server.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_57/rustc_server.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_58/mod.rs
index dd3fd8b642..dd3fd8b642 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/buffer.rs b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/buffer.rs
index d82669d3e2..d82669d3e2 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/buffer.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/buffer.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/client.rs b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/client.rs
index ed0e91da36..ed0e91da36 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/client.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/client.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/closure.rs b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/closure.rs
index 5be71cc3d7..5be71cc3d7 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/closure.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/closure.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/handle.rs b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/handle.rs
index bcbb868124..bcbb868124 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/handle.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/handle.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/mod.rs
index b7968c529c..b7968c529c 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/rpc.rs b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/rpc.rs
index d50564d01a..d50564d01a 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/rpc.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/rpc.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/scoped_cell.rs b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/scoped_cell.rs
index b0c2e5b9c2..b0c2e5b9c2 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/scoped_cell.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/scoped_cell.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/server.rs b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/server.rs
index 06a1979135..06a1979135 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/server.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/bridge/server.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/diagnostic.rs b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/diagnostic.rs
index cda239f878..cda239f878 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/diagnostic.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/diagnostic.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/mod.rs
index 4a07f22779..4a07f22779 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/mod.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/mod.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/quote.rs b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/quote.rs
index b539ab9c0c..b539ab9c0c 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/quote.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/proc_macro/quote.rs
diff --git a/crates/proc_macro_srv/src/abis/abi_1_58/rustc_server.rs b/crates/proc-macro-srv/src/abis/abi_1_58/rustc_server.rs
index 5c596bc0e6..5c596bc0e6 100644
--- a/crates/proc_macro_srv/src/abis/abi_1_58/rustc_server.rs
+++ b/crates/proc-macro-srv/src/abis/abi_1_58/rustc_server.rs
diff --git a/crates/proc_macro_srv/src/abis/mod.rs b/crates/proc-macro-srv/src/abis/mod.rs
index 87fca8caab..87fca8caab 100644
--- a/crates/proc_macro_srv/src/abis/mod.rs
+++ b/crates/proc-macro-srv/src/abis/mod.rs
diff --git a/crates/proc_macro_srv/src/cli.rs b/crates/proc-macro-srv/src/cli.rs
index f1e131c135..f1e131c135 100644
--- a/crates/proc_macro_srv/src/cli.rs
+++ b/crates/proc-macro-srv/src/cli.rs
diff --git a/crates/proc_macro_srv/src/dylib.rs b/crates/proc-macro-srv/src/dylib.rs
index 2b6c070fec..2b6c070fec 100644
--- a/crates/proc_macro_srv/src/dylib.rs
+++ b/crates/proc-macro-srv/src/dylib.rs
diff --git a/crates/proc_macro_srv/src/lib.rs b/crates/proc-macro-srv/src/lib.rs
index 52693547e5..52693547e5 100644
--- a/crates/proc_macro_srv/src/lib.rs
+++ b/crates/proc-macro-srv/src/lib.rs
diff --git a/crates/proc_macro_srv/src/tests/mod.rs b/crates/proc-macro-srv/src/tests/mod.rs
index 9356e6dcb0..9356e6dcb0 100644
--- a/crates/proc_macro_srv/src/tests/mod.rs
+++ b/crates/proc-macro-srv/src/tests/mod.rs
diff --git a/crates/proc_macro_srv/src/tests/utils.rs b/crates/proc-macro-srv/src/tests/utils.rs
index d1f492ee8f..d1f492ee8f 100644
--- a/crates/proc_macro_srv/src/tests/utils.rs
+++ b/crates/proc-macro-srv/src/tests/utils.rs
diff --git a/crates/proc_macro_test/Cargo.toml b/crates/proc-macro-test/Cargo.toml
index d0ddbd6d59..872b2a99d8 100644
--- a/crates/proc_macro_test/Cargo.toml
+++ b/crates/proc-macro-test/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "proc_macro_test"
+name = "proc-macro-test"
version = "0.0.0"
license = "MIT OR Apache-2.0"
edition = "2021"
@@ -10,6 +10,6 @@ publish = false
doctest = false
[build-dependencies]
-proc_macro_test_impl = { path = "imp", version = "0.0.0" }
+proc-macro-test-impl = { path = "imp", version = "0.0.0" }
toolchain = { path = "../toolchain", version = "0.0.0" }
cargo_metadata = "0.14.2"
diff --git a/crates/proc_macro_test/build.rs b/crates/proc-macro-test/build.rs
index 1e7aa026fa..767a790437 100644
--- a/crates/proc_macro_test/build.rs
+++ b/crates/proc-macro-test/build.rs
@@ -1,7 +1,7 @@
//! This will build the proc macro in `imp`, and copy the resulting dylib artifact into the
//! `OUT_DIR`.
//!
-//! `proc_macro_test` itself contains only a path to that artifact.
+//! `proc-macro-test` itself contains only a path to that artifact.
use std::{
env, fs,
@@ -15,12 +15,12 @@ fn main() {
let out_dir = env::var_os("OUT_DIR").unwrap();
let out_dir = Path::new(&out_dir);
- let name = "proc_macro_test_impl";
+ let name = "proc-macro-test-impl";
let version = "0.0.0";
let target_dir = out_dir.join("target");
let output = Command::new(toolchain::cargo())
.current_dir("imp")
- .args(&["build", "-p", "proc_macro_test_impl", "--message-format", "json"])
+ .args(&["build", "-p", "proc-macro-test-impl", "--message-format", "json"])
// Explicit override the target directory to avoid using the same one which the parent
// cargo is using, or we'll deadlock.
// This can happen when `CARGO_TARGET_DIR` is set or global config forces all cargo
@@ -47,7 +47,7 @@ fn main() {
}
// This file is under `target_dir` and is already under `OUT_DIR`.
- let artifact_path = artifact_path.expect("no dylib for proc_macro_test_impl found");
+ let artifact_path = artifact_path.expect("no dylib for proc-macro-test-impl found");
let info_path = out_dir.join("proc_macro_test_location.txt");
fs::write(info_path, artifact_path.to_str().unwrap()).unwrap();
diff --git a/crates/proc_macro_test/imp/.gitignore b/crates/proc-macro-test/imp/.gitignore
index 2c96eb1b65..2c96eb1b65 100644
--- a/crates/proc_macro_test/imp/.gitignore
+++ b/crates/proc-macro-test/imp/.gitignore
diff --git a/crates/proc_macro_test/imp/Cargo.toml b/crates/proc-macro-test/imp/Cargo.toml
index dfb71ce57d..2d1fc3c5c7 100644
--- a/crates/proc_macro_test/imp/Cargo.toml
+++ b/crates/proc-macro-test/imp/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "proc_macro_test_impl"
+name = "proc-macro-test-impl"
version = "0.0.0"
license = "MIT OR Apache-2.0"
edition = "2021"
diff --git a/crates/proc_macro_test/imp/src/lib.rs b/crates/proc-macro-test/imp/src/lib.rs
index 980187a902..980187a902 100644
--- a/crates/proc_macro_test/imp/src/lib.rs
+++ b/crates/proc-macro-test/imp/src/lib.rs
diff --git a/crates/proc_macro_test/src/lib.rs b/crates/proc-macro-test/src/lib.rs
index 2edf23a634..2edf23a634 100644
--- a/crates/proc_macro_test/src/lib.rs
+++ b/crates/proc-macro-test/src/lib.rs
diff --git a/crates/project_model/Cargo.toml b/crates/project-model/Cargo.toml
index abb21586da..8fafdb1850 100644
--- a/crates/project_model/Cargo.toml
+++ b/crates/project-model/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "project_model"
+name = "project-model"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
@@ -21,7 +21,7 @@ expect-test = "1.2.2"
la-arena = { version = "0.3.0", path = "../../lib/arena" }
cfg = { path = "../cfg", version = "0.0.0" }
-base_db = { path = "../base_db", version = "0.0.0" }
+base-db = { path = "../base-db", version = "0.0.0" }
toolchain = { path = "../toolchain", version = "0.0.0" }
paths = { path = "../paths", version = "0.0.0" }
stdx = { path = "../stdx", version = "0.0.0" }
diff --git a/crates/project_model/src/build_scripts.rs b/crates/project-model/src/build_scripts.rs
index 5aa23331a1..5aa23331a1 100644
--- a/crates/project_model/src/build_scripts.rs
+++ b/crates/project-model/src/build_scripts.rs
diff --git a/crates/project_model/src/cargo_workspace.rs b/crates/project-model/src/cargo_workspace.rs
index 76ef44e147..76ef44e147 100644
--- a/crates/project_model/src/cargo_workspace.rs
+++ b/crates/project-model/src/cargo_workspace.rs
diff --git a/crates/project_model/src/cfg_flag.rs b/crates/project-model/src/cfg_flag.rs
index f3dd8f5133..f3dd8f5133 100644
--- a/crates/project_model/src/cfg_flag.rs
+++ b/crates/project-model/src/cfg_flag.rs
diff --git a/crates/project_model/src/lib.rs b/crates/project-model/src/lib.rs
index 1caf6b59bc..1caf6b59bc 100644
--- a/crates/project_model/src/lib.rs
+++ b/crates/project-model/src/lib.rs
diff --git a/crates/project_model/src/manifest_path.rs b/crates/project-model/src/manifest_path.rs
index 4910fd3d11..4910fd3d11 100644
--- a/crates/project_model/src/manifest_path.rs
+++ b/crates/project-model/src/manifest_path.rs
diff --git a/crates/project_model/src/project_json.rs b/crates/project-model/src/project_json.rs
index a3c5ac1674..a3c5ac1674 100644
--- a/crates/project_model/src/project_json.rs
+++ b/crates/project-model/src/project_json.rs
diff --git a/crates/project_model/src/rustc_cfg.rs b/crates/project-model/src/rustc_cfg.rs
index 17e244d064..17e244d064 100644
--- a/crates/project_model/src/rustc_cfg.rs
+++ b/crates/project-model/src/rustc_cfg.rs
diff --git a/crates/project_model/src/sysroot.rs b/crates/project-model/src/sysroot.rs
index 52750f4896..52750f4896 100644
--- a/crates/project_model/src/sysroot.rs
+++ b/crates/project-model/src/sysroot.rs
diff --git a/crates/project_model/src/tests.rs b/crates/project-model/src/tests.rs
index 3d089b61b5..3d089b61b5 100644
--- a/crates/project_model/src/tests.rs
+++ b/crates/project-model/src/tests.rs
diff --git a/crates/project_model/src/workspace.rs b/crates/project-model/src/workspace.rs
index 93255705be..93255705be 100644
--- a/crates/project_model/src/workspace.rs
+++ b/crates/project-model/src/workspace.rs
diff --git a/crates/project_model/test_data/fake-sysroot/alloc/src/lib.rs b/crates/project-model/test_data/fake-sysroot/alloc/src/lib.rs
index e69de29bb2..e69de29bb2 100644
--- a/crates/project_model/test_data/fake-sysroot/alloc/src/lib.rs
+++ b/crates/project-model/test_data/fake-sysroot/alloc/src/lib.rs
diff --git a/crates/project_model/test_data/fake-sysroot/core/src/lib.rs b/crates/project-model/test_data/fake-sysroot/core/src/lib.rs
index e69de29bb2..e69de29bb2 100644
--- a/crates/project_model/test_data/fake-sysroot/core/src/lib.rs
+++ b/crates/project-model/test_data/fake-sysroot/core/src/lib.rs
diff --git a/crates/project_model/test_data/fake-sysroot/panic_abort/src/lib.rs b/crates/project-model/test_data/fake-sysroot/panic_abort/src/lib.rs
index e69de29bb2..e69de29bb2 100644
--- a/crates/project_model/test_data/fake-sysroot/panic_abort/src/lib.rs
+++ b/crates/project-model/test_data/fake-sysroot/panic_abort/src/lib.rs
diff --git a/crates/project_model/test_data/fake-sysroot/panic_unwind/src/lib.rs b/crates/project-model/test_data/fake-sysroot/panic_unwind/src/lib.rs
index e69de29bb2..e69de29bb2 100644
--- a/crates/project_model/test_data/fake-sysroot/panic_unwind/src/lib.rs
+++ b/crates/project-model/test_data/fake-sysroot/panic_unwind/src/lib.rs
diff --git a/crates/project_model/test_data/fake-sysroot/proc_macro/src/lib.rs b/crates/project-model/test_data/fake-sysroot/proc_macro/src/lib.rs
index e69de29bb2..e69de29bb2 100644
--- a/crates/project_model/test_data/fake-sysroot/proc_macro/src/lib.rs
+++ b/crates/project-model/test_data/fake-sysroot/proc_macro/src/lib.rs
diff --git a/crates/project_model/test_data/fake-sysroot/profiler_builtins/src/lib.rs b/crates/project-model/test_data/fake-sysroot/profiler_builtins/src/lib.rs
index e69de29bb2..e69de29bb2 100644
--- a/crates/project_model/test_data/fake-sysroot/profiler_builtins/src/lib.rs
+++ b/crates/project-model/test_data/fake-sysroot/profiler_builtins/src/lib.rs
diff --git a/crates/project_model/test_data/fake-sysroot/std/src/lib.rs b/crates/project-model/test_data/fake-sysroot/std/src/lib.rs
index e69de29bb2..e69de29bb2 100644
--- a/crates/project_model/test_data/fake-sysroot/std/src/lib.rs
+++ b/crates/project-model/test_data/fake-sysroot/std/src/lib.rs
diff --git a/crates/project_model/test_data/fake-sysroot/stdarch/crates/std_detect/src/lib.rs b/crates/project-model/test_data/fake-sysroot/stdarch/crates/std_detect/src/lib.rs
index e69de29bb2..e69de29bb2 100644
--- a/crates/project_model/test_data/fake-sysroot/stdarch/crates/std_detect/src/lib.rs
+++ b/crates/project-model/test_data/fake-sysroot/stdarch/crates/std_detect/src/lib.rs
diff --git a/crates/project_model/test_data/fake-sysroot/term/src/lib.rs b/crates/project-model/test_data/fake-sysroot/term/src/lib.rs
index e69de29bb2..e69de29bb2 100644
--- a/crates/project_model/test_data/fake-sysroot/term/src/lib.rs
+++ b/crates/project-model/test_data/fake-sysroot/term/src/lib.rs
diff --git a/crates/project_model/test_data/fake-sysroot/test/src/lib.rs b/crates/project-model/test_data/fake-sysroot/test/src/lib.rs
index e69de29bb2..e69de29bb2 100644
--- a/crates/project_model/test_data/fake-sysroot/test/src/lib.rs
+++ b/crates/project-model/test_data/fake-sysroot/test/src/lib.rs
diff --git a/crates/project_model/test_data/fake-sysroot/unwind/src/lib.rs b/crates/project-model/test_data/fake-sysroot/unwind/src/lib.rs
index e69de29bb2..e69de29bb2 100644
--- a/crates/project_model/test_data/fake-sysroot/unwind/src/lib.rs
+++ b/crates/project-model/test_data/fake-sysroot/unwind/src/lib.rs
diff --git a/crates/project_model/test_data/hello-world-metadata.json b/crates/project-model/test_data/hello-world-metadata.json
index b6142eeaf2..b6142eeaf2 100644
--- a/crates/project_model/test_data/hello-world-metadata.json
+++ b/crates/project-model/test_data/hello-world-metadata.json
diff --git a/crates/project_model/test_data/hello-world-project.json b/crates/project-model/test_data/hello-world-project.json
index b27ab1f42b..b27ab1f42b 100644
--- a/crates/project_model/test_data/hello-world-project.json
+++ b/crates/project-model/test_data/hello-world-project.json
diff --git a/crates/project_model/test_data/is-proc-macro-project.json b/crates/project-model/test_data/is-proc-macro-project.json
index 5d500a4729..5d500a4729 100644
--- a/crates/project_model/test_data/is-proc-macro-project.json
+++ b/crates/project-model/test_data/is-proc-macro-project.json
diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml
index 2fafd44b1f..767f59e61c 100644
--- a/crates/rust-analyzer/Cargo.toml
+++ b/crates/rust-analyzer/Cargo.toml
@@ -48,23 +48,23 @@ always-assert = "0.1.2"
stdx = { path = "../stdx", version = "0.0.0" }
flycheck = { path = "../flycheck", version = "0.0.0" }
ide = { path = "../ide", version = "0.0.0" }
-ide_db = { path = "../ide_db", version = "0.0.0" }
+ide-db = { path = "../ide-db", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
-project_model = { path = "../project_model", version = "0.0.0" }
+project-model = { path = "../project-model", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
vfs = { path = "../vfs", version = "0.0.0" }
vfs-notify = { path = "../vfs-notify", version = "0.0.0" }
cfg = { path = "../cfg", version = "0.0.0" }
toolchain = { path = "../toolchain", version = "0.0.0" }
tt = { path = "../tt", version = "0.0.0" }
-proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" }
+proc-macro-api = { path = "../proc-macro-api", version = "0.0.0" }
# This should only be used in CLI
-ide_ssr = { path = "../ide_ssr", version = "0.0.0" }
+ide-ssr = { path = "../ide-ssr", version = "0.0.0" }
hir = { path = "../hir", version = "0.0.0" }
-hir_def = { path = "../hir_def", version = "0.0.0" }
-hir_ty = { path = "../hir_ty", version = "0.0.0" }
-proc_macro_srv = { path = "../proc_macro_srv", version = "0.0.0" }
+hir-def = { path = "../hir-def", version = "0.0.0" }
+hir-ty = { path = "../hir-ty", version = "0.0.0" }
+proc-macro-srv = { path = "../proc-macro-srv", version = "0.0.0" }
[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"
@@ -77,7 +77,7 @@ expect-test = "1.2.2"
jod-thread = "0.1.2"
xshell = "0.2.1"
-test_utils = { path = "../test_utils" }
+test-utils = { path = "../test-utils" }
sourcegen = { path = "../sourcegen" }
mbe = { path = "../mbe" }
diff --git a/crates/rust-analyzer/tests/slow-tests/tidy.rs b/crates/rust-analyzer/tests/slow-tests/tidy.rs
index 4a2f45fd51..9109617ecf 100644
--- a/crates/rust-analyzer/tests/slow-tests/tidy.rs
+++ b/crates/rust-analyzer/tests/slow-tests/tidy.rs
@@ -195,11 +195,11 @@ https://github.blog/2015-06-08-how-to-undo-almost-anything-with-git/#redo-after-
fn deny_clippy(path: &Path, text: &str) {
let ignore = &[
// The documentation in string literals may contain anything for its own purposes
- "ide_db/src/generated/lints.rs",
+ "ide-db/src/generated/lints.rs",
// The tests test clippy lint hovers
"ide/src/hover/tests.rs",
// The tests test clippy lint completions
- "ide_completion/src/tests/attribute.rs",
+ "ide-completion/src/tests/attribute.rs",
];
if ignore.iter().any(|p| path.ends_with(p)) {
return;
@@ -289,11 +289,11 @@ fn check_todo(path: &Path, text: &str) {
// `ast::make`.
"ast/make.rs",
// The documentation in string literals may contain anything for its own purposes
- "ide_db/src/generated/lints.rs",
- "ide_assists/src/utils/gen_trait_fn_body.rs",
- "ide_assists/src/tests/generated.rs",
+ "ide-db/src/generated/lints.rs",
+ "ide-assists/src/utils/gen_trait_fn_body.rs",
+ "ide-assists/src/tests/generated.rs",
// The tests for missing fields
- "ide_diagnostics/src/handlers/missing_fields.rs",
+ "ide-diagnostics/src/handlers/missing_fields.rs",
];
if need_todo.iter().any(|p| path.ends_with(p)) {
return;
@@ -320,12 +320,12 @@ fn check_dbg(path: &Path, text: &str) {
// Assists to remove `dbg!()`
"handlers/remove_dbg.rs",
// We have .dbg postfix
- "ide_completion/src/completions/postfix.rs",
- "ide_completion/src/completions/keyword.rs",
- "ide_completion/src/tests/proc_macros.rs",
+ "ide-completion/src/completions/postfix.rs",
+ "ide-completion/src/completions/keyword.rs",
+ "ide-completion/src/tests/proc_macros.rs",
// The documentation in string literals may contain anything for its own purposes
- "ide_completion/src/lib.rs",
- "ide_db/src/generated/lints.rs",
+ "ide-completion/src/lib.rs",
+ "ide-db/src/generated/lints.rs",
// test for doc test for remove_dbg
"src/tests/generated.rs",
];
@@ -351,13 +351,13 @@ fn check_test_attrs(path: &Path, text: &str) {
"ide/src/runnables.rs",
// A legit test which needs to be ignored, as it takes too long to run
// :(
- "hir_def/src/nameres/collector.rs",
+ "hir-def/src/nameres/collector.rs",
// Long sourcegen test to generate lint completions.
- "ide_db/src/tests/sourcegen_lints.rs",
+ "ide-db/src/tests/sourcegen_lints.rs",
// Obviously needs ignore.
- "ide_assists/src/handlers/toggle_ignore.rs",
+ "ide-assists/src/handlers/toggle_ignore.rs",
// See above.
- "ide_assists/src/tests/generated.rs",
+ "ide-assists/src/tests/generated.rs",
];
if text.contains("#[ignore") && !need_ignore.iter().any(|p| path.ends_with(p)) {
panic!("\ndon't `#[ignore]` tests, see:\n\n {}\n\n {}\n", ignore_rule, path.display(),)
@@ -368,7 +368,7 @@ fn check_test_attrs(path: &Path, text: &str) {
let need_panic: &[&str] = &[
// This file.
"slow-tests/tidy.rs",
- "test_utils/src/fixture.rs",
+ "test-utils/src/fixture.rs",
];
if text.contains("#[should_panic") && !need_panic.iter().any(|p| path.ends_with(p)) {
panic!(
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml
index 99bc30f076..127eaa519b 100644
--- a/crates/syntax/Cargo.toml
+++ b/crates/syntax/Cargo.toml
@@ -21,7 +21,7 @@ indexmap = "1.8.0"
smol_str = "0.1.21"
stdx = { path = "../stdx", version = "0.0.0" }
-text_edit = { path = "../text_edit", version = "0.0.0" }
+text-edit = { path = "../text-edit", version = "0.0.0" }
parser = { path = "../parser", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
@@ -32,5 +32,5 @@ proc-macro2 = "1.0.36"
quote = "1.0.16"
ungrammar = "1.16.1"
-test_utils = { path = "../test_utils" }
+test-utils = { path = "../test-utils" }
sourcegen = { path = "../sourcegen" }
diff --git a/crates/test_utils/Cargo.toml b/crates/test-utils/Cargo.toml
index e8a8ef04b4..f542af1659 100644
--- a/crates/test_utils/Cargo.toml
+++ b/crates/test-utils/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "test_utils"
+name = "test-utils"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
diff --git a/crates/test_utils/src/assert_linear.rs b/crates/test-utils/src/assert_linear.rs
index 24502ddb41..24502ddb41 100644
--- a/crates/test_utils/src/assert_linear.rs
+++ b/crates/test-utils/src/assert_linear.rs
diff --git a/crates/test_utils/src/bench_fixture.rs b/crates/test-utils/src/bench_fixture.rs
index 979156263d..979156263d 100644
--- a/crates/test_utils/src/bench_fixture.rs
+++ b/crates/test-utils/src/bench_fixture.rs
diff --git a/crates/test_utils/src/fixture.rs b/crates/test-utils/src/fixture.rs
index 8c806e7925..8c806e7925 100644
--- a/crates/test_utils/src/fixture.rs
+++ b/crates/test-utils/src/fixture.rs
diff --git a/crates/test_utils/src/lib.rs b/crates/test-utils/src/lib.rs
index 4438a12093..4438a12093 100644
--- a/crates/test_utils/src/lib.rs
+++ b/crates/test-utils/src/lib.rs
diff --git a/crates/test_utils/src/minicore.rs b/crates/test-utils/src/minicore.rs
index 8474014a2c..8474014a2c 100644
--- a/crates/test_utils/src/minicore.rs
+++ b/crates/test-utils/src/minicore.rs
diff --git a/crates/text_edit/Cargo.toml b/crates/text-edit/Cargo.toml
index fde19f1363..cf14bbd3c3 100644
--- a/crates/text_edit/Cargo.toml
+++ b/crates/text-edit/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "text_edit"
+name = "text-edit"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
diff --git a/crates/text_edit/src/lib.rs b/crates/text-edit/src/lib.rs
index 922d24bc75..922d24bc75 100644
--- a/crates/text_edit/src/lib.rs
+++ b/crates/text-edit/src/lib.rs