rust-analyzer/crates/ide/src
Jonas Schievink 5dcbf03d0f adt: correctly inherit field visibility from enum
Previously, "find all references" on a variant field wouldn't find any
references outside the defining module. This is because variant fields
were incorrectly assumed to be private, like struct fields without
explicit visibility, but they actually inherit the enum's visibility.
2020-10-09 20:46:45 +02:00
..
completion Merge #6127 2020-10-05 21:27:18 +00:00
diagnostics Minor 2020-08-18 16:22:01 +02:00
display rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
references rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
syntax_highlighting rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
typing Trim all trailing whitespace in onEnter 2020-10-03 14:17:21 -04:00
call_hierarchy.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
call_info.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
completion.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
diagnostics.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
display.rs inline parameters for a function description #6002 2020-09-15 18:04:34 +02:00
expand_macro.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
extend_selection.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
file_structure.rs Switch to expect_test from crates.io 2020-08-21 13:19:31 +02:00
fixture.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
fn_references.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
folding_ranges.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
goto_definition.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
goto_implementation.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
goto_type_definition.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
hover.rs Merge #6140 2020-10-06 17:51:20 +00:00
inlay_hints.rs Clean up inlay_hints 2020-10-07 13:18:12 +02:00
join_lines.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
lib.rs honor content_format clientcap 2020-10-05 19:27:29 +02:00
link_rewrite.rs Properly name the field 2020-10-02 21:38:22 +03:00
markdown_remove.rs add break after codeblocks 2020-10-06 16:34:38 +02:00
markup.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
matching_brace.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
parent_module.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
prime_caches.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
references.rs adt: correctly inherit field visibility from enum 2020-10-09 20:46:45 +02:00
runnables.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
status.rs Properly name the field 2020-10-02 21:38:22 +03:00
syntax_highlighting.rs Fix handling of consuming self, refactor shared logic into a single function 2020-09-06 14:34:01 -04:00
syntax_tree.rs rename mock_analysis -> fixture 2020-10-02 17:49:44 +02:00
typing.rs Document VS Code setting needed for on-typing assists 2020-09-01 23:40:53 +10:00