2
0
Fork 0
mirror of https://github.com/rust-lang/rust-analyzer synced 2025-02-15 13:38:33 +00:00
rust-analyzer/crates/ra_hir/src
Matthew Hall 6a2127be28 Cleanup checking for existing impls in impl From assist
Use the trait solver to check if there's an existing implementation of
From<type_in_enum_variant> for the enum.
2020-04-02 18:42:30 +01:00
..
semantics Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
code_model.rs Cleanup checking for existing impls in impl From assist 2020-04-02 18:42:30 +01:00
db.rs Cleanup memory usage stats 2020-03-25 19:35:46 +01:00
diagnostics.rs Move Ty 2019-11-27 21:16:00 +03:00
from_id.rs Use more generic public api 2020-03-24 10:43:22 +02:00
has_source.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
lib.rs Add ItemScope::visibility_of 2020-03-25 04:45:42 +08:00
semantics.rs Always expand macros during analysis 2020-03-25 13:53:15 +01:00
source_analyzer.rs Always expand macros during analysis 2020-03-25 13:53:15 +01:00