rust-analyzer/crates/ra_hir/src
Ville Penttinen 52054e1140 Use TypeAscriptionOwner
This replaces places where we would use node + node.type_ref() with things that
have an ascribed type, with using the TypeAscriptionOwner as the trait bound so
we can simply pass the node.
2019-02-26 11:47:13 +02:00
..
code_model_impl Use TypeAscriptionOwner 2019-02-26 11:47:13 +02:00
expr Fix some typos 2019-02-12 15:02:57 +01:00
nameres rename type to type_alias in the AST as well 2019-02-25 13:49:32 +03:00
ty Add static type inference 2019-02-25 10:55:23 +02:00
adt.rs reformat the world 2019-02-08 14:49:43 +03:00
code_model_api.rs Merge #897 2019-02-25 12:03:57 +00:00
code_model_impl.rs Add const type inference 2019-02-25 10:51:46 +02:00
db.rs Add static type inference 2019-02-25 10:55:23 +02:00
docs.rs Make doc comments optional 2019-01-26 10:35:23 -05:00
expr.rs Handle generic args for method calls 2019-02-16 23:06:41 +01:00
generics.rs Rename Type => TypeAlias 2019-02-24 21:36:49 +01:00
ids.rs rename type to type_alias in the AST as well 2019-02-25 13:49:32 +03:00
impl_block.rs rename type to type_alias in the AST as well 2019-02-25 13:49:32 +03:00
lib.rs Add const type inference 2019-02-25 10:51:46 +02:00
macros.rs make token trees eq 2019-02-12 20:57:13 +03:00
marks.rs Import the prelude 2019-02-13 20:10:09 +01:00
mock.rs Make edition handling a bit nicer and allow specifying edition in crate_graph macro 2019-02-13 20:31:47 +01:00
module_tree.rs remove useless hash 2019-02-11 19:09:53 +03:00
name.rs Fixup tests 2019-01-14 19:30:21 +01:00
nameres.rs Fix resolution of associated method calls across crates 2019-02-23 12:37:29 +01:00
path.rs Make GenericArgs::from_ast pub(crate) 2019-02-17 14:55:04 +01:00
resolve.rs Change resolve_path to return the fully resolved path or PerNs::none 2019-02-22 10:15:23 +02:00
source_binder.rs reformat the world 2019-02-08 14:49:43 +03:00
ty.rs Split ty.rs into several modules 2019-02-23 15:36:38 +01:00
type_alias.rs Rename Type => TypeAlias 2019-02-24 21:36:49 +01:00
type_ref.rs reformat the world 2019-02-08 14:49:43 +03:00