rust/crates/ide/src
2021-03-23 16:54:21 +01:00
..
diagnostics avoid converting types into themselves via .into() (clippy::useless-conversion) 2021-03-17 01:27:56 +01:00
display Store an AstId for procedural macros 2021-03-18 16:11:18 +01:00
references Make more use of the HIR in rename::rename_to_self 2021-03-23 16:54:21 +01:00
syntax_highlighting Don't use an untyped String for ActiveParam tracking 2021-03-20 23:22:09 +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 Semantic highlight intradoclinks in documentation 2021-03-17 21:00:01 +01:00
expand_macro.rs
extend_selection.rs clippy::complexity simplifications related to Iterators 2021-03-21 13:13:34 +01: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 Add test for goto def on proc macro invocation 2021-03-18 17:24:17 +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 Store an AstId for procedural macros 2021-03-18 16:11:18 +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 Item up and down movers 2021-03-18 11:22:27 +02:00
markdown_remove.rs
markup.rs
matching_brace.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
move_item.rs Remove needless lifetime 2021-03-19 17:01:39 +02:00
parent_module.rs Return multiple modules in parent_module 2021-03-15 15:15:40 +01:00
prime_caches.rs
references.rs Set up a search scope when searching for mbe macro references 2021-03-23 11:32:10 +01: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 Track source file IDs in source mapping of Attrs 2021-03-18 13:16:27 +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