rust-analyzer/crates/ra_ide/src
bors[bot] 56590097ed
Merge #3572
3572: Add test for completion of unresolved items r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-03-13 08:36:38 +00:00
..
completion Add test for completion of unresolved items 2020-03-13 09:30:21 +01:00
display Fix imports 2020-03-03 18:54:39 +01:00
references find_usages limited to actual usages again 2020-03-10 22:27:38 -05:00
snapshots Correctly flag 'lifetime definitions as definitions 2020-02-28 16:53:12 +01:00
syntax_highlighting Correctly flag 'lifetime definitions as definitions 2020-02-28 16:53:12 +01:00
typing Continue multiline non-doc comment blocks 2020-03-11 12:58:16 +01:00
assists.rs Simplify Assists interface 2020-02-09 16:03:54 +01:00
call_hierarchy.rs Refactor primary IDE API 2020-02-26 12:55:50 +01:00
call_info.rs Basic injections 2020-02-27 16:16:13 +01:00
completion.rs Make naming more uniform 2020-03-12 17:38:48 +01:00
diagnostics.rs Support aliases and Self in struct literals 2020-03-06 15:43:14 +01:00
display.rs Show mod path in hover tooltip 2020-03-07 23:20:18 +02:00
expand_macro.rs Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
extend_selection.rs Use text_range::extend_to 2020-02-27 10:06:48 +08:00
folding_ranges.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
goto_definition.rs Support cross-crate marks 2020-03-04 11:55:25 +01:00
goto_type_definition.rs Refactor primary IDE API 2020-02-26 12:55:50 +01:00
hover.rs Add test on hover 2020-03-11 23:14:15 +08:00
impls.rs Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
inlay_hints.rs Make naming more uniform 2020-03-12 17:38:48 +01:00
join_lines.rs When joining lines, unwrap trivial diverging blocks 2020-02-24 17:17:05 +01:00
lib.rs Make naming more uniform 2020-03-12 17:38:48 +01:00
marks.rs Move reference classification to ra_ide_db 2020-03-03 18:50:15 +01:00
matching_brace.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
mock_analysis.rs Add extern source 2020-03-11 11:04:02 +08:00
parent_module.rs Add extern source 2020-03-11 11:04:02 +08:00
prime_caches.rs Prime open files on load 2020-03-05 13:40:53 +01:00
references.rs Cleanup API 2020-03-04 12:46:40 +01:00
runnables.rs Refactor primary IDE API 2020-02-26 12:55:50 +01:00
source_change.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
ssr.rs get matches from code.descendants 2020-02-25 23:53:29 +01:00
status.rs cleanup imports 2020-02-06 14:03:45 +01:00
syntax_highlighting.rs Fix imports 2020-03-03 18:54:39 +01:00
syntax_tree.rs Remove some TextUnit->usize escapees 2020-03-12 22:33:27 -04:00
test_utils.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
typing.rs Move on enter to a separate module 2020-03-11 12:58:16 +01:00