rust-analyzer/crates/ra_hir/src
Florian Diebold 72712b8a42 Fix handling of generics in tuple variants and refactor a bit
Also make them display a tiny bit nicer.

Fixes #860.
2019-02-20 22:48:55 +01:00
..
code_model_impl Handle impl generics in method calls 2019-02-16 23:06:41 +01:00
expr Fix some typos 2019-02-12 15:02:57 +01:00
nameres remove ignored macro tests 2019-02-19 20:06:53 +03:00
ty Fix handling of generics in tuple variants and refactor a bit 2019-02-20 22:48:55 +01:00
adt.rs reformat the world 2019-02-08 14:49:43 +03:00
code_model_api.rs Handle tuple structs / enum variants properly in type inference 2019-02-17 20:53:13 +01:00
code_model_impl.rs Migrate trait & type to new ids 2019-01-25 01:31:32 +03:00
db.rs Handle tuple structs / enum variants properly in type inference 2019-02-17 20:53:13 +01: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 Fix handling of generics in tuple variants and refactor a bit 2019-02-20 22:48:55 +01:00
ids.rs Handle impl generics in method calls 2019-02-16 23:06:41 +01:00
impl_block.rs Resolve impl generic params 2019-02-16 23:06:41 +01:00
lib.rs remove query_definitions 2019-02-11 17:44:54 +03: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 Handle tuple structs / enum variants properly in type inference 2019-02-17 20:53:13 +01:00
path.rs Make GenericArgs::from_ast pub(crate) 2019-02-17 14:55:04 +01:00
resolve.rs Complete names from prelude 2019-02-13 21:13:08 +01:00
source_binder.rs reformat the world 2019-02-08 14:49:43 +03:00
ty.rs Fix handling of generics in tuple variants and refactor a bit 2019-02-20 22:48:55 +01:00
type_ref.rs reformat the world 2019-02-08 14:49:43 +03:00