rust/crates/ra_hir/src
2019-06-16 12:25:04 +02: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 Add test for autoderef infinite recursion 2019-06-16 12:25:04 +02:00
adt.rs remove unneded From(..) impl 2019-06-11 18:28:51 +03:00
code_model.rs Simplifications / cleanup from review 2019-06-16 12:25:04 +02:00
db.rs Simplifications / cleanup from review 2019-06-16 12:25:04 +02: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 Simplifications / cleanup from review 2019-06-16 12:25:04 +02:00
lib.rs move docs under code model 2019-06-11 18:28:51 +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