rust-analyzer/crates/ra_hir/src
Florian Diebold a565072dde Try to make go to definition work in format!
SourceAnalyzer didn't work properly within expression macro expansions because
it didn't find the enclosing function. Fix this by going up the expansion chain
to find ancestors. This makes the test work, but apparently in real usage it's
still not working.
2019-12-06 21:25:22 +01:00
..
code_model Add expansion infrastructure for derive macros 2019-12-05 17:23:09 +01:00
code_model.rs Add ModuleSource::Block 2019-12-04 18:30:42 -05:00
db.rs Move Ty 2019-11-27 21:16:00 +03:00
debug.rs Cleanup imports 2019-11-24 14:02:08 +03:00
diagnostics.rs Move Ty 2019-11-27 21:16:00 +03:00
from_id.rs Remove TypableDef 2019-11-27 16:39:58 +03:00
from_source.rs Merge #2479 2019-12-05 20:00:20 +00:00
lib.rs Add ModuleSource::Block 2019-12-04 18:30:42 -05:00
source_binder.rs Try to make go to definition work in format! 2019-12-06 21:25:22 +01:00
ty.rs Move Ty 2019-11-27 21:16:00 +03:00