rust-analyzer/crates/ra_hir/src
Aleksey Kladov bcff61257a Add firewall query to lang items
With an intermediate query, changing one module won't cause reparsing
of all modules
2019-06-19 23:46:50 +03:00
..
code_model move docs under code model 2019-06-11 18:28:51 +03:00
expr remove inherent source impls 2019-06-11 18:28:51 +03:00
nameres use single version of either in hir 2019-06-11 01:26:20 +03:00
ty rename XSignature -> XData 2019-06-18 20:20:08 +03:00
adt.rs remove unneded From(..) impl 2019-06-11 18:28:51 +03:00
code_model.rs Add firewall query to lang items 2019-06-19 23:46:50 +03:00
db.rs Add firewall query to lang items 2019-06-19 23:46:50 +03:00
diagnostics.rs fix: clean up warnings 2019-06-06 10:06:46 +08:00
either.rs use single version of either in hir 2019-06-11 01:26:20 +03:00
expr.rs remove inherent source impls 2019-06-11 18:28:51 +03:00
generics.rs remove inherent source impls 2019-06-11 18:28:51 +03:00
ids.rs check for cancellation when executing queries 2019-06-12 18:47:55 +03:00
impl_block.rs remove unneded From(..) impl 2019-06-11 18:28:51 +03:00
lang_item.rs Add firewall query to lang items 2019-06-19 23:46:50 +03:00
lib.rs rename XSignature -> XData 2019-06-18 20:20:08 +03:00
marks.rs Handle Chalk conversion for FnDef 2019-05-11 16:21:20 +02:00
mock.rs add AstDatabase 2019-06-02 12:27:36 +03:00
name.rs Implement autoderef using the Deref trait 2019-06-15 18:21:23 +02:00
nameres.rs check for cancellation when executing queries 2019-06-12 18:47:55 +03:00
path.rs Fix clippy::len_zero 2019-06-04 18:05:07 -04:00
resolve.rs use single version of either in hir 2019-06-11 01:26:20 +03:00
source_binder.rs Implement autoderef using the Deref trait 2019-06-15 18:21:23 +02:00
source_id.rs add AstDatabase 2019-06-02 12:27:36 +03:00
traits.rs remove inherent source impls 2019-06-11 18:28:51 +03:00
ty.rs Simplifications / cleanup from review 2019-06-16 12:25:04 +02:00
type_alias.rs Add basic infrastructure for assoc type projection 2019-06-15 18:21:23 +02:00
type_ref.rs Remove TypeRef from item opts which implement TypeAscriptionOwner 2019-02-27 14:08:09 +02:00