rust-analyzer/crates/ide-assists/src
Ryo Yoshida 033e6ac57a
Verify name references more rigidly
Previously we didn't verify that record expressions/patterns that were
found did actually point to the struct we're operating on. Moreover,
when that record expressions/patterns had missing child nodes, we would
continue traversing their ancestor nodes.
2023-05-29 20:10:54 +09:00
..
handlers Verify name references more rigidly 2023-05-29 20:10:54 +09:00
tests Implement assist to replace named generic with impl 2023-05-26 13:13:11 +02:00
utils internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
assist_config.rs feat: add config for inserting must_use in generate_enum_as_method 2022-10-24 13:18:24 +05:30
assist_context.rs Import serde derives on converting json to struct 2022-08-06 20:12:21 +04:30
lib.rs Implement assist to replace named generic with impl 2023-05-26 13:13:11 +02:00
tests.rs internal: Set Durability to HIGH for enable_proc_attr_macros input 2023-03-30 15:11:22 +02:00
utils.rs add_missing_impl_members and add_missing_default_members break indentation no longer 2023-05-10 22:27:05 +04:00