rust-analyzer/crates/ra_hir/src
Jonas Schievink 6bde542a39 Split CrateImplDefs in inherent and trait impls
This makes the intention of inherent vs. trait impls somewhat more
clear and also fixes (?) an issue where trait impls with an unresolved
trait were added as inherent impls instead (hence the test changes).
2020-07-01 17:15:20 +02:00
..
semantics Support local_inner_macros 2020-05-01 11:23:03 +08:00
code_model.rs Split CrateImplDefs in inherent and trait impls 2020-07-01 17:15:20 +02:00
db.rs Split CrateImplDefs in inherent and trait impls 2020-07-01 17:15:20 +02:00
diagnostics.rs Move diagnostics back into expr, add tests for diagnostics, fix logic to account for derefs of raw ptrs 2020-06-27 10:09:29 -04:00
from_id.rs Rename StructField -> Field 2020-04-25 14:23:34 +02:00
has_source.rs New VFS 2020-06-23 17:51:06 +02:00
lib.rs Remove AdtOrTrait 2020-06-18 10:15:43 +03:00
semantics.rs Make less code generic 2020-07-01 14:38:42 +03:00
source_analyzer.rs Enum variants with Self::[variant] now resolve (#4879) 2020-06-22 08:28:53 -06:00