rust/crates/ra_ide/src
2020-07-08 19:41:57 +02:00
..
completion Modernize unqualified reference completion tests 2020-07-07 12:52:09 +02:00
display Update file structure tests 2020-07-01 17:59:44 +02:00
references Fix module renaming 2020-07-03 18:47:26 +02:00
syntax_highlighting Move test data to test_data directory 2020-07-01 11:26:09 +02:00
typing
call_hierarchy.rs Reuse Semantics instances 2020-07-01 15:27:01 +03:00
call_info.rs
completion.rs Modernize qual path completion tests 2020-07-04 18:53:30 +02:00
diagnostics.rs Colorize more test fixtures 2020-07-01 19:05:34 +03:00
display.rs
expand_macro.rs Update expand macro tests 2020-07-01 17:52:22 +02:00
extend_selection.rs
folding_ranges.rs Fold multiline calls 2020-07-01 18:27:58 +02:00
goto_definition.rs Rewrite goto definition tests 2020-06-30 13:03:08 +02:00
goto_implementation.rs Split CrateImplDefs in inherent and trait impls 2020-07-01 17:15:20 +02:00
goto_type_definition.rs Colorize more test fixtures 2020-07-01 19:05:34 +03:00
hover.rs Reduce visibility 2020-07-08 19:41:57 +02:00
inlay_hints.rs Switch to expect for the rest of inlay tests 2020-06-30 21:55:21 +02:00
join_lines.rs Simlify with matches!() 2020-06-28 04:03:59 +03:00
lib.rs Categorize assists 2020-07-02 17:13:02 -04:00
matching_brace.rs Fix matchig brace for pipes 2020-06-25 10:16:06 +02:00
mock_analysis.rs Use Strings for display names 2020-07-01 10:03:07 +02:00
parent_module.rs
prime_caches.rs
references.rs Reuse Semantics instances 2020-07-01 15:27:01 +03:00
runnables.rs Refactor runnable tests 2020-06-30 14:12:55 +02:00
ssr.rs SSR: Add initial support for placeholder constraints 2020-07-01 18:44:11 +10:00
status.rs Switch to fully dynamically dispatched salsa 2020-07-07 10:14:48 +02:00
syntax_highlighting.rs Remove unneeded code, filename from tests, fix rebasing issues 2020-06-27 11:38:34 -04:00
syntax_tree.rs Simplify 2020-06-24 12:30:54 +02:00
typing.rs