rust-analyzer/crates/ide-db/src
bors 990c48cb0d Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykril
fix: Get rid of `$crate` in expansions shown to the user

Be it "Expand Macro Recursively", "Inline macro" or few other things.

We replace it with the crate name, as should've always been.

Probably fixes some issues, but I don't know what they are.
2024-09-18 20:17:21 +00:00
..
generated chore: update codegens 2024-07-23 22:36:46 +01:00
imports fix: Fix trait method completions not acknowledging Deref impls 2024-08-25 10:47:30 +02:00
prime_caches internal: Remove load-cargo dependency on ide 2024-02-28 16:59:04 +01:00
syntax_helpers refactor: introduce NameGenerator in suggest_name 2024-09-10 00:30:46 +08:00
test_data Update test fixtures 2024-07-18 09:09:31 +02:00
active_parameter.rs Enum variants are not generic def ids 2024-06-24 10:07:31 +02:00
apply_change.rs chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
assists.rs Rename rust-analyzer commands 2024-07-20 01:11:14 -07:00
defs.rs Support more IDE features for asm operands 2024-09-05 13:19:02 +02:00
documentation.rs More symbol usage 2024-07-16 12:05:16 +02:00
famous_defs.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
helpers.rs Fully remove old macro descension API 2024-08-22 16:18:01 +02:00
items_locator.rs chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
label.rs fix: Fix impl Trait<Self> causing stackoverflows 2024-04-15 15:41:20 +02:00
lib.rs Get rid of $crate in expansions shown to the user 2024-09-18 18:30:59 +03:00
path_transform.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
prime_caches.rs Simplify FileDelegate 2024-08-05 13:03:03 +02:00
rename.rs Support more IDE features for asm operands 2024-09-05 13:19:02 +02:00
rust_doc.rs Simplify 2024-06-30 14:00:55 +02:00
search.rs Support more IDE features for asm operands 2024-09-05 13:19:02 +02:00
source_change.rs internal: Extend SourceChangeBuilder to make make working with SyntaxEditors easier 2024-09-17 18:24:27 -04:00
symbol_index.rs Simplify FileDelegate 2024-08-05 13:03:03 +02:00
traits.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
ty_filter.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
use_trivial_constructor.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00