rust-analyzer/crates/ide/src
2021-01-16 19:33:36 +02:00
..
diagnostics Phase out SourceFileEdits in favour of a plain HashMap 2021-01-14 22:43:36 +01:00
display Handle self/super/crate in PathSegment as NameRef 2021-01-15 19:21:23 +01:00
references Handle self/super/crate in PathSegment as NameRef 2021-01-15 19:21:23 +01:00
syntax_highlighting Handle self/super/crate in PathSegment as NameRef 2021-01-15 19:21:23 +01:00
typing Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
call_hierarchy.rs Ensure uniqueness of file ids in reference search via hashmap 2021-01-12 15:51:02 +01:00
diagnostics.rs Handle self/super/crate in PathSegment as NameRef 2021-01-15 19:21:23 +01:00
display.rs Don't expose SyntaxKind from IDE API 2020-12-18 19:28:48 +03:00
doc_links.rs Merge #7218 2021-01-10 18:16:29 +00:00
expand_macro.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
extend_selection.rs Remove useless wrapper 2021-01-15 20:15:33 +03:00
file_structure.rs Don't expose SyntaxKind from IDE API 2020-12-18 19:28:48 +03:00
fixture.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
fn_references.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
folding_ranges.rs Use items can also have doc comments 2020-12-04 17:09:40 +01:00
goto_definition.rs Handle self/super/crate in PathSegment as NameRef 2021-01-15 19:21:23 +01:00
goto_implementation.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
goto_type_definition.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
hover.rs Handle self/super/crate in PathSegment as NameRef 2021-01-15 19:21:23 +01:00
inlay_hints.rs Render Fn* trait objects and impl types as rust does 2021-01-13 13:29:47 +01:00
join_lines.rs Remove useless wrapper 2021-01-15 20:15:33 +03:00
lib.rs Share import_assets and related entities 2021-01-16 19:33:36 +02: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 Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
parent_module.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
prime_caches.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
references.rs Handle self/super/crate in PathSegment as NameRef 2021-01-15 19:21:23 +01:00
runnables.rs Goto for inner doc links works for module inner doc comments 2021-01-11 16:24:50 +03:00
status.rs Use ExpandResult instead of MacroResult 2020-11-26 16:48:17 +01:00
syntax_highlighting.rs Replace state with function 2021-01-10 11:57:17 +03:00
syntax_tree.rs Remove useless wrapper 2021-01-15 20:15:33 +03:00
typing.rs Phase out SourceFileEdits in favour of a plain HashMap 2021-01-14 22:43:36 +01:00
view_hir.rs Address review suggestion, fix tidy tests 2021-01-01 19:25:18 +00:00