rust/crates
bors[bot] 978b140781
Merge #9921
9921: Only add entries to SourceToDef dynmaps when they come from the same file r=matklad a=Veykril

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/9919

Running the test as described in the issue I do not get any eprintln output at all anymore.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-08-16 16:38:44 +00:00
..
base_db Complete editable private items 2021-07-23 19:57:16 +02:00
cfg internal: remove useless helpers 2021-08-09 15:58:21 +03:00
flycheck internal: a bit more of cwd safety for flycheck 2021-07-17 18:13:35 +03:00
hir Flatten SourceToDefCache structure 2021-08-16 17:55:18 +02:00
hir_def style 2021-08-16 18:29:16 +02:00
hir_expand Merge #9920 2021-08-16 14:13:04 +00:00
hir_ty feat: type inference for if-let guards 2021-08-14 00:09:30 +02:00
ide Simplify 2021-08-16 16:12:20 +02:00
ide_assists implement feedback from review 2021-08-16 18:23:51 +02:00
ide_completion Merge #9902 2021-08-14 17:43:52 +00:00
ide_db Simplify 2021-08-14 18:02:51 +02:00
ide_diagnostics Merge #9810 2021-08-08 10:35:00 +00:00
ide_ssr fix: avoid pathological macro expansions 2021-08-09 16:15:02 +03:00
limit internal: add API to check what are the max limits in practice 2021-07-31 18:26:43 +03:00
mbe internal: remove dead code 2021-08-14 20:29:46 +03:00
parser Support if let match guards 2021-08-13 00:25:14 +02:00
paths Fix AbsPath::ends_with 2021-07-18 10:25:14 +03:00
proc_macro_api Replace useless types 2021-07-31 14:29:15 +02:00
proc_macro_srv Copy the proc_macro crate for the 1.56 ABI 2021-08-07 16:34:59 +01:00
proc_macro_test cargo_metadata 0.14 2021-07-09 11:01:55 -04:00
profile internal: make non-zero times stand out in profile 2021-07-31 16:22:03 +03:00
project_model Always add implicit proc_macro dependency 2021-08-12 21:42:14 +02:00
rust-analyzer internal: optimize compile time 2021-08-15 13:24:37 +03:00
sourcegen minor: make sure that project_root works correctly 2021-07-13 15:02:29 +03:00
stdx Remove proc macro management thread 2021-07-08 16:43:39 +02:00
syntax minor: move functionality to a better place 2021-08-14 20:43:28 +03:00
test_utils Show type actions on ranged type hover 2021-08-11 13:52:57 +02:00
text_edit minor: as per code-styple, add invariant comment 2021-08-09 13:13:02 +03:00
toolchain minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
tt minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
vfs internal: document that ascription is preferred to a turbo fish 2021-08-11 14:16:15 +03:00
vfs-notify Downgrade notify and use RecommendedWatcher 2021-08-03 14:33:37 +03:00