rust/crates
bors 6b3659d38f Auto merge of #15026 - lowr:fix/deduplicate-compl-fields, r=Veykril
fix: deduplicate fields and types in completion

Fixes #15024

- `hir_ty::autoderef()` (which is only meant to be used outside `hir-ty`) now deduplicates types and completely resolves inference variables within.
- field completion now deduplicates fields of the same name and only picks such field of the first type in the deref chain.
2023-06-12 12:53:53 +00:00
..
base-db Lower const params with a bad id 2023-06-11 00:39:28 +03:30
cfg Allow setting cfgs 2023-05-28 13:43:21 +02:00
flycheck Wrap platform-specific QoS in r-a-specific “thread intent” 2023-05-28 20:37:38 +10:00
hir Auto merge of #15026 - lowr:fix/deduplicate-compl-fields, r=Veykril 2023-06-12 12:53:53 +00:00
hir-def Add a bunch of fixme comments 2023-06-12 00:37:11 +03:30
hir-expand Use ConstArg instead of Expr for AstId of InTypeConstId 2023-06-11 00:39:28 +03:30
hir-ty Auto merge of #15026 - lowr:fix/deduplicate-compl-fields, r=Veykril 2023-06-12 12:53:53 +00:00
ide Lower const params with a bad id 2023-06-11 00:39:28 +03:30
ide-assists Auto merge of #14932 - HKalbasi:dev, r=HKalbasi 2023-06-12 08:49:02 +00:00
ide-completion Deduplicate field names for completion 2023-06-11 19:34:27 +09:00
ide-db Lower const params with a bad id 2023-06-11 00:39:28 +03:30
ide-diagnostics Fix missing terminator for slice pattern 2023-06-04 20:59:27 +03:30
ide-ssr internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
intern Remove double lookups from Interned 2023-05-24 12:54:25 +02:00
limit
mbe Implement ${count()} metavariable expression 2023-05-28 19:54:36 +09:00
parser Use ConstArg instead of Expr for AstId of InTypeConstId 2023-06-11 00:39:28 +03:30
paths Add AbsPath::absolutize 2023-05-13 11:51:28 +02:00
proc-macro-api Merge remote-tracking branch 'upstream/master' into sync-from-rust 2023-06-05 11:07:47 +03:00
proc-macro-srv Add span to group. 2023-06-07 08:48:19 -05:00
proc-macro-srv-cli
proc-macro-test
profile
project-model Lower const params with a bad id 2023-06-11 00:39:28 +03:30
rust-analyzer Auto merge of #14932 - HKalbasi:dev, r=HKalbasi 2023-06-12 08:49:02 +00:00
sourcegen
stdx Wrap platform-specific QoS in r-a-specific “thread intent” 2023-05-28 20:37:38 +10:00
syntax Use ConstArg instead of Expr for AstId of InTypeConstId 2023-06-11 00:39:28 +03:30
test-utils Lower const params with a bad id 2023-06-11 00:39:28 +03:30
text-edit Make text-size a workspace dep 2023-05-06 00:49:23 -07:00
toolchain
tt Emit function bodies in expanding builtin derives 2023-05-03 14:14:47 +03:30
vfs Auto merge of #14755 - poliorcetics:clippy-fixes, r=Veykril 2023-05-24 11:13:52 +00:00
vfs-notify Wrap platform-specific QoS in r-a-specific “thread intent” 2023-05-28 20:37:38 +10:00