rust/crates/ra_ide_api/src
bors[bot] bb665a7062 Merge #864
864: Fix handling of generics in tuple variants and refactor a bit r=matklad a=flodiebold

(The problem was that we created separate substitutions for the return value, so we lost the connection between the type arguments in the constructor call and the type arguments of the result.)

Also make them display a tiny bit nicer.

Fixes #860.

Co-authored-by: Florian Diebold <flodiebold@gmail.com>
Co-authored-by: Florian Diebold <florian.diebold@freiheit.com>
2019-02-21 20:47:50 +00:00
..
completion more compact edits in insta 2019-02-18 12:24:25 +03:00
snapshots remove hard-coded query-group macro 2019-02-11 22:24:39 +03:00
assists.rs reformat the world 2019-02-08 14:49:43 +03:00
call_info.rs Be precise about the argument list 2019-02-14 10:28:48 -05:00
change.rs reformat the world 2019-02-08 14:49:43 +03:00
completion.rs Filter attributes from the completion details/label 2019-02-12 20:35:10 +02:00
db.rs make HirDatabase object-safe 2019-02-03 22:15:31 +03:00
diagnostics.rs reformat the world 2019-02-08 14:49:43 +03:00
extend_selection.rs reformat the world 2019-02-08 14:49:43 +03:00
goto_definition.rs Fix some typos 2019-02-12 15:02:57 +01:00
hover.rs Fix handling of generics in tuple variants and refactor a bit 2019-02-20 22:48:55 +01:00
impls.rs Turn ImplBlock into a copy type just containing IDs 2019-02-16 22:08:13 +01:00
lib.rs kill utils module 2019-02-21 15:57:40 +03:00
marks.rs fix regression in self-referential completion 2019-02-11 23:43:24 +03:00
mock_analysis.rs remove ignored macro tests 2019-02-19 20:06:53 +03:00
navigation_target.rs Refactor find_all_refs to return ReferenceSearchResult 2019-02-17 13:40:43 +02:00
parent_module.rs move crate for 2019-02-08 14:34:30 +03:00
references.rs Remove leading :: 2019-02-17 17:25:19 +02:00
runnables.rs reformat the world 2019-02-08 14:49:43 +03:00
status.rs reformat the world 2019-02-08 14:49:43 +03:00
symbol_index.rs Fix possible issue where unnamed is_symbol_def would pop stack wrongly 2019-02-13 18:02:18 +02:00
syntax_highlighting.rs remove hard-coded query-group macro 2019-02-11 22:24:39 +03:00