rust-analyzer/crates/ra_hir/src
Paul Daniel Faria bf9b4578bb Remove Option<...> from result of Crate::root_module
There doesn't seem to be any need for it, and removing it simplies
several paths of code that depend on it.
2020-08-09 18:52:19 -04:00
..
semantics Rename BindPat -> IdentPat 2020-07-31 20:12:10 +02:00
code_model.rs Remove Option<...> from result of Crate::root_module 2020-08-09 18:52:19 -04:00
db.rs Use salsa's purge to account for all memory 2020-08-05 15:28:20 +02:00
diagnostics.rs Add a builder for DiagnosticSink 2020-07-24 16:30:12 +02:00
from_id.rs Rename StructField -> Field 2020-04-25 14:23:34 +02:00
has_source.rs Finalize impl Grammar 2020-07-30 18:28:28 +02:00
lib.rs Semantical call info 2020-07-16 18:03:04 +02:00
semantics.rs Add support for extern crate 2020-08-08 14:14:18 -04:00
source_analyzer.rs Rename BindPat -> IdentPat 2020-07-31 20:12:10 +02:00