rust/crates/ide/src
bors[bot] 44978acf51
Merge #6769
6769: Add native "remove this semicolon" diagnostics r=matklad a=ivan770

Closes #6739 
![demo2](https://user-images.githubusercontent.com/14003886/101530533-b76c3180-399a-11eb-9d18-5c8457721655.gif)


Co-authored-by: ivan770 <leshenko.ivan770@gmail.com>
2020-12-10 16:18:49 +00:00
..
diagnostics Merge #6769 2020-12-10 16:18:49 +00:00
display Make original_range a method on InFile<&SyntaxNode> 2020-12-08 19:01:27 +01:00
references Introduce anchored_path 2020-12-09 19:07:05 +03:00
syntax_highlighting Use METHOD semantic token type 2020-12-04 18:27:10 +02:00
typing Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
call_hierarchy.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
diagnostics.rs Merge #6769 2020-12-10 16:18:49 +00:00
display.rs Extract call_info and completion into separate crates 2020-10-18 13:09:00 +03:00
doc_links.rs Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
expand_macro.rs
extend_selection.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
file_structure.rs Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
fixture.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
fn_references.rs Add **Ignore Test** assist 2020-11-17 14:22:04 +01:00
folding_ranges.rs Use items can also have doc comments 2020-12-04 17:09:40 +01:00
goto_definition.rs Support 'go to definition' for self 2020-11-29 12:28:47 +01:00
goto_implementation.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
goto_type_definition.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
hover.rs Test inner and outer doc comments in hover 2020-12-09 09:42:15 +01:00
inlay_hints.rs Move the helpers into ide_db 2020-11-28 16:30:39 +02:00
join_lines.rs Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
lib.rs Simplify 2020-12-07 23:41:08 +02:00
markdown_remove.rs Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
markup.rs
matching_brace.rs Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
parent_module.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
prime_caches.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
references.rs Support self in reference search 2020-11-29 20:54:17 +01:00
runnables.rs Add **Ignore Test** assist 2020-11-17 14:22:04 +01:00
status.rs Use ExpandResult instead of MacroResult 2020-11-26 16:48:17 +01:00
syntax_highlighting.rs Use METHOD semantic token type 2020-12-04 18:27:10 +02:00
syntax_tree.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
typing.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00