rust-analyzer/crates/ra_ide/src
2020-02-02 14:27:52 +02:00
..
completion Code review fixes 2020-02-02 14:27:52 +02:00
display Improve parameter hints a bit & add emacs support 2020-01-18 13:40:32 +01:00
references Create modules via SourceBinder 2020-01-16 17:33:07 +01:00
snapshots Implement Syntax Highlight inside Macro 2020-01-21 00:06:47 +08:00
assists.rs Initial auto import action implementation 2020-01-27 00:16:29 +02:00
call_hierarchy.rs Some clippy lints 2020-01-13 11:27:06 -05:00
call_info.rs Readability 2020-01-13 11:38:53 -05:00
change.rs Re-sync queries for memory usage measurnment 2020-01-29 16:10:46 +01:00
completion.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
db.rs Remove more dead code 2019-12-08 17:45:14 +01:00
diagnostics.rs Create modules via SourceBinder 2020-01-16 17:33:07 +01:00
display.rs Remove unused imports 2019-12-20 11:18:24 -05:00
expand.rs Implement Syntax Highlight inside Macro 2020-01-21 00:06:47 +08:00
expand_macro.rs Fix ordering problem between qualifying paths and substituting params 2020-01-11 23:33:04 +01:00
extend_selection.rs Some clippy lints 2020-01-13 11:27:06 -05:00
feature_flags.rs Allow disabling Cargo.toml not found error 2020-01-03 15:04:54 +01:00
folding_ranges.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
goto_definition.rs Move module to SourceBinder 2020-01-16 16:53:11 +01:00
goto_type_definition.rs for goto and hover pick the token based on a priority 2019-12-13 22:00:05 +01:00
hover.rs Only new-style classification 2020-01-15 16:52:28 +01:00
impls.rs Create modules via SourceBinder 2020-01-16 17:33:07 +01:00
imports_locator.rs Code review fixes 2020-01-27 14:42:45 +02:00
inlay_hints.rs Omit default parameters for reference types 2020-01-22 16:55:09 +02:00
join_lines.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
lib.rs Initial auto import action implementation 2020-01-27 00:16:29 +02:00
line_index.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
line_index_utils.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
marks.rs Fix resolve for field init shorthand 2019-12-20 14:48:14 +01:00
matching_brace.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
mock_analysis.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
parent_module.rs Create modules via SourceBinder 2020-01-16 17:33:07 +01:00
references.rs Improves reference search by StructLiteral 2020-01-27 21:34:19 +00:00
runnables.rs Provide more runners for potential tests 2020-01-23 13:40:21 +02:00
source_change.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
status.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
symbol_index.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
syntax_highlighting.rs Implement Syntax Highlight inside Macro 2020-01-21 00:06:47 +08:00
syntax_tree.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
test_utils.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
typing.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
wasm_shims.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00