rust/crates/ide/src
2021-04-16 15:48:03 +02:00
..
diagnostics feat: improve performance by delaying computation of fixes for diagnostics 2021-04-13 12:09:04 +03:00
display
references
syntax_highlighting Merge #8354 2021-04-13 11:46:23 +00:00
typing Add a cov_mark 2021-04-13 00:51:10 +02:00
annotations.rs
call_hierarchy.rs
diagnostics.rs Include path in unresolved-macro-call diagnostic 2021-04-16 15:48:03 +02:00
display.rs
doc_links.rs Merge #8245 2021-04-05 12:30:20 +00:00
expand_macro.rs Reduce allocations in Expand macro 2021-04-08 17:37:43 +03:00
extend_selection.rs
file_structure.rs
fixture.rs
fn_references.rs
folding_ranges.rs Emit folding ranges for multiline array literals 2021-04-08 00:12:11 +02:00
goto_definition.rs internal: don't use #[should_panic] for tests 2021-04-13 12:21:59 +03:00
goto_implementation.rs
goto_type_definition.rs
hover.rs Merge #8245 2021-04-05 12:30:20 +00:00
inlay_hints.rs Add and start using TraitRef and ProjectionTy builders 2021-04-04 13:16:38 +02:00
join_lines.rs Fix joinLines panic if run on the empty last line 2021-04-03 11:20:16 +08:00
lib.rs Merge #8354 2021-04-13 11:46:23 +00:00
markdown_remove.rs
markup.rs
matching_brace.rs
move_item.rs Move cursor position when using item movers 2021-04-14 00:03:04 +02:00
parent_module.rs
prime_caches.rs
references.rs
runnables.rs
ssr.rs
status.rs
syntax_highlighting.rs Additional syntax highlighting screenshot in manual 2021-03-31 18:45:15 +01:00
syntax_tree.rs
typing.rs internal: follow test style guide in typing.rs 2021-04-13 14:31:05 +02:00
view_hir.rs