rust-analyzer/crates/ra_ide/src
bors[bot] aad0e63d74
Merge #3779
3779: Complete only missing fields in pats r=matklad a=SomeoneToIgnore

A follow-up for https://github.com/rust-analyzer/rust-analyzer/pull/3694

Same name vs string [issue](https://github.com/rust-analyzer/rust-analyzer/pull/3694#discussion_r396986819) persists here, now I'm able to obtain `ast::Name`, but I see no way to convert it into `hir::Name` or vice versa.

Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
2020-04-01 10:41:46 +00:00
..
completion Unite record completion logic into a single module 2020-04-01 13:03:56 +03:00
display Start stdx 2020-03-28 11:01:25 +01:00
references Add test 2020-03-22 19:53:34 +08: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 Fix completion of HashMap::new 2020-03-13 13:04:32 +01:00
completion.rs Unite record completion logic into a single module 2020-04-01 13:03:56 +03:00
diagnostics.rs Start stdx 2020-03-28 11:01:25 +01:00
display.rs Remove some unwraps 2020-03-28 12:27:54 +01:00
expand_macro.rs Generalise syntax rewriting infrastructure to allow removal of nodes 2020-03-24 17:14:33 +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 Always expand macros during analysis 2020-03-25 13:53:15 +01:00
goto_type_definition.rs Refactor primary IDE API 2020-02-26 12:55:50 +01:00
hover.rs Remove dat fixme 2020-03-16 14:13:50 +02:00
impls.rs Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
inlay_hints.rs Better names for config structs 2020-03-31 16:05:25 +02:00
join_lines.rs When joining lines, unwrap trivial diverging blocks 2020-02-24 17:17:05 +01:00
lib.rs Better names for config structs 2020-03-31 16:05:25 +02: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 ProcMacroClient 2020-03-26 03:29:45 +08:00
parent_module.rs Add ProcMacroClient 2020-03-26 03:29:45 +08:00
prime_caches.rs Prime open files on load 2020-03-05 13:40:53 +01:00
references.rs Improve find_all_ref work inside macro 2020-03-22 19:53:28 +08: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 Adds sort for RecordLit comparison in SSR 2020-04-01 09:39:33 +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 Simplify tests 2020-03-13 18:00:23 +01:00