rust-analyzer/crates/ide/src
2021-03-17 19:12:28 +01:00
..
diagnostics avoid converting types into themselves via .into() (clippy::useless-conversion) 2021-03-17 01:27:56 +01:00
display Remove ShortLabel 2021-03-16 15:44:31 +01:00
references Enable searching for builtin types 2021-03-15 09:32:06 +01:00
syntax_highlighting Inject highlight into block doc comments 2021-03-17 19:12:28 +01:00
typing Use upstream cov-mark 2021-03-08 22:19:44 +02:00
annotations.rs move Semantics::visit_file_defs to ide_db::helpers 2021-03-15 12:18:52 +01:00
call_hierarchy.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
diagnostics.rs Redo it properly and add a quickfix 2021-03-15 01:39:41 +01:00
display.rs Remove ShortLabel 2021-03-16 15:44:31 +01:00
doc_links.rs don't clone types that are copy (clippy::clone_on_copy) 2021-03-17 01:56:31 +01:00
expand_macro.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
extend_selection.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
file_structure.rs Move code to the appropriate layer 2021-03-15 12:55:27 +03:00
fixture.rs Cleanup tests 2021-02-09 18:13:11 +03:00
fn_references.rs 7526: Rename crate assists to ide_assists. 2021-02-23 00:59:16 +05:30
folding_ranges.rs removed logging stuff 2021-02-13 17:50:52 +01:00
goto_definition.rs Better handling of block doc comments 2021-03-17 14:48:57 +01:00
goto_implementation.rs Power up goto_implementation 2021-03-15 12:10:18 +01:00
goto_type_definition.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
hover.rs Fix incorrect newline emission in Attrs::docs 2021-03-17 17:00:08 +01:00
inlay_hints.rs Power up goto_implementation 2021-03-15 12:10:18 +01:00
join_lines.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
lib.rs Move code to the appropriate layer 2021-03-15 12:55:27 +03:00
markdown_remove.rs Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
markup.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
matching_brace.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
parent_module.rs Return multiple modules in parent_module 2021-03-15 15:15:40 +01:00
prime_caches.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
references.rs Merge #8034 2021-03-16 14:54:12 +00:00
runnables.rs Better handling of block doc comments 2021-03-17 14:48:57 +01:00
ssr.rs add apply ssr assist 2021-03-10 06:02:15 -08:00
status.rs Include countme crate to count important data structures. 2021-01-21 19:30:52 +03:00
syntax_highlighting.rs Move doc-comment highlight injection from AST to HIR 2021-03-16 18:57:47 +01:00
syntax_tree.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
typing.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
view_hir.rs Fix a few clippy::perf warnings 2021-02-16 10:55:34 -05:00