rust-analyzer/crates/ra_ide/src
2020-07-12 11:17:15 +03:00
..
completion Fix ignore attribute autocompletion 2020-07-12 11:17:15 +03:00
display Implementations lens for unions 2020-07-11 22:53:31 +02:00
references Fix module renaming 2020-07-03 18:47:26 +02:00
syntax_highlighting Use dedicated semantic highlight tag for parameters 2020-07-11 14:51:41 +02:00
typing Remove duplication 2020-06-24 11:31:30 +02:00
call_hierarchy.rs Reuse Semantics instances 2020-07-01 15:27:01 +03:00
call_info.rs Remove duplication 2020-06-24 11:31:30 +02:00
completion.rs Modernize qual path completion tests 2020-07-04 18:53:30 +02:00
diagnostics.rs Correctly generate new struct field in file containing struct def 2020-07-10 19:16:41 +02:00
display.rs Streamline 2020-07-09 10:19:37 +02:00
expand_macro.rs Update expand macro tests 2020-07-01 17:52:22 +02:00
extend_selection.rs Remove duplication 2020-06-24 11:31:30 +02:00
folding_ranges.rs Fold struct literals 2020-07-09 18:49:17 +02:00
goto_definition.rs Fix goto definition for type alias type parameters 2020-07-11 12:45:30 +02:00
goto_implementation.rs Split CrateImplDefs in inherent and trait impls 2020-07-01 17:15:20 +02:00
goto_type_definition.rs Look through Arc for goto type definition 2020-07-10 14:42:26 +02:00
hover.rs Prettier rendering 2020-07-09 10:31:12 +02:00
inlay_hints.rs Always put config first 2020-07-09 16:12:53 +02:00
join_lines.rs Simlify with matches!() 2020-06-28 04:03:59 +03:00
lib.rs Add Markup type 2020-07-08 22:37:35 +02:00
markup.rs Streamline 2020-07-09 10:19:37 +02:00
matching_brace.rs Fix matchig brace for pipes 2020-06-25 10:16:06 +02:00
mock_analysis.rs Cleanup diagnostics tests 2020-07-09 14:33:03 +02:00
parent_module.rs Simplify 2020-06-24 12:01:17 +02:00
prime_caches.rs Update injection mechanism and stop injecting through highlight element, switch to more general new highlight tag, generic 2020-06-23 12:13:50 -04:00
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 Use dedicated semantic highlight tag for parameters 2020-07-11 14:51:41 +02:00
syntax_tree.rs Simplify 2020-06-24 12:30:54 +02:00
typing.rs Indent chain . even if there's more stuff afterwards 2020-06-11 17:13:24 +02:00