rust-analyzer/crates/hir/src
Chayim Refael Friedman 02d47f3a81 Fix a case where completion was unable to expand a macro
Which caused the macros of the popular `tracing` crate to not offer completions.

The reason is rather complicated: it boils down to macro ignoring their input and completion always choosing the first expansion.
2024-12-20 13:14:59 +02:00
..
semantics Move child_by_source from hir-def to hir 2024-10-31 09:28:08 +01:00
term_search Properly account for editions in names 2024-08-16 16:46:24 +03:00
attrs.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
db.rs Fix memory usage calculation's queries list 2024-10-25 06:15:06 +03:00
diagnostics.rs Report unresolved idents for implicit captures in format_args!() 2024-12-16 10:10:26 +02:00
display.rs Store some hir_def Paths in the type ref source maps 2024-12-04 14:09:50 +02:00
from_id.rs Enum variants are not generic def ids 2024-06-24 10:07:31 +02:00
has_source.rs Support more IDE features for asm operands 2024-09-05 13:19:02 +02:00
lib.rs fix: Fix path qualified auto-importing completions not working with re-exports 2024-12-16 13:20:55 +01:00
semantics.rs Fix a case where completion was unable to expand a macro 2024-12-20 13:14:59 +02:00
source_analyzer.rs fix: Resolve generic parameters within use captures 2024-12-05 19:11:33 +01:00
symbols.rs Build source map for hir_def::TypeRefs 2024-10-25 06:15:04 +03:00
term_search.rs Increase search depth to account for more granual steps 2024-06-22 15:06:07 +03:00