rust/crates/ra_hir/src
Aleksey Kladov b8cae2cf8f check for cancellation when executing queries
Note that we can't just remove CheckCanceled trait altogether:
sometimes it's useful to check for cancellation while the query is
running! We do this, for example, in the name resolution fixed-point
loop.
2019-06-12 18:47:55 +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 check for cancellation when executing queries 2019-06-12 18:47:55 +03:00
adt.rs remove unneded From(..) impl 2019-06-11 18:28:51 +03:00
code_model.rs move docs under code model 2019-06-11 18:28:51 +03:00
db.rs move docs under code model 2019-06-11 18:28:51 +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 use Source for module, part 1 2019-06-11 18:28:51 +03: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 add built-in types to scopes 2019-05-30 15:03:58 +03: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 use Source for module, part 1 2019-06-11 18:28:51 +03: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 Fix clippy::or_fun_call 2019-06-04 18:05:07 -04:00
type_alias.rs remove inherent source impls 2019-06-11 18:28:51 +03:00
type_ref.rs Remove TypeRef from item opts which implement TypeAscriptionOwner 2019-02-27 14:08:09 +02:00