rust-analyzer/crates
Chayim Refael Friedman eb69d3734c Fix detection of ref patterns for path patterns
I was wrong on #19127, I thought hir-def resolver is enough for them, but it turns out not because of paths like `<Enum>::Variant` and `Type::AssocThatIsEnum::Variant`.
2025-02-17 11:51:29 +02:00
..
base-db
cfg
edition
hir Merge pull request #19127 from ChayimFriedman2/different-generic-args 2025-02-17 08:30:10 +00:00
hir-def Merge pull request #19127 from ChayimFriedman2/different-generic-args 2025-02-17 08:30:10 +00:00
hir-expand Merge pull request #19127 from ChayimFriedman2/different-generic-args 2025-02-17 08:30:10 +00:00
hir-ty Fix detection of ref patterns for path patterns 2025-02-17 11:51:29 +02:00
ide Merge pull request #19127 from ChayimFriedman2/different-generic-args 2025-02-17 08:30:10 +00:00
ide-assists Temporarily ignore tests with comments 2025-02-16 00:12:03 +09:00
ide-completion Fix postfix completions inside macros 2025-02-10 16:38:13 +02:00
ide-db fix: Do not show safety hints for extern items lacking semantics 2025-02-12 14:43:51 +01:00
ide-diagnostics Fix detection of ref patterns for path patterns 2025-02-17 11:51:29 +02:00
ide-ssr
intern Merge pull request #19127 from ChayimFriedman2/different-generic-args 2025-02-17 08:30:10 +00:00
limit
load-cargo
mbe
parser
paths
proc-macro-api
proc-macro-srv
proc-macro-srv-cli
profile
project-model Set RUSTUP_TOOLCHAIN when loading sysroot workspace 2025-02-16 10:54:08 +01:00
ra-salsa
rust-analyzer Apply cfg.setTest to json projects 2025-02-12 14:05:34 -06:00
span
stdx
syntax internal: Remove mutable syntax tree usages from add_missing_match_arms assist 2025-02-14 02:36:05 +09:00
syntax-bridge
test-fixture
test-utils Merge pull request #19127 from ChayimFriedman2/different-generic-args 2025-02-17 08:30:10 +00:00
toolchain
tt
vfs
vfs-notify