rust/crates/ide/src
2021-01-21 19:30:52 +03:00
..
diagnostics Remove obsolete RangeInfo usage in rename 2021-01-18 20:28:20 +01:00
display Treat BlockExpr as a potential module origin 2021-01-20 20:05:48 +01:00
references Remove obsolete RangeInfo usage in rename 2021-01-18 20:28:20 +01:00
syntax_highlighting . 2021-01-20 01:56:11 +03:00
typing
call_hierarchy.rs Remove obsolete RangeInfo usage in references 2021-01-18 21:10:01 +01:00
diagnostics.rs Handle self/super/crate in PathSegment as NameRef 2021-01-15 19:21:23 +01:00
display.rs
doc_links.rs Add flyimport completion for trait assoc items 2021-01-16 20:44:12 +02:00
expand_macro.rs
extend_selection.rs . 2021-01-20 01:56:11 +03:00
file_structure.rs
fixture.rs
fn_references.rs
folding_ranges.rs
goto_definition.rs Wrap remaining self/super/crate in Name{Ref} 2021-01-15 22:18:43 +01:00
goto_implementation.rs
goto_type_definition.rs
hover.rs Treat BlockExpr as a potential module origin 2021-01-20 20:05:48 +01:00
inlay_hints.rs . 2021-01-20 01:56:11 +03:00
join_lines.rs . 2021-01-20 01:56:11 +03:00
lib.rs Remove obsolete RangeInfo usage in references 2021-01-18 21:10:01 +01:00
markdown_remove.rs
markup.rs
matching_brace.rs
parent_module.rs
prime_caches.rs
references.rs Remove obsolete RangeInfo usage in references 2021-01-18 21:10:01 +01:00
runnables.rs Treat BlockExpr as a potential module origin 2021-01-20 20:05:48 +01:00
status.rs Include countme crate to count important data structures. 2021-01-21 19:30:52 +03:00
syntax_highlighting.rs Replace state with function 2021-01-10 11:57:17 +03:00
syntax_tree.rs Swap assert_eq_text\!(expected, actual) 2021-01-16 13:30:26 +09:00
typing.rs Phase out SourceFileEdits in favour of a plain HashMap 2021-01-14 22:43:36 +01:00
view_hir.rs